10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
================= require - auto ====================
|
|
typeof objectWithoutProperties: function
|
|
typeof objectWithoutProperties.default: function
|
|
obj: { b: 2, [Symbol(Symbol.toStringTag)]: 5 }
|
|
================= require - esm =====================
|
|
Error: Cannot use import statement outside a module
|
|
=============== require - corejs ====================
|
|
typeof Set: function
|
|
arr: 1,2,3
|