зеркало из https://github.com/github/codeql.git
JS: Autoformat
This commit is contained in:
Родитель
bb9fea5a27
Коммит
ca60e8264e
|
@ -184,9 +184,7 @@ class ASTNode extends @ast_node, Locatable {
|
|||
* Holds if the given file is a `.d.ts` file.
|
||||
*/
|
||||
cached
|
||||
private predicate isAmbientTopLevel(TopLevel tl) {
|
||||
tl.getFile().getBaseName().matches("%.d.ts")
|
||||
}
|
||||
private predicate isAmbientTopLevel(TopLevel tl) { tl.getFile().getBaseName().matches("%.d.ts") }
|
||||
|
||||
/**
|
||||
* A toplevel syntactic unit; that is, a stand-alone script, an inline script
|
||||
|
|
Загрузка…
Ссылка в новой задаче