Implement importInterop: "node" option for module transforms (#12838)

This commit is contained in:
Nicolò Ribaudo
2021-04-28 18:22:47 +02:00
committed by GitHub
parent 22b0eb038f
commit be03be1bc3
101 changed files with 834 additions and 32 deletions

View File

@@ -48,6 +48,7 @@ export default declare((api, options) => {
strict,
strictMode,
noInterop,
importInterop,
} = options;
const constantReexports =
@@ -157,6 +158,7 @@ export default declare((api, options) => {
strictMode,
allowTopLevelThis,
noInterop,
importInterop,
},
);