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

refactor: merge duplicate imports #4669

Merged
merged 1 commit into from Oct 13, 2022
Merged

refactor: merge duplicate imports #4669

merged 1 commit into from Oct 13, 2022

Conversation

c0dedance
Copy link
Contributor

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

merge duplicate imports

@codecov
Copy link

codecov bot commented Oct 13, 2022

Codecov Report

Merging #4669 (738d133) into master (fec5132) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4669   +/-   ##
=======================================
  Coverage   99.05%   99.05%           
=======================================
  Files         214      214           
  Lines        7548     7548           
  Branches     2092     2092           
=======================================
  Hits         7477     7477           
  Misses         23       23           
  Partials       48       48           
Impacted Files Coverage Δ
src/ast/nodes/ArrowFunctionExpression.ts 94.73% <ø> (ø)
src/ast/nodes/NewExpression.ts 100.00% <ø> (ø)
src/ast/nodes/TaggedTemplateExpression.ts 100.00% <ø> (ø)
src/ast/nodes/TemplateLiteral.ts 100.00% <ø> (ø)
src/ast/nodes/shared/FunctionBase.ts 97.72% <ø> (ø)
src/ast/nodes/shared/FunctionNode.ts 96.87% <ø> (ø)

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

@lukastaegert lukastaegert merged commit 9389609 into rollup:master Oct 13, 2022
@rollup-bot
Copy link
Collaborator

This PR has been released as part of rollup@3.2.0. You can test it via npm install rollup.

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