Skip to content

Commit a3bb306

Browse files
committed
Directly assign a boolean value in deprecated-features
1 parent fccc291 commit a3bb306

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

packages/@ember/deprecated-features/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
// These versions should be the version that the deprecation was _introduced_,
44
// not the version that the feature will be removed.
55

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

0 commit comments

Comments
 (0)