ember-source 3.28.1 → 3.28.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Ember Changelog
2
2
 
3
+ ## v3.28.2 (October 21, 2021)
4
+
5
+ - [glimmerjs/glimmer-vm#1351](https://github.com/glimmerjs/glimmer-vm/pull/1351) Support lexical scope in loose mode
6
+
3
7
  ## v3.28.1 (August 30, 2021)
4
8
 
5
9
  - [#19733](https://github.com/emberjs/ember.js/pull/19733) [BUGFIX] Ensure that using `routerService.urlFor(...)` and `routerService.recognize(...)` does not error if the router is not fully initialized
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "3.28.1",
2
+ "version": "3.28.2",
3
3
  "buildType": "tag",
4
- "SHA": "c37df4dadf49920cc70a6a1811dd9fb7a955a6e4",
5
- "assetPath": "/tag/shas/c37df4dadf49920cc70a6a1811dd9fb7a955a6e4.tgz"
4
+ "SHA": "f8be9c84f9cae53b3caa9600e7ff7379fef82b30",
5
+ "assetPath": "/tag/shas/f8be9c84f9cae53b3caa9600e7ff7379fef82b30.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 3.28.1
9
+ * @version 3.28.2
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -14239,7 +14239,7 @@ define("@glimmer/syntax", ["exports", "ember-babel", "@glimmer/util", "simple-ht
14239
14239
  strictMode: false,
14240
14240
  locals: []
14241
14241
  }, options);
14242
- var top = SymbolTable.top(normalizeOptions.strictMode ? normalizeOptions.locals : [], (_a = // eslint-disable-next-line @typescript-eslint/unbound-method
14242
+ var top = SymbolTable.top(normalizeOptions.locals, (_a = // eslint-disable-next-line @typescript-eslint/unbound-method
14243
14243
  options.customizeComponentName) !== null && _a !== void 0 ? _a : function (name) {
14244
14244
  return name;
14245
14245
  });
@@ -21070,7 +21070,7 @@ define("ember/version", ["exports"], function (_exports) {
21070
21070
  value: true
21071
21071
  });
21072
21072
  _exports.default = void 0;
21073
- var _default = "3.28.1";
21073
+ var _default = "3.28.2";
21074
21074
  _exports.default = _default;
21075
21075
  });
21076
21076
  define("simple-html-tokenizer", ["exports"], function (_exports) {