Skip to content

Commit 9da1f4f

Browse files
committedOct 9, 2020
Reverts the #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

+2-3
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)
Please sign in to comment.