mdx-js / eslint-mdx

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

feat: call `creatSyncFn` lazily for performance #324

Closed JounQin closed 3 years ago

JounQin commented 3 years ago

close #323

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 #324 (0701cc8) into master (0041bdd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #324    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           16        21     +5     
  Lines          314       509   +195     
  Branches        58       106    +48     
==========================================
+ Hits           314       509   +195     
Impacted Files Coverage Δ
.eslintrc.js 100.00% <ø> (ø)
test/helpers.ts 100.00% <ø> (ø)
packages/eslint-mdx/src/helpers.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/index.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/parser.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/regexp.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/traverse.ts 100.00% <100.00%> (ø)
packages/eslint-plugin-mdx/src/configs/base.ts 100.00% <100.00%> (ø)
...kages/eslint-plugin-mdx/src/configs/code-blocks.ts 100.00% <100.00%> (ø)
...ackages/eslint-plugin-mdx/src/configs/overrides.ts 100.00% <100.00%> (ø)
... and 25 more

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 ea49cac...0701cc8. Read the comment docs.

JounQin commented 3 years ago

@wooorm Ready for releasing now.

wooorm commented 3 years ago

Released!