Skip to content

Fix incorrect details in lib.decorators - #60252

Merged
Ron Buckton (rbuckton) merged 1 commit into
microsoft:mainfrom
trusktr:patch-4
Nov 1, 2024
Merged

Fix incorrect details in lib.decorators#60252
Ron Buckton (rbuckton) merged 1 commit into
microsoft:mainfrom
trusktr:patch-4

Conversation

@trusktr

Copy link
Copy Markdown
Contributor

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-botTypeScript Bot (typescript-bot) added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Oct 17, 2024
@trusktr

Copy link
Copy Markdown
ContributorAuthor

@microsoft-github-policy-service agree

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Uncommitted BugPR 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

5 participants

@trusktr@rbuckton@sandersn@jakebailey@typescript-bot