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: crash with ERR_REQUIRE_ESM error #240

Merged
merged 1 commit into from
Jul 20, 2021
Merged

fix: crash with ERR_REQUIRE_ESM error #240

merged 1 commit into from
Jul 20, 2021

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Jul 20, 2021

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #239

Breaking Changes

No

Additional Info

Same notes for jsdoc as in eslint-webpack-plugin

@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

Merging #240 (07d8066) into master (5d04a6d) will decrease coverage by 1.74%.
The diff coverage is 60.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #240      +/-   ##
===========================================
- Coverage   100.00%   98.25%   -1.75%     
===========================================
  Files            8        8              
  Lines          219      229      +10     
  Branches        51       55       +4     
===========================================
+ Hits           219      225       +6     
- Misses           0        3       +3     
- Partials         0        1       +1     
Impacted Files Coverage Δ
src/index.js 100.00% <ø> (ø)
src/linter.js 100.00% <ø> (ø)
src/utils.js 87.50% <60.00%> (-12.50%) ⬇️

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 5d04a6d...07d8066. Read the comment docs.

@alexander-akait alexander-akait merged commit 643cede into master Jul 20, 2021
@alexander-akait alexander-akait deleted the issue-239 branch July 20, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.0.0 throws ERR_REQUIRE_ESM on use
1 participant