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
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "7.1.0-alpha.2",
2
+ "version": "7.1.0-alpha.3",
3
3
  "buildType": "tag",
4
- "SHA": "1886f8de49cabe805b76e963db9c95a7a66d2aeb",
5
- "assetPath": "/tag/shas/1886f8de49cabe805b76e963db9c95a7a66d2aeb.tgz"
4
+ "SHA": "fe71b8014ae992352bbf452ab7405968257cfa04",
5
+ "assetPath": "/tag/shas/fe71b8014ae992352bbf452ab7405968257cfa04.tgz"
6
6
  }
@@ -3,18 +3,18 @@ import '../../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../../@glimmer/global-context/index.js';
4
4
  import '../../../@glimmer/validator/index.js';
5
5
  import '../../../shared-chunks/reference-C3TKDRnP.js';
6
- export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-CtPSmMCE.js';
6
+ export { t as template, a as templateCacheCounters } from '../../../shared-chunks/index-BUPd6pkm.js';
7
7
  import '../../../@glimmer/destroyable/index.js';
8
8
  import '../../../shared-chunks/capabilities-O_xc7Yqk.js';
9
9
  export { componentCapabilities, modifierCapabilities } from '../../../@glimmer/manager/index.js';
10
- 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-AD_RxZjB.js';
11
- export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-CxXWLs26.js';
12
- export { D as DOMChanges } from '../../../shared-chunks/dynamic-Cu9Xpdzc.js';
13
- import '../../../shared-chunks/constants-DKn6zqFX.js';
14
- export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-CfBtYUkk.js';
10
+ 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-QZstta6s.js';
11
+ export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-B7-RknRf.js';
12
+ export { D as DOMChanges } from '../../../shared-chunks/dynamic-BfDKO5NI.js';
13
+ import '../../../shared-chunks/constants-p7AL-pog.js';
14
+ export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-CEk2KOIk.js';
15
15
  export { NodeDOMTreeConstruction } from '../../../@glimmer/node/index.js';
16
16
  export { setComponentManager } from '../../component/index.js';
17
- export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-Dw_Ic9cD.js';
17
+ export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-DO43ztVP.js';
18
18
 
19
19
  // STATE within a module is frowned upon, this exists
20
20
  // to support Ember.TEMPLATES but shield ember internals from this legacy
@@ -43,11 +43,11 @@ import ApplicationInstance from './instance.js';
43
43
  import Engine, { buildInitializerMethod } from '../engine/index.js';
44
44
  import { privatize } from '../-internals/container/index.js';
45
45
  import '../../shared-chunks/fragment-Cc5k9Oy4.js';
46
- import '../../shared-chunks/index-CtPSmMCE.js';
47
- import '../../shared-chunks/index-AD_RxZjB.js';
48
- import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-CxXWLs26.js';
49
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
50
- import '../../shared-chunks/constants-DKn6zqFX.js';
46
+ import '../../shared-chunks/index-BUPd6pkm.js';
47
+ import '../../shared-chunks/index-QZstta6s.js';
48
+ import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-B7-RknRf.js';
49
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
50
+ import '../../shared-chunks/constants-p7AL-pog.js';
51
51
  import RouterService from '../routing/router-service.js';
52
52
  import { assert } from '../debug/lib/assert.js';
53
53
 
@@ -6,14 +6,14 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
6
6
  import '../../@glimmer/global-context/index.js';
7
7
  import '../../@glimmer/validator/index.js';
8
8
  import '../../shared-chunks/reference-C3TKDRnP.js';
9
- import '../../shared-chunks/index-CtPSmMCE.js';
9
+ import '../../shared-chunks/index-BUPd6pkm.js';
10
10
  import '../../@glimmer/destroyable/index.js';
11
11
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
12
- import { r as renderSettled } from '../../shared-chunks/index-AD_RxZjB.js';
12
+ import { r as renderSettled } from '../../shared-chunks/index-QZstta6s.js';
13
13
  import '../-internals/container/index.js';
14
14
  import '../debug/index.js';
15
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
16
- import '../../shared-chunks/constants-DKn6zqFX.js';
15
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
16
+ import '../../shared-chunks/constants-p7AL-pog.js';
17
17
  import '../runloop/index.js';
18
18
  import EmberRouter from '../routing/router.js';
19
19
  import '../../shared-chunks/mandatory-setter-DHZe7-kW.js';
@@ -3,12 +3,12 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import '../../shared-chunks/index-CtPSmMCE.js';
6
+ import '../../shared-chunks/index-BUPd6pkm.js';
7
7
  import '../../@glimmer/destroyable/index.js';
8
8
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
9
- export { H as default, h as helper } from '../../shared-chunks/index-AD_RxZjB.js';
9
+ export { H as default, h as helper } from '../../shared-chunks/index-QZstta6s.js';
10
10
  import '../-internals/container/index.js';
11
11
  import '../debug/index.js';
12
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
13
- import '../../shared-chunks/constants-DKn6zqFX.js';
12
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
13
+ import '../../shared-chunks/constants-p7AL-pog.js';
14
14
  import '../runloop/index.js';
@@ -8,12 +8,12 @@ import { setComponentManager as setComponentManager$1 } from '../../@glimmer/man
8
8
  export { componentCapabilities as capabilities } from '../../@glimmer/manager/index.js';
9
9
  export { g as getComponentTemplate, s as setComponentTemplate } from '../../shared-chunks/template-kM-7TTcc.js';
10
10
  import '../../shared-chunks/fragment-Cc5k9Oy4.js';
11
- import '../../shared-chunks/index-CtPSmMCE.js';
12
- export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-AD_RxZjB.js';
11
+ import '../../shared-chunks/index-BUPd6pkm.js';
12
+ export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-QZstta6s.js';
13
13
  import '../-internals/container/index.js';
14
14
  import '../debug/index.js';
15
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
16
- import '../../shared-chunks/constants-DKn6zqFX.js';
15
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
16
+ import '../../shared-chunks/constants-p7AL-pog.js';
17
17
  import '../runloop/index.js';
18
18
 
19
19
  /**
@@ -3,8 +3,8 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import { z as templateOnlyComponent } from '../../shared-chunks/dynamic-Cu9Xpdzc.js';
7
- import '../../shared-chunks/constants-DKn6zqFX.js';
6
+ import { z as templateOnlyComponent } from '../../shared-chunks/dynamic-BfDKO5NI.js';
7
+ import '../../shared-chunks/constants-p7AL-pog.js';
8
8
  import '../../@glimmer/destroyable/index.js';
9
9
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
10
10
 
@@ -28,11 +28,11 @@ import '../-internals/views/lib/views/core_view.js';
28
28
  import '../-internals/views/lib/mixins/action_support.js';
29
29
  import '../-internals/views/lib/views/states.js';
30
30
  import '../../shared-chunks/fragment-Cc5k9Oy4.js';
31
- import '../../shared-chunks/index-CtPSmMCE.js';
32
- import '../../shared-chunks/index-AD_RxZjB.js';
33
- import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-CxXWLs26.js';
34
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
35
- import '../../shared-chunks/constants-DKn6zqFX.js';
31
+ import '../../shared-chunks/index-BUPd6pkm.js';
32
+ import '../../shared-chunks/index-QZstta6s.js';
33
+ import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-B7-RknRf.js';
34
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
35
+ import '../../shared-chunks/constants-p7AL-pog.js';
36
36
  import '../runloop/index.js';
37
37
  import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
38
38
  import '../-internals/runtime/lib/mixins/container_proxy.js';
@@ -7,11 +7,11 @@ import '../../@glimmer/validator/index.js';
7
7
  import '../../shared-chunks/reference-C3TKDRnP.js';
8
8
  import { setHelperManager as setHelperManager$1 } from '../../@glimmer/manager/index.js';
9
9
  import '../../shared-chunks/fragment-Cc5k9Oy4.js';
10
- import { i as array$1, k as concat$1, o as fn$1, p as get$1, q as hash$1 } from '../../shared-chunks/dynamic-Cu9Xpdzc.js';
11
- import '../../shared-chunks/constants-DKn6zqFX.js';
12
- import { i as invokeHelper$1 } from '../../shared-chunks/invoke-D0D6CvD5.js';
13
- import '../../shared-chunks/index-CtPSmMCE.js';
14
- import { g as glimmerElement, u as uniqueId$1 } from '../../shared-chunks/index-AD_RxZjB.js';
10
+ import { i as array$1, k as concat$1, o as fn$1, p as get$1, q as hash$1 } from '../../shared-chunks/dynamic-BfDKO5NI.js';
11
+ import '../../shared-chunks/constants-p7AL-pog.js';
12
+ import { i as invokeHelper$1 } from '../../shared-chunks/invoke-CgfoEtMT.js';
13
+ import '../../shared-chunks/index-BUPd6pkm.js';
14
+ import { g as glimmerElement, u as uniqueId$1 } from '../../shared-chunks/index-QZstta6s.js';
15
15
  import '../-internals/container/index.js';
16
16
  import '../debug/index.js';
17
17
  import '../runloop/index.js';
@@ -8,12 +8,12 @@ import { setModifierManager as setModifierManager$1 } from '../../@glimmer/manag
8
8
  export { modifierCapabilities as capabilities } from '../../@glimmer/manager/index.js';
9
9
  export { on } from './on.js';
10
10
  import '../../shared-chunks/fragment-Cc5k9Oy4.js';
11
- import '../../shared-chunks/index-CtPSmMCE.js';
12
- import '../../shared-chunks/index-AD_RxZjB.js';
11
+ import '../../shared-chunks/index-BUPd6pkm.js';
12
+ import '../../shared-chunks/index-QZstta6s.js';
13
13
  import '../-internals/container/index.js';
14
14
  import '../debug/index.js';
15
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
16
- import '../../shared-chunks/constants-DKn6zqFX.js';
15
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
16
+ import '../../shared-chunks/constants-p7AL-pog.js';
17
17
  import '../runloop/index.js';
18
18
 
19
19
  // NOTE: this uses assignment to *require* that the `glimmerSetModifierManager`
@@ -3,8 +3,8 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import { t as on$1 } from '../../shared-chunks/dynamic-Cu9Xpdzc.js';
7
- import '../../shared-chunks/constants-DKn6zqFX.js';
6
+ import { t as on$1 } from '../../shared-chunks/dynamic-BfDKO5NI.js';
7
+ import '../../shared-chunks/constants-p7AL-pog.js';
8
8
  import '../../@glimmer/destroyable/index.js';
9
9
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
10
10
 
@@ -3,12 +3,12 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import '../../shared-chunks/index-CtPSmMCE.js';
6
+ import '../../shared-chunks/index-BUPd6pkm.js';
7
7
  import '../../@glimmer/destroyable/index.js';
8
8
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
9
- export { f as renderComponent, r as renderSettled } from '../../shared-chunks/index-AD_RxZjB.js';
9
+ export { f as renderComponent, r as renderSettled } from '../../shared-chunks/index-QZstta6s.js';
10
10
  import '../-internals/container/index.js';
11
11
  import '../debug/index.js';
12
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
13
- import '../../shared-chunks/constants-DKn6zqFX.js';
12
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
13
+ import '../../shared-chunks/constants-p7AL-pog.js';
14
14
  import '../runloop/index.js';
@@ -3,12 +3,12 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import '../../shared-chunks/index-CtPSmMCE.js';
6
+ import '../../shared-chunks/index-BUPd6pkm.js';
7
7
  import '../../@glimmer/destroyable/index.js';
8
8
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
9
- export { L as LinkTo } from '../../shared-chunks/index-AD_RxZjB.js';
9
+ export { L as LinkTo } from '../../shared-chunks/index-QZstta6s.js';
10
10
  import '../-internals/container/index.js';
11
11
  import '../debug/index.js';
12
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
13
- import '../../shared-chunks/constants-DKn6zqFX.js';
12
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
13
+ import '../../shared-chunks/constants-p7AL-pog.js';
14
14
  import '../runloop/index.js';
@@ -3,12 +3,12 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import '../../shared-chunks/index-CtPSmMCE.js';
6
+ import '../../shared-chunks/index-BUPd6pkm.js';
7
7
  import '../../@glimmer/destroyable/index.js';
8
8
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
9
- export { d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, t as trustHTML } from '../../shared-chunks/index-AD_RxZjB.js';
9
+ export { d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, t as trustHTML } from '../../shared-chunks/index-QZstta6s.js';
10
10
  import '../-internals/container/index.js';
11
11
  import '../debug/index.js';
12
- import '../../shared-chunks/dynamic-Cu9Xpdzc.js';
13
- import '../../shared-chunks/constants-DKn6zqFX.js';
12
+ import '../../shared-chunks/dynamic-BfDKO5NI.js';
13
+ import '../../shared-chunks/constants-p7AL-pog.js';
14
14
  import '../runloop/index.js';
@@ -1,4 +1,4 @@
1
- import { fn } from '../../helper/index.js';
1
+ import { hash, fn, array } from '../../helper/index.js';
2
2
  import '../../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../../@glimmer/global-context/index.js';
4
4
  import '../../../@glimmer/destroyable/index.js';
@@ -7,12 +7,12 @@ import '../../../shared-chunks/reference-C3TKDRnP.js';
7
7
  import '../../../shared-chunks/capabilities-O_xc7Yqk.js';
8
8
  import { on } from '../../modifier/on.js';
9
9
  import '../../../shared-chunks/fragment-Cc5k9Oy4.js';
10
- import '../../../shared-chunks/index-CtPSmMCE.js';
11
- import '../../../shared-chunks/index-AD_RxZjB.js';
10
+ import '../../../shared-chunks/index-BUPd6pkm.js';
11
+ import '../../../shared-chunks/index-QZstta6s.js';
12
12
  import '../../-internals/container/index.js';
13
13
  import '../../debug/index.js';
14
- import '../../../shared-chunks/dynamic-Cu9Xpdzc.js';
15
- import '../../../shared-chunks/constants-DKn6zqFX.js';
14
+ import '../../../shared-chunks/dynamic-BfDKO5NI.js';
15
+ import '../../../shared-chunks/constants-p7AL-pog.js';
16
16
  import '../../runloop/index.js';
17
17
  import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.js';
18
18
  import { ALLOWED_GLOBALS } from './plugins/allowed-globals.js';
@@ -32,7 +32,9 @@ function malformedComponentLookup(string) {
32
32
  */
33
33
  const RUNTIME_KEYWORDS_NAME = '__ember_keywords__';
34
34
  const keywords = {
35
+ array,
35
36
  fn,
37
+ hash,
36
38
  on
37
39
  };
38
40
  function buildCompileOptions(_options) {
@@ -26,14 +26,26 @@ function autoImportBuiltins(env) {
26
26
  }
27
27
  },
28
28
  SubExpression(node) {
29
+ if (isArray(node, hasLocal)) {
30
+ rewriteKeyword(env, node, 'array', '@ember/helper');
31
+ }
29
32
  if (isFn(node, hasLocal)) {
30
33
  rewriteKeyword(env, node, 'fn', '@ember/helper');
31
34
  }
35
+ if (isHash(node, hasLocal)) {
36
+ rewriteKeyword(env, node, 'hash', '@ember/helper');
37
+ }
32
38
  },
33
39
  MustacheStatement(node) {
40
+ if (isArray(node, hasLocal)) {
41
+ rewriteKeyword(env, node, 'array', '@ember/helper');
42
+ }
34
43
  if (isFn(node, hasLocal)) {
35
44
  rewriteKeyword(env, node, 'fn', '@ember/helper');
36
45
  }
46
+ if (isHash(node, hasLocal)) {
47
+ rewriteKeyword(env, node, 'hash', '@ember/helper');
48
+ }
37
49
  }
38
50
  }
39
51
  };
@@ -50,8 +62,14 @@ function rewriteKeyword(env, node, name, moduleSpecifier) {
50
62
  function isOn(node, hasLocal) {
51
63
  return isPath(node.path) && node.path.original === 'on' && !hasLocal('on');
52
64
  }
65
+ function isArray(node, hasLocal) {
66
+ return isPath(node.path) && node.path.original === 'array' && !hasLocal('array');
67
+ }
53
68
  function isFn(node, hasLocal) {
54
69
  return isPath(node.path) && node.path.original === 'fn' && !hasLocal('fn');
55
70
  }
71
+ function isHash(node, hasLocal) {
72
+ return isPath(node.path) && node.path.original === 'hash' && !hasLocal('hash');
73
+ }
56
74
 
57
75
  export { autoImportBuiltins as default };
@@ -7,7 +7,7 @@ import transformEachInIntoEach from './transform-each-in-into-each.js';
7
7
  import transformEachTrackArray from './transform-each-track-array.js';
8
8
  import transformInElement from './transform-in-element.js';
9
9
  import transformQuotedBindingsIntoJustBindings from './transform-quoted-bindings-into-just-bindings.js';
10
- import { a1 as transformResolutions } from '../../../../shared-chunks/transform-resolutions-fXGQKGsL.js';
10
+ import { a1 as transformResolutions } from '../../../../shared-chunks/transform-resolutions-D-YtZ0_g.js';
11
11
  import transformWrapMountAndOutlet from './transform-wrap-mount-and-outlet.js';
12
12
  import autoImportBuiltins from './auto-import-builtins.js';
13
13
 
@@ -1,5 +1,5 @@
1
1
  import '../../../debug/index.js';
2
- export { a1 as default } from '../../../../shared-chunks/transform-resolutions-fXGQKGsL.js';
2
+ export { a1 as default } from '../../../../shared-chunks/transform-resolutions-D-YtZ0_g.js';
3
3
  import '../../../../shared-chunks/debug-to-string-CFb7h0lY.js';
4
4
  import '../../../../@glimmer/wire-format/index.js';
5
5
  import '../system/calculate-location-display.js';
@@ -3,14 +3,14 @@ import templateOnly from '../../component/template-only.js';
3
3
  import '../../../shared-chunks/fragment-Cc5k9Oy4.js';
4
4
  import '../../../shared-chunks/debug-to-string-CFb7h0lY.js';
5
5
  import '../../../@glimmer/wire-format/index.js';
6
- import { p as precompile } from '../../../shared-chunks/compiler-BenCxenr.js';
6
+ import { p as precompile } from '../../../shared-chunks/compiler-D1leQ3Gl.js';
7
7
  import '../../../@glimmer/global-context/index.js';
8
8
  import '../../../@glimmer/destroyable/index.js';
9
9
  import '../../../@glimmer/validator/index.js';
10
10
  import '../../../shared-chunks/reference-C3TKDRnP.js';
11
11
  import '../../../shared-chunks/capabilities-O_xc7Yqk.js';
12
12
  import { s as setComponentTemplate } from '../../../shared-chunks/template-kM-7TTcc.js';
13
- import { t as templateFactory } from '../../../shared-chunks/index-CtPSmMCE.js';
13
+ import { t as templateFactory } from '../../../shared-chunks/index-BUPd6pkm.js';
14
14
  import compileOptions, { RUNTIME_KEYWORDS_NAME, keywords } from './compile-options.js';
15
15
 
16
16
  /**
@@ -3,6 +3,6 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../@glimmer/global-context/index.js';
4
4
  import '../../@glimmer/validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- export { t as createTemplateFactory } from '../../shared-chunks/index-CtPSmMCE.js';
6
+ export { t as createTemplateFactory } from '../../shared-chunks/index-BUPd6pkm.js';
7
7
  import '../../@glimmer/destroyable/index.js';
8
8
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
@@ -38,7 +38,11 @@ function remove(collection, item, message) {
38
38
  }
39
39
  if (isBrandedArray(collection) && collection.length > 1) {
40
40
  let index = collection.indexOf(item);
41
- collection.splice(index, 1);
41
+ let lastIndex = collection.length - 1;
42
+ if (index !== lastIndex) {
43
+ collection[index] = collection[lastIndex];
44
+ }
45
+ collection.length = lastIndex;
42
46
  return collection;
43
47
  } else {
44
48
  return null;
@@ -3,13 +3,13 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../global-context/index.js';
4
4
  import '../validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- import { C as ConcreteBounds } from '../../shared-chunks/dynamic-Cu9Xpdzc.js';
7
- import '../../shared-chunks/constants-DKn6zqFX.js';
6
+ import { C as ConcreteBounds } from '../../shared-chunks/dynamic-BfDKO5NI.js';
7
+ import '../../shared-chunks/constants-p7AL-pog.js';
8
8
  import '../destroyable/index.js';
9
9
  import '../../shared-chunks/capabilities-O_xc7Yqk.js';
10
10
  import createHTMLDocument from '../../@simple-dom/document/index.js';
11
- import { D as DOMTreeConstruction } from '../../shared-chunks/element-builder-Dw_Ic9cD.js';
12
- export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-BUG9CxHC.js';
11
+ import { D as DOMTreeConstruction } from '../../shared-chunks/element-builder-DO43ztVP.js';
12
+ export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-CPKxdfiH.js';
13
13
 
14
14
  class NodeDOMTreeConstruction extends DOMTreeConstruction {
15
15
  // Hides property on base class
@@ -1,10 +1,10 @@
1
- export { E as EMPTY_BLOCKS, W as WrappedBuilder, c as compilable, b as compileStatements, I as invokeStaticBlock, d as invokeStaticBlockWithStack, m as meta, a as templateCacheCounters, e as templateCompilationContext, t as templateFactory } from '../../shared-chunks/index-CtPSmMCE.js';
1
+ export { E as EMPTY_BLOCKS, W as WrappedBuilder, c as compilable, b as compileStatements, I as invokeStaticBlock, d as invokeStaticBlockWithStack, m as meta, a as templateCacheCounters, e as templateCompilationContext, t as templateFactory } from '../../shared-chunks/index-BUPd6pkm.js';
2
2
  import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../../shared-chunks/fragment-Cc5k9Oy4.js';
4
4
  import '../global-context/index.js';
5
5
  import '../validator/index.js';
6
6
  import '../../shared-chunks/reference-C3TKDRnP.js';
7
- export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-yOi1EExe.js';
7
+ export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-sJz0oHOA.js';
8
8
 
9
9
  let debugCompiler;
10
10
 
@@ -1,4 +1,4 @@
1
- import { C as ConstantsImpl } from '../../shared-chunks/constants-DKn6zqFX.js';
1
+ import { C as ConstantsImpl } from '../../shared-chunks/constants-p7AL-pog.js';
2
2
  import { a as ProgramHeapImpl } from '../../shared-chunks/program-DfV0v8aa.js';
3
3
  export { P as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-DfV0v8aa.js';
4
4
 
@@ -3,9 +3,9 @@ import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../global-context/index.js';
4
4
  import '../validator/index.js';
5
5
  import '../../shared-chunks/reference-C3TKDRnP.js';
6
- export { C as ConcreteBounds, a as CurriedValue, b as CursorImpl, D as DOMChanges, c as DynamicAttribute, E as EMPTY_ARGS, d as EMPTY_NAMED, e as EMPTY_POSITIONAL, f as IDOMChanges, S as SimpleDynamicAttribute, T as TEMPLATE_ONLY_COMPONENT_MANAGER, g as TemplateOnlyComponent, h as TemplateOnlyComponentManager, i as array, j as clear, k as concat, l as createCapturedArgs, m as curry, n as dynamicAttribute, o as fn, p as get, q as hash, r as isWhitespace, s as normalizeProperty, t as on, u as reifyArgs, v as reifyNamed, w as reifyPositional, x as resetDebuggerCallback, y as setDebuggerCallback, z as templateOnlyComponent } from '../../shared-chunks/dynamic-Cu9Xpdzc.js';
7
- export { D as DynamicScopeImpl, E as EnvironmentImpl, L as LowLevelVM, S as ScopeImpl, U as UpdatingVM, i as inTransaction, r as renderComponent, a as renderMain, b as renderSync, c as runtimeOptions } from '../../shared-chunks/render-t-LAXUYI.js';
8
- export { i as invokeHelper } from '../../shared-chunks/invoke-D0D6CvD5.js';
6
+ export { C as ConcreteBounds, a as CurriedValue, b as CursorImpl, D as DOMChanges, c as DynamicAttribute, E as EMPTY_ARGS, d as EMPTY_NAMED, e as EMPTY_POSITIONAL, f as IDOMChanges, S as SimpleDynamicAttribute, T as TEMPLATE_ONLY_COMPONENT_MANAGER, g as TemplateOnlyComponent, h as TemplateOnlyComponentManager, i as array, j as clear, k as concat, l as createCapturedArgs, m as curry, n as dynamicAttribute, o as fn, p as get, q as hash, r as isWhitespace, s as normalizeProperty, t as on, u as reifyArgs, v as reifyNamed, w as reifyPositional, x as resetDebuggerCallback, y as setDebuggerCallback, z as templateOnlyComponent } from '../../shared-chunks/dynamic-BfDKO5NI.js';
7
+ export { D as DynamicScopeImpl, E as EnvironmentImpl, L as LowLevelVM, S as ScopeImpl, U as UpdatingVM, i as inTransaction, r as renderComponent, a as renderMain, b as renderSync, c as runtimeOptions } from '../../shared-chunks/render-C1HzKUcM.js';
8
+ export { i as invokeHelper } from '../../shared-chunks/invoke-CgfoEtMT.js';
9
9
  export { destroy, isDestroyed, isDestroying, registerDestructor } from '../destroyable/index.js';
10
- export { D as DOMTreeConstruction, N as NewTreeBuilder, R as RemoteBlock, a as ResettableBlockImpl, c as clientBuilder } from '../../shared-chunks/element-builder-Dw_Ic9cD.js';
11
- export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-CfBtYUkk.js';
10
+ export { D as DOMTreeConstruction, N as NewTreeBuilder, R as RemoteBlock, a as ResettableBlockImpl, c as clientBuilder } from '../../shared-chunks/element-builder-DO43ztVP.js';
11
+ export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-CEk2KOIk.js';
@@ -1,4 +1,4 @@
1
1
  // this file gets replaced with the real value during the build
2
- const VERSION = '7.1.0-alpha.2';
2
+ const VERSION = '7.1.0-alpha.3';
3
3
 
4
4
  export { VERSION as default };
@@ -1,14 +1,14 @@
1
1
  import '../shared-chunks/fragment-Cc5k9Oy4.js';
2
2
  import '../shared-chunks/debug-to-string-CFb7h0lY.js';
3
3
  import '../@glimmer/wire-format/index.js';
4
- import { p as precompile$1 } from '../shared-chunks/compiler-BenCxenr.js';
5
- export { a as _preprocess } from '../shared-chunks/compiler-BenCxenr.js';
4
+ import { p as precompile$1 } from '../shared-chunks/compiler-D1leQ3Gl.js';
5
+ export { a as _preprocess } from '../shared-chunks/compiler-D1leQ3Gl.js';
6
6
  import '../@ember/debug/index.js';
7
7
  import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from '../@ember/template-compiler/lib/plugins/index.js';
8
8
  import '../shared-chunks/mandatory-setter-DHZe7-kW.js';
9
9
  import { C as Cache } from '../shared-chunks/cache-qDyqAcpg.js';
10
10
  import { assert } from '../@ember/debug/lib/assert.js';
11
- export { b as _print } from '../shared-chunks/transform-resolutions-fXGQKGsL.js';
11
+ export { b as _print } from '../shared-chunks/transform-resolutions-D-YtZ0_g.js';
12
12
 
13
13
  /*
14
14
  This diverges from `Ember.String.dasherize` so that`<XFoo />` can resolve to `x-foo`.