Skip to content

Commit

Permalink
Update modules/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Bedford <[email protected]>
  • Loading branch information
Orta Therox and guybedford authored Oct 1, 2020
1 parent 3160d50 commit d819465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createRequire } from "module";
import tslib from '../tslib.js';
const {
__extends,
__assign,
Expand All @@ -23,7 +23,7 @@ const {
__importDefault,
__classPrivateFieldGet,
__classPrivateFieldSet,
} = createRequire(import.meta.url)("../tslib.js");
} = tslib;
export {
__extends,
__assign,
Expand All @@ -48,4 +48,4 @@ export {
__importDefault,
__classPrivateFieldGet,
__classPrivateFieldSet,
};
};

0 comments on commit d819465

Please sign in to comment.