Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 21, 2024
1 parent 4611a4b commit 1165047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/build-config/src/deprecation-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -977,5 +977,10 @@ export const DEPRECATE_EMBER_INFLECTOR = '5.3';
*
* When this flag is present and set to `false`, the deprecations from the 5.x branch will
* print and can be resolved.
*
* @property DISABLE_6X_DEPRECATIONS
* @since 4.13
* @until 5.0
* @public
*/
export const DISABLE_6X_DEPRECATIONS = '6.0';
1 change: 1 addition & 0 deletions tests/docs/fixtures/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ module.exports = {
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DEPRECATE_STORE_EXTENDS_EMBER_OBJECT',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DEPRECATE_STORE_FIND',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DEPRECATE_STRING_ARG_SCHEMAS',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#DISABLE_6X_DEPRECATIONS',
'(public) @warp-drive/build-config/deprecations CurrentDeprecations#ENABLE_LEGACY_SCHEMA_SERVICE',
],
};

0 comments on commit 1165047

Please sign in to comment.