Skip to content

Commit 2ef7719

Browse files
committed
JS: PathExprInModule deprecation notice
1 parent 3846f53 commit 2ef7719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/src/semmle/javascript/Modules.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ abstract class Import extends ASTNode {
185185
}
186186

187187
/**
188+
* DEPRECATED. Use `PathExpr` instead.
189+
*
188190
* A path expression that appears in a module and is resolved relative to it.
189191
*/
190192
deprecated

0 commit comments

Comments
 (0)