The intent of this option is to toggle module interop behavior. When `true` no `interopRequireXXX` helper invocations will be emitted.
7 lines
67 B
JavaScript
7 lines
67 B
JavaScript
'use strict';
|
|
|
|
var _foo = require('foo');
|
|
|
|
_foo.bar();
|
|
_foo.baz();
|