mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Autoformat
This commit is contained in:
@@ -189,8 +189,7 @@ abstract class Import extends ASTNode {
|
||||
*
|
||||
* A path expression that appears in a module and is resolved relative to it.
|
||||
*/
|
||||
deprecated
|
||||
abstract class PathExprInModule extends PathExpr {
|
||||
abstract deprecated class PathExprInModule extends PathExpr {
|
||||
PathExprInModule() {
|
||||
this.(Expr).getTopLevel() instanceof Module
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user