ember-source 7.1.0-alpha.1 → 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.
- package/build-metadata.json +3 -3
- 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/engine/index.js +5 -5
- package/dist/dev/packages/@ember/helper/index.js +5 -5
- 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/template/index.js +4 -4
- package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +7 -5
- package/dist/dev/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +18 -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/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/{compiler-BenCxenr.js → compiler-D1leQ3Gl.js} +90 -88
- package/dist/dev/packages/shared-chunks/{constants-DKn6zqFX.js → constants-p7AL-pog.js} +1 -1
- package/dist/dev/packages/shared-chunks/{dynamic-Cu9Xpdzc.js → dynamic-BfDKO5NI.js} +6 -7
- package/dist/dev/packages/shared-chunks/{element-builder-Dw_Ic9cD.js → element-builder-DO43ztVP.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-QZstta6s.js} +6 -6
- package/dist/dev/packages/shared-chunks/{invoke-D0D6CvD5.js → invoke-CgfoEtMT.js} +1 -1
- 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-CEk2KOIk.js} +3 -5
- package/dist/dev/packages/shared-chunks/{render-t-LAXUYI.js → render-C1HzKUcM.js} +4 -4
- package/dist/dev/packages/shared-chunks/{serialize-builder-BUG9CxHC.js → serialize-builder-CPKxdfiH.js} +3 -3
- package/dist/dev/packages/shared-chunks/{setup-registry-CxXWLs26.js → setup-registry-B7-RknRf.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/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/engine/index.js +9 -9
- package/dist/prod/packages/@ember/helper/index.js +8 -8
- 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 +9 -7
- package/dist/prod/packages/@ember/template-compiler/lib/plugins/auto-import-builtins.js +18 -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-DtWa0ZaF.js} +1 -1
- 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-2M371WiB.js} +4 -4
- package/dist/prod/packages/shared-chunks/{element-builder-DbktcGKV.js → element-builder-BmLF0C-1.js} +2 -4
- package/dist/prod/packages/shared-chunks/{fragment-EpVz5Xuc.js → fragment-D7nBU9ae.js} +16 -1
- package/dist/prod/packages/shared-chunks/{index-BVy-auLZ.js → index-6pnzcm45.js} +13 -13
- package/dist/prod/packages/shared-chunks/{index-nW__r2nX.js → index-CjaDF9kC.js} +2 -10
- package/dist/prod/packages/shared-chunks/{injected_property-DL3vQoFA.js → injected_property-CTVs5FPh.js} +1 -1
- package/dist/prod/packages/shared-chunks/{invoke-BuwCkcVB.js → invoke-BdJCXD-b.js} +3 -3
- package/dist/prod/packages/shared-chunks/{namespace_search-Aog9nySA.js → namespace_search-Dcdalhj6.js} +1 -1
- package/dist/prod/packages/shared-chunks/{observers-R1ZklwWy.js → observers-tZ2aOzr4.js} +1 -1
- package/dist/prod/packages/shared-chunks/{on-ByzWKBWe.js → on-CLxdmpmk.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-CUefZL4I.js} +3 -7
- package/dist/prod/packages/shared-chunks/{render-DJ-BzvgU.js → render-BlriW61t.js} +4 -6
- package/dist/prod/packages/shared-chunks/{serialize-builder-BpVMgrCr.js → serialize-builder-DgpXSc2Q.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-DeObnZ2Z.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 +185 -145
- package/package.json +3 -1
- package/types/stable/@glimmer/syntax/lib/source/source.d.ts +2 -1
- package/dist/prod/packages/shared-chunks/assert-CUCJBR2C.js +0 -19
|
@@ -10,9 +10,9 @@ import '../object/index.js';
|
|
|
10
10
|
import EngineInstance from './instance.js';
|
|
11
11
|
import '../../@glimmer/validator/index.js';
|
|
12
12
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
13
|
-
import '../../shared-chunks/capabilities-
|
|
14
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
15
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
13
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
14
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
15
|
+
import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
16
16
|
import '../../route-recognizer/index.js';
|
|
17
17
|
import '../../shared-chunks/rsvp-CnCSY930.js';
|
|
18
18
|
import '../../shared-chunks/unrecognized-url-error-DDBwfzdm.js';
|
|
@@ -21,12 +21,12 @@ import ComponentLookup from '../-internals/views/lib/component_lookup.js';
|
|
|
21
21
|
import '../-internals/views/lib/views/core_view.js';
|
|
22
22
|
import '../-internals/views/lib/mixins/action_support.js';
|
|
23
23
|
import '../-internals/views/lib/views/states.js';
|
|
24
|
-
import '../../shared-chunks/fragment-
|
|
25
|
-
import '../../shared-chunks/index-
|
|
26
|
-
import '../../shared-chunks/index-
|
|
27
|
-
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-
|
|
28
|
-
import '../../shared-chunks/on-
|
|
29
|
-
import '../../shared-chunks/constants-
|
|
24
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
25
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
26
|
+
import '../../shared-chunks/index-6pnzcm45.js';
|
|
27
|
+
import { a as setupEngineRegistry } from '../../shared-chunks/setup-registry-DeObnZ2Z.js';
|
|
28
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
29
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
30
30
|
import '../runloop/index.js';
|
|
31
31
|
import RegistryProxyMixin from '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
32
32
|
import '../-internals/runtime/lib/mixins/container_proxy.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { c as helperCapabilities } from '../../shared-chunks/api-
|
|
2
|
-
import '../../shared-chunks/capabilities-
|
|
1
|
+
import { c as helperCapabilities } from '../../shared-chunks/api-DtWa0ZaF.js';
|
|
2
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
3
3
|
import '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
5
|
import { setHelperManager as setHelperManager$1 } from '../../@glimmer/manager/index.js';
|
|
6
|
-
import '../../shared-chunks/fragment-
|
|
7
|
-
import { h as array$1, j as concat$1, m as fn$1, n as get$1, o as hash$1 } from '../../shared-chunks/on-
|
|
8
|
-
import '../../shared-chunks/constants-
|
|
9
|
-
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-
|
|
10
|
-
import '../../shared-chunks/index-
|
|
11
|
-
import { g as glimmerElement, u as uniqueId$1 } from '../../shared-chunks/index-
|
|
6
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
7
|
+
import { h as array$1, j as concat$1, m as fn$1, n as get$1, o as hash$1 } from '../../shared-chunks/on-CLxdmpmk.js';
|
|
8
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
9
|
+
import { i as invokeHelper$1 } from '../../shared-chunks/invoke-BdJCXD-b.js';
|
|
10
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
11
|
+
import { g as glimmerElement, u as uniqueId$1 } from '../../shared-chunks/index-6pnzcm45.js';
|
|
12
12
|
import '../-internals/container/index.js';
|
|
13
13
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
14
14
|
import '../-internals/environment/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-
|
|
3
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
4
4
|
import { setModifierManager as setModifierManager$1 } from '../../@glimmer/manager/index.js';
|
|
5
5
|
export { modifierCapabilities as capabilities } from '../../@glimmer/manager/index.js';
|
|
6
6
|
export { on } from './on.js';
|
|
7
|
-
import '../../shared-chunks/fragment-
|
|
8
|
-
import '../../shared-chunks/index-
|
|
9
|
-
import '../../shared-chunks/index-
|
|
7
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
8
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
9
|
+
import '../../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-
|
|
14
|
-
import '../../shared-chunks/constants-
|
|
13
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
14
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
15
15
|
import '../runloop/index.js';
|
|
16
16
|
|
|
17
17
|
// NOTE: this uses assignment to *require* that the `glimmerSetModifierManager`
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '../../shared-chunks/fragment-
|
|
1
|
+
import '../../shared-chunks/fragment-D7nBU9ae.js';
|
|
2
2
|
import '../../@glimmer/validator/index.js';
|
|
3
3
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
4
|
-
import { q as on$1 } from '../../shared-chunks/on-
|
|
5
|
-
import '../../shared-chunks/constants-
|
|
6
|
-
import '../../shared-chunks/capabilities-
|
|
4
|
+
import { q as on$1 } 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
|
// In normal TypeScript, this modifier is essentially an opaque token that just
|
|
9
9
|
// needs to be importable. Declaring it with a unique interface like this,
|
|
@@ -2,8 +2,8 @@ export { g as guidFor } from '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
import '../../shared-chunks/observers-
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
7
|
export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
8
8
|
import EmberObject from './index.js';
|
|
9
9
|
|
|
@@ -2,9 +2,9 @@ import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import { tagFor, track, updateTag as UPDATE_TAG, consumeTag } from '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
6
|
import { s as setClassicDecorator, i as isElementDescriptor } from '../../shared-chunks/decorator-BdDDBUd2.js';
|
|
7
|
-
import '../../shared-chunks/observers-
|
|
7
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
|
|
9
9
|
let wrapGetterSetter = function (target, key, desc) {
|
|
10
10
|
let {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { C as default, e as expandProperties } from '../../shared-chunks/namespace_search-
|
|
1
|
+
export { C as default, e as expandProperties } 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
|
-
export { a as alias } from '../../shared-chunks/alias-
|
|
5
|
-
import '../../shared-chunks/observers-
|
|
4
|
+
export { a as alias } from '../../shared-chunks/alias-BLBQkche.js';
|
|
5
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
6
6
|
import '../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
8
|
-
import '../../shared-chunks/capabilities-
|
|
8
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
9
9
|
export { and, bool, deprecatingAlias, empty, equal, gt, gte, lt, lte, match, none, not, notEmpty, oneWay, or, readOnly, oneWay as reads } from './lib/computed/computed_macros.js';
|
|
10
10
|
export { collect, filter, filterBy, intersect, map, mapBy, max, min, setDiff, sort, sum, union, uniq, uniqBy } from './lib/computed/reduce_computed_macros.js';
|
|
@@ -6,9 +6,9 @@ import { meta } from '../-internals/meta/lib/meta.js';
|
|
|
6
6
|
import { registerDestructor, isDestroyed, isDestroying, destroy } from '../../@glimmer/destroyable/index.js';
|
|
7
7
|
import '../../@glimmer/validator/index.js';
|
|
8
8
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
9
|
-
import '../../shared-chunks/capabilities-
|
|
9
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
10
10
|
import { d as descriptorForProperty } from '../../shared-chunks/decorator-BdDDBUd2.js';
|
|
11
|
-
import { b as activateObserver, s as sendEvent } from '../../shared-chunks/observers-
|
|
11
|
+
import { b as activateObserver, s as sendEvent } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
12
12
|
import Mixin, { applyMixin } from './mixin.js';
|
|
13
13
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
14
14
|
import '../-internals/runtime/lib/mixins/container_proxy.js';
|
|
@@ -2,9 +2,9 @@ import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
import { h as hasListeners, f as removeListener, s as sendEvent, e as addListener } from '../../shared-chunks/observers-
|
|
7
|
-
export { o as on } from '../../shared-chunks/observers-
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import { h as hasListeners, f as removeListener, s as sendEvent, e as addListener } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
|
+
export { o as on } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
import Mixin from './mixin.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -2,5 +2,5 @@ import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
export { e as addListener, f as removeListener, s as sendEvent } from '../../shared-chunks/observers-
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
export { e as addListener, f as removeListener, s as sendEvent } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ENV } from '../-internals/environment/index.js';
|
|
2
|
-
import { e as expandProperties } from '../../shared-chunks/namespace_search-
|
|
3
|
-
export { c as computed, d as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/namespace_search-
|
|
2
|
+
import { e as expandProperties } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
3
|
+
export { c as computed, d as defineProperty, n as notifyPropertyChange } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
4
4
|
import { s as setObservers } from '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
5
5
|
import '../../@glimmer/validator/index.js';
|
|
6
6
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
7
|
-
import '../../shared-chunks/capabilities-
|
|
7
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
8
8
|
import { s as setClassicDecorator, i as isElementDescriptor } from '../../shared-chunks/decorator-BdDDBUd2.js';
|
|
9
|
-
export { g as get } from '../../shared-chunks/observers-
|
|
10
|
-
export { s as set, t as trySet } from '../../shared-chunks/property_set-
|
|
11
|
-
export { g as getProperties, s as setProperties } from '../../shared-chunks/set_properties-
|
|
9
|
+
export { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
10
|
+
export { s as set, t as trySet } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
11
|
+
export { g as getProperties, s as setProperties } from '../../shared-chunks/set_properties-C1T46IiN.js';
|
|
12
12
|
import { getFactoryFor } from '../-internals/container/index.js';
|
|
13
13
|
import CoreObject from './core.js';
|
|
14
14
|
import Observable from './observable.js';
|
|
@@ -2,7 +2,7 @@ export { g as guidFor } from '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
import '../../shared-chunks/observers-
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
7
|
export { g as cacheFor } from '../../shared-chunks/computed_cache-DmYKevAP.js';
|
|
8
8
|
import './index.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { c as computed, e as expandProperties } from '../../../../shared-chunks/namespace_search-
|
|
1
|
+
import { c as computed, e as expandProperties } 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
|
-
import { a as alias } from '../../../../shared-chunks/alias-
|
|
5
|
-
import { g as get } from '../../../../shared-chunks/observers-
|
|
6
|
-
import { s as set } from '../../../../shared-chunks/property_set-
|
|
4
|
+
import { a as alias } from '../../../../shared-chunks/alias-BLBQkche.js';
|
|
5
|
+
import { g as get } from '../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
6
|
+
import { s as set } from '../../../../shared-chunks/property_set-B2sZxeCw.js';
|
|
7
7
|
import '../../../../@glimmer/validator/index.js';
|
|
8
8
|
import '../../../../shared-chunks/reference-BNqcwZWH.js';
|
|
9
|
-
import '../../../../shared-chunks/capabilities-
|
|
9
|
+
import '../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
10
10
|
import '../../index.js';
|
|
11
11
|
import isNone from '../../../utils/lib/is_none.js';
|
|
12
12
|
import isEmpty from '../../../utils/lib/is_empty.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../../../-internals/environment/index.js';
|
|
2
|
-
import { c as computed, m as autoComputed } from '../../../../shared-chunks/namespace_search-
|
|
2
|
+
import { c as computed, m as autoComputed } 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-
|
|
7
|
-
import { g as get } from '../../../../shared-chunks/observers-
|
|
6
|
+
import '../../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import { g as get } from '../../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
import '../../index.js';
|
|
9
9
|
import '../../core.js';
|
|
10
10
|
import compare from '../../../utils/lib/compare.js';
|
|
@@ -2,12 +2,12 @@ import '../-internals/container/index.js';
|
|
|
2
2
|
import { R as ROOT, o as observerListenerMetaFor, w as wrap } from '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
3
3
|
import '../-internals/environment/index.js';
|
|
4
4
|
import { peekMeta, meta } from '../-internals/meta/lib/meta.js';
|
|
5
|
-
import { f as defineValue, g as defineDecorator, C as ComputedProperty, s as setUnprocessedMixins } from '../../shared-chunks/namespace_search-
|
|
5
|
+
import { f as defineValue, g as defineDecorator, C as ComputedProperty, s as setUnprocessedMixins } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
6
6
|
import '../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
8
|
-
import '../../shared-chunks/capabilities-
|
|
8
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
9
9
|
import { n as nativeDescDecorator, a as isClassicDecorator, b as descriptorForDecorator, m as makeComputedDecorator } from '../../shared-chunks/decorator-BdDDBUd2.js';
|
|
10
|
-
import { d as revalidateObservers, c as addObserver, r as removeObserver, e as addListener, f as removeListener } from '../../shared-chunks/observers-
|
|
10
|
+
import { d as revalidateObservers, c as addObserver, r as removeObserver, e as addListener, f as removeListener } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
@module @ember/object/mixin
|
|
@@ -3,11 +3,11 @@ import '../../shared-chunks/super-Cm_a_cLQ.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-
|
|
7
|
-
import { g as get, h as hasListeners, r as removeObserver, c as addObserver } from '../../shared-chunks/observers-
|
|
8
|
-
import { n as notifyPropertyChange, a as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/namespace_search-
|
|
9
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
10
|
-
import { s as setProperties, g as getProperties } from '../../shared-chunks/set_properties-
|
|
6
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import { g as get, h as hasListeners, r as removeObserver, c as addObserver } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
|
+
import { n as notifyPropertyChange, a as endPropertyChanges, b as beginPropertyChanges } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
9
|
+
import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
10
|
+
import { s as setProperties, g as getProperties } from '../../shared-chunks/set_properties-C1T46IiN.js';
|
|
11
11
|
import Mixin from './mixin.js';
|
|
12
12
|
|
|
13
13
|
/**
|
|
@@ -2,5 +2,5 @@ import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../-internals/environment/index.js';
|
|
3
3
|
import '../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
export { c as addObserver, r as removeObserver } from '../../shared-chunks/observers-
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
export { c as addObserver, r as removeObserver } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import './index.js';
|
|
2
2
|
import Mixin from './mixin.js';
|
|
3
|
-
import { c as computed } from '../../shared-chunks/namespace_search-
|
|
3
|
+
import { c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
4
4
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
5
5
|
import '../-internals/environment/index.js';
|
|
6
6
|
import '../../@glimmer/validator/index.js';
|
|
7
7
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
8
|
-
import '../../shared-chunks/capabilities-
|
|
9
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
10
|
-
import { s as setProperties } from '../../shared-chunks/set_properties-
|
|
8
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
9
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
10
|
+
import { s as setProperties } from '../../shared-chunks/set_properties-C1T46IiN.js';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
@module @ember/object/promise-proxy-mixin
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import '../../shared-chunks/fragment-
|
|
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-
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
export { f as renderComponent, r as renderSettled } from '../../shared-chunks/index-
|
|
4
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
export { f as renderComponent, r as renderSettled } 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-
|
|
11
|
-
import '../../shared-chunks/constants-
|
|
10
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
11
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
12
12
|
import '../runloop/index.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import '../../shared-chunks/fragment-
|
|
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-
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
export { L as LinkTo } from '../../shared-chunks/index-
|
|
4
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
export { L as LinkTo } 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-
|
|
11
|
-
import '../../shared-chunks/constants-
|
|
10
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
11
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
12
12
|
import '../runloop/index.js';
|
|
@@ -2,8 +2,8 @@ import '../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../../-internals/environment/index.js';
|
|
3
3
|
import '../../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../../shared-chunks/capabilities-
|
|
6
|
-
import '../../../shared-chunks/observers-
|
|
5
|
+
import '../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import '../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
7
|
import '../../controller/index.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -3,8 +3,8 @@ import '../../-internals/environment/index.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-
|
|
7
|
-
import '../../../shared-chunks/observers-
|
|
6
|
+
import '../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import '../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
import { readOnly } from '../../object/lib/computed/computed_macros.js';
|
|
9
9
|
import '../../object/index.js';
|
|
10
10
|
import '../../object/core.js';
|
|
@@ -2,8 +2,8 @@ import '../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
|
2
2
|
import '../../-internals/environment/index.js';
|
|
3
3
|
import '../../../@glimmer/validator/index.js';
|
|
4
4
|
import '../../../shared-chunks/reference-BNqcwZWH.js';
|
|
5
|
-
import '../../../shared-chunks/capabilities-
|
|
6
|
-
import { g as get } from '../../../shared-chunks/observers-
|
|
5
|
+
import '../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
import { g as get } from '../../../shared-chunks/observers-tZ2aOzr4.js';
|
|
7
7
|
import { getOwner } from '../../-internals/owner/index.js';
|
|
8
8
|
import '../../engine/instance.js';
|
|
9
9
|
import '../../../route-recognizer/index.js';
|
|
@@ -5,15 +5,15 @@ import { l as lookupDescriptor } from '../../shared-chunks/lookup-descriptor-Cwc
|
|
|
5
5
|
import { i as isProxy } from '../../shared-chunks/is_proxy-Cr1qlMv_.js';
|
|
6
6
|
import '../-internals/environment/index.js';
|
|
7
7
|
import { isTesting } from '../debug/lib/testing.js';
|
|
8
|
-
import { d as defineProperty, c as computed } from '../../shared-chunks/namespace_search-
|
|
8
|
+
import { d as defineProperty, c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
9
9
|
import '../../@glimmer/validator/index.js';
|
|
10
|
-
import { b as hasInternalComponentManager } from '../../shared-chunks/api-
|
|
10
|
+
import { b as hasInternalComponentManager } from '../../shared-chunks/api-DtWa0ZaF.js';
|
|
11
11
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
12
|
-
import '../../shared-chunks/capabilities-
|
|
12
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
13
13
|
import { d as descriptorForProperty } from '../../shared-chunks/decorator-BdDDBUd2.js';
|
|
14
|
-
import { g as get, j as flushAsyncObservers, c as addObserver } from '../../shared-chunks/observers-
|
|
15
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
16
|
-
import { g as getProperties, s as setProperties } from '../../shared-chunks/set_properties-
|
|
14
|
+
import { g as get, j as flushAsyncObservers, c as addObserver } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
15
|
+
import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
16
|
+
import { g as getProperties, s as setProperties } from '../../shared-chunks/set_properties-C1T46IiN.js';
|
|
17
17
|
import EmberObject from '../object/index.js';
|
|
18
18
|
import Evented from '../object/evented.js';
|
|
19
19
|
import { A } from '../array/index.js';
|
|
@@ -4,8 +4,8 @@ import '../-internals/environment/index.js';
|
|
|
4
4
|
import '../../shared-chunks/super-Cm_a_cLQ.js';
|
|
5
5
|
import { consumeTag, tagFor } from '../../@glimmer/validator/index.js';
|
|
6
6
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
7
|
-
import '../../shared-chunks/capabilities-
|
|
8
|
-
import '../../shared-chunks/observers-
|
|
7
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
8
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
9
9
|
import { readOnly } from '../object/lib/computed/computed_macros.js';
|
|
10
10
|
import '../object/index.js';
|
|
11
11
|
import '../object/core.js';
|
|
@@ -7,12 +7,12 @@ import DSLImpl from './lib/dsl.js';
|
|
|
7
7
|
import RouterState from './lib/router_state.js';
|
|
8
8
|
import { resemblesURL, extractRouteArgs, getActiveTargetName, calculateCacheKey } from './lib/utils.js';
|
|
9
9
|
import { A } from '../array/index.js';
|
|
10
|
-
import { c as computed } from '../../shared-chunks/namespace_search-
|
|
10
|
+
import { c as computed } from '../../shared-chunks/namespace_search-Dcdalhj6.js';
|
|
11
11
|
import '../../@glimmer/validator/index.js';
|
|
12
12
|
import '../../shared-chunks/reference-BNqcwZWH.js';
|
|
13
|
-
import '../../shared-chunks/capabilities-
|
|
14
|
-
import { g as get } from '../../shared-chunks/observers-
|
|
15
|
-
import { s as set } from '../../shared-chunks/property_set-
|
|
13
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
14
|
+
import { g as get } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
15
|
+
import { s as set } from '../../shared-chunks/property_set-B2sZxeCw.js';
|
|
16
16
|
import typeOf from '../utils/lib/type-of.js';
|
|
17
17
|
import '../-internals/runtime/lib/mixins/registry_proxy.js';
|
|
18
18
|
import '../-internals/runtime/lib/mixins/container_proxy.js';
|
|
@@ -3,8 +3,8 @@ import { onErrorTarget } from '../-internals/error-handling/index.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-
|
|
7
|
-
import { j as flushAsyncObservers } from '../../shared-chunks/observers-
|
|
6
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
7
|
+
import { j as flushAsyncObservers } from '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
8
8
|
import Backburner from '../../backburner.js/index.js';
|
|
9
9
|
|
|
10
10
|
// Partial types from https://medium.com/codex/currying-in-typescript-ca5226c85b85
|
|
@@ -4,9 +4,9 @@ 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-
|
|
8
|
-
import '../../shared-chunks/observers-
|
|
9
|
-
import { i as inject$1 } from '../../shared-chunks/injected_property-
|
|
7
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
8
|
+
import '../../shared-chunks/observers-tZ2aOzr4.js';
|
|
9
|
+
import { i as inject$1 } from '../../shared-chunks/injected_property-CTVs5FPh.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
@module @ember/service
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import '../../shared-chunks/fragment-
|
|
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-
|
|
5
|
-
import '../../shared-chunks/capabilities-
|
|
6
|
-
export { d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, t as trustHTML } from '../../shared-chunks/index-
|
|
4
|
+
import '../../shared-chunks/index-CjaDF9kC.js';
|
|
5
|
+
import '../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
6
|
+
export { d as htmlSafe, i as isHTMLSafe, e as isTrustedHTML, t as trustHTML } 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-
|
|
11
|
-
import '../../shared-chunks/constants-
|
|
10
|
+
import '../../shared-chunks/on-CLxdmpmk.js';
|
|
11
|
+
import '../../shared-chunks/constants-2M371WiB.js';
|
|
12
12
|
import '../runloop/index.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { fn } from '../../helper/index.js';
|
|
1
|
+
import { hash, fn, array } from '../../helper/index.js';
|
|
2
2
|
import '../../../@glimmer/validator/index.js';
|
|
3
3
|
import '../../../shared-chunks/reference-BNqcwZWH.js';
|
|
4
|
-
import '../../../shared-chunks/capabilities-
|
|
4
|
+
import '../../../shared-chunks/capabilities-DXA-L0iT.js';
|
|
5
5
|
import { on } from '../../modifier/on.js';
|
|
6
|
-
import '../../../shared-chunks/fragment-
|
|
7
|
-
import '../../../shared-chunks/index-
|
|
8
|
-
import '../../../shared-chunks/index-
|
|
6
|
+
import '../../../shared-chunks/fragment-D7nBU9ae.js';
|
|
7
|
+
import '../../../shared-chunks/index-CjaDF9kC.js';
|
|
8
|
+
import '../../../shared-chunks/index-6pnzcm45.js';
|
|
9
9
|
import '../../-internals/container/index.js';
|
|
10
10
|
import '../../../shared-chunks/super-Cm_a_cLQ.js';
|
|
11
11
|
import '../../-internals/environment/index.js';
|
|
12
|
-
import '../../../shared-chunks/on-
|
|
13
|
-
import '../../../shared-chunks/constants-
|
|
12
|
+
import '../../../shared-chunks/on-CLxdmpmk.js';
|
|
13
|
+
import '../../../shared-chunks/constants-2M371WiB.js';
|
|
14
14
|
import '../../runloop/index.js';
|
|
15
15
|
import { STRICT_MODE_KEYWORDS, STRICT_MODE_TRANSFORMS, RESOLUTION_MODE_TRANSFORMS } from './plugins/index.js';
|
|
16
16
|
import { ALLOWED_GLOBALS } from './plugins/allowed-globals.js';
|
|
@@ -26,7 +26,9 @@ let USER_PLUGINS = [];
|
|
|
26
26
|
*/
|
|
27
27
|
const RUNTIME_KEYWORDS_NAME = '__ember_keywords__';
|
|
28
28
|
const keywords = {
|
|
29
|
+
array,
|
|
29
30
|
fn,
|
|
31
|
+
hash,
|
|
30
32
|
on
|
|
31
33
|
};
|
|
32
34
|
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 { Z as transformResolutions } from '../../../../shared-chunks/transform-resolutions-
|
|
10
|
+
import { Z as transformResolutions } from '../../../../shared-chunks/transform-resolutions-DR4GLmR2.js';
|
|
11
11
|
import transformWrapMountAndOutlet from './transform-wrap-mount-and-outlet.js';
|
|
12
12
|
import autoImportBuiltins from './auto-import-builtins.js';
|
|
13
13
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../../../-internals/environment/index.js';
|
|
2
|
-
export { Z as default } from '../../../../shared-chunks/transform-resolutions-
|
|
2
|
+
export { Z as default } from '../../../../shared-chunks/transform-resolutions-DR4GLmR2.js';
|
|
3
3
|
import '../../../../@glimmer/wire-format/index.js';
|
|
4
4
|
import './utils.js';
|