Skip to content

Commit 740d460

Browse files
module: use amaro default transform values
1 parent 4de992f commit 740d460

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/internal/modules/helpers.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,6 @@ function stripTypeScriptTypes(source, filename) {
360360
mode: typeScriptParsingMode,
361361
sourceMap: sourceMapEnabled,
362362
filename,
363-
// Transform option is only applied in transform mode.
364-
transform: {
365-
verbatimModuleSyntax: true,
366-
},
367363
};
368364
const { code, map } = parse(source, options);
369365
if (map) {

0 commit comments

Comments
 (0)