Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 9da1f4f

Browse files
committed
Reverts the microsoft#150 change
1 parent c2b1746 commit 9da1f4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import * as tslib from '../tslib.js';
2-
1+
import tslib from '../tslib.js';
32
const {
43
__extends,
54
__assign,
@@ -24,7 +23,7 @@ const {
2423
__importDefault,
2524
__classPrivateFieldGet,
2625
__classPrivateFieldSet,
27-
} = tslib.default || tslib;
26+
} = tslib;
2827
export {
2928
__extends,
3029
__assign,

0 commit comments

Comments
 (0)