Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert esquery to old version #8148

Merged
merged 1 commit into from
Oct 24, 2023
Merged

fix: revert esquery to old version #8148

merged 1 commit into from
Oct 24, 2023

Conversation

CompuIves
Copy link
Member

Fixes #8146

We have recently updated some dependencies in this repo, including esquery. And well, our in-browser eslint tries to use esquery, but it now exports { default() {} } instead of { parse() }, which causes our eslint integration to fail.

We revert esquery to an older version to fix it, for now. In the future we're going to replace eslint completely with a newer versiom.

@codesandbox
Copy link

codesandbox bot commented Oct 24, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@CompuIves CompuIves merged commit 4a92066 into master Oct 24, 2023
5 checks passed
@CompuIves CompuIves deleted the fix/eslint-error-null branch October 24, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing error: Unexpected token null
1 participant