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 c30b1da + cd5f631 commit 1773f80Copy full SHA for 1773f80
2 files changed
packages/@ember/-internals/glimmer/lib/environment.ts
@@ -19,10 +19,6 @@ import toBool from './utils/to-bool';
19
// Setup global context
20
21
setGlobalContext({
22
- FEATURES: {
23
- DEFAULT_HELPER_MANAGER: true,
24
- },
25
-
26
scheduleRevalidate() {
27
_backburner.ensureInstance();
28
},
packages/@glimmer/global-context/index.ts
@@ -165,9 +165,6 @@ export interface GlobalContext {
165
id: string;
166
}
167
) => void;
168
- FEATURES?: {
169
- DEFAULT_HELPER_MANAGER?: boolean;
170
- };
171
172
173
let globalContextWasSet = false;
0 commit comments