JS: Autoformat

This commit is contained in:
Asger Feldthaus
2020-04-20 14:42:41 +01:00
parent bb9fea5a27
commit ca60e8264e

View File

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