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

Replace buntis with typescript-estree #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vbraun
Copy link

@vbraun vbraun commented Jul 6, 2021

The buntis git repo has been deleted by upstream, so we shouldn't rely on it. For future historians: See meriyah/meriyah#48

If you want reliable typescript parsing then we have typescript-estree nowadays, which is used by eslint and prettier. See https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree for more details.

@vbraun vbraun force-pushed the replace-buntis-with-typescript-estree branch from 95f540d to 5b5343b Compare July 6, 2021 16:00
The buntis git repo has been deleted by upstream, so we shouldn't rely
on it.
@vbraun vbraun force-pushed the replace-buntis-with-typescript-estree branch from 5b5343b to feb4913 Compare July 6, 2021 16:01
@cangd
Copy link

cangd commented Jan 3, 2022

I have been looking for solution with a newer ts parser, since it didn't seem to like import type { foo } even though its proper typescript these days :)

Will this be merged soon? :)

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.

2 participants