ember-source 5.8.0-alpha.2 → 5.8.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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "5.8.0-alpha.2",
2
+ "version": "5.8.0-alpha.3",
3
3
  "buildType": "tag",
4
- "SHA": "c8142a90c70819575fb2eb4fc64a2e034f7ad10e",
5
- "assetPath": "/tag/shas/c8142a90c70819575fb2eb4fc64a2e034f7ad10e.tgz"
4
+ "SHA": "a3bf13cd44f424688a9ce9d7dfa43d7c673270e8",
5
+ "assetPath": "/tag/shas/a3bf13cd44f424688a9ce9d7dfa43d7c673270e8.tgz"
6
6
  }
@@ -6,7 +6,7 @@
6
6
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
7
7
  * @license Licensed under MIT license
8
8
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
9
- * @version 5.8.0-alpha.2
9
+ * @version 5.8.0-alpha.3
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -281,6 +281,19 @@ define("@ember/-internals/environment/index", ["exports"], function (_exports) {
281
281
  @private
282
282
  */
283
283
  _DEFAULT_ASYNC_OBSERVERS: false,
284
+ /**
285
+ Whether the app still has default record-loading behavior in the model
286
+ hook from RFC https://rfcs.emberjs.com/id/0774-implicit-record-route-loading
287
+ This will also remove the default store property from the route.
288
+ This is not intended to be set directly, as the implementation may change in
289
+ the future. Use `@ember/optional-features` instead.
290
+ @property _NO_IMPLICIT_ROUTE_MODEL
291
+ @for EmberENV
292
+ @type Boolean
293
+ @default false
294
+ @private
295
+ */
296
+ _NO_IMPLICIT_ROUTE_MODEL: false,
284
297
  /**
285
298
  Controls the maximum number of scheduled rerenders without "settling". In general,
286
299
  applications should not need to modify this environment variable, but please
@@ -16564,7 +16577,7 @@ define("ember/version", ["exports"], function (_exports) {
16564
16577
  value: true
16565
16578
  });
16566
16579
  _exports.default = void 0;
16567
- var _default = _exports.default = "5.8.0-alpha.2";
16580
+ var _default = _exports.default = "5.8.0-alpha.3";
16568
16581
  });
16569
16582
  define("simple-html-tokenizer", ["exports"], function (_exports) {
16570
16583
  "use strict";