Skip to content

Add ES2025 target and library #61735

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

Open
ajafff opened this issue May 20, 2025 · 0 comments
Open

Add ES2025 target and library #61735

ajafff opened this issue May 20, 2025 · 0 comments

Comments

@ajafff
Copy link
Contributor

ajafff commented May 20, 2025

⚙ Compilation target

ES2025

⚙ Library

ES2025

Missing / Incorrect Definition

target, lib and module option ES2025 is missing (and I don't want to use ESNext)

Syntactic changes: import attributes (currently in module: ESNext)
Library features:

  • Set instance methods (currently in ESNext)
  • Promise.try (currently in ESNext)
  • Iterator helpers (currently in ESNext)
  • Float16Array and DataView methods for float16 (currently in ESNext)
  • RegExp.escape (Add types for RegExp.escape #61321)

Sample Code

new Set().difference(new Set())

Documentation Link

https://tc39.es/ecma262/multipage/#:~:text=ECMAScript%202025%2C%20the,Math.f16round%20methods.

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

No branches or pull requests

1 participant