We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fccc291 + c1a9e74 commit 0377da6Copy full SHA for 0377da6
packages/@ember/deprecated-features/index.ts
@@ -1,6 +1,5 @@
1
-/* eslint-disable no-implicit-coercion */
2
-
3
// These versions should be the version that the deprecation was _introduced_,
4
// not the version that the feature will be removed.
5
6
-export const ASSIGN = !!'4.0.0-beta.1';
+/** Introduced in 4.0.0-beta.1 */
+export const ASSIGN = true;
0 commit comments