Chris Thoburn
Chris Thoburn
Original Issue: #8873 RFC https://rfcs.emberjs.com/id/0964-deprecate-legacy-request-support/ The below represents the full check list of what we need to deprecate. Some may be done in follow up PRs. ### Misc - [...
Vue's vite plugin has some bug that errors when attempting to compile components for standalone like this. Haven't been able to figure out why yet. Once we do ... profit....
very borked, mostly a skratchpad for toying around with the types. Best I can tell there's no path to typing generator functions adequately, we'll want to compile similar to ember-concurrency....
`Snapshot` - 5.5: `@ember-data/legacy-compat/legacy-network-handler/snapshot` - PUP: `@warp-drive/legacy/compat/legacy-network-handler/snapshot` - Missing Because: `legacy-network-handler` was not a public directory, but was accessible via type leakage - Fixed: ❌ No - Alternative: ✅ Use...
When implementing SchemaObject and SchemaArray, we punted on some aspects of the design around cleanup by stashing them inside WeakRefs and WeakMaps. Unfortunately, in addition to being unwieldy and malperformant,...