Remove exports definition.
This commit is contained in:
parent
9b410be61c
commit
0c2e3b1045
@ -1,8 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
const { foo: bar, baz } = {};
|
||||
exports.baz = baz;
|
||||
exports.bar = bar;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user