Home
last modified time | relevance | path

Searched defs:isSharedModule (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts692 const isSharedModule: boolean = Utils.isSharedModule(sourceFile); constant
DUtils.ts2195 export function isSharedModule(sourceFile: ts.SourceFile): boolean { function