Skip to content

Commit

Permalink
Add iterator-helpers-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Mar 9, 2023
1 parent 8075980 commit 6b4e038
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"human-format": "^1.0.0",
"ioredis": "^5.3.0",
"iso-3166-1": "^2.1.1",
"iterator-helpers-polyfill": "^2.3.0",
"ix": "^5.0.0",
"js-levenshtein-esm": "^1.2.0",
"jsonwebtoken": "^9.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import 'reflect-metadata';
import 'source-map-support/register';
import 'iterator-helpers-polyfill';
8 changes: 8 additions & 0 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b4e038

Please sign in to comment.