-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ember.js compatibility #10
Comments
we need to create compat for import {
createStorage, getValue, setValue
} from '@glimmer/tracking/primitives/storage'; import {
createStorage,
getValue,
setValue,
} from 'ember-tracked-storage-polyfill'; |
7 tasks
Merged
TODO: glimmer reference |
TODO: poke with ember-source |
Here is POC with working ember-modifier, ember-helper, and glimmer components #25 |
Linking here: emberjs/ember.js#20711 |
To add:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could explore drop-in glimmer-vm replacement approach for glimmer-next. To achieve it, we need to build compatibility layer matching glimmer-vm API.
Here is a list of things to explore:
each-in iterator(implemented in ember side)Here list of ~used
glimmer
parts inember
:The text was updated successfully, but these errors were encountered: