Skip to content

Documentation / @warp-drive/core / build-config/deprecations / DEPRECATE_LEGACY_IMPORTS

ts
const DEPRECATE_LEGACY_IMPORTS: boolean;

Defined in: warp-drive-packages/build-config/declarations/deprecations.d.ts:198

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.

Since

5.3

Until

6.0

Released under the MIT License.