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 target: ES2020 #30935

Closed
5 tasks done
saschanaz opened this issue Apr 15, 2019 · 0 comments · Fixed by #30936
Closed
5 tasks done

Add target: ES2020 #30935

saschanaz opened this issue Apr 15, 2019 · 0 comments · Fixed by #30936
Labels
Bug A bug in TypeScript
Milestone

Comments

@saschanaz
Copy link
Contributor

Search Terms

ES2020

Suggestion

String.prototype.matchAll hit Stage 4 as the first ES2020 API, so we could add the support.

Checklist

My suggestion meets these guidelines:

  • This wouldn't be a breaking change in existing TypeScript/JavaScript code
  • This wouldn't change the runtime behavior of existing JavaScript code
  • This could be implemented without emitting different JS based on the types of the expressions
  • This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.)
  • This feature would agree with the rest of TypeScript's Design Goals.
@RyanCavanaugh RyanCavanaugh added the Bug A bug in TypeScript label Apr 16, 2019
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants