Home
last modified time | relevance | path

Searched refs:shouldReportErrorOnModuleDeclaration (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dbinder.ts3423 function shouldReportErrorOnModuleDeclaration(node: ModuleDeclaration): boolean { function
3439 …(node.kind === SyntaxKind.ModuleDeclaration && shouldReportErrorOnModuleDeclaration(node as Module…
/third_party/typescript/lib/
DtypingsInstaller.js50192 function shouldReportErrorOnModuleDeclaration(node) { function
50207 …(node.kind === 267 /* SyntaxKind.ModuleDeclaration */ && shouldReportErrorOnModuleDeclaration(node…
Dtsc.js41446 function shouldReportErrorOnModuleDeclaration(node) { function
41457 (node.kind === 267 && shouldReportErrorOnModuleDeclaration(node));