Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts677 const isSharedModule: boolean = TsUtils.isSharedModule(sourceFile); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2786 static isSharedModule(sourceFile: ts.SourceFile): boolean { method in TsUtils