Documentation / @warp-drive/build-config / deprecations / DISABLE_7X_DEPRECATIONS
ts
const DISABLE_7X_DEPRECATIONS: boolean = true;
Defined in: deprecations.ts:529
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