Skip to content

Fix incorrect details in lib.decorators #60252

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

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

trusktr
Copy link
Contributor

@trusktr trusktr commented Oct 17, 2024

The described order in which initializers added with context.addInitializer() execute was incorrect.

Reference:

https://github.com/tc39/proposal-decorators?tab=readme-ov-file#adding-initialization-logic-with-addinitializer

Fixes #60251

The described order in which initializers added with `context.addInitializer()` execute was incorrect.
@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Oct 17, 2024
@trusktr
Copy link
Contributor Author

trusktr commented Oct 17, 2024

@microsoft-github-policy-service agree

@rbuckton rbuckton merged commit 248c8f5 into microsoft:main Nov 1, 2024
32 checks passed
@trusktr trusktr deleted the patch-4 branch November 14, 2024 23:14
@sandersn sandersn removed this from PR Backlog Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation in lib.decorators is incorrect
3 participants