Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts19 ESM,
64 const moduleType: string = info.isCommonJs ? COMMONJS : ESM;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts24 ESM,
58 const moduleType: string = info.isCommonJs ? COMMONJS : ESM;
Dark_define.ts83 export const ESM: string = 'esm'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts23 ESM,
412 const moduleType: string = info.isCommonJs ? COMMONJS : ESM;