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

Remove the @indexer decorator #1194

Open
timotheeguerin opened this issue Oct 19, 2022 · 0 comments
Open

Remove the @indexer decorator #1194

timotheeguerin opened this issue Oct 19, 2022 · 0 comments
Labels
design:needed A design request has been raised that needs a proposal
Milestone

Comments

@timotheeguerin
Copy link
Member

Similar to the @intrinstic decorator it would be good to not depend on a decorator for something affecting the type graph.

Could just follow typescript syntax here

model Record<T> {
  [key: string]: T;
}
@ghost ghost added the Needs Triage label Oct 19, 2022
@markcowl markcowl added the design:needed A design request has been raised that needs a proposal label Oct 24, 2022
@markcowl markcowl added this to the [2022] December milestone Oct 24, 2022
@markcowl markcowl modified the milestones: [2023] January, [2023] March Jan 4, 2023
@markcowl markcowl removed this from the [2023] March milestone Feb 9, 2023
@markcowl markcowl modified the milestones: Backlog, [2023] April Feb 21, 2023
@markcowl markcowl modified the milestones: [2023] April, Backlog Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design:needed A design request has been raised that needs a proposal
Projects
None yet
Development

No branches or pull requests

3 participants