Open NullVoxPopuli opened 1 month ago
Run & review this pull request in StackBlitz Codeflow.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ember-resources-0a9q | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 11, 2024 5:44pm |
Estimated impact to a consuming app, depending on which bundle is imported
js | min | min + gzip | min + brotli | |
---|---|---|---|---|
/index.js | 14.41 kB | 2.13 kB | 927 B | 775 B |
Goal: tighten up the typed-usage story.
Might be blocked on finding a way to make decorators change the type of a property see repro in tsplayground here
Issue for TS:
TODO: Where
const Resource = resource(...)
Resource.create().current
resource(({ use }, ...userStuff) => { ... })
{{Resource.property}}
(Resource)
should work in gts