emberjs / data

WarpDrive is a lightweight data library for web apps — universal, typed, reactive, and ready to scale.
https://api.emberjs.com/ember-data/release
MIT License
3.04k 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