UNPKG

@warp-drive/build-config

Version:

Provides Build Configuration for projects using WarpDrive or EmberData

31 lines (30 loc) 1.37 kB
// ======================== // FOR CONTRIBUTING AUTHORS // // Deprecations here should also have guides PR'd to the emberjs deprecation app // // github: https://github.com/ember-learn/deprecation-app // website: https://deprecations.emberjs.com // // Each deprecation should also be given an associated URL pointing to the // relevant guide. // // URLs should be of the form: https://deprecations.emberjs.com/v<major>.x#toc_<fileName> // where <major> is the major version of the deprecation and <fileName> is the // name of the markdown file in the guides repo. // // ======================== // export declare const DEPRECATE_CATCH_ALL = "99.0"; export declare const DEPRECATE_NON_STRICT_TYPES = "5.3"; export declare const DEPRECATE_NON_STRICT_ID = "5.3"; export declare const DEPRECATE_COMPUTED_CHAINS = "7.0"; export declare const DEPRECATE_LEGACY_IMPORTS = "5.3"; export declare const DEPRECATE_NON_UNIQUE_PAYLOADS = "5.3"; export declare const DEPRECATE_RELATIONSHIP_REMOTE_UPDATE_CLEARING_LOCAL_STATE = "5.3"; export declare const DEPRECATE_MANY_ARRAY_DUPLICATES = "5.3"; export declare const DEPRECATE_STORE_EXTENDS_EMBER_OBJECT = "5.4"; export declare const ENABLE_LEGACY_SCHEMA_SERVICE = "5.4"; export declare const DEPRECATE_EMBER_INFLECTOR = "5.3"; export declare const DISABLE_7X_DEPRECATIONS = "7.0"; export declare const DEPRECATE_TRACKING_PACKAGE = "5.5";