Skip to content

Commit

Permalink
module: use amaro default transform values
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Aug 23, 2024
1 parent 4de992f commit 740d460
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/internal/modules/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,6 @@ function stripTypeScriptTypes(source, filename) {
mode: typeScriptParsingMode,
sourceMap: sourceMapEnabled,
filename,
// Transform option is only applied in transform mode.
transform: {
verbatimModuleSyntax: true,
},
};
const { code, map } = parse(source, options);
if (map) {
Expand Down

0 comments on commit 740d460

Please sign in to comment.