The intent of this option is to toggle module interop behavior. When `true` no `interopRequireXXX` helper invocations will be emitted. (cherry picked from commit 0d1edb9811694d25df2ef75a1e8de773624ec6b8)
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
"use strict";
|
|
|
|
var _foo = require("foo");
|
|
|
|
(0, _foo.default)();
|