Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp98 …r::UnixWalkThroughDirectoryAndAddToParseList(const StringView &directoryPath, bool isDefaultImport) in UnixWalkThroughDirectoryAndAddToParseList()
126 void ImportPathManager::AddToParseList(const StringView &resolvedPath, bool isDefaultImport) in AddToParseList()
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1125 static isDefaultImport(importSpec: ts.ImportSpecifier): boolean { method in TsUtils