Home
last modified time | relevance | path

Searched refs:COMMONJS (Results 1 – 4 of 4) 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/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts19 COMMONJS,
91 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts22 COMMONJS,
422 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant