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 1cdb517 commit e491431Copy full SHA for e491431
javascript/ql/src/semmle/javascript/Modules.qll
@@ -189,8 +189,7 @@ abstract class Import extends ASTNode {
189
*
190
* A path expression that appears in a module and is resolved relative to it.
191
*/
192
-deprecated
193
-abstract class PathExprInModule extends PathExpr {
+abstract deprecated class PathExprInModule extends PathExpr {
194
PathExprInModule() {
195
this.(Expr).getTopLevel() instanceof Module
196
or
0 commit comments