The intent of this option is to toggle module interop behavior. When `true` no `interopRequireXXX` helper invocations will be emitted.
4 lines
29 B
JavaScript
4 lines
29 B
JavaScript
import foo from "foo";
|
|
|
|
foo;
|