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 types incompatibility of PredefinedOptions.ecma and MinifyOptions.ecma #471

Merged
merged 2 commits into from Feb 1, 2022

Conversation

vic-blt
Copy link
Contributor

@vic-blt vic-blt commented Jan 31, 2022

This PR contains a:

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

Motivation / Use-Case

Fix type incompatibility for PredefinedOptions.ecma property with
MinifyOptions.ecma property from Terser

Closes #470

Breaking Changes

NA

Additional Info

NA

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 31, 2022

CLA Signed

The committers are authorized under a signed CLA.

types/index.d.ts Outdated Show resolved Hide resolved
Fix type conflict for PredefinedOptions.ecma property with
MinifyOptions.ecma property from Terser

Closes #470
@vic-blt vic-blt changed the title fix: revert to old type for ecma property Fix types incompatibility of PredefinedOptions.ecma and MinifyOptions.ecma Feb 1, 2022
@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #471 (980e6ce) into master (0aa01f9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #471   +/-   ##
=======================================
  Coverage   97.11%   97.11%           
=======================================
  Files           3        3           
  Lines         312      312           
  Branches      114      114           
=======================================
  Hits          303      303           
  Misses          9        9           
Impacted Files Coverage Δ
src/index.js 97.34% <ø> (ø)

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 0aa01f9...980e6ce. Read the comment docs.

@alexander-akait alexander-akait merged commit 68920cd into webpack-contrib:master Feb 1, 2022
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.

Types of PredefinedOptions.ecma and MinifyOptions.ecma are incompatible
2 participants