emberjs / rfcs

RFCs for changes to Ember
https://rfcs.emberjs.com/
790 stars 406 forks source link

Unify ember and glimmer(vm) repos #986

Closed NullVoxPopuli closed 11 months ago

ef4 commented 12 months ago

This seems uncontroversial to me and I don't think it would cause a public API change that would require an RFC.

ef4 commented 12 months ago

(Also not just glimmer-vs, but also the parts of glimmer.js that we use, like @glimmer/component.)

ef4 commented 11 months ago

Closing since we think we can just do this without an RFC as it won't touch public API.

kategengler commented 11 months ago

Closing per @ef4's comment.

ef4 commented 11 months ago

Getting pretty close on the prerequisites for this. Both are pnpm monorepos and I’m working to land a switch to rollup+vite in ember-source so they’ll both be the same in that respect as well.