Skip to content

Commit b476060

Browse files
authored
fix: add more typescript leaks (#1061)
1 parent 1a3297d commit b476060

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/modules/leaks.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ const internals = {
6565
'__importDefault',
6666
'__classPrivateFieldGet',
6767
'__classPrivateFieldSet',
68-
'__classPrivateFieldIn'
68+
'__classPrivateFieldIn',
69+
'__esDecorate',
70+
'__runInitializers',
71+
'__propKey',
72+
'__setFunctionName'
6973
]
7074
};
7175

0 commit comments

Comments
 (0)