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

feat: introduce acorn as parser #307

Merged
merged 4 commits into from Dec 22, 2023
Merged

feat: introduce acorn as parser #307

merged 4 commits into from Dec 22, 2023

Conversation

antfu
Copy link
Member

@antfu antfu commented Dec 22, 2023

fix #304

This allows users to opt-in a more accurate (but less tolerant and performant) mode.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (623073c) 98.19% compared to head (45ed965) 98.72%.
Report is 2 commits behind head on main.

Files Patch % Lines
src/context.ts 95.78% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #307      +/-   ##
==========================================
+ Coverage   98.19%   98.72%   +0.53%     
==========================================
  Files          10       14       +4     
  Lines        1440     1811     +371     
  Branches      288      368      +80     
==========================================
+ Hits         1414     1788     +374     
+ Misses         26       23       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@antfu
Copy link
Member Author

antfu commented Dec 22, 2023

Shipping this as it's an opt-in feature that we could iterate faster

@antfu antfu merged commit be1dccc into main Dec 22, 2023
3 checks passed
@antfu antfu deleted the feat/acorn branch December 22, 2023 14:03
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.

AST Parsing Mode
1 participant