Skip to content

Commit

Permalink
feat: ignore new TypeScript global leak
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas authored and Marsup committed Oct 17, 2024
1 parent 945503a commit dc502d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modules/leaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const internals = {
'__propKey',
'__setFunctionName',
'__addDisposableResource',
'__disposeResources'
'__disposeResources',
'__rewriteRelativeImportExtension'
]
};

Expand Down

0 comments on commit dc502d4

Please sign in to comment.