Documentation / @warp-drive/core / build-config/deprecations / DISABLE_7X_DEPRECATIONS
ts
const DISABLE_7X_DEPRECATIONS: boolean;
Defined in: warp-drive-packages/build-config/declarations/deprecations.d.ts:516
This is a special flag that can be used to opt-in early to receiving deprecations introduced in 6.x which have had their infra backported to 5.x versions of WarpDrive.
When this flag is not present or set to true
, the deprecations from the 6.x branch will not print their messages and the deprecation cannot be resolved.
When this flag is present and set to false
, the deprecations from the 6.x branch will print and can be resolved.
Since
5.3
Until
7.0