Skip to content

Commit 0377da6

Browse files
authored
Merge pull request #20732 from emberjs/fix-nightly-ts
2 parents fccc291 + c1a9e74 commit 0377da6

File tree

1 file changed

+2
-3
lines changed
  • packages/@ember/deprecated-features

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/* eslint-disable no-implicit-coercion */
2-
31
// These versions should be the version that the deprecation was _introduced_,
42
// not the version that the feature will be removed.
53

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

0 commit comments

Comments
 (0)