mdx-js / eslint-mdx

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

fix: node ES module + worker issue on Windows #392

Closed JounQin closed 2 years ago

JounQin commented 2 years ago

close #389

codesandbox-ci[bot] commented 2 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 2 years ago

Codecov Report

Merging #392 (2bc2a3f) into master (0fc5001) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #392      +/-   ##
==========================================
+ Coverage   99.06%   99.07%   +0.01%     
==========================================
  Files          18       17       -1     
  Lines         214      217       +3     
  Branches       42       46       +4     
==========================================
+ Hits          212      215       +3     
  Misses          1        1              
  Partials        1        1              
Impacted Files Coverage Δ
packages/eslint-mdx/src/index.ts 100.00% <ø> (ø)
packages/eslint-mdx/src/parser.ts 100.00% <ø> (ø)
packages/eslint-mdx/src/helpers.ts 96.42% <100.00%> (+1.19%) :arrow_up:

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 0fc5001...2bc2a3f. Read the comment docs.