11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : false , " supportsStaticESM" : false , " useESM" : true } 1` ] = `
3+ exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : false , " module " : " CommonJS " , " supportsStaticESM" : false , " useESM" : true } 1` ] = `
44{
55 " allowSyntheticDefaultImports" : undefined ,
66 " customConditions" : undefined ,
@@ -9,7 +9,7 @@ exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code
99}
1010` ;
1111
12- exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : false , " supportsStaticESM" : true , " useESM" : false } 1` ] = `
12+ exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : false , " module " : " CommonJS " , " supportsStaticESM" : true , " useESM" : false } 1` ] = `
1313{
1414 " allowSyntheticDefaultImports" : undefined ,
1515 " customConditions" : undefined ,
@@ -18,7 +18,7 @@ exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code
1818}
1919` ;
2020
21- exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : false , " supportsStaticESM" : true , " useESM" : true } 1` ] = `
21+ exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : false , " module " : " ESNext " , " supportsStaticESM" : true , " useESM" : true } 1` ] = `
2222{
2323 " allowSyntheticDefaultImports" : undefined ,
2424 " customConditions" : undefined ,
@@ -27,7 +27,7 @@ exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code
2727}
2828` ;
2929
30- exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : true , " supportsStaticESM" : false , " useESM" : true } 1` ] = `
30+ exports [` TsCompiler getCompiledOutput isolatedModules true should transpile code with config { " babelConfig" : true , " module " : " CommonJS " , " supportsStaticESM" : false , " useESM" : true } 1` ] = `
3131{
3232 " allowSyntheticDefaultImports" : undefined ,
3333 " customConditions" : undefined ,
0 commit comments