ember-source 5.10.0-alpha.1 → 5.10.0-alpha.2

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.10.0-alpha.1",
2
+ "version": "5.10.0-alpha.2",
3
3
  "buildType": "tag",
4
- "SHA": "21f678b09b5c668808c67e56fa29edac57f4da1e",
5
- "assetPath": "/tag/shas/21f678b09b5c668808c67e56fa29edac57f4da1e.tgz"
4
+ "SHA": "b0705ce60a2a9ed7e90fe377a98d2d5ead467f9f",
5
+ "assetPath": "/tag/shas/b0705ce60a2a9ed7e90fe377a98d2d5ead467f9f.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.10.0-alpha.1
9
+ * @version 5.10.0-alpha.2
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -222,30 +222,6 @@ define("@ember/-internals/environment/index", ["exports"], function (_exports) {
222
222
  LOG_VERSION: true,
223
223
  RAISE_ON_DEPRECATION: false,
224
224
  STRUCTURED_PROFILE: false,
225
- /**
226
- Whether to insert a `<div class="ember-view" />` wrapper around the
227
- application template. See RFC #280.
228
- This is not intended to be set directly, as the implementation may change in
229
- the future. Use `@ember/optional-features` instead.
230
- @property _APPLICATION_TEMPLATE_WRAPPER
231
- @for EmberENV
232
- @type Boolean
233
- @default true
234
- @private
235
- */
236
- _APPLICATION_TEMPLATE_WRAPPER: true,
237
- /**
238
- Whether to use Glimmer Component semantics (as opposed to the classic "Curly"
239
- components semantics) for template-only components. See RFC #278.
240
- This is not intended to be set directly, as the implementation may change in
241
- the future. Use `@ember/optional-features` instead.
242
- @property _TEMPLATE_ONLY_GLIMMER_COMPONENTS
243
- @for EmberENV
244
- @type Boolean
245
- @default false
246
- @private
247
- */
248
- _TEMPLATE_ONLY_GLIMMER_COMPONENTS: false,
249
225
  /**
250
226
  Whether to perform extra bookkeeping needed to make the `captureRenderTree`
251
227
  API work.
@@ -1996,7 +1972,6 @@ define("@ember/debug/lib/deprecate", ["exports", "@ember/-internals/environment"
1996
1972
  let updatedMessage = formatMessage(message, options);
1997
1973
  console.warn("DEPRECATION: " + updatedMessage); // eslint-disable-line no-console
1998
1974
  });
1999
-
2000
1975
  let captureErrorForStack;
2001
1976
  if (new Error().stack) {
2002
1977
  captureErrorForStack = () => new Error();
@@ -2335,7 +2310,6 @@ define("@ember/debug/lib/warn", ["exports", "@ember/debug/index", "@ember/debug/
2335
2310
  console.warn("WARNING: " + message);
2336
2311
  /* eslint-enable no-console */
2337
2312
  });
2338
-
2339
2313
  _exports.missingOptionsDeprecation = missingOptionsDeprecation = 'When calling `warn` you ' + 'must provide an `options` hash as the third parameter. ' + '`options` should include an `id` property.';
2340
2314
  _exports.missingOptionsIdDeprecation = missingOptionsIdDeprecation = 'When calling `warn` you must provide `id` in options.';
2341
2315
  /**
@@ -9139,7 +9113,6 @@ define("@glimmer/syntax", ["exports", "ember-babel", "@glimmer/util", "@handleba
9139
9113
 
9140
9114
  // node.loc = node.loc.withEnd(end);
9141
9115
  }
9142
-
9143
9116
  get currentAttr() {
9144
9117
  return (0, _util.expect)(this.currentAttribute, 'expected attribute');
9145
9118
  }
@@ -15095,7 +15068,6 @@ define("@handlebars/parser/index", ["exports"], function (_exports) {
15095
15068
  }
15096
15069
  return false; // rule action called reject() implying the next rule should be tested instead.
15097
15070
  }
15098
-
15099
15071
  return false;
15100
15072
  },
15101
15073
  // return next match in input
@@ -17088,7 +17060,7 @@ define("ember/version", ["exports"], function (_exports) {
17088
17060
  value: true
17089
17061
  });
17090
17062
  _exports.default = void 0;
17091
- var _default = _exports.default = "5.10.0-alpha.1";
17063
+ var _default = _exports.default = "5.10.0-alpha.2";
17092
17064
  });
17093
17065
  define("simple-html-tokenizer", ["exports"], function (_exports) {
17094
17066
  "use strict";
@@ -19354,7 +19326,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19354
19326
  this.transitionTo("beforeDoctypeName" /* beforeDoctypeName */);
19355
19327
  }
19356
19328
  },
19357
-
19358
19329
  beforeDoctypeName: function () {
19359
19330
  var char = this.consume();
19360
19331
  if (isSpace(char)) {
@@ -19401,7 +19372,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19401
19372
  }
19402
19373
  }
19403
19374
  },
19404
-
19405
19375
  afterDoctypePublicKeyword: function () {
19406
19376
  var char = this.peek();
19407
19377
  if (isSpace(char)) {
@@ -19419,7 +19389,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19419
19389
  this.transitionTo("beforeData" /* beforeData */);
19420
19390
  }
19421
19391
  },
19422
-
19423
19392
  doctypePublicIdentifierDoubleQuoted: function () {
19424
19393
  var char = this.consume();
19425
19394
  if (char === '"') {
@@ -19455,7 +19424,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19455
19424
  this.transitionTo("doctypeSystemIdentifierSingleQuoted" /* doctypeSystemIdentifierSingleQuoted */);
19456
19425
  }
19457
19426
  },
19458
-
19459
19427
  betweenDoctypePublicAndSystemIdentifiers: function () {
19460
19428
  var char = this.consume();
19461
19429
  if (isSpace(char)) {
@@ -19469,7 +19437,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19469
19437
  this.transitionTo("doctypeSystemIdentifierSingleQuoted" /* doctypeSystemIdentifierSingleQuoted */);
19470
19438
  }
19471
19439
  },
19472
-
19473
19440
  doctypeSystemIdentifierDoubleQuoted: function () {
19474
19441
  var char = this.consume();
19475
19442
  if (char === '"') {
@@ -19501,7 +19468,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19501
19468
  this.transitionTo("beforeData" /* beforeData */);
19502
19469
  }
19503
19470
  },
19504
-
19505
19471
  commentStart: function () {
19506
19472
  var char = this.consume();
19507
19473
  if (char === '-') {
@@ -19514,7 +19480,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19514
19480
  this.transitionTo("comment" /* comment */);
19515
19481
  }
19516
19482
  },
19517
-
19518
19483
  commentStartDash: function () {
19519
19484
  var char = this.consume();
19520
19485
  if (char === '-') {
@@ -19527,7 +19492,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19527
19492
  this.transitionTo("comment" /* comment */);
19528
19493
  }
19529
19494
  },
19530
-
19531
19495
  comment: function () {
19532
19496
  var char = this.consume();
19533
19497
  if (char === '-') {
@@ -19545,7 +19509,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19545
19509
  this.transitionTo("comment" /* comment */);
19546
19510
  }
19547
19511
  },
19548
-
19549
19512
  commentEnd: function () {
19550
19513
  var char = this.consume();
19551
19514
  if (char === '>') {
@@ -19556,7 +19519,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19556
19519
  this.transitionTo("comment" /* comment */);
19557
19520
  }
19558
19521
  },
19559
-
19560
19522
  tagName: function () {
19561
19523
  var char = this.consume();
19562
19524
  if (isSpace(char)) {
@@ -19751,7 +19713,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19751
19713
  this.transitionTo("beforeAttributeName" /* beforeAttributeName */);
19752
19714
  }
19753
19715
  },
19754
-
19755
19716
  selfClosingStartTag: function () {
19756
19717
  var char = this.peek();
19757
19718
  if (char === '>') {
@@ -19763,7 +19724,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19763
19724
  this.transitionTo("beforeAttributeName" /* beforeAttributeName */);
19764
19725
  }
19765
19726
  },
19766
-
19767
19727
  endTagOpen: function () {
19768
19728
  var char = this.consume();
19769
19729
  if (char === '@' || char === ':' || isAlpha(char)) {
@@ -19813,7 +19773,6 @@ define("simple-html-tokenizer", ["exports"], function (_exports) {
19813
19773
  this.transitionTo("beforeData" /* beforeData */);
19814
19774
  }
19815
19775
  };
19816
-
19817
19776
  EventedTokenizer.prototype.peek = function () {
19818
19777
  return this.input.charAt(this.index);
19819
19778
  };