Improve @babel/runtime esm stability (#12883)
This commit is contained in:
9
test/runtime-integration/expected-cjs-absolute-10.txt
Normal file
9
test/runtime-integration/expected-cjs-absolute-10.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
================= require - auto ====================
|
||||
typeof objectWithoutProperties: function
|
||||
typeof objectWithoutProperties.default: function
|
||||
obj: { b: 2, [Symbol(Symbol.toStringTag)]: 5 }
|
||||
================= require - esm =====================
|
||||
Error: Unexpected token export
|
||||
=============== require - corejs ====================
|
||||
typeof Set: function
|
||||
arr: 1,2,3
|
||||
Reference in New Issue
Block a user