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.
1 parent 7d48456 commit cf22b71Copy full SHA for cf22b71
packages/@ember/debug/ember-inspector-support/index.ts
@@ -8,6 +8,7 @@ import Application from '@ember/application';
8
import type ApplicationInstance from '@ember/application/instance';
9
10
export function setupEmberInspectorSupport() {
11
+ (window as any).EMBER_INSPECTOR_SUPPORT_BUNDLED = true;
12
window.addEventListener('ember-inspector-loaded' as any, (event: CustomEvent) => {
13
const adapter = event.detail.adapter;
14
const EMBER_VERSIONS_SUPPORTED = event.detail.EMBER_VERSIONS_SUPPORTED;
0 commit comments