ember-source 6.4.0-alpha.2 → 6.4.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-metadata.json +3 -3
- package/dist/ember-template-compiler.js +984 -1608
- package/dist/ember-template-compiler.js.map +1 -0
- package/dist/ember-testing.js +1 -1
- package/dist/ember-testing.js.map +1 -0
- package/dist/ember.debug.js +3732 -4197
- package/dist/ember.debug.js.map +1 -0
- package/dist/ember.prod.js +3561 -4146
- package/dist/ember.prod.js.map +1 -0
- package/dist/packages/@ember/-internals/container/index.js +1 -1
- package/dist/packages/@ember/-internals/glimmer/index.js +2 -2
- package/dist/packages/@ember/-internals/meta/lib/meta.js +2 -2
- package/dist/packages/@ember/-internals/metal/index.js +9 -9
- package/dist/packages/@ember/-internals/owner/index.js +1 -0
- package/dist/packages/@ember/-internals/routing/index.js +4 -4
- package/dist/packages/@ember/-internals/runtime/index.js +1 -1
- package/dist/packages/@ember/-internals/runtime/lib/ext/rsvp.js +2 -2
- package/dist/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +4 -4
- package/dist/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +2 -2
- package/dist/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
- package/dist/packages/@ember/-internals/string/index.js +1 -1
- package/dist/packages/@ember/-internals/utils/index.js +4 -4
- package/dist/packages/@ember/-internals/views/lib/compat/fallback-view-registry.js +1 -1
- package/dist/packages/@ember/-internals/views/lib/mixins/action_support.js +2 -2
- package/dist/packages/@ember/-internals/views/lib/mixins/child_views_support.js +2 -2
- package/dist/packages/@ember/-internals/views/lib/mixins/class_names_support.js +2 -2
- package/dist/packages/@ember/-internals/views/lib/mixins/view_support.js +2 -2
- package/dist/packages/@ember/-internals/views/lib/system/event_dispatcher.js +3 -3
- package/dist/packages/@ember/-internals/views/lib/system/utils.js +1 -1
- package/dist/packages/@ember/-internals/views/lib/views/core_view.js +2 -2
- package/dist/packages/@ember/-internals/views/lib/views/states.js +2 -4
- package/dist/packages/@ember/application/index.js +7 -7
- package/dist/packages/@ember/application/instance.js +5 -5
- package/dist/packages/@ember/application/namespace.js +4 -4
- package/dist/packages/@ember/array/index.js +4 -4
- package/dist/packages/@ember/array/proxy.js +4 -4
- package/dist/packages/@ember/component/helper.js +2 -2
- package/dist/packages/@ember/component/index.js +2 -2
- package/dist/packages/@ember/controller/index.js +3 -3
- package/dist/packages/@ember/debug/container-debug-adapter.js +2 -2
- package/dist/packages/@ember/debug/data-adapter.js +2 -2
- package/dist/packages/@ember/debug/lib/capture-render-tree.js +5 -3
- package/dist/packages/@ember/engine/index.js +8 -8
- package/dist/packages/@ember/engine/instance.js +3 -3
- package/dist/packages/@ember/helper/index.js +2 -2
- package/dist/packages/@ember/modifier/index.js +2 -2
- package/dist/packages/@ember/object/-internals.js +3 -3
- package/dist/packages/@ember/object/compat.js +2 -2
- package/dist/packages/@ember/object/computed.js +3 -3
- package/dist/packages/@ember/object/core.js +6 -6
- package/dist/packages/@ember/object/evented.js +3 -3
- package/dist/packages/@ember/object/events.js +2 -2
- package/dist/packages/@ember/object/index.js +6 -6
- package/dist/packages/@ember/object/internals.js +1 -1
- package/dist/packages/@ember/object/lib/computed/computed_macros.js +6 -6
- package/dist/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
- package/dist/packages/@ember/object/mixin.js +5 -5
- package/dist/packages/@ember/object/observable.js +4 -4
- package/dist/packages/@ember/object/observers.js +2 -2
- package/dist/packages/@ember/object/promise-proxy-mixin.js +3 -3
- package/dist/packages/@ember/renderer/index.js +2 -2
- package/dist/packages/@ember/routing/index.js +2 -2
- package/dist/packages/@ember/routing/lib/generate_controller.js +2 -2
- package/dist/packages/@ember/routing/lib/routing-service.js +2 -2
- package/dist/packages/@ember/routing/lib/utils.js +4 -4
- package/dist/packages/@ember/routing/route.js +10 -10
- package/dist/packages/@ember/routing/router-service.js +2 -2
- package/dist/packages/@ember/routing/router.js +8 -8
- package/dist/packages/@ember/runloop/index.js +2 -2
- package/dist/packages/@ember/service/index.js +2 -2
- package/dist/packages/@ember/template/index.js +2 -2
- package/dist/packages/@ember/template-compiler/lib/dasherize-component-name.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/plugins/assert-against-attrs.js +2 -2
- package/dist/packages/@ember/template-compiler/lib/plugins/assert-against-named-outlets.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/plugins/assert-input-helper-without-block.js +2 -2
- package/dist/packages/@ember/template-compiler/lib/plugins/assert-reserved-named-arguments.js +3 -3
- package/dist/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/plugins/transform-each-track-array.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/plugins/transform-quoted-bindings-into-just-bindings.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/plugins/transform-wrap-mount-and-outlet.js +1 -1
- package/dist/packages/@ember/template-compiler/lib/template.js +78 -94
- package/dist/packages/@ember/utils/lib/is_empty.js +2 -2
- package/dist/packages/@glimmer/destroyable/index.js +50 -21
- package/dist/packages/@glimmer/encoder/index.js +1 -2
- package/dist/packages/@glimmer/global-context/index.js +16 -28
- package/dist/packages/@glimmer/manager/index.js +155 -102
- package/dist/packages/@glimmer/node/index.js +8 -5
- package/dist/packages/@glimmer/opcode-compiler/index.js +604 -572
- package/dist/packages/@glimmer/owner/index.js +1 -0
- package/dist/packages/@glimmer/program/index.js +44 -111
- package/dist/packages/@glimmer/reference/index.js +20 -31
- package/dist/packages/@glimmer/runtime/index.js +3440 -3268
- package/dist/packages/@glimmer/tracking/index.js +2 -2
- package/dist/packages/@glimmer/tracking/primitives/cache.js +2 -2
- package/dist/packages/@glimmer/util/index.js +33 -274
- package/dist/packages/@glimmer/validator/index.js +42 -49
- package/dist/packages/@glimmer/vm/index.js +2 -140
- package/dist/packages/@glimmer/wire-format/index.js +1 -2
- package/dist/packages/ember/barrel.js +21 -21
- package/dist/packages/ember/version.js +1 -1
- package/dist/packages/ember-testing/lib/ext/rsvp.js +1 -1
- package/dist/packages/ember-testing/lib/helpers/current_path.js +4 -4
- package/dist/packages/ember-testing/lib/helpers/current_route_name.js +4 -4
- package/dist/packages/ember-testing/lib/helpers/current_url.js +2 -2
- package/dist/packages/ember-testing/lib/helpers/pause_test.js +1 -1
- package/dist/packages/ember-testing/lib/helpers/wait.js +1 -1
- package/dist/packages/ember-testing/lib/initializers.js +6 -6
- package/dist/packages/ember-testing/lib/test/promise.js +1 -1
- package/dist/packages/ember-testing/lib/test/run.js +1 -1
- package/dist/packages/ember-testing/lib/test.js +4 -4
- package/dist/packages/router_js/index.js +2 -2
- package/dist/packages/rsvp/index.js +1 -1
- package/dist/packages/shared-chunks/{alias-B6fcydrB.js → alias-EKWHcUzN.js} +2 -2
- package/dist/packages/shared-chunks/{array-QJXVmB_W.js → array-Bwx-l2QI.js} +1 -1
- package/dist/packages/shared-chunks/{cache-Djf2I3Za.js → cache-DNQMcXNz.js} +5 -5
- package/dist/packages/shared-chunks/{index-CQygUgr9.js → index-CMZ-vfn1.js} +64 -69
- package/dist/packages/shared-chunks/{is_proxy-DjvCKvd5.js → is_proxy-D0K6dwtr.js} +1 -1
- package/dist/packages/shared-chunks/{mandatory-setter-BiXq-dpN.js → mandatory-setter-DzWEWEXy.js} +1 -1
- package/dist/packages/shared-chunks/{name-Dx2bGFVv.js → name-StEEeReb.js} +1 -1
- package/dist/packages/shared-chunks/{namespace_search-Ddzb9tZD.js → namespace_search-_taJ9-jZ.js} +2 -2
- package/dist/packages/shared-chunks/{property_set-DS4X3Soy.js → property_set-CZ11v306.js} +3 -3
- package/dist/packages/shared-chunks/{registry-B8WARvkP.js → registry-C1P1Zime.js} +1 -1
- package/dist/packages/shared-chunks/{router-DrLZsJeE.js → router-BViwI_oJ.js} +2 -2
- package/dist/packages/shared-chunks/{rsvp-DaQAFb0W.js → rsvp-ziM3qQyS.js} +25 -26
- package/dist/packages/shared-chunks/{set_properties-CeGJ0G9T.js → set_properties-DdgpJ3dD.js} +2 -2
- package/dist/packages/shared-chunks/{setup-registry-DXuvS1Rj.js → setup-registry-DqcicBVa.js} +2 -2
- package/dist/packages/shared-chunks/{to-string-B1BmwUkt.js → to-string-DQLo5iod.js} +1 -1
- package/dist/packages/shared-chunks/{transform-resolutions-O6uYv8DS.js → transform-resolutions-DckM6u9N.js} +347 -490
- package/dist/packages/shared-chunks/{unrecognized-url-error-zpz-JEoG.js → unrecognized-url-error-Csk7hcJF.js} +7 -6
- package/docs/data.json +510 -28
- package/lib/index.js +7 -2
- package/package.json +34 -33
- package/types/stable/@ember/-internals/glimmer/lib/component-managers/outlet.d.ts +1 -1
- package/types/stable/@ember/-internals/glimmer/lib/component-managers/unwrap-template.d.ts +7 -0
- package/types/stable/@ember/-internals/glimmer/lib/renderer.d.ts +7 -9
- package/types/stable/@ember/-internals/glimmer/lib/resolver.d.ts +2 -5
- package/types/stable/index.d.ts +1 -0
- package/dist/packages/@glimmer/debug/index.js +0 -168
- package/types/publish.mjs +0 -514
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as Container, I as INIT_FACTORY, R as Registry, g as getFactoryFor, p as privatize, s as setFactoryFor } from '../../../shared-chunks/registry-
|
|
1
|
+
export { C as Container, I as INIT_FACTORY, R as Registry, g as getFactoryFor, p as privatize, s as setFactoryFor } from '../../../shared-chunks/registry-C1P1Zime.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { templateFactory as template, templateCacheCounters } from '../../../@glimmer/opcode-compiler/index.js';
|
|
2
|
-
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, b as Renderer, R as RootTemplate, S as SafeString, T as Textarea, _ as _resetRenderers, e as escapeExpression, h as helper, a as htmlSafe, i as isHTMLSafe, r as renderSettled, u as uniqueId } from '../../../shared-chunks/index-
|
|
2
|
+
export { C as Component, H as Helper, I as Input, L as LinkTo, O as OutletView, b as Renderer, R as RootTemplate, S as SafeString, T as Textarea, _ as _resetRenderers, e as escapeExpression, h as helper, a as htmlSafe, i as isHTMLSafe, r as renderSettled, u as uniqueId } from '../../../shared-chunks/index-CMZ-vfn1.js';
|
|
3
3
|
export { g as getTemplate, a as getTemplates, h as hasTemplate, s as setTemplate, b as setTemplates } from '../../../shared-chunks/template_registry-DigcUg9m.js';
|
|
4
|
-
export { a as setupApplicationRegistry, s as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
4
|
+
export { a as setupApplicationRegistry, s as setupEngineRegistry } from '../../../shared-chunks/setup-registry-DqcicBVa.js';
|
|
5
5
|
export { DOMChanges, DOMTreeConstruction, isSerializationFirstNode } from '../../../@glimmer/runtime/index.js';
|
|
6
6
|
export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
|
|
7
7
|
export { s as setComponentManager } from '../../../shared-chunks/managers-CbMgnSoo.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import '../../../../shared-chunks/mandatory-setter-
|
|
1
|
+
import { t as toString, s as symbol } from '../../../../shared-chunks/to-string-DQLo5iod.js';
|
|
2
|
+
import '../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import '../../../debug/index.js';
|
|
4
4
|
import { isDestroyed } from '../../../../@glimmer/destroyable/index.js';
|
|
5
5
|
import { isDevelopingApp } from '@embroider/macros';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { g as get } from '../../../shared-chunks/cache-
|
|
2
|
-
export { X as ASYNC_OBSERVERS, J as ComputedDescriptor, C as ComputedProperty, D as DEBUG_INJECTION_FUNCTIONS, W as Libraries, Q as PROPERTY_DID_CHANGE, P as PROXY_CONTENT, Y as SYNC_OBSERVERS, $ as TrackedDescriptor, _ as _getPath, V as _getProp, j as activateObserver,
|
|
1
|
+
import { g as get } from '../../../shared-chunks/cache-DNQMcXNz.js';
|
|
2
|
+
export { X as ASYNC_OBSERVERS, J as ComputedDescriptor, C as ComputedProperty, D as DEBUG_INJECTION_FUNCTIONS, W as Libraries, Q as PROPERTY_DID_CHANGE, P as PROXY_CONTENT, Y as SYNC_OBSERVERS, $ as TrackedDescriptor, _ as _getPath, V as _getProp, j as activateObserver, E as addListener, x as addObserver, R as autoComputed, l as beginPropertyChanges, T as changeProperties, c as computed, A as defineDecorator, d as defineProperty, z as defineValue, G as descriptorForDecorator, b as descriptorForProperty, m as endPropertyChanges, e as expandProperties, I as flushAsyncObservers, v as hasListeners, h as hasUnknownProperty, p as inject, f as isClassicDecorator, U as isComputed, i as isElementDescriptor, O as libraries, H as makeComputedDecorator, Z as markObjectAsDirty, y as nativeDescDecorator, n as notifyPropertyChange, o as objectAt, N as on, F as removeListener, w as removeObserver, B as revalidateObservers, k as sendEvent, s as setClassicDecorator, t as tagForObject, a as tagForProperty, S as tracked } from '../../../shared-chunks/cache-DNQMcXNz.js';
|
|
3
3
|
export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
4
|
-
export { a as alias } from '../../../shared-chunks/alias-
|
|
4
|
+
export { a as alias } from '../../../shared-chunks/alias-EKWHcUzN.js';
|
|
5
5
|
import { deprecate } from '../../debug/index.js';
|
|
6
|
-
import { s as set } from '../../../shared-chunks/property_set-
|
|
7
|
-
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-
|
|
6
|
+
import { s as set } from '../../../shared-chunks/property_set-CZ11v306.js';
|
|
7
|
+
export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-CZ11v306.js';
|
|
8
8
|
import { isDevelopingApp } from '@embroider/macros';
|
|
9
|
-
export { d as addArrayObserver, c as arrayContentDidChange, b as arrayContentWillChange, e as removeArrayObserver, a as replace, r as replaceInNativeArray } from '../../../shared-chunks/array-
|
|
10
|
-
export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-
|
|
9
|
+
export { d as addArrayObserver, c as arrayContentDidChange, b as arrayContentWillChange, e as removeArrayObserver, a as replace, r as replaceInNativeArray } from '../../../shared-chunks/array-Bwx-l2QI.js';
|
|
10
|
+
export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-DdgpJ3dD.js';
|
|
11
11
|
export { cached } from '../../../@glimmer/tracking/index.js';
|
|
12
12
|
export { createCache, getValue, isConst } from '../../../@glimmer/validator/index.js';
|
|
13
|
-
export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, e as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-
|
|
13
|
+
export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNamespace, c as findNamespaces, i as isNamespaceSearchDisabled, p as processAllNamespaces, d as processNamespace, r as removeNamespace, e as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-_taJ9-jZ.js';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
@module ember
|
|
@@ -18,7 +18,7 @@ export { N as NAMESPACES, a as NAMESPACES_BY_ID, b as addNamespace, f as findNam
|
|
|
18
18
|
|
|
19
19
|
function deprecateProperty(object, deprecatedKey, newKey, options) {
|
|
20
20
|
function _deprecate() {
|
|
21
|
-
(isDevelopingApp() &&
|
|
21
|
+
(isDevelopingApp() && true && deprecate(`Usage of \`${deprecatedKey}\` is deprecated, use \`${newKey}\` instead.`, false, options));
|
|
22
22
|
}
|
|
23
23
|
Object.defineProperty(object, deprecatedKey, {
|
|
24
24
|
configurable: true,
|
|
@@ -200,6 +200,7 @@ function isFactory(obj) {
|
|
|
200
200
|
// we document it there for the sake of public API docs and for TS consumption,
|
|
201
201
|
// while having the richer `InternalOwner` representation for Ember itself.
|
|
202
202
|
function getOwner(object) {
|
|
203
|
+
// SAFETY: this is a convention. From the glimmer perspective, the owner really can be any object.
|
|
203
204
|
return getOwner$1(object);
|
|
204
205
|
}
|
|
205
206
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import '../meta/lib/meta.js';
|
|
2
|
-
import '../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import '@embroider/macros';
|
|
4
4
|
import '../../debug/index.js';
|
|
5
5
|
import '../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../../@glimmer/manager/index.js';
|
|
8
|
-
import '../../../shared-chunks/cache-
|
|
8
|
+
import '../../../shared-chunks/cache-DNQMcXNz.js';
|
|
9
9
|
import '../../../shared-chunks/env-CwR5CFCu.js';
|
|
10
10
|
import '../../engine/instance.js';
|
|
11
11
|
import '../../../route-recognizer/index.js';
|
|
12
|
-
import '../../../shared-chunks/rsvp-
|
|
13
|
-
import '../../../shared-chunks/unrecognized-url-error-
|
|
12
|
+
import '../../../shared-chunks/rsvp-ziM3qQyS.js';
|
|
13
|
+
import '../../../shared-chunks/unrecognized-url-error-Csk7hcJF.js';
|
|
14
14
|
import '../../routing/lib/routing-service.js';
|
|
15
15
|
export { default as generateController, generateControllerFactory } from '../../routing/lib/generate_controller.js';
|
|
16
16
|
export { default as RouterDSL } from '../../routing/lib/dsl.js';
|
|
@@ -6,4 +6,4 @@ export { default as _ProxyMixin, contentFor as _contentFor } from './lib/mixins/
|
|
|
6
6
|
export { default as MutableEnumerable } from '../../enumerable/mutable.js';
|
|
7
7
|
export { default as TargetActionSupport } from './lib/mixins/target_action_support.js';
|
|
8
8
|
export { onerrorDefault } from './lib/ext/rsvp.js';
|
|
9
|
-
export { R as RSVP } from '../../../shared-chunks/rsvp-
|
|
9
|
+
export { R as RSVP } from '../../../shared-chunks/rsvp-ziM3qQyS.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp-
|
|
1
|
+
import { c as configure, o as on, R as RSVP } from '../../../../../shared-chunks/rsvp-ziM3qQyS.js';
|
|
2
2
|
import { _backburner, _rsvpErrorQueue } from '../../../../runloop/index.js';
|
|
3
3
|
import { getDispatchOverride } from '../../../error-handling/index.js';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
@@ -31,7 +31,7 @@ function errorFor(reason) {
|
|
|
31
31
|
}
|
|
32
32
|
let withName = reason;
|
|
33
33
|
if (withName.name === 'UnrecognizedURLError') {
|
|
34
|
-
(isDevelopingApp() &&
|
|
34
|
+
(isDevelopingApp() && true && assert(`The URL '${withName.message}' did not match any routes in your application`, false)); // @ts-expect-error We'll hit this if the assert is stripped
|
|
35
35
|
return;
|
|
36
36
|
}
|
|
37
37
|
if (reason.name === 'TransitionAborted') {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { meta } from '../../../meta/lib/meta.js';
|
|
2
2
|
import Mixin from '../../../../object/mixin.js';
|
|
3
|
-
import {
|
|
3
|
+
import { c as computed, d as defineProperty, g as get, t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import { updateTag as UPDATE_TAG, tagMetaFor, tagFor, combine } from '../../../../../@glimmer/validator/index.js';
|
|
6
|
-
import { f as setupMandatorySetter, e as isObject } from '../../../../../shared-chunks/mandatory-setter-
|
|
6
|
+
import { f as setupMandatorySetter, e as isObject } from '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
7
7
|
import { isDevelopingApp } from '@embroider/macros';
|
|
8
|
-
import { s as setProxy, i as isProxy } from '../../../../../shared-chunks/is_proxy-
|
|
9
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
8
|
+
import { s as setProxy, i as isProxy } from '../../../../../shared-chunks/is_proxy-D0K6dwtr.js';
|
|
9
|
+
import { s as set } from '../../../../../shared-chunks/property_set-CZ11v306.js';
|
|
10
10
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
11
11
|
import { setCustomTagFor } from '../../../../../@glimmer/manager/index.js';
|
|
12
12
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import Mixin from '../../../../object/mixin.js';
|
|
2
2
|
import '../../../meta/lib/meta.js';
|
|
3
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
3
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
4
4
|
import { isDevelopingApp } from '@embroider/macros';
|
|
5
5
|
import '../../../../debug/index.js';
|
|
6
6
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
7
7
|
import '../../../../../@glimmer/validator/index.js';
|
|
8
8
|
import '../../../../../@glimmer/manager/index.js';
|
|
9
|
-
import { g as get } from '../../../../../shared-chunks/cache-
|
|
9
|
+
import { g as get } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
10
10
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
11
11
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
12
12
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { c as context } from '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
2
|
-
import { c as computed, g as get } from '../../../../../shared-chunks/cache-
|
|
2
|
+
import { c as computed, g as get } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
3
3
|
import '../../../meta/lib/meta.js';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import '../../../../../@glimmer/validator/index.js';
|
|
6
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
6
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
7
7
|
import { isDevelopingApp } from '@embroider/macros';
|
|
8
8
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
9
9
|
import '../../../../../@glimmer/manager/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { e as enumerableSymbol, i as isInternalSymbol, s as symbol, t as toString } from '../../../shared-chunks/to-string-
|
|
1
|
+
export { e as enumerableSymbol, i as isInternalSymbol, s as symbol, t as toString } from '../../../shared-chunks/to-string-DQLo5iod.js';
|
|
2
2
|
export { m as dictionary } from '../../../shared-chunks/dictionary-gc5gpyOG.js';
|
|
3
|
-
export { G as GUID_KEY, R as ROOT, c as checkHasSuper, b as generateGuid, a as getDebugName, g as guidFor, i as intern, e as isObject, l as lookupDescriptor, o as observerListenerMetaFor, d as setListeners, s as setObservers, h as setWithMandatorySetter, f as setupMandatorySetter, t as teardownMandatorySetter, u as uuid, w as wrap } from '../../../shared-chunks/mandatory-setter-
|
|
3
|
+
export { G as GUID_KEY, R as ROOT, c as checkHasSuper, b as generateGuid, a as getDebugName, g as guidFor, i as intern, e as isObject, l as lookupDescriptor, o as observerListenerMetaFor, d as setListeners, s as setObservers, h as setWithMandatorySetter, f as setupMandatorySetter, t as teardownMandatorySetter, u as uuid, w as wrap } from '../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
4
4
|
export { c as canInvoke } from '../../../shared-chunks/invoke-BjRgvK2V.js';
|
|
5
|
-
export { g as getName, s as setName } from '../../../shared-chunks/name-
|
|
6
|
-
export { i as isProxy, s as setProxy } from '../../../shared-chunks/is_proxy-
|
|
5
|
+
export { g as getName, s as setName } from '../../../shared-chunks/name-StEEeReb.js';
|
|
6
|
+
export { i as isProxy, s as setProxy } from '../../../shared-chunks/is_proxy-D0K6dwtr.js';
|
|
7
7
|
export { C as Cache } from '../../../shared-chunks/cache-qDyqAcpg.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../../../../@glimmer/manager/index.js';
|
|
8
|
-
import { g as get } from '../../../../../shared-chunks/cache-
|
|
8
|
+
import { g as get } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
11
11
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import '@embroider/macros';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../../../../@glimmer/manager/index.js';
|
|
8
|
-
import {
|
|
8
|
+
import { y as nativeDescDecorator } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
11
11
|
import { addChildView, getChildViews } from '../system/utils.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../../../../@glimmer/manager/index.js';
|
|
8
|
-
import { b as descriptorForProperty } from '../../../../../shared-chunks/cache-
|
|
8
|
+
import { b as descriptorForProperty } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
11
11
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-
|
|
1
|
+
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
2
2
|
import { isDevelopingApp } from '@embroider/macros';
|
|
3
3
|
import '../../../meta/lib/meta.js';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../../../../@glimmer/manager/index.js';
|
|
8
|
-
import {
|
|
8
|
+
import { y as nativeDescDecorator, b as descriptorForProperty } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
10
10
|
import Mixin from '../../../../object/mixin.js';
|
|
11
11
|
import { h as hasDOM } from '../../../../../shared-chunks/index-BGP1rw3B.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { getOwner } from '../../../owner/index.js';
|
|
2
2
|
import '../../../../debug/index.js';
|
|
3
3
|
import '../../../meta/lib/meta.js';
|
|
4
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
4
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
5
5
|
import { isDevelopingApp } from '@embroider/macros';
|
|
6
6
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
7
7
|
import '../../../../../@glimmer/validator/index.js';
|
|
8
8
|
import '../../../../../@glimmer/manager/index.js';
|
|
9
|
-
import { g as get } from '../../../../../shared-chunks/cache-
|
|
10
|
-
import { s as set } from '../../../../../shared-chunks/property_set-
|
|
9
|
+
import { g as get } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
10
|
+
import { s as set } from '../../../../../shared-chunks/property_set-CZ11v306.js';
|
|
11
11
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
12
12
|
import EmberObject from '../../../../object/index.js';
|
|
13
13
|
import { getElementView } from './utils.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getOwner } from '../../../owner/index.js';
|
|
2
|
-
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import { g as guidFor } from '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import { assert } from '../../../../debug/lib/assert.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../../meta/lib/meta.js';
|
|
2
|
-
import '../../../../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import '@embroider/macros';
|
|
4
4
|
import '../../../../debug/index.js';
|
|
5
5
|
import '../../../../../@glimmer/destroyable/index.js';
|
|
6
6
|
import '../../../../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../../../../@glimmer/manager/index.js';
|
|
8
|
-
import { p as inject } from '../../../../../shared-chunks/cache-
|
|
8
|
+
import { p as inject } from '../../../../../shared-chunks/cache-DNQMcXNz.js';
|
|
9
9
|
import '../../../../../shared-chunks/env-CwR5CFCu.js';
|
|
10
10
|
import '../../../runtime/lib/mixins/registry_proxy.js';
|
|
11
11
|
import '../../../runtime/lib/mixins/container_proxy.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as teardownMandatorySetter } from '../../../../../shared-chunks/mandatory-setter-
|
|
1
|
+
import { t as teardownMandatorySetter } from '../../../../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
2
2
|
import { isDevelopingApp } from '@embroider/macros';
|
|
3
3
|
import '../../../../debug/index.js';
|
|
4
4
|
import { flaggedInstrument } from '../../../../instrumentation/index.js';
|
|
@@ -34,9 +34,7 @@ const HAS_ELEMENT = Object.freeze({
|
|
|
34
34
|
// Handler should be able to re-dispatch events, so we don't
|
|
35
35
|
// preventDefault or stopPropagation.
|
|
36
36
|
return flaggedInstrument(`interaction.${eventName}`, {
|
|
37
|
-
|
|
38
|
-
view
|
|
39
|
-
}, () => {
|
|
37
|
+
}, () => {
|
|
40
38
|
return join(view, view.trigger, eventName, event);
|
|
41
39
|
});
|
|
42
40
|
} else {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getOwner as getOwner$1 } from '../owner/index.js';
|
|
2
|
-
import '../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
4
|
import { m as makeDictionary } from '../../shared-chunks/dictionary-gc5gpyOG.js';
|
|
5
5
|
import { E as ENV } from '../../shared-chunks/env-CwR5CFCu.js';
|
|
@@ -10,7 +10,7 @@ import '../-internals/meta/lib/meta.js';
|
|
|
10
10
|
import '../../@glimmer/destroyable/index.js';
|
|
11
11
|
import '../../@glimmer/validator/index.js';
|
|
12
12
|
import '../../@glimmer/manager/index.js';
|
|
13
|
-
import { O as LIBRARIES } from '../../shared-chunks/cache-
|
|
13
|
+
import { O as LIBRARIES } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
14
14
|
import { runLoadHooks, _loaded } from './lib/lazy_load.js';
|
|
15
15
|
export { onLoad } from './lib/lazy_load.js';
|
|
16
16
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
@@ -38,17 +38,17 @@ import HistoryLocation from '../routing/history-location.js';
|
|
|
38
38
|
import NoneLocation from '../routing/none-location.js';
|
|
39
39
|
import '../engine/instance.js';
|
|
40
40
|
import '../../route-recognizer/index.js';
|
|
41
|
-
import { R as RSVP } from '../../shared-chunks/rsvp-
|
|
42
|
-
import '../../shared-chunks/unrecognized-url-error-
|
|
41
|
+
import { R as RSVP } from '../../shared-chunks/rsvp-ziM3qQyS.js';
|
|
42
|
+
import '../../shared-chunks/unrecognized-url-error-Csk7hcJF.js';
|
|
43
43
|
import '../routing/lib/routing-service.js';
|
|
44
44
|
import '../controller/index.js';
|
|
45
45
|
import BucketCache from '../routing/lib/cache.js';
|
|
46
46
|
import ApplicationInstance from './instance.js';
|
|
47
47
|
import Engine, { buildInitializerMethod } from '../engine/index.js';
|
|
48
|
-
import { p as privatize } from '../../shared-chunks/registry-
|
|
48
|
+
import { p as privatize } from '../../shared-chunks/registry-C1P1Zime.js';
|
|
49
49
|
import '../../@glimmer/opcode-compiler/index.js';
|
|
50
|
-
import '../../shared-chunks/index-
|
|
51
|
-
import { a as setupApplicationRegistry } from '../../shared-chunks/setup-registry-
|
|
50
|
+
import '../../shared-chunks/index-CMZ-vfn1.js';
|
|
51
|
+
import { a as setupApplicationRegistry } from '../../shared-chunks/setup-registry-DqcicBVa.js';
|
|
52
52
|
import '../../@glimmer/runtime/index.js';
|
|
53
53
|
import '../../@glimmer/reference/index.js';
|
|
54
54
|
import RouterService from '../routing/router-service.js';
|
|
@@ -2,8 +2,8 @@ import '../object/index.js';
|
|
|
2
2
|
import { h as hasDOM, e as environment } from '../../shared-chunks/index-BGP1rw3B.js';
|
|
3
3
|
import EngineInstance from '../engine/instance.js';
|
|
4
4
|
import '../../@glimmer/opcode-compiler/index.js';
|
|
5
|
-
import { r as renderSettled } from '../../shared-chunks/index-
|
|
6
|
-
import '../../shared-chunks/registry-
|
|
5
|
+
import { r as renderSettled } from '../../shared-chunks/index-CMZ-vfn1.js';
|
|
6
|
+
import '../../shared-chunks/registry-C1P1Zime.js';
|
|
7
7
|
import '../debug/index.js';
|
|
8
8
|
import '../../@glimmer/runtime/index.js';
|
|
9
9
|
import '../runloop/index.js';
|
|
@@ -12,7 +12,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
12
12
|
import { isDevelopingApp } from '@embroider/macros';
|
|
13
13
|
import '../../@glimmer/manager/index.js';
|
|
14
14
|
import EmberRouter from '../routing/router.js';
|
|
15
|
-
import '../../shared-chunks/mandatory-setter-
|
|
15
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
16
16
|
import EventDispatcher from '../-internals/views/lib/system/event_dispatcher.js';
|
|
17
17
|
import '../-internals/views/lib/component_lookup.js';
|
|
18
18
|
import '../-internals/views/lib/views/core_view.js';
|
|
@@ -22,10 +22,10 @@ import '../-internals/views/lib/mixins/view_state_support.js';
|
|
|
22
22
|
import '../-internals/views/lib/mixins/view_support.js';
|
|
23
23
|
import '../-internals/views/lib/mixins/action_support.js';
|
|
24
24
|
import '../-internals/views/lib/system/action_manager.js';
|
|
25
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
25
|
+
import { s as set } from '../../shared-chunks/property_set-CZ11v306.js';
|
|
26
26
|
import '../-internals/meta/lib/meta.js';
|
|
27
27
|
import '../../@glimmer/destroyable/index.js';
|
|
28
|
-
import { g as get } from '../../shared-chunks/cache-
|
|
28
|
+
import { g as get } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
29
29
|
import '../../shared-chunks/env-CwR5CFCu.js';
|
|
30
30
|
import { assert } from '../debug/lib/assert.js';
|
|
31
31
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import '../-internals/meta/lib/meta.js';
|
|
2
|
-
import { g as guidFor } from '../../shared-chunks/mandatory-setter-
|
|
2
|
+
import { g as guidFor } from '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
|
-
import { g as getName, s as setName } from '../../shared-chunks/name-
|
|
4
|
+
import { g as getName, s as setName } from '../../shared-chunks/name-StEEeReb.js';
|
|
5
5
|
import '../debug/index.js';
|
|
6
6
|
import '../../@glimmer/destroyable/index.js';
|
|
7
7
|
import '../../@glimmer/validator/index.js';
|
|
8
8
|
import '../../@glimmer/manager/index.js';
|
|
9
|
-
import { g as get } from '../../shared-chunks/cache-
|
|
10
|
-
import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-
|
|
9
|
+
import { g as get } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
10
|
+
import { N as NAMESPACES, a as NAMESPACES_BY_ID, p as processAllNamespaces, f as findNamespace, b as addNamespace, c as findNamespaces, d as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-_taJ9-jZ.js';
|
|
11
11
|
import EmberObject from '../object/index.js';
|
|
12
12
|
import { assert } from '../debug/lib/assert.js';
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as get, o as objectAt, l as beginPropertyChanges, m as endPropertyChanges, c as computed, P as PROXY_CONTENT } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
2
2
|
import '../-internals/meta/lib/meta.js';
|
|
3
3
|
import '../debug/index.js';
|
|
4
4
|
import '../../@glimmer/validator/index.js';
|
|
5
|
-
import '../../shared-chunks/mandatory-setter-
|
|
5
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
6
6
|
import { isDevelopingApp } from '@embroider/macros';
|
|
7
7
|
import '../../@glimmer/destroyable/index.js';
|
|
8
8
|
import '../../@glimmer/manager/index.js';
|
|
9
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
10
|
-
import { r as replaceInNativeArray, a as replace } from '../../shared-chunks/array-
|
|
9
|
+
import { s as set } from '../../shared-chunks/property_set-CZ11v306.js';
|
|
10
|
+
import { r as replaceInNativeArray, a as replace } from '../../shared-chunks/array-Bwx-l2QI.js';
|
|
11
11
|
import '../../shared-chunks/env-CwR5CFCu.js';
|
|
12
12
|
import '../object/index.js';
|
|
13
13
|
import Mixin from '../object/mixin.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '../-internals/meta/lib/meta.js';
|
|
2
|
-
import { e as isObject } from '../../shared-chunks/mandatory-setter-
|
|
2
|
+
import { e as isObject } from '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
4
|
import '../debug/index.js';
|
|
5
5
|
import '../../@glimmer/destroyable/index.js';
|
|
6
6
|
import { consumeTag, validateTag, tagFor, valueForTag, combine } from '../../@glimmer/validator/index.js';
|
|
7
|
-
import { Q as PROPERTY_DID_CHANGE, g as get, o as objectAt, a as tagForProperty } from '../../shared-chunks/cache-
|
|
8
|
-
import { a as alias } from '../../shared-chunks/alias-
|
|
9
|
-
import { a as replace, b as arrayContentWillChange, c as arrayContentDidChange, d as addArrayObserver, e as removeArrayObserver } from '../../shared-chunks/array-
|
|
7
|
+
import { Q as PROPERTY_DID_CHANGE, g as get, o as objectAt, a as tagForProperty } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
8
|
+
import { a as alias } from '../../shared-chunks/alias-EKWHcUzN.js';
|
|
9
|
+
import { a as replace, b as arrayContentWillChange, c as arrayContentDidChange, d as addArrayObserver, e as removeArrayObserver } from '../../shared-chunks/array-Bwx-l2QI.js';
|
|
10
10
|
import '../../shared-chunks/env-CwR5CFCu.js';
|
|
11
11
|
import EmberObject from '../object/index.js';
|
|
12
12
|
import EmberArray, { MutableArray } from './index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../@glimmer/opcode-compiler/index.js';
|
|
2
|
-
export { H as default, h as helper } from '../../shared-chunks/index-
|
|
3
|
-
import '../../shared-chunks/registry-
|
|
2
|
+
export { H as default, h as helper } from '../../shared-chunks/index-CMZ-vfn1.js';
|
|
3
|
+
import '../../shared-chunks/registry-C1P1Zime.js';
|
|
4
4
|
import '../debug/index.js';
|
|
5
5
|
import '../../@glimmer/runtime/index.js';
|
|
6
6
|
import '../runloop/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { componentCapabilities as capabilities, getComponentTemplate, setComponentTemplate } from '../../@glimmer/manager/index.js';
|
|
2
2
|
import '../../@glimmer/opcode-compiler/index.js';
|
|
3
|
-
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-
|
|
4
|
-
import '../../shared-chunks/registry-
|
|
3
|
+
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-CMZ-vfn1.js';
|
|
4
|
+
import '../../shared-chunks/registry-C1P1Zime.js';
|
|
5
5
|
import '../debug/index.js';
|
|
6
6
|
import '../../@glimmer/runtime/index.js';
|
|
7
7
|
import '../runloop/index.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { getOwner } from '../-internals/owner/index.js';
|
|
2
2
|
import '../object/index.js';
|
|
3
3
|
import { FrameworkObject } from '../object/-internals.js';
|
|
4
|
-
import { c as computed, g as get, p as inject$1 } from '../../shared-chunks/cache-
|
|
4
|
+
import { c as computed, g as get, p as inject$1 } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
5
5
|
import '../-internals/meta/lib/meta.js';
|
|
6
6
|
import '../debug/index.js';
|
|
7
7
|
import '../../@glimmer/validator/index.js';
|
|
8
|
-
import { s as symbol } from '../../shared-chunks/to-string-
|
|
9
|
-
import '../../shared-chunks/mandatory-setter-
|
|
8
|
+
import { s as symbol } from '../../shared-chunks/to-string-DQLo5iod.js';
|
|
9
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
10
10
|
import '../../@glimmer/destroyable/index.js';
|
|
11
11
|
import '../../@glimmer/manager/index.js';
|
|
12
12
|
import '@embroider/macros';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { classify, dasherize } from '../-internals/string/index.js';
|
|
2
2
|
import EmberObject from '../object/index.js';
|
|
3
3
|
import '../-internals/meta/lib/meta.js';
|
|
4
|
-
import '../../shared-chunks/mandatory-setter-
|
|
4
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
5
5
|
import '@embroider/macros';
|
|
6
6
|
import './index.js';
|
|
7
7
|
import '../../@glimmer/destroyable/index.js';
|
|
8
8
|
import '../../@glimmer/validator/index.js';
|
|
9
9
|
import '../../@glimmer/manager/index.js';
|
|
10
|
-
import '../../shared-chunks/cache-
|
|
10
|
+
import '../../shared-chunks/cache-DNQMcXNz.js';
|
|
11
11
|
import '../../shared-chunks/env-CwR5CFCu.js';
|
|
12
12
|
import typeOf from '../utils/lib/type-of.js';
|
|
13
13
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
@@ -6,9 +6,9 @@ import Namespace from '../application/namespace.js';
|
|
|
6
6
|
import { A } from '../array/index.js';
|
|
7
7
|
import { createCache, consumeTag, tagFor, untrack, getValue } from '../../@glimmer/validator/index.js';
|
|
8
8
|
import './index.js';
|
|
9
|
-
import { g as get } from '../../shared-chunks/cache-
|
|
9
|
+
import { g as get } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
10
10
|
import '../-internals/meta/lib/meta.js';
|
|
11
|
-
import '../../shared-chunks/mandatory-setter-
|
|
11
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
12
12
|
import '@embroider/macros';
|
|
13
13
|
import '../../@glimmer/destroyable/index.js';
|
|
14
14
|
import '../../@glimmer/manager/index.js';
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { expect } from '../../../@glimmer/util/index.js';
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
@module @ember/debug
|
|
5
3
|
*/
|
|
@@ -17,9 +15,13 @@ import { expect } from '../../../@glimmer/util/index.js';
|
|
|
17
15
|
@since 3.14.0
|
|
18
16
|
*/
|
|
19
17
|
function captureRenderTree(app) {
|
|
18
|
+
let domRenderer = app.lookup('renderer:-dom');
|
|
19
|
+
if (!domRenderer) {
|
|
20
|
+
throw new Error(`BUG: owner is missing renderer`);
|
|
21
|
+
}
|
|
20
22
|
// SAFETY: Ideally we'd assert here but that causes awkward circular requires since this is also in @ember/debug.
|
|
21
23
|
// This is only for debug stuff so not very risky.
|
|
22
|
-
let renderer =
|
|
24
|
+
let renderer = domRenderer;
|
|
23
25
|
return renderer.debugRenderTree.capture();
|
|
24
26
|
}
|
|
25
27
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export { getEngineParent, setEngineParent } from './lib/engine-parent.js';
|
|
2
|
-
import '../../shared-chunks/mandatory-setter-
|
|
2
|
+
import '../../shared-chunks/mandatory-setter-DzWEWEXy.js';
|
|
3
3
|
import { isDevelopingApp } from '@embroider/macros';
|
|
4
4
|
import { c as canInvoke } from '../../shared-chunks/invoke-BjRgvK2V.js';
|
|
5
5
|
import Controller from '../controller/index.js';
|
|
6
6
|
import Namespace from '../application/namespace.js';
|
|
7
|
-
import { R as Registry } from '../../shared-chunks/registry-
|
|
7
|
+
import { R as Registry } from '../../shared-chunks/registry-C1P1Zime.js';
|
|
8
8
|
import DAG from '../../dag-map/index.js';
|
|
9
9
|
import '../debug/index.js';
|
|
10
10
|
import ContainerDebugAdapter from '../debug/container-debug-adapter.js';
|
|
@@ -14,12 +14,12 @@ import '../-internals/meta/lib/meta.js';
|
|
|
14
14
|
import '../../@glimmer/destroyable/index.js';
|
|
15
15
|
import '../../@glimmer/validator/index.js';
|
|
16
16
|
import '../../@glimmer/manager/index.js';
|
|
17
|
-
import { g as get } from '../../shared-chunks/cache-
|
|
18
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
17
|
+
import { g as get } from '../../shared-chunks/cache-DNQMcXNz.js';
|
|
18
|
+
import { s as set } from '../../shared-chunks/property_set-CZ11v306.js';
|
|
19
19
|
import '../../shared-chunks/env-CwR5CFCu.js';
|
|
20
20
|
import '../../route-recognizer/index.js';
|
|
21
|
-
import '../../shared-chunks/rsvp-
|
|
22
|
-
import '../../shared-chunks/unrecognized-url-error-
|
|
21
|
+
import '../../shared-chunks/rsvp-ziM3qQyS.js';
|
|
22
|
+
import '../../shared-chunks/unrecognized-url-error-Csk7hcJF.js';
|
|
23
23
|
import RoutingService from '../routing/lib/routing-service.js';
|
|
24
24
|
import '../-internals/views/lib/system/action_manager.js';
|
|
25
25
|
import ComponentLookup from '../-internals/views/lib/component_lookup.js';
|
|
@@ -30,8 +30,8 @@ import '../-internals/views/lib/mixins/view_state_support.js';
|
|
|
30
30
|
import '../-internals/views/lib/mixins/view_support.js';
|
|
31
31
|
import '../-internals/views/lib/mixins/action_support.js';
|
|
32
32
|
import '../../@glimmer/opcode-compiler/index.js';
|
|
33
|
-
import '../../shared-chunks/index-
|
|
34
|
-
import { s as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
33
|
+
import '../../shared-chunks/index-CMZ-vfn1.js';
|
|
34
|
+
import { s as setupEngineRegistry } from '../../shared-chunks/setup-registry-DqcicBVa.js';
|
|
35
35
|
import '../../@glimmer/runtime/index.js';
|
|
36
36
|
import '../runloop/index.js';
|
|
37
37
|
import '../../@glimmer/reference/index.js';
|