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