Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts23 COMMONJS,
58 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant
Dark_define.ts81 export const COMMONJS: string = 'commonjs'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts22 COMMONJS,
350 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant