Skip to content

Commit

Permalink
Fix nth-check breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 26, 2022
1 parent 23b4cc4 commit 12d4347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {zwitch} from 'zwitch'

/** @type {import('nth-check').default} */
// @ts-expect-error
const nthCheck = fauxEsmNthCheck.default
const nthCheck = fauxEsmNthCheck.default || fauxEsmNthCheck

const nth = new Set([
'nth-child',
Expand Down

0 comments on commit 12d4347

Please sign in to comment.