ember-source 7.1.0-alpha.2 → 7.1.0-alpha.3

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.
Files changed (134) hide show
  1. package/build-metadata.json +3 -3
  2. package/dist/dev/packages/@ember/-internals/glimmer/index.js +7 -7
  3. package/dist/dev/packages/@ember/application/index.js +5 -5
  4. package/dist/dev/packages/@ember/application/instance.js +4 -4
  5. package/dist/dev/packages/@ember/component/helper.js +4 -4
  6. package/dist/dev/packages/@ember/component/index.js +4 -4
  7. package/dist/dev/packages/@ember/component/template-only.js +2 -2
  8. package/dist/dev/packages/@ember/engine/index.js +5 -5
  9. package/dist/dev/packages/@ember/helper/index.js +5 -5
  10. package/dist/dev/packages/@ember/modifier/index.js +4 -4
  11. package/dist/dev/packages/@ember/modifier/on.js +2 -2
  12. package/dist/dev/packages/@ember/renderer/index.js +4 -4
  13. package/dist/dev/packages/@ember/routing/index.js +4 -4
  14. package/dist/dev/packages/@ember/template/index.js +4 -4
  15. package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +7 -5
  16. package/dist/dev/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +18 -0
  17. package/dist/dev/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
  18. package/dist/dev/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
  19. package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
  20. package/dist/dev/packages/@ember/template-factory/index.js +1 -1
  21. package/dist/dev/packages/@glimmer/destroyable/index.js +5 -1
  22. package/dist/dev/packages/@glimmer/node/index.js +4 -4
  23. package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
  24. package/dist/dev/packages/@glimmer/program/index.js +1 -1
  25. package/dist/dev/packages/@glimmer/runtime/index.js +5 -5
  26. package/dist/dev/packages/ember/version.js +1 -1
  27. package/dist/dev/packages/ember-template-compiler/index.js +3 -3
  28. package/dist/dev/packages/shared-chunks/{compiler-BenCxenr.js → compiler-D1leQ3Gl.js} +90 -88
  29. package/dist/dev/packages/shared-chunks/{constants-DKn6zqFX.js → constants-p7AL-pog.js} +1 -1
  30. package/dist/dev/packages/shared-chunks/{dynamic-Cu9Xpdzc.js → dynamic-BfDKO5NI.js} +6 -7
  31. package/dist/dev/packages/shared-chunks/{element-builder-Dw_Ic9cD.js → element-builder-DO43ztVP.js} +2 -2
  32. package/dist/dev/packages/shared-chunks/{index-CtPSmMCE.js → index-BUPd6pkm.js} +15 -17
  33. package/dist/dev/packages/shared-chunks/{index-AD_RxZjB.js → index-QZstta6s.js} +6 -6
  34. package/dist/dev/packages/shared-chunks/{invoke-D0D6CvD5.js → invoke-CgfoEtMT.js} +1 -1
  35. package/dist/dev/packages/shared-chunks/{program-context-yOi1EExe.js → program-context-sJz0oHOA.js} +1 -1
  36. package/dist/dev/packages/shared-chunks/{rehydrate-builder-CfBtYUkk.js → rehydrate-builder-CEk2KOIk.js} +3 -5
  37. package/dist/dev/packages/shared-chunks/{render-t-LAXUYI.js → render-C1HzKUcM.js} +4 -4
  38. package/dist/dev/packages/shared-chunks/{serialize-builder-BUG9CxHC.js → serialize-builder-CPKxdfiH.js} +3 -3
  39. package/dist/dev/packages/shared-chunks/{setup-registry-CxXWLs26.js → setup-registry-B7-RknRf.js} +6 -6
  40. package/dist/dev/packages/shared-chunks/{transform-resolutions-fXGQKGsL.js → transform-resolutions-D-YtZ0_g.js} +2 -2
  41. package/dist/prod/packages/@ember/-internals/glimmer/index.js +9 -9
  42. package/dist/prod/packages/@ember/-internals/metal/index.js +10 -10
  43. package/dist/prod/packages/@ember/-internals/routing/index.js +2 -2
  44. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +4 -4
  45. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +2 -2
  46. package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
  47. package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +2 -2
  48. package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +3 -3
  49. package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +3 -3
  50. package/dist/prod/packages/@ember/application/index.js +8 -8
  51. package/dist/prod/packages/@ember/application/instance.js +8 -8
  52. package/dist/prod/packages/@ember/application/namespace.js +3 -3
  53. package/dist/prod/packages/@ember/array/index.js +5 -5
  54. package/dist/prod/packages/@ember/array/proxy.js +5 -5
  55. package/dist/prod/packages/@ember/component/helper.js +6 -6
  56. package/dist/prod/packages/@ember/component/index.js +6 -6
  57. package/dist/prod/packages/@ember/component/template-only.js +4 -4
  58. package/dist/prod/packages/@ember/controller/index.js +4 -4
  59. package/dist/prod/packages/@ember/debug/container-debug-adapter.js +2 -2
  60. package/dist/prod/packages/@ember/debug/data-adapter.js +2 -2
  61. package/dist/prod/packages/@ember/engine/index.js +9 -9
  62. package/dist/prod/packages/@ember/helper/index.js +8 -8
  63. package/dist/prod/packages/@ember/modifier/index.js +6 -6
  64. package/dist/prod/packages/@ember/modifier/on.js +4 -4
  65. package/dist/prod/packages/@ember/object/-internals.js +2 -2
  66. package/dist/prod/packages/@ember/object/compat.js +2 -2
  67. package/dist/prod/packages/@ember/object/computed.js +4 -4
  68. package/dist/prod/packages/@ember/object/core.js +2 -2
  69. package/dist/prod/packages/@ember/object/evented.js +3 -3
  70. package/dist/prod/packages/@ember/object/events.js +2 -2
  71. package/dist/prod/packages/@ember/object/index.js +6 -6
  72. package/dist/prod/packages/@ember/object/internals.js +2 -2
  73. package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +5 -5
  74. package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
  75. package/dist/prod/packages/@ember/object/mixin.js +3 -3
  76. package/dist/prod/packages/@ember/object/observable.js +5 -5
  77. package/dist/prod/packages/@ember/object/observers.js +2 -2
  78. package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +4 -4
  79. package/dist/prod/packages/@ember/renderer/index.js +6 -6
  80. package/dist/prod/packages/@ember/routing/index.js +6 -6
  81. package/dist/prod/packages/@ember/routing/lib/generate_controller.js +2 -2
  82. package/dist/prod/packages/@ember/routing/lib/routing-service.js +2 -2
  83. package/dist/prod/packages/@ember/routing/lib/utils.js +2 -2
  84. package/dist/prod/packages/@ember/routing/route.js +6 -6
  85. package/dist/prod/packages/@ember/routing/router-service.js +2 -2
  86. package/dist/prod/packages/@ember/routing/router.js +4 -4
  87. package/dist/prod/packages/@ember/runloop/index.js +2 -2
  88. package/dist/prod/packages/@ember/service/index.js +3 -3
  89. package/dist/prod/packages/@ember/template/index.js +6 -6
  90. package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +9 -7
  91. package/dist/prod/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +18 -0
  92. package/dist/prod/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
  93. package/dist/prod/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
  94. package/dist/prod/packages/@ember/template-compiler/lib/template.js +4 -4
  95. package/dist/prod/packages/@ember/template-factory/index.js +3 -3
  96. package/dist/prod/packages/@ember/utils/lib/is_empty.js +2 -2
  97. package/dist/prod/packages/@glimmer/destroyable/index.js +5 -1
  98. package/dist/prod/packages/@glimmer/manager/index.js +4 -4
  99. package/dist/prod/packages/@glimmer/node/index.js +6 -6
  100. package/dist/prod/packages/@glimmer/opcode-compiler/index.js +3 -3
  101. package/dist/prod/packages/@glimmer/program/index.js +1 -1
  102. package/dist/prod/packages/@glimmer/runtime/index.js +6 -6
  103. package/dist/prod/packages/@glimmer/tracking/index.js +3 -3
  104. package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +2 -2
  105. package/dist/prod/packages/ember/version.js +1 -1
  106. package/dist/prod/packages/ember-template-compiler/index.js +4 -4
  107. package/dist/prod/packages/shared-chunks/{alias-BkT-0B1G.js → alias-BLBQkche.js} +3 -3
  108. package/dist/prod/packages/shared-chunks/{api-Co-k4HVs.js → api-DtWa0ZaF.js} +1 -1
  109. package/dist/prod/packages/shared-chunks/{array-EwekEvId.js → array-kVQfzrQn.js} +2 -2
  110. package/dist/prod/packages/shared-chunks/{capabilities-DGmQ_mz4.js → capabilities-DXA-L0iT.js} +1 -1
  111. package/dist/prod/packages/shared-chunks/{compiler-Rwrmj1ki.js → compiler-Bbki2GT_.js} +53 -92
  112. package/dist/prod/packages/shared-chunks/{constants-CB3pk7dH.js → constants-2M371WiB.js} +4 -4
  113. package/dist/prod/packages/shared-chunks/{element-builder-DbktcGKV.js → element-builder-BmLF0C-1.js} +2 -4
  114. package/dist/prod/packages/shared-chunks/{fragment-EpVz5Xuc.js → fragment-D7nBU9ae.js} +16 -1
  115. package/dist/prod/packages/shared-chunks/{index-BVy-auLZ.js → index-6pnzcm45.js} +13 -13
  116. package/dist/prod/packages/shared-chunks/{index-nW__r2nX.js → index-CjaDF9kC.js} +2 -10
  117. package/dist/prod/packages/shared-chunks/{injected_property-DL3vQoFA.js → injected_property-CTVs5FPh.js} +1 -1
  118. package/dist/prod/packages/shared-chunks/{invoke-BuwCkcVB.js → invoke-BdJCXD-b.js} +3 -3
  119. package/dist/prod/packages/shared-chunks/{namespace_search-Aog9nySA.js → namespace_search-Dcdalhj6.js} +1 -1
  120. package/dist/prod/packages/shared-chunks/{observers-R1ZklwWy.js → observers-tZ2aOzr4.js} +1 -1
  121. package/dist/prod/packages/shared-chunks/{on-ByzWKBWe.js → on-CLxdmpmk.js} +4 -11
  122. package/dist/prod/packages/shared-chunks/{program-context-BdUXf-jj.js → program-context-DFiwaPMR.js} +2 -2
  123. package/dist/prod/packages/shared-chunks/{property_set-O080KTKZ.js → property_set-B2sZxeCw.js} +2 -2
  124. package/dist/prod/packages/shared-chunks/{rehydrate-builder-M_dh82nR.js → rehydrate-builder-CUefZL4I.js} +3 -7
  125. package/dist/prod/packages/shared-chunks/{render-DJ-BzvgU.js → render-BlriW61t.js} +4 -6
  126. package/dist/prod/packages/shared-chunks/{serialize-builder-BpVMgrCr.js → serialize-builder-DgpXSc2Q.js} +5 -5
  127. package/dist/prod/packages/shared-chunks/{set_properties-CjsDTRey.js → set_properties-C1T46IiN.js} +3 -3
  128. package/dist/prod/packages/shared-chunks/{setup-registry-KYxkFexK.js → setup-registry-DeObnZ2Z.js} +8 -8
  129. package/dist/prod/packages/shared-chunks/{tracked-ChVNBE2f.js → tracked-Cl5l4v8b.js} +1 -1
  130. package/dist/prod/packages/shared-chunks/{transform-resolutions-C7wq_Q_c.js → transform-resolutions-DR4GLmR2.js} +0 -3
  131. package/docs/data.json +185 -145
  132. package/package.json +3 -1
  133. package/types/stable/@glimmer/syntax/lib/source/source.d.ts +2 -1
  134. package/dist/prod/packages/shared-chunks/assert-CUCJBR2C.js +0 -19
@@ -3,13 +3,13 @@ import './debug-to-string-CFb7h0lY.js';
3
3
  import setGlobalContext from '../@glimmer/global-context/index.js';
4
4
  import { untrack, consumeTag, tagFor, createCache, getValue, valueForTag, beginUntrackFrame, endUntrackFrame, beginTrackFrame, endTrackFrame, validateTag, createTag, dirtyTag as DIRTY_TAG$1, CONSTANT_TAG, isTracking, debug, CURRENT_TAG } from '../@glimmer/validator/index.js';
5
5
  import { v as valueForRef, i as isConstRef, a as createConstRef, l as isUpdatableRef, u as updateRef, c as createComputeRef, d as createPrimitiveRef, b as childRefFor, g as childRefFromParts, U as UNDEFINED_REFERENCE, h as createInvokableRef, j as createReadOnlyRef, k as createUnboundRef, e as createDebugAliasRef, N as NULL_REFERENCE } from './reference-C3TKDRnP.js';
6
- import { t as templateFactory } from './index-CtPSmMCE.js';
6
+ import { t as templateFactory } from './index-BUPd6pkm.js';
7
7
  import { registerDestructor, associateDestroyableChild, isDestroyed, destroy, isDestroying } from '../@glimmer/destroyable/index.js';
8
8
  import { c as capabilityFlagsFrom } from './capabilities-O_xc7Yqk.js';
9
9
  import { getFactoryFor, privatize } from '../@ember/-internals/container/index.js';
10
10
  import { warn, debugFreeze, deprecate } from '../@ember/debug/index.js';
11
- import { w as reifyPositional, s as normalizeProperty, E as EMPTY_ARGS, l as createCapturedArgs, e as EMPTY_POSITIONAL, m as curry, q as hash, p as get$1, o as fn, k as concat, i as array, t as on$1, T as TEMPLATE_ONLY_COMPONENT_MANAGER, z as templateOnlyComponent } from './dynamic-Cu9Xpdzc.js';
12
- import './constants-DKn6zqFX.js';
11
+ import { w as reifyPositional, s as normalizeProperty, E as EMPTY_ARGS, l as createCapturedArgs, e as EMPTY_POSITIONAL, m as curry, q as hash, p as get$1, o as fn, k as concat, i as array, t as on$1, T as TEMPLATE_ONLY_COMPONENT_MANAGER, z as templateOnlyComponent } from './dynamic-BfDKO5NI.js';
12
+ import './constants-p7AL-pog.js';
13
13
  import { join, schedule, _backburner, _getCurrentRunLoop } from '../@ember/runloop/index.js';
14
14
  import { h as hasDOM } from './index-BGP1rw3B.js';
15
15
  import { action } from '../@ember/object/index.js';
@@ -48,8 +48,8 @@ import { setHelperManager } from '../@glimmer/manager/index.js';
48
48
  import { d as dict } from './collections-D_nY_0UJ.js';
49
49
  import { artifacts } from '../@glimmer/program/index.js';
50
50
  import { R as RuntimeOpImpl } from './program-DfV0v8aa.js';
51
- import { c as runtimeOptions, i as inTransaction, r as renderComponent$1, a as renderMain } from './render-t-LAXUYI.js';
52
- import { c as clientBuilder } from './element-builder-Dw_Ic9cD.js';
51
+ import { c as runtimeOptions, i as inTransaction, r as renderComponent$1, a as renderMain } from './render-C1HzKUcM.js';
52
+ import { c as clientBuilder } from './element-builder-DO43ztVP.js';
53
53
  import { a as RSVP } from './rsvp-CnCSY930.js';
54
54
  import EngineInstance from '../@ember/engine/instance.js';
55
55
  import { _ as _setProp, s as set } from './property_set-DaoZXGM5.js';
@@ -60,7 +60,7 @@ import '../route-recognizer/index.js';
60
60
  import './unrecognized-url-error-B3wUTorp.js';
61
61
  import '../@ember/routing/lib/routing-service.js';
62
62
  import { generateControllerFactory } from '../@ember/routing/lib/generate_controller.js';
63
- import { E as EvaluationContextImpl } from './program-context-yOi1EExe.js';
63
+ import { E as EvaluationContextImpl } from './program-context-sJz0oHOA.js';
64
64
 
65
65
  const RootTemplate = templateFactory(
66
66
  /*
@@ -6,7 +6,7 @@ import { createCache, getValue } from '../@glimmer/validator/index.js';
6
6
  import './reference-C3TKDRnP.js';
7
7
  import './capabilities-O_xc7Yqk.js';
8
8
  import { getOwner } from '../@glimmer/owner/index.js';
9
- import { E as EMPTY_ARGS, d as EMPTY_NAMED, e as EMPTY_POSITIONAL } from './dynamic-Cu9Xpdzc.js';
9
+ import { E as EMPTY_ARGS, d as EMPTY_NAMED, e as EMPTY_POSITIONAL } from './dynamic-BfDKO5NI.js';
10
10
 
11
11
  let ARGS_CACHES = new WeakMap() ;
12
12
  function getArgs(proxy) {
@@ -1,7 +1,7 @@
1
1
  import { V as VM_MAIN_OP, a as VM_CONTENT_TYPE_OP, b as VM_ASSERT_SAME_OP, d as VM_APPEND_HTML_OP, e as VM_APPEND_TEXT_OP, f as VM_RESOLVE_CURRIED_COMPONENT_OP, g as VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP, h as VM_APPEND_SAFE_HTML_OP, i as VM_APPEND_DOCUMENT_FRAGMENT_OP, j as VM_APPEND_NODE_OP, k as VM_INVOKE_STATIC_OP } from './fragment-Cc5k9Oy4.js';
2
2
  import { ContentType } from '../@glimmer/vm/index.js';
3
3
  import { $ as $s0 } from './registers-ylirb0dq.js';
4
- import { f as EncoderImpl, g as encodeOp, i as invokePreparedComponent, S as SwitchCases, h as InvokeBareComponent, C as CallDynamic } from './index-CtPSmMCE.js';
4
+ import { f as EncoderImpl, g as encodeOp, i as invokePreparedComponent, S as SwitchCases, h as InvokeBareComponent, C as CallDynamic } from './index-BUPd6pkm.js';
5
5
 
6
6
  class StdLib {
7
7
  constructor(main, trustingGuardedAppend, cautiousGuardedAppend, trustingNonDynamicAppend, cautiousNonDynamicAppend) {
@@ -1,10 +1,10 @@
1
- import { C as ConcreteBounds, A as COMMENT_NODE, b as CursorImpl, B as TEXT_NODE, F as ELEMENT_NODE, N as NS_SVG } from './dynamic-Cu9Xpdzc.js';
1
+ import { C as ConcreteBounds, A as COMMENT_NODE, b as CursorImpl, B as TEXT_NODE, F as ELEMENT_NODE, N as NS_SVG } from './dynamic-BfDKO5NI.js';
2
2
  import './fragment-Cc5k9Oy4.js';
3
3
  import { a as assert } from './assert-CUCJBR2C.js';
4
4
  import './debug-to-string-CFb7h0lY.js';
5
5
  import { e as expect } from './collections-D_nY_0UJ.js';
6
6
  import { c as castToSimple, a as castToBrowser } from './simple-cast-DCvJLSin.js';
7
- import { N as NewTreeBuilder, R as RemoteBlock } from './element-builder-Dw_Ic9cD.js';
7
+ import { N as NewTreeBuilder, R as RemoteBlock } from './element-builder-DO43ztVP.js';
8
8
 
9
9
  const SERIALIZATION_FIRST_NODE_STRING = '%+b:0%';
10
10
  function isSerializationFirstNode(node) {
@@ -383,9 +383,7 @@ class RehydrateTree extends NewTreeBuilder {
383
383
  }
384
384
  __pushRemoteElement(element, cursorId, insertBefore) {
385
385
  const marker = this.getMarker(castToBrowser(element), cursorId);
386
- assert(!marker || marker.parentNode === element);
387
-
388
- // when insertBefore is not present, we clear the element
386
+ (!(!marker || marker.parentNode === element) && assert(!marker || marker.parentNode === element)); // when insertBefore is not present, we clear the element
389
387
  if (insertBefore === undefined) {
390
388
  while (element.firstChild !== null && element.firstChild !== marker) {
391
389
  this.remove(element.firstChild);
@@ -1,13 +1,13 @@
1
1
  import './debug-to-string-CFb7h0lY.js';
2
2
  import { u as unwrap, e as expect, S as StackImpl } from './collections-D_nY_0UJ.js';
3
- import { u as unwrapHandle } from './constants-DKn6zqFX.js';
3
+ import { u as unwrapHandle } from './constants-p7AL-pog.js';
4
4
  import { assertGlobalContextWasSet } from '../@glimmer/global-context/index.js';
5
5
  import { track, updateTag as UPDATE_TAG, debug, resetTracking, beginTrackFrame, endTrackFrame } from '../@glimmer/validator/index.js';
6
6
  import { U as UNDEFINED_REFERENCE, v as valueForRef, u as updateRef, a as createConstRef, b as childRefFor } from './reference-C3TKDRnP.js';
7
7
  import { a as assert } from './assert-CUCJBR2C.js';
8
8
  import { P as ProgramImpl } from './program-DfV0v8aa.js';
9
- import { H as DebugRenderTreeImpl, I as isArgumentError, f as DOMChangesImpl, J as APPEND_OPCODES, K as move, j as clear, V as VMArgumentsImpl, L as externs, M as JumpIfNotModifiedOpcode, O as BeginTrackFrameOpcode, P as EndTrackFrameOpcode } from './dynamic-Cu9Xpdzc.js';
10
- import { D as DOMTreeConstruction, N as NewTreeBuilder } from './element-builder-Dw_Ic9cD.js';
9
+ import { H as DebugRenderTreeImpl, I as isArgumentError, f as DOMChangesImpl, J as APPEND_OPCODES, K as move, j as clear, V as VMArgumentsImpl, L as externs, M as JumpIfNotModifiedOpcode, O as BeginTrackFrameOpcode, P as EndTrackFrameOpcode } from './dynamic-BfDKO5NI.js';
10
+ import { D as DOMTreeConstruction, N as NewTreeBuilder } from './element-builder-DO43ztVP.js';
11
11
  import { a as assign } from './object-utils-AijlD-JH.js';
12
12
  import { destroyChildren, associateDestroyableChild, destroy, registerDestructor } from '../@glimmer/destroyable/index.js';
13
13
  import { createIteratorItemRef } from '../@glimmer/reference/index.js';
@@ -217,7 +217,7 @@ class EnvironmentImpl {
217
217
  return expect(this.updateOperations);
218
218
  }
219
219
  begin() {
220
- assert(!this[TRANSACTION]);
220
+ (!(!this[TRANSACTION]) && assert(!this[TRANSACTION]));
221
221
  this.debugRenderTree?.begin();
222
222
  this[TRANSACTION] = new TransactionImpl();
223
223
  }
@@ -3,11 +3,11 @@ import './debug-to-string-CFb7h0lY.js';
3
3
  import '../@glimmer/global-context/index.js';
4
4
  import '../@glimmer/validator/index.js';
5
5
  import './reference-C3TKDRnP.js';
6
- import { C as ConcreteBounds } from './dynamic-Cu9Xpdzc.js';
7
- import './constants-DKn6zqFX.js';
6
+ import { C as ConcreteBounds } from './dynamic-BfDKO5NI.js';
7
+ import './constants-p7AL-pog.js';
8
8
  import '../@glimmer/destroyable/index.js';
9
9
  import './capabilities-O_xc7Yqk.js';
10
- import { N as NewTreeBuilder } from './element-builder-Dw_Ic9cD.js';
10
+ import { N as NewTreeBuilder } from './element-builder-DO43ztVP.js';
11
11
 
12
12
  /* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
13
13
 
@@ -1,19 +1,19 @@
1
1
  import { privatize } from '../@ember/-internals/container/index.js';
2
2
  import { getOwner } from '../@ember/-internals/owner/index.js';
3
3
  import '../@ember/debug/index.js';
4
- import { O as OutletView, a as OutletTemplate, I as Input, L as LinkTo, T as Textarea, R as RootTemplate, b as Renderer } from './index-AD_RxZjB.js';
4
+ import { O as OutletView, a as OutletTemplate, I as Input, L as LinkTo, T as Textarea, R as RootTemplate, b as Renderer } from './index-QZstta6s.js';
5
5
  import './fragment-Cc5k9Oy4.js';
6
6
  import './debug-to-string-CFb7h0lY.js';
7
7
  import '../@glimmer/global-context/index.js';
8
8
  import '../@glimmer/validator/index.js';
9
9
  import './reference-C3TKDRnP.js';
10
- import './dynamic-Cu9Xpdzc.js';
11
- import './constants-DKn6zqFX.js';
10
+ import './dynamic-BfDKO5NI.js';
11
+ import './constants-p7AL-pog.js';
12
12
  import '../@glimmer/destroyable/index.js';
13
13
  import './capabilities-O_xc7Yqk.js';
14
- import { c as clientBuilder } from './element-builder-Dw_Ic9cD.js';
15
- import { r as rehydrationBuilder } from './rehydrate-builder-CfBtYUkk.js';
16
- import { s as serializeBuilder } from './serialize-builder-BUG9CxHC.js';
14
+ import { c as clientBuilder } from './element-builder-DO43ztVP.js';
15
+ import { r as rehydrationBuilder } from './rehydrate-builder-CEk2KOIk.js';
16
+ import { s as serializeBuilder } from './serialize-builder-CPKxdfiH.js';
17
17
  import { assert } from '../@ember/debug/lib/assert.js';
18
18
 
19
19
  function setupApplicationRegistry(registry) {
@@ -5962,7 +5962,7 @@ class Matcher {
5962
5962
  }
5963
5963
  matchFor(left, right) {
5964
5964
  const nesteds = this._whens.match(left);
5965
- assert(isPresentArray(nesteds));
5965
+ (!(isPresentArray(nesteds)) && assert(isPresentArray(nesteds)));
5966
5966
  const callback = new WhenList(nesteds).first(right);
5967
5967
  return callback;
5968
5968
  }
@@ -6157,7 +6157,7 @@ class SourceSpan {
6157
6157
  */
6158
6158
  toSlice(expected) {
6159
6159
  const chars = this.data.asString();
6160
- assert(expected === undefined || expected === chars, `unexpectedly found ${JSON.stringify(chars)} when slicing source, ` + `but expected ${JSON.stringify(expected)}`);
6160
+ (!(expected === undefined || expected === chars) && assert(expected === undefined || expected === chars, `unexpectedly found ${JSON.stringify(chars)} when slicing source, ` + `but expected ${JSON.stringify(expected)}`));
6161
6161
  return new SourceSlice({
6162
6162
  loc: this,
6163
6163
  chars: expected || chars
@@ -1,17 +1,17 @@
1
- import '../../../shared-chunks/fragment-EpVz5Xuc.js';
1
+ import '../../../shared-chunks/fragment-D7nBU9ae.js';
2
2
  import '../../../@glimmer/validator/index.js';
3
3
  import '../../../shared-chunks/reference-BNqcwZWH.js';
4
- export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-nW__r2nX.js';
5
- import '../../../shared-chunks/capabilities-DGmQ_mz4.js';
4
+ export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-CjaDF9kC.js';
5
+ import '../../../shared-chunks/capabilities-DXA-L0iT.js';
6
6
  export { componentCapabilities, modifierCapabilities } from '../../../@glimmer/manager/index.js';
7
- 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, c as TrustedHTML, _ as _resetRenderers, g as element, h as helper, d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, f as renderComponent, r as renderSettled, t as trustHTML, u as uniqueId } from '../../../shared-chunks/index-BVy-auLZ.js';
8
- export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-KYxkFexK.js';
9
- export { D as DOMChanges } from '../../../shared-chunks/on-ByzWKBWe.js';
10
- import '../../../shared-chunks/constants-CB3pk7dH.js';
11
- export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-M_dh82nR.js';
7
+ 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, c as TrustedHTML, _ as _resetRenderers, g as element, h as helper, d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, f as renderComponent, r as renderSettled, t as trustHTML, u as uniqueId } from '../../../shared-chunks/index-6pnzcm45.js';
8
+ export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-DeObnZ2Z.js';
9
+ export { D as DOMChanges } from '../../../shared-chunks/on-CLxdmpmk.js';
10
+ import '../../../shared-chunks/constants-2M371WiB.js';
11
+ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-CUefZL4I.js';
12
12
  export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
13
13
  export { setComponentManager } from '../../component/index.js';
14
- export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-DbktcGKV.js';
14
+ export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-BmLF0C-1.js';
15
15
 
16
16
  // STATE within a module is frowned upon, this exists
17
17
  // to support Ember.TEMPLATES but shield ember internals from this legacy
@@ -1,16 +1,16 @@
1
- export { C as ComputedProperty, N as NAMESPACES, h as NAMESPACES_BY_ID, P as PROPERTY_DID_CHANGE, j as addNamespace, m as autoComputed, b as beginPropertyChanges, o as changeProperties, c as computed, g as defineDecorator, d as defineProperty, f as defineValue, a as endPropertyChanges, e as expandProperties, i as findNamespace, k as findNamespaces, q as isComputed, t as isNamespaceSearchDisabled, n as notifyPropertyChange, p as processAllNamespaces, l as processNamespace, r as removeNamespace, u as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-Aog9nySA.js';
1
+ export { C as ComputedProperty, N as NAMESPACES, h as NAMESPACES_BY_ID, P as PROPERTY_DID_CHANGE, j as addNamespace, m as autoComputed, b as beginPropertyChanges, o as changeProperties, c as computed, g as defineDecorator, d as defineProperty, f as defineValue, a as endPropertyChanges, e as expandProperties, i as findNamespace, k as findNamespaces, q as isComputed, t as isNamespaceSearchDisabled, n as notifyPropertyChange, p as processAllNamespaces, l as processNamespace, r as removeNamespace, u as setNamespaceSearchDisabled, s as setUnprocessedMixins } from '../../../shared-chunks/namespace_search-Dcdalhj6.js';
2
2
  export { g as getCachedValueFor } from '../../../shared-chunks/computed_cache-DmYKevAP.js';
3
- export { a as alias } from '../../../shared-chunks/alias-BkT-0B1G.js';
3
+ export { a as alias } from '../../../shared-chunks/alias-BLBQkche.js';
4
4
  import '../environment/index.js';
5
- import { g as get } from '../../../shared-chunks/observers-R1ZklwWy.js';
6
- export { A as ASYNC_OBSERVERS, L as Libraries, P as PROXY_CONTENT, p as SYNC_OBSERVERS, _ as _getPath, q as _getProp, b as activateObserver, e as addListener, c as addObserver, j as flushAsyncObservers, h as hasListeners, m as hasUnknownProperty, u as libraries, v as markObjectAsDirty, n as objectAt, o as on, f as removeListener, r as removeObserver, d as revalidateObservers, s as sendEvent, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/observers-R1ZklwWy.js';
7
- import { s as set } from '../../../shared-chunks/property_set-O080KTKZ.js';
8
- export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-O080KTKZ.js';
9
- export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-EwekEvId.js';
5
+ import { g as get } from '../../../shared-chunks/observers-tZ2aOzr4.js';
6
+ export { A as ASYNC_OBSERVERS, L as Libraries, P as PROXY_CONTENT, p as SYNC_OBSERVERS, _ as _getPath, q as _getProp, b as activateObserver, e as addListener, c as addObserver, j as flushAsyncObservers, h as hasListeners, m as hasUnknownProperty, u as libraries, v as markObjectAsDirty, n as objectAt, o as on, f as removeListener, r as removeObserver, d as revalidateObservers, s as sendEvent, t as tagForObject, a as tagForProperty } from '../../../shared-chunks/observers-tZ2aOzr4.js';
7
+ import { s as set } from '../../../shared-chunks/property_set-B2sZxeCw.js';
8
+ export { _ as _setProp, t as trySet } from '../../../shared-chunks/property_set-B2sZxeCw.js';
9
+ export { c as addArrayObserver, b as arrayContentDidChange, a as arrayContentWillChange, d as removeArrayObserver, r as replace, e as replaceInNativeArray } from '../../../shared-chunks/array-kVQfzrQn.js';
10
10
  export { c as ComputedDescriptor, b as descriptorForDecorator, d as descriptorForProperty, a as isClassicDecorator, i as isElementDescriptor, m as makeComputedDecorator, n as nativeDescDecorator, s as setClassicDecorator } from '../../../shared-chunks/decorator-BdDDBUd2.js';
11
- export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-CjsDTRey.js';
12
- export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-DL3vQoFA.js';
13
- export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-ChVNBE2f.js';
11
+ export { g as getProperties, s as setProperties } from '../../../shared-chunks/set_properties-C1T46IiN.js';
12
+ export { D as DEBUG_INJECTION_FUNCTIONS, i as inject } from '../../../shared-chunks/injected_property-CTVs5FPh.js';
13
+ export { T as TrackedDescriptor, t as tracked } from '../../../shared-chunks/tracked-Cl5l4v8b.js';
14
14
  export { cached } from '../../../@glimmer/tracking/index.js';
15
15
  export { createCache, getValue, isConst } from '../../../@glimmer/validator/index.js';
16
16
 
@@ -2,8 +2,8 @@ import '../../../shared-chunks/super-Cm_a_cLQ.js';
2
2
  import '../environment/index.js';
3
3
  import '../../../@glimmer/validator/index.js';
4
4
  import '../../../shared-chunks/reference-BNqcwZWH.js';
5
- import '../../../shared-chunks/capabilities-DGmQ_mz4.js';
6
- import '../../../shared-chunks/observers-R1ZklwWy.js';
5
+ import '../../../shared-chunks/capabilities-DXA-L0iT.js';
6
+ import '../../../shared-chunks/observers-tZ2aOzr4.js';
7
7
  import '../../engine/instance.js';
8
8
  import '../../../route-recognizer/index.js';
9
9
  import '../../../shared-chunks/rsvp-CnCSY930.js';
@@ -1,15 +1,15 @@
1
1
  import { meta } from '../../../meta/lib/meta.js';
2
2
  import Mixin from '../../../../object/mixin.js';
3
- import { d as defineProperty, c as computed } from '../../../../../shared-chunks/namespace_search-Aog9nySA.js';
3
+ import { d as defineProperty, c as computed } from '../../../../../shared-chunks/namespace_search-Dcdalhj6.js';
4
4
  import '../../../environment/index.js';
5
5
  import { updateTag as UPDATE_TAG, tagMetaFor, tagFor, combine } from '../../../../../@glimmer/validator/index.js';
6
6
  import { i as isObject } from '../../../../../shared-chunks/super-Cm_a_cLQ.js';
7
7
  import { s as setProxy } from '../../../../../shared-chunks/is_proxy-Cr1qlMv_.js';
8
- import { g as get, t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/observers-R1ZklwWy.js';
9
- import { s as set } from '../../../../../shared-chunks/property_set-O080KTKZ.js';
8
+ import { g as get, t as tagForObject, a as tagForProperty } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
9
+ import { s as set } from '../../../../../shared-chunks/property_set-B2sZxeCw.js';
10
10
  import '../../../../../shared-chunks/reference-BNqcwZWH.js';
11
11
  import { s as setCustomTagFor } from '../../../../../shared-chunks/args-proxy-Dl0A0YWI.js';
12
- import '../../../../../shared-chunks/capabilities-DGmQ_mz4.js';
12
+ import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
13
13
 
14
14
  /**
15
15
  @module ember
@@ -3,8 +3,8 @@ import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
3
3
  import '../../../environment/index.js';
4
4
  import '../../../../../@glimmer/validator/index.js';
5
5
  import '../../../../../shared-chunks/reference-BNqcwZWH.js';
6
- import '../../../../../shared-chunks/capabilities-DGmQ_mz4.js';
7
- import { g as get } from '../../../../../shared-chunks/observers-R1ZklwWy.js';
6
+ import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
7
+ import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
8
8
 
9
9
  /**
10
10
  @module ember
@@ -1,10 +1,10 @@
1
1
  import { context } from '../../../environment/index.js';
2
- import { c as computed } from '../../../../../shared-chunks/namespace_search-Aog9nySA.js';
2
+ import { c as computed } from '../../../../../shared-chunks/namespace_search-Dcdalhj6.js';
3
3
  import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
4
4
  import '../../../../../@glimmer/validator/index.js';
5
5
  import '../../../../../shared-chunks/reference-BNqcwZWH.js';
6
- import '../../../../../shared-chunks/capabilities-DGmQ_mz4.js';
7
- import { g as get } from '../../../../../shared-chunks/observers-R1ZklwWy.js';
6
+ import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
7
+ import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
8
8
  import Mixin from '../../../../object/mixin.js';
9
9
 
10
10
  /**
@@ -2,8 +2,8 @@ import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
2
2
  import '../../../environment/index.js';
3
3
  import '../../../../../@glimmer/validator/index.js';
4
4
  import '../../../../../shared-chunks/reference-BNqcwZWH.js';
5
- import '../../../../../shared-chunks/capabilities-DGmQ_mz4.js';
6
- import { g as get } from '../../../../../shared-chunks/observers-R1ZklwWy.js';
5
+ import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
6
+ import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
7
7
  import Mixin from '../../../../object/mixin.js';
8
8
 
9
9
  /**
@@ -2,9 +2,9 @@ import '../../../environment/index.js';
2
2
  import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
3
3
  import '../../../../../@glimmer/validator/index.js';
4
4
  import '../../../../../shared-chunks/reference-BNqcwZWH.js';
5
- import '../../../../../shared-chunks/capabilities-DGmQ_mz4.js';
6
- import { g as get } from '../../../../../shared-chunks/observers-R1ZklwWy.js';
7
- import { s as set } from '../../../../../shared-chunks/property_set-O080KTKZ.js';
5
+ import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
6
+ import { g as get } from '../../../../../shared-chunks/observers-tZ2aOzr4.js';
7
+ import { s as set } from '../../../../../shared-chunks/property_set-B2sZxeCw.js';
8
8
  import EmberObject from '../../../../object/index.js';
9
9
  import { getElementView } from './utils.js';
10
10
 
@@ -2,9 +2,9 @@ import '../../../../../shared-chunks/super-Cm_a_cLQ.js';
2
2
  import '../../../environment/index.js';
3
3
  import '../../../../../@glimmer/validator/index.js';
4
4
  import '../../../../../shared-chunks/reference-BNqcwZWH.js';
5
- import '../../../../../shared-chunks/capabilities-DGmQ_mz4.js';
6
- import '../../../../../shared-chunks/observers-R1ZklwWy.js';
7
- import { i as inject } from '../../../../../shared-chunks/injected_property-DL3vQoFA.js';
5
+ import '../../../../../shared-chunks/capabilities-DXA-L0iT.js';
6
+ import '../../../../../shared-chunks/observers-tZ2aOzr4.js';
7
+ import { i as inject } from '../../../../../shared-chunks/injected_property-CTVs5FPh.js';
8
8
  import '../../../runtime/lib/mixins/registry_proxy.js';
9
9
  import '../../../runtime/lib/mixins/container_proxy.js';
10
10
  import '../../../runtime/lib/mixins/comparable.js';
@@ -7,8 +7,8 @@ import { assert } from '../debug/lib/assert.js';
7
7
  import { schedule, once, join, run } from '../runloop/index.js';
8
8
  import '../../@glimmer/validator/index.js';
9
9
  import '../../shared-chunks/reference-BNqcwZWH.js';
10
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
11
- import '../../shared-chunks/observers-R1ZklwWy.js';
10
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
11
+ import '../../shared-chunks/observers-tZ2aOzr4.js';
12
12
  import { setOwner as setOwner$1 } from '../-internals/owner/index.js';
13
13
  import '../-internals/runtime/lib/mixins/registry_proxy.js';
14
14
  import '../-internals/runtime/lib/mixins/container_proxy.js';
@@ -38,12 +38,12 @@ import BucketCache from '../routing/lib/cache.js';
38
38
  import ApplicationInstance from './instance.js';
39
39
  import Engine, { buildInitializerMethod } from '../engine/index.js';
40
40
  import { privatize } from '../-internals/container/index.js';
41
- import '../../shared-chunks/fragment-EpVz5Xuc.js';
42
- import '../../shared-chunks/index-nW__r2nX.js';
43
- import '../../shared-chunks/index-BVy-auLZ.js';
44
- import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-KYxkFexK.js';
45
- import '../../shared-chunks/on-ByzWKBWe.js';
46
- import '../../shared-chunks/constants-CB3pk7dH.js';
41
+ import '../../shared-chunks/fragment-D7nBU9ae.js';
42
+ import '../../shared-chunks/index-CjaDF9kC.js';
43
+ import '../../shared-chunks/index-6pnzcm45.js';
44
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-DeObnZ2Z.js';
45
+ import '../../shared-chunks/on-CLxdmpmk.js';
46
+ import '../../shared-chunks/constants-2M371WiB.js';
47
47
  import RouterService from '../routing/router-service.js';
48
48
 
49
49
  /**
@@ -1,21 +1,21 @@
1
1
  import '../object/index.js';
2
2
  import { e as environment } from '../../shared-chunks/index-Cc8WmrB-.js';
3
3
  import EngineInstance from '../engine/instance.js';
4
- import '../../shared-chunks/fragment-EpVz5Xuc.js';
4
+ import '../../shared-chunks/fragment-D7nBU9ae.js';
5
5
  import '../../@glimmer/validator/index.js';
6
6
  import '../../shared-chunks/reference-BNqcwZWH.js';
7
- import '../../shared-chunks/index-nW__r2nX.js';
8
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
9
- import { r as renderSettled } from '../../shared-chunks/index-BVy-auLZ.js';
7
+ import '../../shared-chunks/index-CjaDF9kC.js';
8
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
9
+ import { r as renderSettled } from '../../shared-chunks/index-6pnzcm45.js';
10
10
  import '../-internals/container/index.js';
11
11
  import '../../shared-chunks/super-Cm_a_cLQ.js';
12
12
  import '../-internals/environment/index.js';
13
- import '../../shared-chunks/on-ByzWKBWe.js';
14
- import '../../shared-chunks/constants-CB3pk7dH.js';
13
+ import '../../shared-chunks/on-CLxdmpmk.js';
14
+ import '../../shared-chunks/constants-2M371WiB.js';
15
15
  import '../runloop/index.js';
16
16
  import '../routing/router.js';
17
- import { g as get } from '../../shared-chunks/observers-R1ZklwWy.js';
18
- import { s as set } from '../../shared-chunks/property_set-O080KTKZ.js';
17
+ import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
18
+ import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
19
19
  import '../-internals/views/lib/views/core_view.js';
20
20
  import '../-internals/views/lib/mixins/action_support.js';
21
21
  import '../-internals/views/lib/views/states.js';
@@ -3,9 +3,9 @@ import { g as getName, s as setName } from '../../shared-chunks/name-C68GLLO3.js
3
3
  import '../-internals/environment/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-BNqcwZWH.js';
6
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
7
- import { g as get } from '../../shared-chunks/observers-R1ZklwWy.js';
8
- import { N as NAMESPACES, h as NAMESPACES_BY_ID, p as processAllNamespaces, i as findNamespace, j as addNamespace, k as findNamespaces, l as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-Aog9nySA.js';
6
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
7
+ import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
8
+ import { N as NAMESPACES, h as NAMESPACES_BY_ID, p as processAllNamespaces, i as findNamespace, j as addNamespace, k as findNamespaces, l as processNamespace, r as removeNamespace } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
9
9
  import EmberObject from '../object/index.js';
10
10
 
11
11
  /**
@@ -1,12 +1,12 @@
1
- import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/namespace_search-Aog9nySA.js';
1
+ import { b as beginPropertyChanges, a as endPropertyChanges, c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
2
2
  import '../../shared-chunks/super-Cm_a_cLQ.js';
3
3
  import '../-internals/environment/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
- import { g as get, n as objectAt } from '../../shared-chunks/observers-R1ZklwWy.js';
5
+ import { g as get, n as objectAt } from '../../shared-chunks/observers-tZ2aOzr4.js';
6
6
  import '../../shared-chunks/reference-BNqcwZWH.js';
7
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
8
- import { s as set } from '../../shared-chunks/property_set-O080KTKZ.js';
9
- import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-EwekEvId.js';
7
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
8
+ import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
9
+ import { e as replaceInNativeArray, r as replace } from '../../shared-chunks/array-kVQfzrQn.js';
10
10
  import { setEmberArray, isEmberArray } from './-internals.js';
11
11
  import '../object/index.js';
12
12
  import Mixin from '../object/mixin.js';
@@ -1,15 +1,15 @@
1
1
  import { i as isObject } from '../../shared-chunks/super-Cm_a_cLQ.js';
2
2
  import '../-internals/environment/index.js';
3
3
  import { consumeTag, validateTag, tagFor, valueForTag, combine } from '../../@glimmer/validator/index.js';
4
- import { g as get, n as objectAt, a as tagForProperty } from '../../shared-chunks/observers-R1ZklwWy.js';
5
- import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/namespace_search-Aog9nySA.js';
6
- import { a as alias } from '../../shared-chunks/alias-BkT-0B1G.js';
7
- import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-EwekEvId.js';
4
+ import { g as get, n as objectAt, a as tagForProperty } from '../../shared-chunks/observers-tZ2aOzr4.js';
5
+ import { P as PROPERTY_DID_CHANGE } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
6
+ import { a as alias } from '../../shared-chunks/alias-BLBQkche.js';
7
+ import { r as replace, a as arrayContentWillChange, b as arrayContentDidChange, c as addArrayObserver, d as removeArrayObserver } from '../../shared-chunks/array-kVQfzrQn.js';
8
8
  import EmberObject from '../object/index.js';
9
9
  import { MutableArray } from './index.js';
10
10
  import '../../shared-chunks/reference-BNqcwZWH.js';
11
11
  import { s as setCustomTagFor } from '../../shared-chunks/args-proxy-Dl0A0YWI.js';
12
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
12
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
13
13
 
14
14
  /**
15
15
  @module @ember/array/proxy
@@ -1,12 +1,12 @@
1
- import '../../shared-chunks/fragment-EpVz5Xuc.js';
1
+ import '../../shared-chunks/fragment-D7nBU9ae.js';
2
2
  import '../../@glimmer/validator/index.js';
3
3
  import '../../shared-chunks/reference-BNqcwZWH.js';
4
- import '../../shared-chunks/index-nW__r2nX.js';
5
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
6
- export { H as default, h as helper } from '../../shared-chunks/index-BVy-auLZ.js';
4
+ import '../../shared-chunks/index-CjaDF9kC.js';
5
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
6
+ export { H as default, h as helper } from '../../shared-chunks/index-6pnzcm45.js';
7
7
  import '../-internals/container/index.js';
8
8
  import '../../shared-chunks/super-Cm_a_cLQ.js';
9
9
  import '../-internals/environment/index.js';
10
- import '../../shared-chunks/on-ByzWKBWe.js';
11
- import '../../shared-chunks/constants-CB3pk7dH.js';
10
+ import '../../shared-chunks/on-CLxdmpmk.js';
11
+ import '../../shared-chunks/constants-2M371WiB.js';
12
12
  import '../runloop/index.js';
@@ -1,17 +1,17 @@
1
1
  import '../../@glimmer/validator/index.js';
2
2
  import '../../shared-chunks/reference-BNqcwZWH.js';
3
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
3
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
4
4
  import { setComponentManager as setComponentManager$1 } from '../../@glimmer/manager/index.js';
5
5
  export { componentCapabilities as capabilities } from '../../@glimmer/manager/index.js';
6
6
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-Dc_cBOoX.js';
7
- import '../../shared-chunks/fragment-EpVz5Xuc.js';
8
- import '../../shared-chunks/index-nW__r2nX.js';
9
- export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-BVy-auLZ.js';
7
+ import '../../shared-chunks/fragment-D7nBU9ae.js';
8
+ import '../../shared-chunks/index-CjaDF9kC.js';
9
+ export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-6pnzcm45.js';
10
10
  import '../-internals/container/index.js';
11
11
  import '../../shared-chunks/super-Cm_a_cLQ.js';
12
12
  import '../-internals/environment/index.js';
13
- import '../../shared-chunks/on-ByzWKBWe.js';
14
- import '../../shared-chunks/constants-CB3pk7dH.js';
13
+ import '../../shared-chunks/on-CLxdmpmk.js';
14
+ import '../../shared-chunks/constants-2M371WiB.js';
15
15
  import '../runloop/index.js';
16
16
 
17
17
  /**
@@ -1,9 +1,9 @@
1
- import '../../shared-chunks/fragment-EpVz5Xuc.js';
1
+ import '../../shared-chunks/fragment-D7nBU9ae.js';
2
2
  import '../../@glimmer/validator/index.js';
3
3
  import '../../shared-chunks/reference-BNqcwZWH.js';
4
- import { w as templateOnlyComponent } from '../../shared-chunks/on-ByzWKBWe.js';
5
- import '../../shared-chunks/constants-CB3pk7dH.js';
6
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
4
+ import { w as templateOnlyComponent } from '../../shared-chunks/on-CLxdmpmk.js';
5
+ import '../../shared-chunks/constants-2M371WiB.js';
6
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
7
7
 
8
8
  /**
9
9
  @module @ember/component/template-only
@@ -1,14 +1,14 @@
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 } from '../../shared-chunks/namespace_search-Aog9nySA.js';
4
+ import { c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
5
5
  import '../../shared-chunks/super-Cm_a_cLQ.js';
6
6
  import '../-internals/environment/index.js';
7
7
  import '../../@glimmer/validator/index.js';
8
8
  import '../../shared-chunks/reference-BNqcwZWH.js';
9
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
10
- import { g as get } from '../../shared-chunks/observers-R1ZklwWy.js';
11
- import { i as inject$1 } from '../../shared-chunks/injected_property-DL3vQoFA.js';
9
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
10
+ import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
11
+ import { i as inject$1 } from '../../shared-chunks/injected_property-CTVs5FPh.js';
12
12
  import Mixin from '../object/mixin.js';
13
13
  import '../-internals/runtime/lib/mixins/registry_proxy.js';
14
14
  import '../-internals/runtime/lib/mixins/container_proxy.js';
@@ -4,8 +4,8 @@ import '../../shared-chunks/super-Cm_a_cLQ.js';
4
4
  import '../-internals/environment/index.js';
5
5
  import '../../@glimmer/validator/index.js';
6
6
  import '../../shared-chunks/reference-BNqcwZWH.js';
7
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
8
- import '../../shared-chunks/observers-R1ZklwWy.js';
7
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
8
+ import '../../shared-chunks/observers-tZ2aOzr4.js';
9
9
  import { getOwner } from '../-internals/owner/index.js';
10
10
  import typeOf from '../utils/lib/type-of.js';
11
11
  import '../-internals/runtime/lib/mixins/registry_proxy.js';
@@ -7,10 +7,10 @@ import { A } from '../array/index.js';
7
7
  import { createCache, consumeTag, tagFor, untrack, getValue } from '../../@glimmer/validator/index.js';
8
8
  import '../-internals/environment/index.js';
9
9
  import { assert } from './lib/assert.js';
10
- import { g as get } from '../../shared-chunks/observers-R1ZklwWy.js';
10
+ import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
11
11
  import '../../shared-chunks/super-Cm_a_cLQ.js';
12
12
  import '../../shared-chunks/reference-BNqcwZWH.js';
13
- import '../../shared-chunks/capabilities-DGmQ_mz4.js';
13
+ import '../../shared-chunks/capabilities-DXA-L0iT.js';
14
14
 
15
15
  /**
16
16
  @module @ember/debug/data-adapter