Skip to content

Commit

Permalink
[Fix] ESM: ensure that imports work with es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 30, 2021
1 parent cd91d33 commit 2661b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node-esm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- node-version: 'lts/*'
Expand Down
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import callBind from 'call-bind';
import RequireObjectCoercible from 'es-abstract/2020/RequireObjectCoercible';
import RequireObjectCoercible from 'es-abstract/2020/RequireObjectCoercible.js';

import getPolyfill from 'array.prototype.at/polyfill';

Expand Down

0 comments on commit 2661b6e

Please sign in to comment.