fuse-box
Version:
Fuse-Box a bundler that does it right
16 lines (14 loc) • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const realm_utils_1 = require("realm-utils");
class InteropModifications {
static perform(core, file) {
if (core.opts.shouldRemoveExportsInterop()) {
return realm_utils_1.each(file.exportsInterop, (interop) => {
return interop.remove();
});
}
}
}
exports.InteropModifications = InteropModifications;
//# sourceMappingURL=InteropModifications.js.map