Searched refs:COMMONJS (Results 1 – 4 of 4) sorted by relevance
23 COMMONJS,58 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant
81 export const COMMONJS: string = 'commonjs'; constant
19 COMMONJS,91 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant
22 COMMONJS,422 const moduleType: string = info.isCommonJs ? COMMONJS : ESM; constant