Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DResolveSdks.ts262 function isTsModule(moduleName: string): boolean { function
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2406 void ParserImpl::AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule) in AddExportLocalEntryItem()
2458 void ParserImpl::AddTsTypeExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule, in AddTsTypeExportLocalEntryItem()
2687 bool isTsModule = context_.IsTsModule(); in ParseNamedExportDeclaration() local