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

feat(gatsby): support nullish coalescing operator in gatsby #20010

Merged
merged 2 commits into from
Dec 9, 2019

Commits on Dec 9, 2019

  1. feat(gatsby): support nullish coalescing operator in gatsby

    This means we can do `a ?? b` in node now (this should not affect output of, say, webpack).
    
    Note that the `??` operator (together with the `?.` operator, which we already added earlier) have been accepted to be added to the JS spec. For all intentions and purposes; that means it's now part of JS.
    pvdz committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    fd45a56 View commit details
    Browse the repository at this point in the history
  2. yarn jest -u

    pvdz committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    7f0ed2d View commit details
    Browse the repository at this point in the history