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

add nullish coalescing support #11208

Merged
merged 14 commits into from Jul 23, 2020
Merged

add nullish coalescing support #11208

merged 14 commits into from Jul 23, 2020

Conversation

sokra
Copy link
Member

@sokra sokra commented Jul 20, 2020

What kind of change does this PR introduce?
feature

Did you add tests for your changes?
yes

Does this PR introduce a breaking change?
no

What needs to be documented once your changes are merged?
nothing

@webpack-bot
Copy link
Contributor

For maintainers only:

  • This needs to be documented (issue in webpack/webpack.js.org will be filed when merged)
  • This needs to be backported to webpack 4 (issue will be created when merged)

@sokra sokra force-pushed the feature/nullish-coalescing branch 2 times, most recently from a8e1c0b to e8f224a Compare July 20, 2020 10:37
lib/javascript/BasicEvaluatedExpression.js Outdated Show resolved Hide resolved
lib/javascript/JavascriptParser.js Outdated Show resolved Hide resolved
@sokra sokra force-pushed the feature/nullish-coalescing branch from e8f224a to c8aff62 Compare July 21, 2020 11:01
@vankop
Copy link
Member

vankop commented Jul 21, 2020

LGTM at first look, I could take a look more carefully later.

@aladdin-add
Copy link
Contributor

aladdin-add commented Jul 21, 2020

hi, @vankop is it something duplicate of #11198 ?

and hope it can be fixed soon. :)

@alexander-akait
Copy link
Member

@aladdin-add This is PR that was split in two, you can see it from history 😄

@webpack-bot
Copy link
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@webpack-bot
Copy link
Contributor

The minimum test ratio has been reached. Thanks!

@sokra sokra merged commit 740afbf into master Jul 23, 2020
@sokra
Copy link
Member Author

sokra commented Jul 23, 2020

Thanks

@sokra sokra deleted the feature/nullish-coalescing branch July 23, 2020 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants