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

Mark properties defined in Annex B as deprecated #43709

Closed
petamoriken opened this issue Apr 16, 2021 · 1 comment · Fixed by #43710
Closed

Mark properties defined in Annex B as deprecated #43709

petamoriken opened this issue Apr 16, 2021 · 1 comment · Fixed by #43710
Assignees
Labels
Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Experimentation Needed Someone needs to try this out to see what happens Fix Available A PR has been opened for this issue In Discussion Not yet reached consensus Suggestion An idea for TypeScript

Comments

@petamoriken
Copy link
Contributor

lib Update Request

Configuration Check

My compilation target is ESNext and my lib is ES2020.

Missing / Incorrect Definition

No

Sample Code

No

Documentation Link

ES2022 (Draft) B.2 Additional ECMAScript Features for Web Browsers
https://tc39.es/ecma262/#sec-additional-ecmascript-features-for-web-browsers

These features are not considered part of the core ECMAScript language. Programmers should not use or assume the existence of these features and behaviours when writing new ECMAScript code. ECMAScript implementations are discouraged from implementing these features unless the implementation is part of a web browser or is required to run the same legacy ECMAScript code that web browsers encounter.

ES2022 (Draft) B.2 Additional Built-in Properties
https://tc39.es/ecma262/#sec-additional-built-in-properties

Related: #32191, #19299

@DanielRosenwasser DanielRosenwasser added Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Experimentation Needed Someone needs to try this out to see what happens In Discussion Not yet reached consensus Suggestion An idea for TypeScript labels Apr 16, 2021
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 4.5.0 milestone Jul 13, 2021
@typescript-bot typescript-bot added the Fix Available A PR has been opened for this issue label Aug 28, 2021
@DanielRosenwasser
Copy link
Member

Thanks @petamoriken!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Experimentation Needed Someone needs to try this out to see what happens Fix Available A PR has been opened for this issue In Discussion Not yet reached consensus Suggestion An idea for TypeScript
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants