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: should only fallback on parse error #335

Merged
merged 2 commits into from
Aug 17, 2021
Merged

fix: should only fallback on parse error #335

merged 2 commits into from
Aug 17, 2021

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Aug 15, 2021

close #334

@JounQin JounQin added the 👶 semver/patch This is a backwards-compatible fix label Aug 15, 2021
@JounQin JounQin self-assigned this Aug 15, 2021
@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 15, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2021

Codecov Report

Merging #335 (a219965) into master (442cc02) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #335   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          510       510           
  Branches       106       110    +4     
=========================================
  Hits           510       510           
Impacted Files Coverage Δ
packages/eslint-mdx/src/traverse.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 442cc02...a219965. Read the comment docs.

@wooorm
Copy link
Member

wooorm commented Aug 15, 2021

Seems to solve the reported issue so 👍 from me

@JounQin JounQin merged commit 0feb2d3 into master Aug 17, 2021
@JounQin JounQin deleted the fix/334 branch August 17, 2021 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👶 semver/patch This is a backwards-compatible fix
Development

Successfully merging this pull request may close these issues.

Parsing error: Unexpected token, expected "}"
4 participants