The intent of this option is to toggle module interop behavior. When `true` no `interopRequireXXX` helper invocations will be emitted.
5 lines
51 B
JavaScript
5 lines
51 B
JavaScript
import * as foo from 'foo';
|
|
|
|
foo.bar();
|
|
foo.baz();
|