fix(test): No esm exports

This commit is contained in:
Sidharth Vinod
2022-09-20 23:10:05 +05:30
parent 135f2cc2fd
commit c21c026749
3 changed files with 58 additions and 42 deletions

View File

@@ -3,6 +3,6 @@ const { transformJison } = require('../../.esbuild/jisonTransformer.cjs');
module.exports = {
process(sourceText, sourcePath, options) {
return { code: transformJison(sourceText) };
return { code: transformJison(sourceText, false) };
},
};