-
Notifications
You must be signed in to change notification settings - Fork 28
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
Migrate off the cached primitives polyfill #406
Comments
I think this could influence #405 (read: should be done before). What will be the process of removing |
Migrating to the builtins is what needs to happen: import {
createStorage, getValue, setValue
} from '@glimmer/tracking/primitives/storage'; But i don't know at what minimum ember-source these become available |
Ah, those are described in this RFC, which was merged here on Feb 12, 2021. But it seems to me that even
Talks about the future and I'd have to wait for said code to land before I can do anything here? Making sure as the wording is a bit confusing :) |
looks like you understand the situation 😅 Timing is a bit goofy with storage primitives, because the ideal is that starbeam replaces the need for all this. but we'll see. the packages will still need to exist tho, so it may still be worth PRing an actual implementation -- though, I don't know if that'd help with perf. 😅 (I don't know that it wouldn't either!) |
tracked-built-ins/addon/src/-private/object.js
Line 5 in 193214b
The text was updated successfully, but these errors were encountered: