Skip to content

Commit

Permalink
feat(es5): add polyfill for WeakSet
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi committed Apr 9, 2024
1 parent 2ad7484 commit c6fa0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ import 'core-js/es/map';
import 'core-js/es/set';
import 'core-js/es/symbol';
import 'core-js/es/weak-map';
import 'core-js/es/weak-set';

0 comments on commit c6fa0a8

Please sign in to comment.