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

chore: test on Node.js v12.x #84

Merged
merged 1 commit into from Apr 29, 2019
Merged

chore: test on Node.js v12.x #84

merged 1 commit into from Apr 29, 2019

Conversation

shinnn
Copy link
Contributor

@shinnn shinnn commented Apr 29, 2019

It would be better to test this tool with the next LTS version than the version whose life ends about one month later. https://github.com/nodejs/Release/tree/0e0b592273104d1cca9154588092654b932659b1#release-schedule

Checklist
  • npm test, tests passing
  • npm run test:snap (to update the snapshot)
  • tests and/or benchmarks are included

@@ -1,3 +1,3 @@
import foo from './export'
import foo from './export.mjs'
Copy link
Contributor Author

@shinnn shinnn Apr 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Node.js v12, import requires explicit file extensions unless --es-module-specifier-resolution flag is set to node.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 175

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.852%

Totals Coverage Status
Change from base Build 162: 0.0%
Covered Lines: 391
Relevant Lines: 401

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 175

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.852%

Totals Coverage Status
Change from base Build 162: 0.0%
Covered Lines: 391
Relevant Lines: 401

💛 - Coveralls

@shinnn shinnn requested a review from bcoe April 29, 2019 04:07
@bcoe
Copy link
Owner

bcoe commented Apr 29, 2019

@shinnn thank you for digging into this 👍

@bcoe bcoe merged commit 02d5927 into master Apr 29, 2019
@bcoe bcoe deleted the node12 branch April 29, 2019 05:26
mcknasty pushed a commit to mcknasty/c8 that referenced this pull request Feb 2, 2024
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.

None yet

3 participants