ember-source 7.1.0-alpha.2 → 7.1.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/dev/packages/@ember/-internals/environment/index.js +10 -0
- package/dist/dev/packages/@ember/-internals/glimmer/index.js +7 -7
- package/dist/dev/packages/@ember/application/index.js +5 -5
- package/dist/dev/packages/@ember/application/instance.js +4 -4
- package/dist/dev/packages/@ember/component/helper.js +4 -4
- package/dist/dev/packages/@ember/component/index.js +4 -4
- package/dist/dev/packages/@ember/component/template-only.js +2 -2
- package/dist/dev/packages/@ember/debug/index.js +2 -1
- package/dist/dev/packages/@ember/engine/index.js +5 -5
- package/dist/dev/packages/@ember/helper/index.js +51 -7
- package/dist/dev/packages/@ember/modifier/index.js +4 -4
- package/dist/dev/packages/@ember/modifier/on.js +2 -2
- package/dist/dev/packages/@ember/renderer/index.js +4 -4
- package/dist/dev/packages/@ember/routing/index.js +4 -4
- package/dist/dev/packages/@ember/routing/route.js +1 -1
- package/dist/dev/packages/@ember/template/index.js +4 -4
- package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +9 -5
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +36 -0
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/template.js +2 -2
- package/dist/dev/packages/@ember/template-factory/index.js +1 -1
- package/dist/dev/packages/@glimmer/destroyable/index.js +5 -1
- package/dist/dev/packages/@glimmer/manager/index.js +2 -2
- package/dist/dev/packages/@glimmer/node/index.js +4 -4
- package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
- package/dist/dev/packages/@glimmer/program/index.js +1 -1
- package/dist/dev/packages/@glimmer/runtime/index.js +5 -5
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/ember-template-compiler/index.js +3 -3
- package/dist/dev/packages/shared-chunks/{api-BqXkkT0p.js → api-BQMslHhq.js} +1 -1
- package/dist/dev/packages/shared-chunks/{compiler-BenCxenr.js → compiler-D1leQ3Gl.js} +90 -88
- package/dist/dev/packages/shared-chunks/{constants-DKn6zqFX.js → constants-BbdWMvgs.js} +2 -2
- package/dist/dev/packages/shared-chunks/{dynamic-Cu9Xpdzc.js → dynamic-CgX8M02_.js} +7 -8
- package/dist/dev/packages/shared-chunks/{element-builder-Dw_Ic9cD.js → element-builder-BpJIoi99.js} +2 -2
- package/dist/dev/packages/shared-chunks/{index-CtPSmMCE.js → index-BUPd6pkm.js} +15 -17
- package/dist/dev/packages/shared-chunks/{index-AD_RxZjB.js → index-RzG0Jvjx.js} +7 -7
- package/dist/dev/packages/shared-chunks/{invoke-D0D6CvD5.js → neq-DujMPv1k.js} +27 -3
- package/dist/dev/packages/shared-chunks/{program-context-yOi1EExe.js → program-context-sJz0oHOA.js} +1 -1
- package/dist/dev/packages/shared-chunks/{rehydrate-builder-CfBtYUkk.js → rehydrate-builder-BRH0p0wA.js} +3 -5
- package/dist/dev/packages/shared-chunks/{render-t-LAXUYI.js → render-DCchifOK.js} +4 -4
- package/dist/dev/packages/shared-chunks/{serialize-builder-BUG9CxHC.js → serialize-builder-DiO7Ak9_.js} +3 -3
- package/dist/dev/packages/shared-chunks/{setup-registry-CxXWLs26.js → setup-registry-DxchCIL2.js} +6 -6
- package/dist/dev/packages/shared-chunks/{transform-resolutions-fXGQKGsL.js → transform-resolutions-D-YtZ0_g.js} +2 -2
- package/dist/prod/packages/@ember/-internals/environment/index.js +10 -0
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +9 -9
- package/dist/prod/packages/@ember/-internals/metal/index.js +10 -10
- package/dist/prod/packages/@ember/-internals/routing/index.js +2 -2
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +4 -4
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +2 -2
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +3 -3
- package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +2 -2
- package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +3 -3
- package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +3 -3
- package/dist/prod/packages/@ember/application/index.js +8 -8
- package/dist/prod/packages/@ember/application/instance.js +8 -8
- package/dist/prod/packages/@ember/application/namespace.js +3 -3
- package/dist/prod/packages/@ember/array/index.js +5 -5
- package/dist/prod/packages/@ember/array/proxy.js +5 -5
- package/dist/prod/packages/@ember/component/helper.js +6 -6
- package/dist/prod/packages/@ember/component/index.js +6 -6
- package/dist/prod/packages/@ember/component/template-only.js +4 -4
- package/dist/prod/packages/@ember/controller/index.js +4 -4
- package/dist/prod/packages/@ember/debug/container-debug-adapter.js +2 -2
- package/dist/prod/packages/@ember/debug/data-adapter.js +2 -2
- package/dist/prod/packages/@ember/debug/index.js +1 -0
- package/dist/prod/packages/@ember/engine/index.js +9 -9
- package/dist/prod/packages/@ember/helper/index.js +53 -9
- package/dist/prod/packages/@ember/modifier/index.js +6 -6
- package/dist/prod/packages/@ember/modifier/on.js +4 -4
- package/dist/prod/packages/@ember/object/-internals.js +2 -2
- package/dist/prod/packages/@ember/object/compat.js +2 -2
- package/dist/prod/packages/@ember/object/computed.js +4 -4
- package/dist/prod/packages/@ember/object/core.js +2 -2
- package/dist/prod/packages/@ember/object/evented.js +3 -3
- package/dist/prod/packages/@ember/object/events.js +2 -2
- package/dist/prod/packages/@ember/object/index.js +6 -6
- package/dist/prod/packages/@ember/object/internals.js +2 -2
- package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +5 -5
- package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
- package/dist/prod/packages/@ember/object/mixin.js +3 -3
- package/dist/prod/packages/@ember/object/observable.js +5 -5
- package/dist/prod/packages/@ember/object/observers.js +2 -2
- package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +4 -4
- package/dist/prod/packages/@ember/renderer/index.js +6 -6
- package/dist/prod/packages/@ember/routing/index.js +6 -6
- package/dist/prod/packages/@ember/routing/lib/generate_controller.js +2 -2
- package/dist/prod/packages/@ember/routing/lib/routing-service.js +2 -2
- package/dist/prod/packages/@ember/routing/lib/utils.js +2 -2
- package/dist/prod/packages/@ember/routing/route.js +6 -6
- package/dist/prod/packages/@ember/routing/router-service.js +2 -2
- package/dist/prod/packages/@ember/routing/router.js +4 -4
- package/dist/prod/packages/@ember/runloop/index.js +2 -2
- package/dist/prod/packages/@ember/service/index.js +3 -3
- package/dist/prod/packages/@ember/template/index.js +6 -6
- package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +11 -7
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +36 -0
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/index.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/transform-resolutions.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/template.js +4 -4
- package/dist/prod/packages/@ember/template-factory/index.js +3 -3
- package/dist/prod/packages/@ember/utils/lib/is_empty.js +2 -2
- package/dist/prod/packages/@glimmer/destroyable/index.js +5 -1
- package/dist/prod/packages/@glimmer/manager/index.js +4 -4
- package/dist/prod/packages/@glimmer/node/index.js +6 -6
- package/dist/prod/packages/@glimmer/opcode-compiler/index.js +3 -3
- package/dist/prod/packages/@glimmer/program/index.js +1 -1
- package/dist/prod/packages/@glimmer/runtime/index.js +6 -6
- package/dist/prod/packages/@glimmer/tracking/index.js +3 -3
- package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +2 -2
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/ember-template-compiler/index.js +4 -4
- package/dist/prod/packages/shared-chunks/{alias-BkT-0B1G.js → alias-BLBQkche.js} +3 -3
- package/dist/prod/packages/shared-chunks/{api-Co-k4HVs.js → api-B5UrgITK.js} +2 -2
- package/dist/prod/packages/shared-chunks/{array-EwekEvId.js → array-kVQfzrQn.js} +2 -2
- package/dist/prod/packages/shared-chunks/{capabilities-DGmQ_mz4.js → capabilities-DXA-L0iT.js} +1 -1
- package/dist/prod/packages/shared-chunks/{compiler-Rwrmj1ki.js → compiler-Bbki2GT_.js} +53 -92
- package/dist/prod/packages/shared-chunks/{constants-CB3pk7dH.js → constants-DThhT5fu.js} +4 -4
- package/dist/prod/packages/shared-chunks/{element-builder-DbktcGKV.js → element-builder-CzXb9l1W.js} +2 -4
- package/dist/prod/packages/shared-chunks/{fragment-EpVz5Xuc.js → fragment-D7nBU9ae.js} +16 -1
- package/dist/prod/packages/shared-chunks/{index-nW__r2nX.js → index-CjaDF9kC.js} +2 -10
- package/dist/prod/packages/shared-chunks/{index-BVy-auLZ.js → index-r-Dz_hzt.js} +13 -13
- package/dist/prod/packages/shared-chunks/{injected_property-DL3vQoFA.js → injected_property-CTVs5FPh.js} +1 -1
- package/dist/prod/packages/shared-chunks/{namespace_search-Aog9nySA.js → namespace_search-Dcdalhj6.js} +1 -1
- package/dist/prod/packages/shared-chunks/{invoke-BuwCkcVB.js → neq-BqdovTuC.js} +22 -4
- package/dist/prod/packages/shared-chunks/{observers-R1ZklwWy.js → observers-tZ2aOzr4.js} +1 -1
- package/dist/prod/packages/shared-chunks/{on-ByzWKBWe.js → on-CersD7PL.js} +4 -11
- package/dist/prod/packages/shared-chunks/{program-context-BdUXf-jj.js → program-context-DFiwaPMR.js} +2 -2
- package/dist/prod/packages/shared-chunks/{property_set-O080KTKZ.js → property_set-B2sZxeCw.js} +2 -2
- package/dist/prod/packages/shared-chunks/{rehydrate-builder-M_dh82nR.js → rehydrate-builder-D3t52iGR.js} +3 -7
- package/dist/prod/packages/shared-chunks/{render-DJ-BzvgU.js → render-D78XHdek.js} +4 -6
- package/dist/prod/packages/shared-chunks/{serialize-builder-BpVMgrCr.js → serialize-builder-iXiRs1Pg.js} +5 -5
- package/dist/prod/packages/shared-chunks/{set_properties-CjsDTRey.js → set_properties-C1T46IiN.js} +3 -3
- package/dist/prod/packages/shared-chunks/{setup-registry-KYxkFexK.js → setup-registry-Cs-7NIJU.js} +8 -8
- package/dist/prod/packages/shared-chunks/{tracked-ChVNBE2f.js → tracked-Cl5l4v8b.js} +1 -1
- package/dist/prod/packages/shared-chunks/{transform-resolutions-C7wq_Q_c.js → transform-resolutions-DR4GLmR2.js} +0 -3
- package/docs/data.json +316 -173
- package/package.json +3 -1
- package/types/stable/@ember/-internals/environment/lib/env.d.ts +11 -0
- package/types/stable/@ember/helper/index.d.ts +48 -0
- package/types/stable/@glimmer/runtime/index.d.ts +2 -0
- package/types/stable/@glimmer/runtime/lib/helpers/eq.d.ts +8 -0
- package/types/stable/@glimmer/runtime/lib/helpers/neq.d.ts +8 -0
- package/types/stable/@glimmer/syntax/lib/source/source.d.ts +2 -1
- package/types/stable/index.d.ts +2 -0
- package/dist/prod/packages/shared-chunks/assert-CUCJBR2C.js +0 -19
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.1.0-alpha.
|
|
2
|
+
"version": "7.1.0-alpha.4",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "8c2698de3c91133065de0d0cded1a2667f592abb",
|
|
5
|
+
"assetPath": "/tag/shas/8c2698de3c91133065de0d0cded1a2667f592abb.tgz"
|
|
6
6
|
}
|
|
@@ -69,6 +69,16 @@ const ENV = {
|
|
|
69
69
|
@public
|
|
70
70
|
*/
|
|
71
71
|
LOG_VERSION: true,
|
|
72
|
+
/**
|
|
73
|
+
The `LOG_INSPECTOR_HINT` property, when true, tells Ember to log a hint
|
|
74
|
+
suggesting the Ember Inspector browser extension when it is not detected.
|
|
75
|
+
@property LOG_INSPECTOR_HINT
|
|
76
|
+
@type Boolean
|
|
77
|
+
@default true
|
|
78
|
+
@for EmberENV
|
|
79
|
+
@public
|
|
80
|
+
*/
|
|
81
|
+
LOG_INSPECTOR_HINT: true,
|
|
72
82
|
RAISE_ON_DEPRECATION: false,
|
|
73
83
|
STRUCTURED_PROFILE: false,
|
|
74
84
|
/**
|
|
@@ -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-
|
|
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-
|
|
11
|
-
export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-
|
|
12
|
-
export { D as DOMChanges } from '../../../shared-chunks/dynamic-
|
|
13
|
-
import '../../../shared-chunks/constants-
|
|
14
|
-
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-
|
|
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-RzG0Jvjx.js';
|
|
11
|
+
export { s as setupApplicationRegistry, a as setupEngineRegistry } from '../../../shared-chunks/setup-registry-DxchCIL2.js';
|
|
12
|
+
export { D as DOMChanges } from '../../../shared-chunks/dynamic-CgX8M02_.js';
|
|
13
|
+
import '../../../shared-chunks/constants-BbdWMvgs.js';
|
|
14
|
+
export { i as isSerializationFirstNode } from '../../../shared-chunks/rehydrate-builder-BRH0p0wA.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-
|
|
17
|
+
export { D as DOMTreeConstruction } from '../../../shared-chunks/element-builder-BpJIoi99.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-
|
|
47
|
-
import '../../shared-chunks/index-
|
|
48
|
-
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-
|
|
49
|
-
import '../../shared-chunks/dynamic-
|
|
50
|
-
import '../../shared-chunks/constants-
|
|
46
|
+
import '../../shared-chunks/index-BUPd6pkm.js';
|
|
47
|
+
import '../../shared-chunks/index-RzG0Jvjx.js';
|
|
48
|
+
import { s as setupApplicationRegistry } from '../../shared-chunks/setup-registry-DxchCIL2.js';
|
|
49
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
50
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
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-
|
|
12
|
+
import { r as renderSettled } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
13
13
|
import '../-internals/container/index.js';
|
|
14
14
|
import '../debug/index.js';
|
|
15
|
-
import '../../shared-chunks/dynamic-
|
|
16
|
-
import '../../shared-chunks/constants-
|
|
15
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
16
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
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-
|
|
9
|
+
export { H as default, h as helper } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
10
10
|
import '../-internals/container/index.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
|
-
import '../../shared-chunks/dynamic-
|
|
13
|
-
import '../../shared-chunks/constants-
|
|
12
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
13
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
12
|
-
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-
|
|
11
|
+
import '../../shared-chunks/index-BUPd6pkm.js';
|
|
12
|
+
export { I as Input, T as Textarea, C as default } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
13
13
|
import '../-internals/container/index.js';
|
|
14
14
|
import '../debug/index.js';
|
|
15
|
-
import '../../shared-chunks/dynamic-
|
|
16
|
-
import '../../shared-chunks/constants-
|
|
15
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
16
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
7
|
-
import '../../shared-chunks/constants-
|
|
6
|
+
import { z as templateOnlyComponent } from '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
7
|
+
import '../../shared-chunks/constants-BbdWMvgs.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
9
|
import '../../shared-chunks/capabilities-O_xc7Yqk.js';
|
|
10
10
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { i as isFirefox, a as isChrome } from '../../shared-chunks/index-BGP1rw3B.js';
|
|
2
|
+
import { ENV } from '../-internals/environment/index.js';
|
|
2
3
|
import defaultDeprecate from './lib/deprecate.js';
|
|
3
4
|
export { registerHandler as registerDeprecationHandler } from './lib/deprecate.js';
|
|
4
5
|
import { isTesting } from './lib/testing.js';
|
|
@@ -195,7 +196,7 @@ function deprecate(...args) {
|
|
|
195
196
|
setDebugFunction('warn', _warn);
|
|
196
197
|
}
|
|
197
198
|
let _warnIfUsingStrippedFeatureFlags;
|
|
198
|
-
if (!isTesting()) {
|
|
199
|
+
if (!isTesting() && ENV.LOG_INSPECTOR_HINT) {
|
|
199
200
|
if (typeof window !== 'undefined' && (isFirefox || isChrome) && window.addEventListener) {
|
|
200
201
|
window.addEventListener('load', () => {
|
|
201
202
|
if (document.documentElement && document.documentElement.dataset && !document.documentElement.dataset['emberExtension']) {
|
|
@@ -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-
|
|
32
|
-
import '../../shared-chunks/index-
|
|
33
|
-
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
34
|
-
import '../../shared-chunks/dynamic-
|
|
35
|
-
import '../../shared-chunks/constants-
|
|
31
|
+
import '../../shared-chunks/index-BUPd6pkm.js';
|
|
32
|
+
import '../../shared-chunks/index-RzG0Jvjx.js';
|
|
33
|
+
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-DxchCIL2.js';
|
|
34
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
35
|
+
import '../../shared-chunks/constants-BbdWMvgs.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';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
|
|
2
2
|
import '../../@glimmer/global-context/index.js';
|
|
3
|
-
import {
|
|
3
|
+
import { a as helperCapabilities } from '../../shared-chunks/api-BQMslHhq.js';
|
|
4
4
|
import '../../shared-chunks/capabilities-O_xc7Yqk.js';
|
|
5
5
|
import '../../@glimmer/destroyable/index.js';
|
|
6
6
|
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-
|
|
11
|
-
import '../../shared-chunks/constants-
|
|
12
|
-
import { i as invokeHelper$1 } from '../../shared-chunks/
|
|
13
|
-
import '../../shared-chunks/index-
|
|
14
|
-
import { g as glimmerElement, u as uniqueId$1 } from '../../shared-chunks/index-
|
|
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-CgX8M02_.js';
|
|
11
|
+
import '../../shared-chunks/constants-BbdWMvgs.js';
|
|
12
|
+
import { e as eq$1, i as invokeHelper$1, n as neq$1 } from '../../shared-chunks/neq-DujMPv1k.js';
|
|
13
|
+
import '../../shared-chunks/index-BUPd6pkm.js';
|
|
14
|
+
import { g as glimmerElement, u as uniqueId$1 } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
15
15
|
import '../-internals/container/index.js';
|
|
16
16
|
import '../debug/index.js';
|
|
17
17
|
import '../runloop/index.js';
|
|
@@ -503,7 +503,51 @@ const element = glimmerElement;
|
|
|
503
503
|
* ```
|
|
504
504
|
*/
|
|
505
505
|
const uniqueId = uniqueId$1;
|
|
506
|
+
/**
|
|
507
|
+
* The `{{eq}}` helper returns `true` if its two arguments are strictly equal
|
|
508
|
+
* (`===`). Takes exactly two arguments.
|
|
509
|
+
*
|
|
510
|
+
* ```js
|
|
511
|
+
* import { eq } from '@ember/helper';
|
|
512
|
+
*
|
|
513
|
+
* <template>
|
|
514
|
+
* {{if (eq @status "active") "Active" "Inactive"}}
|
|
515
|
+
* </template>
|
|
516
|
+
* ```
|
|
517
|
+
*
|
|
518
|
+
* In strict-mode (gjs/gts) templates, `eq` is available as a keyword and
|
|
519
|
+
* does not need to be imported.
|
|
520
|
+
*
|
|
521
|
+
* @method eq
|
|
522
|
+
* @param {unknown} left
|
|
523
|
+
* @param {unknown} right
|
|
524
|
+
* @return {boolean}
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
const eq = eq$1;
|
|
528
|
+
/**
|
|
529
|
+
* The `{{neq}}` helper returns `true` if its two arguments are strictly
|
|
530
|
+
* not equal (`!==`). Takes exactly two arguments.
|
|
531
|
+
*
|
|
532
|
+
* ```js
|
|
533
|
+
* import { neq } from '@ember/helper';
|
|
534
|
+
*
|
|
535
|
+
* <template>
|
|
536
|
+
* {{if (neq @status "active") "Not active" "Active"}}
|
|
537
|
+
* </template>
|
|
538
|
+
* ```
|
|
539
|
+
*
|
|
540
|
+
* In strict-mode (gjs/gts) templates, `neq` is available as a keyword and
|
|
541
|
+
* does not need to be imported.
|
|
542
|
+
*
|
|
543
|
+
* @method neq
|
|
544
|
+
* @param {unknown} left
|
|
545
|
+
* @param {unknown} right
|
|
546
|
+
* @return {boolean}
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
const neq = neq$1;
|
|
506
550
|
|
|
507
551
|
/* eslint-enable @typescript-eslint/no-empty-object-type */
|
|
508
552
|
|
|
509
|
-
export { array, capabilities, concat, element, fn, get, hash, invokeHelper, setHelperManager, uniqueId };
|
|
553
|
+
export { array, capabilities, concat, element, eq, fn, get, hash, invokeHelper, neq, setHelperManager, uniqueId };
|
|
@@ -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-
|
|
12
|
-
import '../../shared-chunks/index-
|
|
11
|
+
import '../../shared-chunks/index-BUPd6pkm.js';
|
|
12
|
+
import '../../shared-chunks/index-RzG0Jvjx.js';
|
|
13
13
|
import '../-internals/container/index.js';
|
|
14
14
|
import '../debug/index.js';
|
|
15
|
-
import '../../shared-chunks/dynamic-
|
|
16
|
-
import '../../shared-chunks/constants-
|
|
15
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
16
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
7
|
-
import '../../shared-chunks/constants-
|
|
6
|
+
import { t as on$1 } from '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
7
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
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-
|
|
9
|
+
export { f as renderComponent, r as renderSettled } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
10
10
|
import '../-internals/container/index.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
|
-
import '../../shared-chunks/dynamic-
|
|
13
|
-
import '../../shared-chunks/constants-
|
|
12
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
13
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
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-
|
|
9
|
+
export { L as LinkTo } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
10
10
|
import '../-internals/container/index.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
|
-
import '../../shared-chunks/dynamic-
|
|
13
|
-
import '../../shared-chunks/constants-
|
|
12
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
13
|
+
import '../../shared-chunks/constants-BbdWMvgs.js';
|
|
14
14
|
import '../runloop/index.js';
|
|
@@ -6,7 +6,7 @@ import '../../@glimmer/validator/index.js';
|
|
|
6
6
|
import { l as lookupDescriptor } from '../../shared-chunks/mandatory-setter-DHZe7-kW.js';
|
|
7
7
|
import { i as isProxy } from '../../shared-chunks/is_proxy-B0smdQy8.js';
|
|
8
8
|
import '../../@glimmer/destroyable/index.js';
|
|
9
|
-
import {
|
|
9
|
+
import { h as hasInternalComponentManager } from '../../shared-chunks/api-BQMslHhq.js';
|
|
10
10
|
import '../../@glimmer/global-context/index.js';
|
|
11
11
|
import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
|
|
12
12
|
import '../../shared-chunks/reference-C3TKDRnP.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-
|
|
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-
|
|
9
|
+
export { d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, t as trustHTML } from '../../shared-chunks/index-RzG0Jvjx.js';
|
|
10
10
|
import '../-internals/container/index.js';
|
|
11
11
|
import '../debug/index.js';
|
|
12
|
-
import '../../shared-chunks/dynamic-
|
|
13
|
-
import '../../shared-chunks/constants-
|
|
12
|
+
import '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
13
|
+
import '../../shared-chunks/constants-BbdWMvgs.js';
|
|
14
14
|
import '../runloop/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { fn } from '../../helper/index.js';
|
|
1
|
+
import { neq, hash, fn, eq, 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-
|
|
11
|
-
import '../../../shared-chunks/index-
|
|
10
|
+
import '../../../shared-chunks/index-BUPd6pkm.js';
|
|
11
|
+
import '../../../shared-chunks/index-RzG0Jvjx.js';
|
|
12
12
|
import '../../-internals/container/index.js';
|
|
13
13
|
import '../../debug/index.js';
|
|
14
|
-
import '../../../shared-chunks/dynamic-
|
|
15
|
-
import '../../../shared-chunks/constants-
|
|
14
|
+
import '../../../shared-chunks/dynamic-CgX8M02_.js';
|
|
15
|
+
import '../../../shared-chunks/constants-BbdWMvgs.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,11 @@ function malformedComponentLookup(string) {
|
|
|
32
32
|
*/
|
|
33
33
|
const RUNTIME_KEYWORDS_NAME = '__ember_keywords__';
|
|
34
34
|
const keywords = {
|
|
35
|
+
array,
|
|
36
|
+
eq,
|
|
35
37
|
fn,
|
|
38
|
+
hash,
|
|
39
|
+
neq,
|
|
36
40
|
on
|
|
37
41
|
};
|
|
38
42
|
function buildCompileOptions(_options) {
|
|
@@ -26,14 +26,38 @@ 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
|
+
}
|
|
38
|
+
if (isEq(node, hasLocal)) {
|
|
39
|
+
rewriteKeyword(env, node, 'eq', '@ember/helper');
|
|
40
|
+
}
|
|
41
|
+
if (isNeq(node, hasLocal)) {
|
|
42
|
+
rewriteKeyword(env, node, 'neq', '@ember/helper');
|
|
43
|
+
}
|
|
32
44
|
},
|
|
33
45
|
MustacheStatement(node) {
|
|
46
|
+
if (isArray(node, hasLocal)) {
|
|
47
|
+
rewriteKeyword(env, node, 'array', '@ember/helper');
|
|
48
|
+
}
|
|
34
49
|
if (isFn(node, hasLocal)) {
|
|
35
50
|
rewriteKeyword(env, node, 'fn', '@ember/helper');
|
|
36
51
|
}
|
|
52
|
+
if (isHash(node, hasLocal)) {
|
|
53
|
+
rewriteKeyword(env, node, 'hash', '@ember/helper');
|
|
54
|
+
}
|
|
55
|
+
if (isEq(node, hasLocal)) {
|
|
56
|
+
rewriteKeyword(env, node, 'eq', '@ember/helper');
|
|
57
|
+
}
|
|
58
|
+
if (isNeq(node, hasLocal)) {
|
|
59
|
+
rewriteKeyword(env, node, 'neq', '@ember/helper');
|
|
60
|
+
}
|
|
37
61
|
}
|
|
38
62
|
}
|
|
39
63
|
};
|
|
@@ -50,8 +74,20 @@ function rewriteKeyword(env, node, name, moduleSpecifier) {
|
|
|
50
74
|
function isOn(node, hasLocal) {
|
|
51
75
|
return isPath(node.path) && node.path.original === 'on' && !hasLocal('on');
|
|
52
76
|
}
|
|
77
|
+
function isArray(node, hasLocal) {
|
|
78
|
+
return isPath(node.path) && node.path.original === 'array' && !hasLocal('array');
|
|
79
|
+
}
|
|
53
80
|
function isFn(node, hasLocal) {
|
|
54
81
|
return isPath(node.path) && node.path.original === 'fn' && !hasLocal('fn');
|
|
55
82
|
}
|
|
83
|
+
function isHash(node, hasLocal) {
|
|
84
|
+
return isPath(node.path) && node.path.original === 'hash' && !hasLocal('hash');
|
|
85
|
+
}
|
|
86
|
+
function isEq(node, hasLocal) {
|
|
87
|
+
return isPath(node.path) && node.path.original === 'eq' && !hasLocal('eq');
|
|
88
|
+
}
|
|
89
|
+
function isNeq(node, hasLocal) {
|
|
90
|
+
return isPath(node.path) && node.path.original === 'neq' && !hasLocal('neq');
|
|
91
|
+
}
|
|
56
92
|
|
|
57
93
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as setInternalHelperManager, C as CustomHelperManager, s as setInternalComponentManager, j as setInternalModifierManager } from '../../shared-chunks/api-
|
|
2
|
-
export { e as getInternalComponentManager, g as getInternalHelperManager, d as getInternalModifierManager,
|
|
1
|
+
import { i as setInternalHelperManager, C as CustomHelperManager, s as setInternalComponentManager, j as setInternalModifierManager } from '../../shared-chunks/api-BQMslHhq.js';
|
|
2
|
+
export { e as getInternalComponentManager, g as getInternalHelperManager, d as getInternalModifierManager, c as hasDestroyable, h as hasInternalComponentManager, f as hasInternalHelperManager, k as hasInternalModifierManager, b as hasValue, a as helperCapabilities } from '../../shared-chunks/api-BQMslHhq.js';
|
|
3
3
|
import { registerDestructor } from '../destroyable/index.js';
|
|
4
4
|
import { debugAssert } from '../global-context/index.js';
|
|
5
5
|
import '../../shared-chunks/debug-to-string-CFb7h0lY.js';
|
|
@@ -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-
|
|
7
|
-
import '../../shared-chunks/constants-
|
|
6
|
+
import { C as ConcreteBounds } from '../../shared-chunks/dynamic-CgX8M02_.js';
|
|
7
|
+
import '../../shared-chunks/constants-BbdWMvgs.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-
|
|
12
|
-
export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-
|
|
11
|
+
import { D as DOMTreeConstruction } from '../../shared-chunks/element-builder-BpJIoi99.js';
|
|
12
|
+
export { s as serializeBuilder } from '../../shared-chunks/serialize-builder-DiO7Ak9_.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-
|
|
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-
|
|
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-
|
|
1
|
+
import { C as ConstantsImpl } from '../../shared-chunks/constants-BbdWMvgs.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-
|
|
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-
|
|
8
|
-
export { i as invokeHelper } from '../../shared-chunks/
|
|
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-CgX8M02_.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-DCchifOK.js';
|
|
8
|
+
export { e as eq, i as invokeHelper, n as neq } from '../../shared-chunks/neq-DujMPv1k.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-
|
|
11
|
-
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-
|
|
10
|
+
export { D as DOMTreeConstruction, N as NewTreeBuilder, R as RemoteBlock, a as ResettableBlockImpl, c as clientBuilder } from '../../shared-chunks/element-builder-BpJIoi99.js';
|
|
11
|
+
export { R as RehydrateTree, S as SERIALIZATION_FIRST_NODE_STRING, i as isSerializationFirstNode, r as rehydrationBuilder } from '../../shared-chunks/rehydrate-builder-BRH0p0wA.js';
|
|
@@ -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-
|
|
5
|
-
export { a as _preprocess } from '../shared-chunks/compiler-
|
|
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-
|
|
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`.
|