Skip to content

Commit 6bd97f4

Browse files
committed
JS: Add missing qldoc
1 parent dd076c6 commit 6bd97f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/lib/semmle/javascript/Modules.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ abstract class Import extends AstNode {
129129
/** Gets the (unresolved) path that this import refers to. */
130130
abstract Expr getImportedPathExpr();
131131

132+
/** Gets the imported path as a string. */
132133
final string getImportedPathString() { result = this.getImportedPathExpr().getStringValue() }
133134

134135
/**

0 commit comments

Comments
 (0)