data icon indicating copy to clipboard operation
data copied to clipboard

@ember-data/codemods package

Open gitKrystan opened this issue 10 months ago • 0 comments

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

Notes for the release

gitKrystan avatar Apr 10 '24 18:04 gitKrystan