ember-source 7.2.0-alpha.2 → 7.2.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/README.md +0 -1
- package/blueprints/acceptance-test/index.js +7 -9
- package/blueprints/component/index.js +8 -10
- package/blueprints/component-addon/index.js +5 -7
- package/blueprints/component-class/index.js +6 -8
- package/blueprints/component-class-addon/index.js +5 -7
- package/blueprints/component-test/index.js +7 -9
- package/blueprints/controller/index.js +2 -4
- package/blueprints/controller-test/index.js +5 -7
- package/blueprints/helper/index.js +3 -5
- package/blueprints/helper-addon/index.js +2 -2
- package/blueprints/helper-test/index.js +4 -6
- package/blueprints/initializer/index.js +2 -4
- package/blueprints/initializer-addon/index.js +2 -2
- package/blueprints/initializer-test/index.js +5 -7
- package/blueprints/instance-initializer/index.js +2 -4
- package/blueprints/instance-initializer-addon/index.js +2 -2
- package/blueprints/instance-initializer-test/index.js +5 -7
- package/blueprints/mixin/index.js +1 -3
- package/blueprints/mixin-test/index.js +2 -4
- package/blueprints/route/index.js +8 -10
- package/blueprints/route-addon/index.js +4 -6
- package/blueprints/route-test/index.js +5 -7
- package/blueprints/service/index.js +2 -4
- package/blueprints/service-test/index.js +3 -5
- package/blueprints/template/index.js +1 -3
- package/blueprints/util/index.js +2 -4
- package/blueprints/util-test/index.js +4 -6
- package/build-metadata.json +3 -3
- package/dist/dev/packages/@ember/-internals/browser-environment/index.js +1 -1
- package/dist/dev/packages/@ember/-internals/glimmer/index.js +11 -11
- package/dist/dev/packages/@ember/-internals/metal/index.js +18 -18
- package/dist/dev/packages/@ember/-internals/routing/index.js +3 -3
- package/dist/dev/packages/@ember/-internals/runtime/index.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
- package/dist/dev/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
- package/dist/dev/packages/@ember/-internals/utils/index.js +2 -2
- package/dist/dev/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
- package/dist/dev/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
- package/dist/dev/packages/@ember/-internals/views/lib/system/utils.js +1 -1
- package/dist/dev/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
- package/dist/dev/packages/@ember/application/index.js +6 -6
- package/dist/dev/packages/@ember/application/instance.js +4 -4
- package/dist/dev/packages/@ember/application/namespace.js +3 -3
- package/dist/dev/packages/@ember/array/index.js +5 -5
- package/dist/dev/packages/@ember/array/proxy.js +8 -8
- package/dist/dev/packages/@ember/component/helper.js +1 -1
- package/dist/dev/packages/@ember/component/index.js +12 -12
- package/dist/dev/packages/@ember/component/template-only.js +1 -1
- package/dist/dev/packages/@ember/controller/index.js +3 -3
- package/dist/dev/packages/@ember/debug/data-adapter.js +3 -3
- package/dist/dev/packages/@ember/debug/index.js +1 -1
- package/dist/dev/packages/@ember/engine/index.js +15 -5
- package/dist/dev/packages/@ember/engine/instance.js +2 -2
- package/dist/dev/packages/@ember/engine/lib/strict-resolver.js +122 -0
- package/dist/dev/packages/@ember/helper/index.js +8 -8
- package/dist/dev/packages/@ember/modifier/index.js +2 -2
- package/dist/dev/packages/@ember/modifier/on.js +1 -1
- package/dist/dev/packages/@ember/object/-internals.js +2 -2
- package/dist/dev/packages/@ember/object/compat.js +3 -3
- package/dist/dev/packages/@ember/object/computed.js +2 -2
- package/dist/dev/packages/@ember/object/core.js +7 -7
- package/dist/dev/packages/@ember/object/evented.js +2 -2
- package/dist/dev/packages/@ember/object/events.js +1 -1
- package/dist/dev/packages/@ember/object/index.js +8 -8
- package/dist/dev/packages/@ember/object/internals.js +1 -1
- package/dist/dev/packages/@ember/object/lib/computed/computed_macros.js +5 -5
- package/dist/dev/packages/@ember/object/lib/computed/reduce_computed_macros.js +3 -3
- package/dist/dev/packages/@ember/object/mixin.js +6 -6
- package/dist/dev/packages/@ember/object/observable.js +7 -7
- package/dist/dev/packages/@ember/object/observers.js +1 -1
- package/dist/dev/packages/@ember/object/promise-proxy-mixin.js +3 -3
- package/dist/dev/packages/@ember/reactive/collections.js +1 -1
- package/dist/dev/packages/@ember/renderer/index.js +1 -1
- package/dist/dev/packages/@ember/routing/-internals.js +3 -3
- package/dist/dev/packages/@ember/routing/index.js +4 -4
- package/dist/dev/packages/@ember/routing/lib/generate_controller.js +1 -1
- package/dist/dev/packages/@ember/routing/lib/routing-service.js +5 -5
- package/dist/dev/packages/@ember/routing/lib/utils.js +3 -3
- package/dist/dev/packages/@ember/routing/route.js +10 -10
- package/dist/dev/packages/@ember/routing/router-service.js +6 -6
- package/dist/dev/packages/@ember/routing/router.js +5 -5
- package/dist/dev/packages/@ember/runloop/index.js +1 -1
- package/dist/dev/packages/@ember/service/index.js +1 -1
- package/dist/dev/packages/@ember/template-compiler/lib/compile-options.js +3 -3
- 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/@ember/utils/lib/is_empty.js +1 -1
- package/dist/dev/packages/@glimmer/manager/index.js +3 -3
- package/dist/dev/packages/@glimmer/node/index.js +3 -3
- package/dist/dev/packages/@glimmer/opcode-compiler/index.js +2 -2
- package/dist/dev/packages/@glimmer/program/index.js +8 -8
- package/dist/dev/packages/@glimmer/reference/index.js +5 -5
- package/dist/dev/packages/@glimmer/runtime/index.js +13 -13
- package/dist/dev/packages/@glimmer/tracking/index.js +2 -2
- package/dist/dev/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
- package/dist/dev/packages/@glimmer/util/index.js +4 -4
- package/dist/dev/packages/@glimmer/validator/index.js +3 -3
- package/dist/dev/packages/@glimmer/vm/index.js +1 -1
- package/dist/dev/packages/ember/version.js +1 -1
- package/dist/dev/packages/ember-template-compiler/index.js +4 -4
- package/dist/dev/packages/router_js/index.js +2 -2
- package/dist/dev/packages/rsvp/index.js +1 -1
- package/dist/dev/packages/shared-chunks/{alias-ZcMQckQV.js → alias-RGbDZoAB.js} +7 -7
- package/dist/dev/packages/shared-chunks/{api-BAmlf_CN.js → api-BT9M3UaD.js} +5 -5
- package/dist/dev/packages/shared-chunks/{api-BawZUDYD.js → api-DG5kRT-o.js} +2 -2
- package/dist/dev/packages/shared-chunks/{args-proxy-BNLuRFlO.js → args-proxy-CB0SM6jC.js} +2 -2
- package/dist/dev/packages/shared-chunks/{array-Bh_kUjzy.js → array-BMaSKezP.js} +3 -3
- package/dist/dev/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
- package/dist/dev/packages/shared-chunks/{cache-B7dqAS38.js → cache-CeWOBNQg.js} +2 -2
- package/dist/dev/packages/shared-chunks/{chain-tags-D6tuFUj_.js → chain-tags-DfmU63mS.js} +4 -4
- package/dist/dev/packages/shared-chunks/{collections-DPkjqeA3.js → collections-DEt-i-8B.js} +2 -2
- package/dist/dev/packages/shared-chunks/{compiler-QUSl_urU.js → compiler-DhH2WLpA.js} +3 -3
- package/dist/dev/packages/shared-chunks/{computed-CJnghmXC.js → computed-Daavz6vC.js} +6 -6
- package/dist/dev/packages/shared-chunks/{curly-BBzF_bI8.js → curly-YoYS2vXw.js} +7 -7
- package/dist/dev/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
- package/dist/dev/packages/shared-chunks/{decorator-B5Uh5NFI.js → decorator-DYQwMItS.js} +1 -1
- package/dist/dev/packages/shared-chunks/{element-DQJOvSlQ.js → element-bBwMD8cw.js} +3 -3
- package/dist/dev/packages/shared-chunks/{element-builder--iTIJyCB.js → element-builder-Cl1kHFJE.js} +4 -4
- package/dist/dev/packages/shared-chunks/{events-6aFVjD4k.js → events-B1lx9T1I.js} +1 -1
- package/dist/dev/packages/shared-chunks/{get-D5b5QlqE.js → get-CO3EIWsm.js} +4 -4
- package/dist/{prod/packages/shared-chunks/get_properties-Nn08mLAH.js → dev/packages/shared-chunks/get_properties-B203vZpz.js} +1 -1
- package/dist/dev/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
- package/dist/dev/packages/shared-chunks/{hash-BRRFQJ99.js → hash-2-93qikL.js} +3 -3
- package/dist/dev/packages/shared-chunks/{helper-Do7NCZHI.js → helper-Bm6EhgSW.js} +3 -3
- package/dist/dev/packages/shared-chunks/{index-BGP1rw3B.js → index-DX90CU4L.js} +1 -1
- package/dist/dev/packages/shared-chunks/{index-CyZiGiEI.js → index-DkwVSPP5.js} +7 -7
- package/dist/dev/packages/shared-chunks/{index-CwnQYqK5.js → index-dyv6rcBf.js} +27 -27
- package/dist/dev/packages/shared-chunks/{injected_property-B4T-FzZZ.js → injected_property-B075jH6c.js} +2 -2
- package/dist/dev/packages/shared-chunks/{internal-CAL-jHZt.js → internal-Bpr6ihB_.js} +4 -4
- package/dist/dev/packages/shared-chunks/{internal-helper-Ez7zbEIa.js → internal-helper-IC87S6iZ.js} +1 -1
- package/dist/dev/packages/shared-chunks/{invoke-B8M5fQQS.js → invoke-Ds0KEfP_.js} +3 -3
- package/dist/dev/packages/shared-chunks/{libraries-CHBwbR72.js → libraries-P8Ins5CB.js} +1 -1
- package/dist/dev/packages/shared-chunks/{meta-BmRXesrk.js → meta-Cjo3zQJq.js} +1 -1
- package/dist/{prod/packages/shared-chunks/namespace_search-BfvzEQzN.js → dev/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
- package/dist/dev/packages/shared-chunks/{normalize-CKySQVU7.js → normalize-CxG_iVLJ.js} +2 -2
- package/dist/dev/packages/shared-chunks/{observers-C2DurkLG.js → observers-CejcZw5s.js} +5 -5
- package/dist/dev/packages/shared-chunks/{on-BueSMv9L.js → on-Ch_lyozr.js} +4 -4
- package/dist/dev/packages/shared-chunks/{or-O0eJQ4K-.js → or-Bg6rCMF8.js} +2 -2
- package/dist/dev/packages/shared-chunks/{present-B1rrjAVM.js → present-D0EfKzC6.js} +1 -1
- package/dist/{prod/packages/shared-chunks/program-B7CWdS8W.js → dev/packages/shared-chunks/program-CPXeXWVB.js} +2 -2
- package/dist/dev/packages/shared-chunks/{program-context-CadjldRr.js → program-context-BaYVr5GA.js} +4 -4
- package/dist/dev/packages/shared-chunks/{property_get-CIBS9umw.js → property_get-BjbsrgpU.js} +3 -3
- package/dist/dev/packages/shared-chunks/{property_set-D3PKyisF.js → property_set-LJskl202.js} +3 -3
- package/dist/dev/packages/shared-chunks/{reference-BoPB2LfI.js → reference-C-OXd_kp.js} +3 -3
- package/dist/{prod/packages/shared-chunks/registers-C_W2qYHJ.js → dev/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
- package/dist/dev/packages/shared-chunks/{rehydrate-builder-DCyIgnCR.js → rehydrate-builder-IH4d_JQy.js} +4 -4
- package/dist/dev/packages/shared-chunks/{render-CpKaO-BO.js → render-Dz3OWqXy.js} +15 -15
- package/dist/dev/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
- package/dist/dev/packages/shared-chunks/{serialize-builder-DxgGRvH_.js → serialize-builder-DKliZPPG.js} +2 -2
- package/dist/dev/packages/shared-chunks/{set_properties-BghuuGJx.js → set_properties-CNds2HCH.js} +2 -2
- package/dist/dev/packages/shared-chunks/{setup-registry-BC5VMvei.js → setup-registry-C_YovxNX.js} +7 -7
- package/dist/{prod/packages/shared-chunks/simple-cast-DCvJLSin.js → dev/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
- package/dist/{prod/packages/shared-chunks/super-BBBjgF69.js → dev/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
- package/dist/{prod/packages/shared-chunks/syscall-ops-BPFtDquC.js → dev/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
- package/dist/{prod/packages/shared-chunks/template-BRrQR6KS.js → dev/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
- package/dist/dev/packages/shared-chunks/{template-only-BqOt8bDl.js → template-only-BxYzSEnC.js} +2 -2
- package/dist/dev/packages/shared-chunks/{textarea-WSlUEr0y.js → textarea-DHjEFpZu.js} +6 -6
- package/dist/dev/packages/shared-chunks/{tracked-CKE4wnE6.js → tracked-B76E1nGz.js} +5 -5
- package/dist/dev/packages/shared-chunks/{tracked-data-CGnA4ytZ.js → tracked-data-CH1USZZy.js} +2 -2
- package/dist/dev/packages/shared-chunks/{unique-id-CgmHQiwi.js → unique-id-Hd96VZlE.js} +2 -2
- package/dist/dev/packages/shared-chunks/{unrecognized-url-error-B3wUTorp.js → unrecognized-url-error-BQdkjTtZ.js} +2 -2
- package/dist/dev/packages/shared-chunks/{untouchable-this-B3DVwpHS.js → untouchable-this-BHdAERUu.js} +11 -11
- package/dist/{prod/packages/shared-chunks/vm-ops-ImHv0Wtg.js → dev/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
- package/dist/prod/packages/@ember/-internals/glimmer/index.js +11 -11
- package/dist/prod/packages/@ember/-internals/metal/index.js +18 -18
- package/dist/prod/packages/@ember/-internals/routing/index.js +3 -3
- package/dist/prod/packages/@ember/-internals/runtime/index.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/ext/rsvp.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/-proxy.js +7 -7
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/action_handler.js +1 -1
- package/dist/prod/packages/@ember/-internals/runtime/lib/mixins/target_action_support.js +2 -2
- package/dist/prod/packages/@ember/-internals/utils/index.js +2 -2
- package/dist/prod/packages/@ember/-internals/views/lib/mixins/action_support.js +1 -1
- package/dist/prod/packages/@ember/-internals/views/lib/system/event_dispatcher.js +2 -2
- package/dist/prod/packages/@ember/-internals/views/lib/system/utils.js +1 -1
- package/dist/prod/packages/@ember/-internals/views/lib/views/core_view.js +1 -1
- package/dist/prod/packages/@ember/application/index.js +5 -5
- package/dist/prod/packages/@ember/application/instance.js +4 -4
- 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 +8 -8
- package/dist/prod/packages/@ember/component/helper.js +1 -1
- package/dist/prod/packages/@ember/component/index.js +11 -11
- package/dist/prod/packages/@ember/component/template-only.js +1 -1
- package/dist/prod/packages/@ember/controller/index.js +3 -3
- package/dist/prod/packages/@ember/debug/data-adapter.js +3 -3
- package/dist/prod/packages/@ember/engine/index.js +15 -5
- package/dist/prod/packages/@ember/engine/instance.js +2 -2
- package/dist/prod/packages/@ember/engine/lib/strict-resolver.js +118 -0
- package/dist/prod/packages/@ember/helper/index.js +8 -8
- package/dist/prod/packages/@ember/modifier/index.js +2 -2
- package/dist/prod/packages/@ember/modifier/on.js +1 -1
- package/dist/prod/packages/@ember/object/-internals.js +2 -2
- package/dist/prod/packages/@ember/object/compat.js +3 -3
- package/dist/prod/packages/@ember/object/computed.js +2 -2
- package/dist/prod/packages/@ember/object/core.js +7 -7
- package/dist/prod/packages/@ember/object/evented.js +2 -2
- package/dist/prod/packages/@ember/object/events.js +1 -1
- package/dist/prod/packages/@ember/object/index.js +8 -8
- package/dist/prod/packages/@ember/object/internals.js +2 -2
- package/dist/prod/packages/@ember/object/lib/computed/computed_macros.js +4 -4
- package/dist/prod/packages/@ember/object/lib/computed/reduce_computed_macros.js +2 -2
- package/dist/prod/packages/@ember/object/mixin.js +6 -6
- package/dist/prod/packages/@ember/object/observable.js +7 -7
- package/dist/prod/packages/@ember/object/observers.js +1 -1
- package/dist/prod/packages/@ember/object/promise-proxy-mixin.js +3 -3
- package/dist/prod/packages/@ember/reactive/collections.js +1 -1
- package/dist/prod/packages/@ember/renderer/index.js +1 -1
- package/dist/prod/packages/@ember/routing/index.js +4 -4
- package/dist/prod/packages/@ember/routing/lib/generate_controller.js +1 -1
- package/dist/prod/packages/@ember/routing/lib/routing-service.js +4 -4
- package/dist/prod/packages/@ember/routing/lib/utils.js +3 -3
- package/dist/prod/packages/@ember/routing/route.js +10 -10
- package/dist/prod/packages/@ember/routing/router-service.js +5 -5
- package/dist/prod/packages/@ember/routing/router.js +5 -5
- package/dist/prod/packages/@ember/runloop/index.js +1 -1
- package/dist/prod/packages/@ember/service/index.js +1 -1
- package/dist/prod/packages/@ember/template-compiler/lib/compile-options.js +3 -3
- package/dist/prod/packages/@ember/template-compiler/lib/template.js +2 -2
- package/dist/prod/packages/@ember/template-factory/index.js +1 -1
- package/dist/prod/packages/@ember/utils/lib/is_empty.js +1 -1
- package/dist/prod/packages/@glimmer/manager/index.js +3 -3
- package/dist/prod/packages/@glimmer/node/index.js +3 -3
- package/dist/prod/packages/@glimmer/opcode-compiler/index.js +2 -2
- package/dist/prod/packages/@glimmer/program/index.js +8 -8
- package/dist/prod/packages/@glimmer/reference/index.js +5 -5
- package/dist/prod/packages/@glimmer/runtime/index.js +13 -13
- package/dist/prod/packages/@glimmer/tracking/index.js +2 -2
- package/dist/prod/packages/@glimmer/tracking/primitives/cache/index.js +1 -1
- package/dist/prod/packages/@glimmer/util/index.js +4 -4
- package/dist/prod/packages/@glimmer/validator/index.js +3 -3
- package/dist/prod/packages/@glimmer/vm/index.js +1 -1
- package/dist/prod/packages/ember/version.js +1 -1
- package/dist/prod/packages/ember-template-compiler/index.js +4 -4
- package/dist/prod/packages/router_js/index.js +2 -2
- package/dist/prod/packages/rsvp/index.js +1 -1
- package/dist/prod/packages/shared-chunks/{alias-DBW_V5vD.js → alias-DsIh-16z.js} +7 -7
- package/dist/prod/packages/shared-chunks/{api-CM1trl_4.js → api-CGZbGcvX.js} +5 -5
- package/dist/prod/packages/shared-chunks/{api-zh_k31vb.js → api-DOLN_cR2.js} +2 -2
- package/dist/prod/packages/shared-chunks/{args-proxy-BDXbXCF9.js → args-proxy-CaXVcI8G.js} +2 -2
- package/dist/prod/packages/shared-chunks/{array-D6Couewv.js → array-DYFI95FA.js} +3 -3
- package/dist/prod/packages/shared-chunks/{array-utils-CZQxrdD3.js → array-utils-BEaSKdEb.js} +1 -1
- package/dist/prod/packages/shared-chunks/{cache-BIlOoPA7.js → cache-CG6_L9db.js} +1 -1
- package/dist/prod/packages/shared-chunks/{chain-tags-C9rFtQ_x.js → chain-tags-BP0V2LnZ.js} +4 -4
- package/dist/prod/packages/shared-chunks/{collections-C3Y8z_9v.js → collections-By4M3cTy.js} +1 -1
- package/dist/prod/packages/shared-chunks/{compiler-c4yUVrl_.js → compiler-DQmEjFyx.js} +2 -2
- package/dist/prod/packages/shared-chunks/{computed-DjCIU_ht.js → computed-D6MVTTDd.js} +6 -6
- package/dist/prod/packages/shared-chunks/{curly-ZzX43b50.js → curly-DCYSwLtz.js} +7 -7
- package/dist/prod/packages/shared-chunks/{curried-BZnYakIg.js → curried-Cnjy9_ug.js} +1 -1
- package/dist/prod/packages/shared-chunks/{debug-render-tree-CF5O4-WI.js → debug-render-tree-CYENUjgX.js} +11 -11
- package/dist/prod/packages/shared-chunks/{decorator-9ikVwsjY.js → decorator-B8Lpq40g.js} +1 -1
- package/dist/prod/packages/shared-chunks/{element-DUOVW5Ho.js → element-CT5H5uxF.js} +3 -3
- package/dist/prod/packages/shared-chunks/{element-builder-CnlTPNyw.js → element-builder-CZePCkbA.js} +4 -4
- package/dist/prod/packages/shared-chunks/{events-DYrYz3V8.js → events-C7aYCy0N.js} +1 -1
- package/dist/prod/packages/shared-chunks/{get-t0-itmA-.js → get-tlL23wmp.js} +4 -4
- package/dist/{dev/packages/shared-chunks/get_properties-CIm8IAtP.js → prod/packages/shared-chunks/get_properties-wj_Qmotj.js} +1 -1
- package/dist/prod/packages/shared-chunks/{guid-Cbq2sNV_.js → guid-PO2v9BaN.js} +1 -1
- package/dist/prod/packages/shared-chunks/{hash-mcs3pEFO.js → hash-C6IoC4eR.js} +3 -3
- package/dist/prod/packages/shared-chunks/{helper-DLjV2ZZW.js → helper-CCK8Ef0x.js} +3 -3
- package/dist/prod/packages/shared-chunks/{index-Bj71BDDA.js → index-D-rcNBLp.js} +6 -6
- package/dist/prod/packages/shared-chunks/{index-qDFz6Mfe.js → index-DabsnYit.js} +26 -26
- package/dist/prod/packages/shared-chunks/{injected_property--eJunJph.js → injected_property-COGiYHKc.js} +2 -2
- package/dist/prod/packages/shared-chunks/{internal-DidurjJB.js → internal-BEJC2IJ-.js} +4 -4
- package/dist/prod/packages/shared-chunks/{internal-helper-DIbr1RgC.js → internal-helper-CoxiRnnb.js} +1 -1
- package/dist/prod/packages/shared-chunks/{invoke-Cj5zMqHz.js → invoke-D_jsLbsj.js} +3 -3
- package/dist/prod/packages/shared-chunks/{libraries-_k-4KK5_.js → libraries-Bs3H8iwC.js} +2 -2
- package/dist/prod/packages/shared-chunks/{meta-B9mldqPL.js → meta-Ce6-qROq.js} +1 -1
- package/dist/{dev/packages/shared-chunks/namespace_search-BfvzEQzN.js → prod/packages/shared-chunks/namespace_search-TFdmjK_a.js} +1 -1
- package/dist/prod/packages/shared-chunks/{normalize-D9jDJVGg.js → normalize-Bx4H3NjB.js} +2 -2
- package/dist/prod/packages/shared-chunks/{observers-CDkeR0nI.js → observers-Ci31SE36.js} +5 -5
- package/dist/prod/packages/shared-chunks/{on-B5NVufs_.js → on-Dgmychhk.js} +4 -4
- package/dist/prod/packages/shared-chunks/{or-3AxY5TPj.js → or-sYlRiUn_.js} +2 -2
- package/dist/{dev/packages/shared-chunks/program-DzAfcWFj.js → prod/packages/shared-chunks/program-CF651Zuj.js} +2 -2
- package/dist/prod/packages/shared-chunks/{program-context-B8HKU7wu.js → program-context-DmI53TzJ.js} +4 -4
- package/dist/prod/packages/shared-chunks/{property_get-CAFdpRyu.js → property_get-Sw0SicEZ.js} +2 -2
- package/dist/prod/packages/shared-chunks/{property_set-BunbMFtp.js → property_set-SHEIPMUG.js} +3 -3
- package/dist/prod/packages/shared-chunks/{reference-BshxG6wn.js → reference-D2agTt1V.js} +3 -3
- package/dist/{dev/packages/shared-chunks/registers-C_W2qYHJ.js → prod/packages/shared-chunks/registers-Buvdhhxx.js} +1 -1
- package/dist/prod/packages/shared-chunks/{rehydrate-builder-DJ8k-6fg.js → rehydrate-builder-B7MtrWip.js} +4 -4
- package/dist/prod/packages/shared-chunks/{render-DkJJmoI4.js → render-B790-vbk.js} +15 -15
- package/dist/prod/packages/shared-chunks/{rsvp-CnCSY930.js → rsvp-C6j8G1D1.js} +1 -1
- package/dist/prod/packages/shared-chunks/{serialize-builder-R3Ozg0sC.js → serialize-builder-kEyOKbzp.js} +2 -2
- package/dist/prod/packages/shared-chunks/{set_properties-LT3RzRmJ.js → set_properties-CcLLHg1w.js} +2 -2
- package/dist/prod/packages/shared-chunks/{setup-registry-C2KfZJWI.js → setup-registry-D14I0iDX.js} +7 -7
- package/dist/{dev/packages/shared-chunks/simple-cast-DCvJLSin.js → prod/packages/shared-chunks/simple-cast-BXTrayoV.js} +1 -1
- package/dist/{dev/packages/shared-chunks/super-BBBjgF69.js → prod/packages/shared-chunks/super-D4qkU4uq.js} +1 -1
- package/dist/{dev/packages/shared-chunks/syscall-ops-BPFtDquC.js → prod/packages/shared-chunks/syscall-ops-nrBHMOTp.js} +1 -1
- package/dist/{dev/packages/shared-chunks/template-BRrQR6KS.js → prod/packages/shared-chunks/template-B0Apv9g2.js} +1 -1
- package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js} +2 -2
- package/dist/prod/packages/shared-chunks/{textarea-CHqL0Rdh.js → textarea-B_JYBuE8.js} +5 -5
- package/dist/prod/packages/shared-chunks/{tracked-DAVrVqJl.js → tracked-CXcapuAm.js} +5 -5
- package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js} +2 -2
- package/dist/prod/packages/shared-chunks/{unique-id-CfHImDRV.js → unique-id-Hn8Qp4dS.js} +2 -2
- package/dist/prod/packages/shared-chunks/{unrecognized-url-error-DDBwfzdm.js → unrecognized-url-error-ClNyMFJt.js} +2 -2
- package/dist/{dev/packages/shared-chunks/vm-ops-ImHv0Wtg.js → prod/packages/shared-chunks/vm-ops-5QCUIRx4.js} +1 -1
- package/docs/data.json +28 -17
- package/package.json +6 -4
- package/types/stable/@ember/engine/index.d.ts +9 -0
- package/types/stable/@ember/engine/lib/strict-resolver.d.ts +16 -0
- package/types/stable/index.d.ts +1 -0
|
@@ -130,4 +130,4 @@ const VM_GET_DYNAMIC_VAR_OP = 111;
|
|
|
130
130
|
const VM_LOG_OP = 112;
|
|
131
131
|
const VM_SYSCALL_SIZE = 113;
|
|
132
132
|
|
|
133
|
-
export {
|
|
133
|
+
export { VM_LOG_OP as $, VM_DYNAMIC_HELPER_OP as A, VM_DYNAMIC_MODIFIER_OP as B, VM_ENTER_LIST_OP as C, VM_ENTER_OP as D, VM_EXIT_LIST_OP as E, VM_EXIT_OP as F, VM_FETCH_OP as G, VM_FLUSH_ELEMENT_OP as H, VM_GET_BLOCK_OP as I, VM_GET_COMPONENT_LAYOUT_OP as J, VM_GET_COMPONENT_SELF_OP as K, VM_GET_COMPONENT_TAG_NAME_OP as L, VM_GET_DYNAMIC_VAR_OP as M, VM_GET_PROPERTY_OP as N, VM_GET_VARIABLE_OP as O, VM_HAS_BLOCK_OP as P, VM_HAS_BLOCK_PARAMS_OP as Q, VM_HELPER_OP as R, VM_IF_INLINE_OP as S, VM_INVOKE_COMPONENT_LAYOUT_OP as T, VM_INVOKE_YIELD_OP as U, VM_APPEND_DOCUMENT_FRAGMENT_OP as V, VM_ITERATE_OP as W, VM_JUMP_EQ_OP as X, VM_JUMP_IF_OP as Y, VM_JUMP_UNLESS_OP as Z, VM_LOAD_OP as _, VM_APPEND_HTML_OP as a, VM_MAIN_OP as a0, VM_MODIFIER_OP as a1, VM_NOT_OP as a2, VM_OPEN_DYNAMIC_ELEMENT_OP as a3, VM_OPEN_ELEMENT_OP as a4, VM_POPULATE_LAYOUT_OP as a5, VM_POP_DYNAMIC_SCOPE_OP as a6, VM_POP_OP as a7, VM_POP_REMOTE_ELEMENT_OP as a8, VM_POP_SCOPE_OP as a9, VM_VIRTUAL_ROOT_SCOPE_OP as aA, constants as aB, decodeHandle as aC, decodeImmediate as aD, encodeHandle as aE, encodeImmediate as aF, isHandle as aG, isSmallInt as aH, VM_PREPARE_ARGS_OP as aa, VM_PRIMITIVE_OP as ab, VM_PRIMITIVE_REFERENCE_OP as ac, VM_PUSH_ARGS_OP as ad, VM_PUSH_BLOCK_SCOPE_OP as ae, VM_PUSH_COMPONENT_DEFINITION_OP as af, VM_PUSH_DYNAMIC_COMPONENT_INSTANCE_OP as ag, VM_PUSH_DYNAMIC_SCOPE_OP as ah, VM_PUSH_EMPTY_ARGS_OP as ai, VM_PUSH_REMOTE_ELEMENT_OP as aj, VM_PUSH_SYMBOL_TABLE_OP as ak, VM_PUT_COMPONENT_OPERATIONS_OP as al, VM_REGISTER_COMPONENT_DESTRUCTOR_OP as am, VM_RESOLVE_CURRIED_COMPONENT_OP as an, VM_RESOLVE_DYNAMIC_COMPONENT_OP as ao, VM_ROOT_SCOPE_OP as ap, VM_SET_BLOCKS_OP as aq, VM_SET_BLOCK_OP as ar, VM_SET_NAMED_VARIABLES_OP as as, VM_SET_VARIABLE_OP as at, VM_SPREAD_BLOCK_OP as au, VM_STATIC_ATTR_OP as av, VM_STATIC_COMPONENT_ATTR_OP as aw, VM_SYSCALL_SIZE as ax, VM_TEXT_OP as ay, VM_TO_BOOLEAN_OP as az, VM_APPEND_NODE_OP as b, VM_APPEND_SAFE_HTML_OP as c, VM_APPEND_TEXT_OP as d, VM_ASSERT_SAME_OP as e, VM_BEGIN_COMPONENT_TRANSACTION_OP as f, VM_BIND_DYNAMIC_SCOPE_OP as g, VM_CAPTURE_ARGS_OP as h, VM_CHILD_SCOPE_OP as i, VM_CLOSE_ELEMENT_OP as j, VM_COMMENT_OP as k, VM_COMMIT_COMPONENT_TRANSACTION_OP as l, VM_COMPILE_BLOCK_OP as m, VM_COMPONENT_ATTR_OP as n, VM_CONCAT_OP as o, VM_CONSTANT_OP as p, VM_CONSTANT_REFERENCE_OP as q, VM_CONTENT_TYPE_OP as r, VM_CREATE_COMPONENT_OP as s, VM_CURRY_OP as t, VM_DEBUGGER_OP as u, VM_DID_CREATE_ELEMENT_OP as v, VM_DID_RENDER_LAYOUT_OP as w, VM_DUP_OP as x, VM_DYNAMIC_ATTR_OP as y, VM_DYNAMIC_CONTENT_TYPE_OP as z };
|
package/dist/prod/packages/shared-chunks/{template-only-BtLl0uH0.js → template-only-CP0NT7ce.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as setInternalComponentManager } from './api-
|
|
2
|
-
import { N as NULL_REFERENCE } from './reference-
|
|
1
|
+
import { s as setInternalComponentManager } from './api-DOLN_cR2.js';
|
|
2
|
+
import { N as NULL_REFERENCE } from './reference-D2agTt1V.js';
|
|
3
3
|
|
|
4
4
|
const CAPABILITIES = {
|
|
5
5
|
dynamicLayout: false,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { h as hasDOM } from './has-dom-DdQORPzI.js';
|
|
2
2
|
import { action } from '../@ember/object/index.js';
|
|
3
|
-
import {
|
|
4
|
-
import './cache-
|
|
3
|
+
import { j as isConstRef, v as valueForRef, l as isUpdatableRef, u as updateRef } from './reference-D2agTt1V.js';
|
|
4
|
+
import './cache-CG6_L9db.js';
|
|
5
5
|
import { on } from '../@ember/modifier/on.js';
|
|
6
|
-
import {
|
|
7
|
-
import { I as InternalComponent, o as opaquify } from './internal-
|
|
6
|
+
import { h as templateFactory } from './index-D-rcNBLp.js';
|
|
7
|
+
import { I as InternalComponent, o as opaquify } from './internal-BEJC2IJ-.js';
|
|
8
8
|
import { d as decorateFieldV2, i as initializeDeferredDecorator, a as decorateMethodV2 } from './runtime-CYyqkz5q-BOdRhmsS.js';
|
|
9
|
-
import { t as tracked } from './tracked-
|
|
9
|
+
import { t as tracked } from './tracked-CXcapuAm.js';
|
|
10
10
|
|
|
11
11
|
const InputTemplate = templateFactory(
|
|
12
12
|
/*
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { meta } from '../@ember/-internals/meta/lib/meta.js';
|
|
2
2
|
import { isEmberArray } from '../@ember/array/-internals.js';
|
|
3
|
-
import {
|
|
4
|
-
import { d as dirtyTagFor, t as tagFor } from './meta-
|
|
5
|
-
import { t as trackedData } from './tracked-data-
|
|
6
|
-
import { S as SELF_TAG, C as CHAIN_PASS_THROUGH } from './chain-tags-
|
|
7
|
-
import {
|
|
3
|
+
import { k as consumeTag } from './cache-CG6_L9db.js';
|
|
4
|
+
import { d as dirtyTagFor, t as tagFor } from './meta-Ce6-qROq.js';
|
|
5
|
+
import { t as trackedData } from './tracked-data-DNDzhYXf.js';
|
|
6
|
+
import { S as SELF_TAG, C as CHAIN_PASS_THROUGH } from './chain-tags-BP0V2LnZ.js';
|
|
7
|
+
import { c as isElementDescriptor, s as setClassicDecorator, C as COMPUTED_SETTERS } from './decorator-B8Lpq40g.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
@decorator
|
package/dist/prod/packages/shared-chunks/{tracked-data-C83f5V5S.js → tracked-data-DNDzhYXf.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as dirtyTagFor, t as tagFor } from './meta-
|
|
2
|
-
import {
|
|
1
|
+
import { d as dirtyTagFor, t as tagFor } from './meta-Ce6-qROq.js';
|
|
2
|
+
import { k as consumeTag } from './cache-CG6_L9db.js';
|
|
3
3
|
|
|
4
4
|
function trackedData(key, initializer) {
|
|
5
5
|
let values = new WeakMap();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { i as internalHelper } from './internal-helper-
|
|
1
|
+
import { d as createConstRef } from './reference-D2agTt1V.js';
|
|
2
|
+
import { i as internalHelper } from './internal-helper-CoxiRnnb.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
@module ember
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as Promise$1 } from './rsvp-
|
|
1
|
+
import { P as Promise$1 } from './rsvp-C6j8G1D1.js';
|
|
2
2
|
|
|
3
3
|
function buildTransitionAborted() {
|
|
4
4
|
let error = new Error('TransitionAborted');
|
|
@@ -534,4 +534,4 @@ const UnrecognizedURLError = function () {
|
|
|
534
534
|
return UnrecognizedURLError;
|
|
535
535
|
}();
|
|
536
536
|
|
|
537
|
-
export { PARAMS_SYMBOL as P, QUERY_PARAMS_SYMBOL as Q, STATE_SYMBOL as S, Transition as T, UnrecognizedURLError as U,
|
|
537
|
+
export { PARAMS_SYMBOL as P, QUERY_PARAMS_SYMBOL as Q, STATE_SYMBOL as S, Transition as T, UnrecognizedURLError as U, isPromise as a, isTransition as b, isTransitionAborted as c, logAbort as d, extractQueryParams as e, forEach as f, getChangelist as g, promiseLabel as h, isParam as i, log as l, merge as m, prepareResult as p, throwIfAborted as t };
|
|
@@ -9,4 +9,4 @@ function isMachineOp(value) {
|
|
|
9
9
|
return value >= 0 && value <= 15;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
export { VM_INVOKE_STATIC_OP as V,
|
|
12
|
+
export { VM_INVOKE_STATIC_OP as V, VM_INVOKE_VIRTUAL_OP as a, VM_JUMP_OP as b, VM_POP_FRAME_OP as c, VM_PUSH_FRAME_OP as d, VM_RETURN_OP as e, VM_RETURN_TO_OP as f, isMachineOp as i };
|
package/docs/data.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "The Ember API",
|
|
4
4
|
"description": "The Ember API: a framework for building ambitious web applications",
|
|
5
5
|
"url": "https://emberjs.com/",
|
|
6
|
-
"version": "7.2.0-alpha.
|
|
6
|
+
"version": "7.2.0-alpha.4"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
"module": "@ember/engine",
|
|
4547
4547
|
"namespace": "",
|
|
4548
4548
|
"file": "packages/@ember/engine/index.ts",
|
|
4549
|
-
"line":
|
|
4549
|
+
"line": 41,
|
|
4550
4550
|
"description": "The `Engine` class contains core functionality for both applications and\nengines.\n\nEach engine manages a registry that's used for dependency injection and\nexposed through `RegistryProxy`.\n\nEngines also manage initializers and instance initializers.\n\nEngines can spawn `EngineInstance` instances via `buildInstance()`.",
|
|
4551
4551
|
"extends": "Ember.Namespace",
|
|
4552
4552
|
"uses": [
|
|
@@ -13646,7 +13646,7 @@
|
|
|
13646
13646
|
},
|
|
13647
13647
|
{
|
|
13648
13648
|
"file": "packages/@ember/engine/index.ts",
|
|
13649
|
-
"line":
|
|
13649
|
+
"line": 63,
|
|
13650
13650
|
"description": "The goal of initializers should be to register dependencies and injections.\nThis phase runs once. Because these initializers may load code, they are\nallowed to defer application readiness and advance it. If you need to access\nthe container or store you should use an InstanceInitializer that will be run\nafter all initializers and therefore after all code is loaded and the app is\nready.\n\nInitializer receives an object which has the following attributes:\n`name`, `before`, `after`, `initialize`. The only required attribute is\n`initialize`, all others are optional.\n\n* `name` allows you to specify under which name the initializer is registered.\nThis must be a unique name, as trying to register two initializers with the\nsame name will result in an error.\n\n```app/initializer/named-initializer.js\nimport { debug } from '@ember/debug';\n\nexport function initialize() {\n debug('Running namedInitializer!');\n}\n\nexport default {\n name: 'named-initializer',\n initialize\n};\n```\n\n* `before` and `after` are used to ensure that this initializer is ran prior\nor after the one identified by the value. This value can be a single string\nor an array of strings, referencing the `name` of other initializers.\n\nAn example of ordering initializers, we create an initializer named `first`:\n\n```app/initializer/first.js\nimport { debug } from '@ember/debug';\n\nexport function initialize() {\n debug('First initializer!');\n}\n\nexport default {\n name: 'first',\n initialize\n};\n```\n\n```bash\n// DEBUG: First initializer!\n```\n\nWe add another initializer named `second`, specifying that it should run\nafter the initializer named `first`:\n\n```app/initializer/second.js\nimport { debug } from '@ember/debug';\n\nexport function initialize() {\n debug('Second initializer!');\n}\n\nexport default {\n name: 'second',\n after: 'first',\n initialize\n};\n```\n\n```\n// DEBUG: First initializer!\n// DEBUG: Second initializer!\n```\n\nAfterwards we add a further initializer named `pre`, this time specifying\nthat it should run before the initializer named `first`:\n\n```app/initializer/pre.js\nimport { debug } from '@ember/debug';\n\nexport function initialize() {\n debug('Pre initializer!');\n}\n\nexport default {\n name: 'pre',\n before: 'first',\n initialize\n};\n```\n\n```bash\n// DEBUG: Pre initializer!\n// DEBUG: First initializer!\n// DEBUG: Second initializer!\n```\n\nFinally we add an initializer named `post`, specifying it should run after\nboth the `first` and the `second` initializers:\n\n```app/initializer/post.js\nimport { debug } from '@ember/debug';\n\nexport function initialize() {\n debug('Post initializer!');\n}\n\nexport default {\n name: 'post',\n after: ['first', 'second'],\n initialize\n};\n```\n\n```bash\n// DEBUG: Pre initializer!\n// DEBUG: First initializer!\n// DEBUG: Second initializer!\n// DEBUG: Post initializer!\n```\n\n* `initialize` is a callback function that receives one argument,\n `application`, on which you can operate.\n\nExample of using `application` to register an adapter:\n\n```app/initializer/api-adapter.js\nimport ApiAdapter from '../utils/api-adapter';\n\nexport function initialize(application) {\n application.register('api-adapter:main', ApiAdapter);\n}\n\nexport default {\n name: 'post',\n after: ['first', 'second'],\n initialize\n};\n```",
|
|
13651
13651
|
"itemtype": "method",
|
|
13652
13652
|
"name": "initializer",
|
|
@@ -13664,7 +13664,7 @@
|
|
|
13664
13664
|
},
|
|
13665
13665
|
{
|
|
13666
13666
|
"file": "packages/@ember/engine/index.ts",
|
|
13667
|
-
"line":
|
|
13667
|
+
"line": 210,
|
|
13668
13668
|
"description": "Instance initializers run after all initializers have run. Because\ninstance initializers run after the app is fully set up. We have access\nto the store, container, and other items. However, these initializers run\nafter code has loaded and are not allowed to defer readiness.\n\nInstance initializer receives an object which has the following attributes:\n`name`, `before`, `after`, `initialize`. The only required attribute is\n`initialize`, all others are optional.\n\n* `name` allows you to specify under which name the instanceInitializer is\nregistered. This must be a unique name, as trying to register two\ninstanceInitializer with the same name will result in an error.\n\n```app/initializer/named-instance-initializer.js\nimport { debug } from '@ember/debug';\n\nexport function initialize() {\n debug('Running named-instance-initializer!');\n}\n\nexport default {\n name: 'named-instance-initializer',\n initialize\n};\n```\n\n* `before` and `after` are used to ensure that this initializer is ran prior\nor after the one identified by the value. This value can be a single string\nor an array of strings, referencing the `name` of other initializers.\n\n* See Application.initializer for discussion on the usage of before\nand after.\n\nExample instanceInitializer to preload data into the store.\n\n```app/initializer/preload-data.js\n\nexport function initialize(application) {\n var userConfig, userConfigEncoded, store;\n // We have a HTML escaped JSON representation of the user's basic\n // configuration generated server side and stored in the DOM of the main\n // index.html file. This allows the app to have access to a set of data\n // without making any additional remote calls. Good for basic data that is\n // needed for immediate rendering of the page. Keep in mind, this data,\n // like all local models and data can be manipulated by the user, so it\n // should not be relied upon for security or authorization.\n\n // Grab the encoded data from the meta tag\n userConfigEncoded = document.querySelector('head meta[name=app-user-config]').attr('content');\n\n // Unescape the text, then parse the resulting JSON into a real object\n userConfig = JSON.parse(unescape(userConfigEncoded));\n\n // Lookup the store\n store = application.lookup('service:store');\n\n // Push the encoded JSON into the store\n store.pushPayload(userConfig);\n}\n\nexport default {\n name: 'named-instance-initializer',\n initialize\n};\n```",
|
|
13669
13669
|
"itemtype": "method",
|
|
13670
13670
|
"name": "instanceInitializer",
|
|
@@ -13681,7 +13681,7 @@
|
|
|
13681
13681
|
},
|
|
13682
13682
|
{
|
|
13683
13683
|
"file": "packages/@ember/engine/index.ts",
|
|
13684
|
-
"line":
|
|
13684
|
+
"line": 286,
|
|
13685
13685
|
"description": "This creates a registry with the default Ember naming conventions.\n\nIt also configures the registry:\n\n* registered views are created every time they are looked up (they are\n not singletons)\n* registered templates are not factories; the registered value is\n returned directly.\n* the router receives the application as its `namespace` property\n* all controllers receive the router as their `target` and `controllers`\n properties\n* all controllers receive the application as their `namespace` property\n* the application view receives the application controller as its\n `controller` property\n* the application view receives the application template as its\n `defaultTemplate` property",
|
|
13686
13686
|
"itemtype": "method",
|
|
13687
13687
|
"name": "buildRegistry",
|
|
@@ -13704,7 +13704,7 @@
|
|
|
13704
13704
|
},
|
|
13705
13705
|
{
|
|
13706
13706
|
"file": "packages/@ember/engine/index.ts",
|
|
13707
|
-
"line":
|
|
13707
|
+
"line": 326,
|
|
13708
13708
|
"description": "Set this to provide an alternate class to `DefaultResolver`",
|
|
13709
13709
|
"itemtype": "property",
|
|
13710
13710
|
"name": "resolver",
|
|
@@ -13715,7 +13715,18 @@
|
|
|
13715
13715
|
},
|
|
13716
13716
|
{
|
|
13717
13717
|
"file": "packages/@ember/engine/index.ts",
|
|
13718
|
-
"line":
|
|
13718
|
+
"line": 334,
|
|
13719
|
+
"description": "Set this to opt-in to using a strict resolver that will only return the\ngiven set of ES modules. The names of the modules should all be relative to\nthe root of the app and start with \"./\"",
|
|
13720
|
+
"itemtype": "property",
|
|
13721
|
+
"name": "modules",
|
|
13722
|
+
"access": "public",
|
|
13723
|
+
"tagname": "",
|
|
13724
|
+
"class": "Engine",
|
|
13725
|
+
"module": "@ember/engine"
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
"file": "packages/@ember/engine/index.ts",
|
|
13729
|
+
"line": 349,
|
|
13719
13730
|
"description": "A private flag indicating whether an engine's initializers have run yet.",
|
|
13720
13731
|
"access": "private",
|
|
13721
13732
|
"tagname": "",
|
|
@@ -13726,7 +13737,7 @@
|
|
|
13726
13737
|
},
|
|
13727
13738
|
{
|
|
13728
13739
|
"file": "packages/@ember/engine/index.ts",
|
|
13729
|
-
"line":
|
|
13740
|
+
"line": 357,
|
|
13730
13741
|
"description": "Ensure that initializers are run once, and only once, per engine.",
|
|
13731
13742
|
"access": "private",
|
|
13732
13743
|
"tagname": "",
|
|
@@ -13737,7 +13748,7 @@
|
|
|
13737
13748
|
},
|
|
13738
13749
|
{
|
|
13739
13750
|
"file": "packages/@ember/engine/index.ts",
|
|
13740
|
-
"line":
|
|
13751
|
+
"line": 370,
|
|
13741
13752
|
"description": "Create an EngineInstance for this engine.",
|
|
13742
13753
|
"access": "public",
|
|
13743
13754
|
"tagname": "",
|
|
@@ -13752,7 +13763,7 @@
|
|
|
13752
13763
|
},
|
|
13753
13764
|
{
|
|
13754
13765
|
"file": "packages/@ember/engine/index.ts",
|
|
13755
|
-
"line":
|
|
13766
|
+
"line": 382,
|
|
13756
13767
|
"description": "Build and configure the registry for the current engine.",
|
|
13757
13768
|
"access": "private",
|
|
13758
13769
|
"tagname": "",
|
|
@@ -13767,7 +13778,7 @@
|
|
|
13767
13778
|
},
|
|
13768
13779
|
{
|
|
13769
13780
|
"file": "packages/@ember/engine/index.ts",
|
|
13770
|
-
"line":
|
|
13781
|
+
"line": 395,
|
|
13771
13782
|
"access": "private",
|
|
13772
13783
|
"tagname": "",
|
|
13773
13784
|
"itemtype": "method",
|
|
@@ -13777,7 +13788,7 @@
|
|
|
13777
13788
|
},
|
|
13778
13789
|
{
|
|
13779
13790
|
"file": "packages/@ember/engine/index.ts",
|
|
13780
|
-
"line":
|
|
13791
|
+
"line": 403,
|
|
13781
13792
|
"access": "private",
|
|
13782
13793
|
"tagname": "",
|
|
13783
13794
|
"itemtype": "method",
|
|
@@ -13787,7 +13798,7 @@
|
|
|
13787
13798
|
},
|
|
13788
13799
|
{
|
|
13789
13800
|
"file": "packages/@ember/engine/index.ts",
|
|
13790
|
-
"line":
|
|
13801
|
+
"line": 411,
|
|
13791
13802
|
"access": "private",
|
|
13792
13803
|
"tagname": "",
|
|
13793
13804
|
"itemtype": "method",
|
|
@@ -13797,7 +13808,7 @@
|
|
|
13797
13808
|
},
|
|
13798
13809
|
{
|
|
13799
13810
|
"file": "packages/@ember/engine/index.ts",
|
|
13800
|
-
"line":
|
|
13811
|
+
"line": 425,
|
|
13801
13812
|
"access": "private",
|
|
13802
13813
|
"tagname": "",
|
|
13803
13814
|
"since": "1.12.0",
|
|
@@ -13808,7 +13819,7 @@
|
|
|
13808
13819
|
},
|
|
13809
13820
|
{
|
|
13810
13821
|
"file": "packages/@ember/engine/index.ts",
|
|
13811
|
-
"line":
|
|
13822
|
+
"line": 459,
|
|
13812
13823
|
"description": "This function defines the default lookup rules for container lookups:\n\n* templates are looked up on `Ember.TEMPLATES`\n* other names are looked up on the application after classifying the name.\n For example, `controller:post` looks up `App.PostController` by default.\n* if the default lookup fails, look for registered classes on the container\n\nThis allows the application to register default injections in the container\nthat could be overridden by the normal naming convention.",
|
|
13813
13824
|
"access": "private",
|
|
13814
13825
|
"tagname": "",
|
|
@@ -13830,7 +13841,7 @@
|
|
|
13830
13841
|
},
|
|
13831
13842
|
{
|
|
13832
13843
|
"file": "packages/@ember/engine/index.ts",
|
|
13833
|
-
"line":
|
|
13844
|
+
"line": 481,
|
|
13834
13845
|
"class": "Engine",
|
|
13835
13846
|
"module": "@ember/engine"
|
|
13836
13847
|
},
|
|
@@ -25248,7 +25259,7 @@
|
|
|
25248
25259
|
},
|
|
25249
25260
|
{
|
|
25250
25261
|
"message": "Missing item type",
|
|
25251
|
-
"line": " packages/@ember/engine/index.ts:
|
|
25262
|
+
"line": " packages/@ember/engine/index.ts:481"
|
|
25252
25263
|
},
|
|
25253
25264
|
{
|
|
25254
25265
|
"message": "Missing item type\nUnfortunately, a lot of existing code assumes booting an instance is\nsynchronous – specifically, a lot of tests assume the last call to\n`app.advanceReadiness()` or `app.reset()` will result in a new instance\nbeing fully-booted when the current runloop completes.\n\nWe would like new code (like the `visit` API) to stop making this\nassumption, so we created the asynchronous version above that returns a\npromise. But until we have migrated all the code, we would have to expose\nthis method for use *internally* in places where we need to boot an instance\nsynchronously.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "7.2.0-alpha.
|
|
3
|
+
"version": "7.2.0-alpha.4",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"babel-plugin-ember-template-compilation": "^4.0.0",
|
|
107
107
|
"dag-map": "^2.0.2",
|
|
108
108
|
"decorator-transforms": "2.3.2",
|
|
109
|
-
"ember-cli": "^
|
|
109
|
+
"ember-cli": "^7.0.1",
|
|
110
110
|
"ember-cli-blueprint-test-helpers": "^0.19.2",
|
|
111
111
|
"ember-cli-browserstack": "^4.0.0",
|
|
112
112
|
"ember-cli-dependency-checker": "^3.3.1",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"router_js": "workspace:*",
|
|
137
137
|
"rsvp": "^4.8.5",
|
|
138
138
|
"terser": "^5.42.0",
|
|
139
|
-
"testem": "^3.
|
|
139
|
+
"testem": "^3.20.1",
|
|
140
140
|
"testem-failure-only-reporter": "^1.0.0",
|
|
141
141
|
"tracerbench": "^8.0.1",
|
|
142
142
|
"typescript": "^5.7.3",
|
|
@@ -151,7 +151,8 @@
|
|
|
151
151
|
"rollup": "^4.2.0",
|
|
152
152
|
"ember-cli-htmlbars": "^7.0.0",
|
|
153
153
|
"babel-plugin-ember-template-compilation": "^4.0.0",
|
|
154
|
-
"ember-cli-babel": "^8.3.1"
|
|
154
|
+
"ember-cli-babel": "^8.3.1",
|
|
155
|
+
"testem": "^3.20.1"
|
|
155
156
|
},
|
|
156
157
|
"onlyBuiltDependencies": [
|
|
157
158
|
"@swc/core",
|
|
@@ -233,6 +234,7 @@
|
|
|
233
234
|
"@ember/engine/index.js": "ember-source/@ember/engine/index.js",
|
|
234
235
|
"@ember/engine/instance.js": "ember-source/@ember/engine/instance.js",
|
|
235
236
|
"@ember/engine/lib/engine-parent.js": "ember-source/@ember/engine/lib/engine-parent.js",
|
|
237
|
+
"@ember/engine/lib/strict-resolver.js": "ember-source/@ember/engine/lib/strict-resolver.js",
|
|
236
238
|
"@ember/engine/parent.js": "ember-source/@ember/engine/parent.js",
|
|
237
239
|
"@ember/enumerable/index.js": "ember-source/@ember/enumerable/index.js",
|
|
238
240
|
"@ember/enumerable/mutable.js": "ember-source/@ember/enumerable/mutable.js",
|
|
@@ -287,6 +287,15 @@ declare module '@ember/engine' {
|
|
|
287
287
|
@public
|
|
288
288
|
*/
|
|
289
289
|
Resolver: ResolverClass;
|
|
290
|
+
/**
|
|
291
|
+
Set this to opt-in to using a strict resolver that will only return the
|
|
292
|
+
given set of ES modules. The names of the modules should all be relative to
|
|
293
|
+
the root of the app and start with "./"
|
|
294
|
+
|
|
295
|
+
@property modules
|
|
296
|
+
@public
|
|
297
|
+
*/
|
|
298
|
+
modules?: Record<string, unknown>;
|
|
290
299
|
init(properties: object | undefined): void;
|
|
291
300
|
/**
|
|
292
301
|
A private flag indicating whether an engine's initializers have run yet.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare module '@ember/engine/lib/strict-resolver' {
|
|
2
|
+
import type { Factory, Resolver } from "@ember/-internals/owner";
|
|
3
|
+
import type Engine from "..";
|
|
4
|
+
export class StrictResolver implements Resolver {
|
|
5
|
+
#private;
|
|
6
|
+
moduleBasedResolver: boolean;
|
|
7
|
+
original: any;
|
|
8
|
+
static create({ namespace }: {
|
|
9
|
+
namespace: Engine;
|
|
10
|
+
}): StrictResolver;
|
|
11
|
+
constructor(modules: Record<string, unknown>);
|
|
12
|
+
addModules(modules: Record<string, unknown>): void;
|
|
13
|
+
resolve(fullName: string): Factory<object> | object | undefined;
|
|
14
|
+
normalize(fullName: `${string}:${string}`): `${string}:${string}`;
|
|
15
|
+
}
|
|
16
|
+
}
|
package/types/stable/index.d.ts
CHANGED
|
@@ -212,6 +212,7 @@
|
|
|
212
212
|
/// <reference path="./@ember/engine/index.d.ts" />
|
|
213
213
|
/// <reference path="./@ember/engine/instance.d.ts" />
|
|
214
214
|
/// <reference path="./@ember/engine/lib/engine-parent.d.ts" />
|
|
215
|
+
/// <reference path="./@ember/engine/lib/strict-resolver.d.ts" />
|
|
215
216
|
/// <reference path="./@ember/engine/parent.d.ts" />
|
|
216
217
|
/// <reference path="./@ember/enumerable/index.d.ts" />
|
|
217
218
|
/// <reference path="./@ember/enumerable/mutable.d.ts" />
|