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: node ES module + worker issue on Windows #392

Merged
merged 1 commit into from
May 9, 2022
Merged

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented May 8, 2022

close #389

@JounQin JounQin added the 🐛 type/bug This is a problem label May 8, 2022
@JounQin JounQin self-assigned this May 8, 2022
@codesandbox-ci
Copy link

codesandbox-ci bot commented May 8, 2022

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 May 8, 2022

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%) ⬆️

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.

@JounQin JounQin force-pushed the fix/windows branch 2 times, most recently from 124b3de to 0e6cae2 Compare May 8, 2022 09:54
@JounQin JounQin merged commit f99339a into master May 9, 2022
@JounQin JounQin deleted the fix/windows branch May 9, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 type/bug This is a problem
Development

Successfully merging this pull request may close these issues.

Parsing error on Windows
2 participants