@lwc/template-compiler 3.0.0 → 3.0.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/dist/index.js CHANGED
@@ -1825,7 +1825,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1825
1825
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1826
1826
  PERFORMANCE OF THIS SOFTWARE.
1827
1827
  ***************************************************************************** */
1828
- /* global Reflect, Promise */
1828
+ /* global Reflect, Promise, SuppressedError, Symbol */
1829
1829
 
1830
1830
 
1831
1831
  function __rest(s, e) {
@@ -1838,7 +1838,12 @@ function __rest(s, e) {
1838
1838
  t[p[i]] = s[p[i]];
1839
1839
  }
1840
1840
  return t;
1841
- }
1841
+ }
1842
+
1843
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
1844
+ var e = new Error(message);
1845
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
1846
+ };
1842
1847
 
1843
1848
  /*
1844
1849
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5333,5 +5338,5 @@ function compile(source, config) {
5333
5338
  }
5334
5339
 
5335
5340
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
5336
- /** version: 3.0.0 */
5341
+ /** version: 3.0.2 */
5337
5342
  //# sourceMappingURL=index.js.map