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

ES.Next #693

Open
9 tasks done
clover2123 opened this issue Jun 18, 2020 · 8 comments
Open
9 tasks done

ES.Next #693

clover2123 opened this issue Jun 18, 2020 · 8 comments
Labels
ES.Next New feature of the latest ECMAScript

Comments

@clover2123
Copy link
Contributor

clover2123 commented Jun 18, 2020

Support ES.Next on Escargot

ES.Next Standard : https://tc39.es/ecma262/
ES.Next Proposals : https://github.com/tc39/proposals

Based on the upper standard, we are going to update the new standard.

New Features in ECMAScript 2023

Builtin Methods of Array and TypedArray

  • findLast
  • findLastIndex
  • toSorted
  • toSpliced
  • toReversed
  • with

Other

  • Symbols as WeakMap keys
  • Symbols as WeakSet values
  • Symbols as FinalizationRegistry targets

Unsupported Features (we do not support these features)

  • look-behind assertions
@clover2123 clover2123 added the ES.Next New feature of the latest ECMAScript label Jun 18, 2020
@clover2123 clover2123 pinned this issue Jun 18, 2020
@clover2123
Copy link
Contributor Author

test262 TC for ES11 would be updated through #688

@clover2123 clover2123 changed the title Update ECMAScript 2020 Standard ES.Next Jan 14, 2021
@clover2123
Copy link
Contributor Author

Change the title and list based on ES.Next

@clover2123
Copy link
Contributor Author

clover2123 commented Jan 27, 2021

ECMAScript 2020 is now fully supported 🎉 🚀

@clover2123
Copy link
Contributor Author

ECMAScript 2021 has been released.
The next version is ECMAScript 2022 (draft).

@zherczeg
Copy link
Contributor

It seems "Array find from last" is implemented:
https://github.com/Samsung/escargot/blob/master/src/builtins/BuiltinArray.cpp#L1848

I think the list could be updated with it.

@zherczeg
Copy link
Contributor

Is there some feature you would prefer to be implemented sooner? Temporal is currently in progress.

@zherczeg
Copy link
Contributor

zherczeg commented Sep 9, 2022

I checked the "Array find from last". I also see a lot of references for realms, is that also implemented?

@clover2123
Copy link
Contributor Author

@zherczeg
Many thanks for your contributions.
I just updated the list of stage 3 based on the latest proposal list.
Please feel free to choose any blank items above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ES.Next New feature of the latest ECMAScript
Projects
None yet
Development

No branches or pull requests

2 participants