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

Update goja to from 9037c2b to 4418d45 #2524

Merged
merged 1 commit into from
May 18, 2022
Merged

Update goja to from 9037c2b to 4418d45 #2524

merged 1 commit into from
May 18, 2022

Conversation

mstoykov
Copy link
Contributor

@mstoykov mstoykov commented May 9, 2022

This adds:

  • exponentiation operator (**)
  • nullish coalescing operator(??), which unusable due to babel
  • Array.prototype.at and co.
  • fixes for optional chains which are also unusable due to babel
  • fix for GoError string contains faulty URL #2537

The addition of the exponentiation operator(**) required update to some
js/compiler test that were using it not being supported as a test for
babel. This also means that it is now disabled as a plugin in babel.

@mstoykov mstoykov added the dependencies Pull requests that update a dependency file label May 9, 2022
@mstoykov mstoykov added this to the v0.39.0 milestone May 9, 2022
@github-actions github-actions bot requested review from na-- and oleiade May 9, 2022 08:54
@mstoykov mstoykov requested review from olegbespalov and removed request for na-- May 9, 2022 11:11
olegbespalov
olegbespalov previously approved these changes May 9, 2022
oleiade
oleiade previously approved these changes May 9, 2022
This adds:
- exponentiation operator (**)
- nullish coalescing operator(??), which  unusable due to babel
- `Array.prototype.at` and co.
- fixes for optional chains which are also unusable due to babel
- fix for #2537

The addition of the exponentiation operator(**) required update to some
js/compiler test that were using it not being supported as a test for
babel. This also means that it is now disabled as a plugin in babel.
@mstoykov mstoykov dismissed stale reviews from oleiade and olegbespalov via fb8b344 May 16, 2022 12:56
@mstoykov mstoykov changed the title Update goja to from 9037c2b to e1eca0b Update goja to from 9037c2b to 4418d45 May 16, 2022
@mstoykov mstoykov linked an issue May 16, 2022 that may be closed by this pull request
@mstoykov mstoykov merged commit 62e3836 into master May 18, 2022
@mstoykov mstoykov deleted the updateGoja branch May 18, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GoError string contains faulty URL
3 participants