1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
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` ] = `
4
4
{
5
5
" allowSyntheticDefaultImports" : undefined ,
6
6
" customConditions" : undefined ,
@@ -9,7 +9,7 @@ exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code
9
9
}
10
10
` ;
11
11
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` ] = `
13
13
{
14
14
" allowSyntheticDefaultImports" : undefined ,
15
15
" customConditions" : undefined ,
@@ -18,7 +18,7 @@ exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code
18
18
}
19
19
` ;
20
20
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` ] = `
22
22
{
23
23
" allowSyntheticDefaultImports" : undefined ,
24
24
" customConditions" : undefined ,
@@ -27,7 +27,7 @@ exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code
27
27
}
28
28
` ;
29
29
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` ] = `
31
31
{
32
32
" allowSyntheticDefaultImports" : undefined ,
33
33
" customConditions" : undefined ,
0 commit comments