Skip to content
module@warp-drive/core/build-config/deprecations

Variable DEPRECATE_LEGACY_IMPORTS sincev5.3

ts
const DEPRECATE_LEGACY_IMPORTS: boolean;

Defined in: node_modules/.pnpm/@warp-d_25f56f2729dd79700790d78740333f27/node_modules/@warp-drive/build-config/dist/deprecations.d.ts:199

ember-data:deprecate-legacy-imports

Deprecates when importing from ember-data/* instead of @ember-data/* in order to prepare for the eventual removal of the legacy ember-data/*

All imports from ember-data/* should be updated to @ember-data/* except for ember-data/store. When you are using ember-data (as opposed to installing the indivudal packages) you should import from ember-data/store instead of @ember-data/store in order to receive the appropriate configuration of defaults.

Until

6.0

Released under the MIT License.