emberjs / data

A lightweight reactive data library for web applications. Designed over composable primitives.
https://api.emberjs.com/ember-data/release
Other
3.03k stars 1.33k forks source link

feat: native-class-syntax codemod for Models #8884

Open runspired opened 1 year ago

runspired commented 1 year ago

current code mod does not handle models, we should create one that does and generates types / unrolls mixins as well. Ideally we could just update the existing, though may be better being separate for the TS support

gitKrystan commented 1 year ago

Hello