mdx-js / eslint-mdx

ESLint Parser/Plugin for MDX
https://npmjs.org/eslint-plugin-mdx
MIT License
264 stars 32 forks source link

feat: fallback to async API on processSync error via synckit #307

Closed JounQin closed 3 years ago

JounQin commented 3 years ago

close #203

https://github.com/rx-ts/synckit

codesandbox-ci[bot] commented 3 years ago

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 commented 3 years ago

Codecov Report

Merging #307 (2d532f1) into master (a893aa7) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #307   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          451       468   +17     
  Branches        90        96    +6     
=========================================
+ Hits           451       468   +17     
Impacted Files Coverage Δ
packages/eslint-plugin-mdx/src/rules/helpers.ts 100.00% <100.00%> (ø)
packages/eslint-plugin-mdx/src/rules/remark.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 a893aa7...2d532f1. Read the comment docs.

JounQin commented 3 years ago

image

Thanks to @codesandbox, I found a bug locally, and it's just working now!