Skip to content

Commit

Permalink
refactor(betterer 🔧): actually add the polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomnomnominal committed Sep 15, 2024
1 parent b202aea commit 497e8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/betterer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@betterer/time": "^5.3.4",
"@betterer/worker": "^5.3.4",
"chokidar": "^3.6.0",
"core-js": "^3.38.1",
"djb2a": "^2.0.0",
"fast-memoize": "^2.5.2",
"lines-and-columns": "^2.0.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/betterer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* @packageDocumentation
*/

import 'core-js/proposals/promise-with-resolvers.js';

export type {
BettererAPI,
BettererOptions,
Expand Down

0 comments on commit 497e8aa

Please sign in to comment.