We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd076c6 commit 6bd97f4Copy full SHA for 6bd97f4
javascript/ql/lib/semmle/javascript/Modules.qll
@@ -129,6 +129,7 @@ abstract class Import extends AstNode {
129
/** Gets the (unresolved) path that this import refers to. */
130
abstract Expr getImportedPathExpr();
131
132
+ /** Gets the imported path as a string. */
133
final string getImportedPathString() { result = this.getImportedPathExpr().getStringValue() }
134
135
/**
0 commit comments