This commit is contained in:
Asger Feldthaus 2020-04-20 14:42:41 +01:00
Родитель bb9fea5a27
Коммит ca60e8264e
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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