Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts461 const projectExtensions: string[] = ['.ets', '.ts', '.js']; constant
484 if (apiType === ApiType.PROJECT && !projectExtensions.includes(suffix)) {