Skip to content

Commit

Permalink
Merge pull request #20732 from emberjs/fix-nightly-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Aug 21, 2024
2 parents fccc291 + c1a9e74 commit 0377da6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/@ember/deprecated-features/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable no-implicit-coercion */

// These versions should be the version that the deprecation was _introduced_,
// not the version that the feature will be removed.

export const ASSIGN = !!'4.0.0-beta.1';
/** Introduced in 4.0.0-beta.1 */
export const ASSIGN = true;

0 comments on commit 0377da6

Please sign in to comment.