data
data copied to clipboard
@ember-data/codemods package
A new package for EmberData codemods. The first will be the legacy-compat-builders
codemod to convert const foo = await store.findRecord('foo', '1')
to const { content: foo } = await store.request(findRecord('foo', '1')
, etc.
Description
- Basic project setup
- legacy-compat-builders codemod