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

Import from node:fs/promises #4777

Merged
merged 3 commits into from Jan 2, 2023
Merged

Conversation

dnalborczyk
Copy link
Contributor

@dnalborczyk dnalborczyk commented Dec 30, 2022

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

node v14 added a simpler import path for fs promises: fs/promises

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Merging #4777 (e33ebe5) into master (e026801) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4777   +/-   ##
=======================================
  Coverage   99.03%   99.03%           
=======================================
  Files         217      217           
  Lines        7773     7773           
  Branches     2159     2159           
=======================================
  Hits         7698     7698           
  Misses         24       24           
  Partials       51       51           
Impacted Files Coverage Δ
cli/run/getConfigPath.ts 88.88% <100.00%> (ø)
cli/run/loadConfigFile.ts 96.61% <100.00%> (ø)
cli/run/watch-cli.ts 86.11% <100.00%> (ø)
src/ModuleLoader.ts 100.00% <100.00%> (ø)
src/rollup/rollup.ts 100.00% <100.00%> (ø)
src/utils/resolveId.ts 93.33% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lukastaegert lukastaegert enabled auto-merge (squash) January 2, 2023 06:37
@lukastaegert lukastaegert merged commit bceb353 into rollup:master Jan 2, 2023
@dnalborczyk dnalborczyk deleted the fs.promises branch January 2, 2023 15:19
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

2 participants