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: parsing a variable export decl with two statements on one line #78

Merged
merged 1 commit into from
May 6, 2023

Conversation

FreeMasen
Copy link
Collaborator

Closes #77

@codecov
Copy link

codecov bot commented Nov 27, 2022

Codecov Report

Merging #78 (b81bd88) into master (7428d60) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   73.32%   73.32%           
=======================================
  Files           8        8           
  Lines        4997     4998    +1     
=======================================
+ Hits         3664     3665    +1     
  Misses       1333     1333           
Impacted Files Coverage Δ
src/spanned/mod.rs 75.34% <100.00%> (+<0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@FreeMasen FreeMasen force-pushed the fix/export-then-assign-one-line branch from dc27cae to b81bd88 Compare November 27, 2022 16:54
@FreeMasen FreeMasen merged commit d61d566 into master May 6, 2023
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.

Export statement followed by expression
1 participant