Searched refs:isCommonJs (Results 1 – 5 of 5) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 90 isCommonJs: boolean; property in ModuleInfo 94 …constructor(filePath: string, cacheFilePath: string, isCommonJs: boolean, recordName: string, sour… 100 this.isCommonJs = isCommonJs; 253 …private addModuleInfoItem(filePath: string, isCommonJs: boolean, extName: string, metaInfo: any, m… 276 …moduleInfos.set(filePath, new ModuleInfo(filePath, cacheFilePath, isCommonJs, recordName, sourceFi… 350 const moduleType: string = info.isCommonJs ? COMMONJS : ESM;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_module_abc.ts | 40 const moduleType: string = info.isCommonJs ? 'commonjs' : 'esm';
|
| D | gen_merged_abc.ts | 63 const moduleType: string = info.isCommonJs ? 'commonjs' : 'esm';
|
| D | gen_abc_plugin.ts | 133 isCommonJs: boolean; property in ModuleInfo 139 abcFilePath: string, packageName: string, isCommonJs: boolean) { 145 this.isCommonJs = isCommonJs;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | gen_abc.ts | 58 const moduleType: string = info.isCommonJs ? COMMONJS : ESM;
|