@angular/platform-server 20.0.0-next.1 → 20.0.0-next.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,14 +1,14 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.1
2
+ * @license Angular v20.0.0-next.3
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { ɵsetRootDomAdapter, DOCUMENT, PlatformLocation, XhrFactory, ɵgetDOM, ɵPLATFORM_SERVER_ID, ViewportScroller, ɵNullViewportScroller } from '@angular/common';
7
+ import { ɵsetRootDomAdapter as _setRootDomAdapter, DOCUMENT, XhrFactory, PlatformLocation, ɵgetDOM as _getDOM, ɵPLATFORM_SERVER_ID as _PLATFORM_SERVER_ID, ɵNullViewportScroller as _NullViewportScroller, ViewportScroller } from '@angular/common';
8
8
  import * as i0 from '@angular/core';
9
- import { InjectionToken, inject, Injector, ɵstartMeasuring, ɵstopMeasuring, Injectable, Inject, Optional, APP_ID, TransferState, PLATFORM_ID, PLATFORM_INITIALIZER, ɵALLOW_MULTIPLE_PLATFORMS, Testability, ɵTESTABILITY, NgModule, ɵsetDocument, createPlatformFactory, platformCore, makeEnvironmentProviders, ɵIS_HYDRATION_DOM_REUSE_ENABLED, ɵannotateForHydration, CSP_NONCE, ɵSSR_CONTENT_INTEGRITY_MARKER, Renderer2, ApplicationRef, Version } from '@angular/core';
10
- import { ɵBrowserDomAdapter, EventManagerPlugin, EVENT_MANAGER_PLUGINS, BrowserModule } from '@angular/platform-browser';
11
- import { ɵHTTP_ROOT_INTERCEPTOR_FNS } from '@angular/common/http';
9
+ import { InjectionToken, inject, Injector, ɵstartMeasuring as _startMeasuring, ɵstopMeasuring as _stopMeasuring, Inject, Injectable, Optional, APP_ID, TransferState, PLATFORM_ID, PLATFORM_INITIALIZER, ɵALLOW_MULTIPLE_PLATFORMS as _ALLOW_MULTIPLE_PLATFORMS, Testability, ɵTESTABILITY as _TESTABILITY, createPlatformFactory, platformCore, ɵsetDocument as _setDocument, NgModule, makeEnvironmentProviders, ApplicationRef, ɵIS_HYDRATION_DOM_REUSE_ENABLED as _IS_HYDRATION_DOM_REUSE_ENABLED, ɵannotateForHydration as _annotateForHydration, CSP_NONCE, Renderer2, ɵSSR_CONTENT_INTEGRITY_MARKER as _SSR_CONTENT_INTEGRITY_MARKER, Version } from '@angular/core';
10
+ import { ɵBrowserDomAdapter as _BrowserDomAdapter, EventManagerPlugin, EVENT_MANAGER_PLUGINS, BrowserModule } from '@angular/platform-browser';
11
+ import { ɵHTTP_ROOT_INTERCEPTOR_FNS as _HTTP_ROOT_INTERCEPTOR_FNS } from '@angular/common/http';
12
12
  import { Subject } from 'rxjs';
13
13
 
14
14
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -19,7 +19,6 @@ var __commonJS = (cb, mod) => function __require() {
19
19
  // external/npm/node_modules/domino/lib/Event.js
20
20
  var require_Event = __commonJS({
21
21
  "external/npm/node_modules/domino/lib/Event.js"(exports, module) {
22
- "use strict";
23
22
  module.exports = Event;
24
23
  Event.CAPTURING_PHASE = 1;
25
24
  Event.AT_TARGET = 2;
@@ -79,7 +78,6 @@ var require_Event = __commonJS({
79
78
  // external/npm/node_modules/domino/lib/UIEvent.js
80
79
  var require_UIEvent = __commonJS({
81
80
  "external/npm/node_modules/domino/lib/UIEvent.js"(exports, module) {
82
- "use strict";
83
81
  var Event = require_Event();
84
82
  module.exports = UIEvent;
85
83
  function UIEvent() {
@@ -101,7 +99,6 @@ var require_UIEvent = __commonJS({
101
99
  // external/npm/node_modules/domino/lib/MouseEvent.js
102
100
  var require_MouseEvent = __commonJS({
103
101
  "external/npm/node_modules/domino/lib/MouseEvent.js"(exports, module) {
104
- "use strict";
105
102
  var UIEvent = require_UIEvent();
106
103
  module.exports = MouseEvent;
107
104
  function MouseEvent() {
@@ -162,7 +159,6 @@ var require_MouseEvent = __commonJS({
162
159
  // external/npm/node_modules/domino/lib/DOMException.js
163
160
  var require_DOMException = __commonJS({
164
161
  "external/npm/node_modules/domino/lib/DOMException.js"(exports, module) {
165
- "use strict";
166
162
  module.exports = DOMException;
167
163
  var INDEX_SIZE_ERR = 1;
168
164
  var HIERARCHY_REQUEST_ERR = 3;
@@ -296,7 +292,6 @@ var require_config = __commonJS({
296
292
  // external/npm/node_modules/domino/lib/utils.js
297
293
  var require_utils = __commonJS({
298
294
  "external/npm/node_modules/domino/lib/utils.js"(exports) {
299
- "use strict";
300
295
  var DOMException = require_DOMException();
301
296
  var ERR = DOMException;
302
297
  var isApiWritable = require_config().isApiWritable;
@@ -411,7 +406,6 @@ var require_utils = __commonJS({
411
406
  // external/npm/node_modules/domino/lib/EventTarget.js
412
407
  var require_EventTarget = __commonJS({
413
408
  "external/npm/node_modules/domino/lib/EventTarget.js"(exports, module) {
414
- "use strict";
415
409
  var Event = require_Event();
416
410
  var MouseEvent = require_MouseEvent();
417
411
  var utils = require_utils();
@@ -619,7 +613,6 @@ var require_EventTarget = __commonJS({
619
613
  // external/npm/node_modules/domino/lib/LinkedList.js
620
614
  var require_LinkedList = __commonJS({
621
615
  "external/npm/node_modules/domino/lib/LinkedList.js"(exports, module) {
622
- "use strict";
623
616
  var utils = require_utils();
624
617
  var LinkedList = module.exports = {
625
618
  valid: function(a) {
@@ -665,7 +658,6 @@ var require_LinkedList = __commonJS({
665
658
  // external/npm/node_modules/domino/lib/NodeUtils.js
666
659
  var require_NodeUtils = __commonJS({
667
660
  "external/npm/node_modules/domino/lib/NodeUtils.js"(exports, module) {
668
- "use strict";
669
661
  module.exports = {
670
662
  serializeOne,
671
663
  \u0275escapeMatchingClosingTag: escapeMatchingClosingTag,
@@ -828,14 +820,6 @@ var require_NodeUtils = __commonJS({
828
820
  break;
829
821
  case 10:
830
822
  s += "<!DOCTYPE " + kid.name;
831
- if (false) {
832
- if (kid.publicID) {
833
- s += ' PUBLIC "' + kid.publicId + '"';
834
- }
835
- if (kid.systemId) {
836
- s += ' "' + kid.systemId + '"';
837
- }
838
- }
839
823
  s += ">";
840
824
  break;
841
825
  default:
@@ -849,7 +833,6 @@ var require_NodeUtils = __commonJS({
849
833
  // external/npm/node_modules/domino/lib/Node.js
850
834
  var require_Node = __commonJS({
851
835
  "external/npm/node_modules/domino/lib/Node.js"(exports, module) {
852
- "use strict";
853
836
  module.exports = Node;
854
837
  var EventTarget = require_EventTarget();
855
838
  var LinkedList = require_LinkedList();
@@ -1415,7 +1398,6 @@ var require_Node = __commonJS({
1415
1398
  // external/npm/node_modules/domino/lib/NodeList.es6.js
1416
1399
  var require_NodeList_es6 = __commonJS({
1417
1400
  "external/npm/node_modules/domino/lib/NodeList.es6.js"(exports, module) {
1418
- "use strict";
1419
1401
  module.exports = class NodeList extends Array {
1420
1402
  constructor(a) {
1421
1403
  super(a && a.length || 0);
@@ -1435,7 +1417,6 @@ var require_NodeList_es6 = __commonJS({
1435
1417
  // external/npm/node_modules/domino/lib/NodeList.es5.js
1436
1418
  var require_NodeList_es5 = __commonJS({
1437
1419
  "external/npm/node_modules/domino/lib/NodeList.es5.js"(exports, module) {
1438
- "use strict";
1439
1420
  function item(i) {
1440
1421
  return this[i] || null;
1441
1422
  }
@@ -1452,7 +1433,6 @@ var require_NodeList_es5 = __commonJS({
1452
1433
  // external/npm/node_modules/domino/lib/NodeList.js
1453
1434
  var require_NodeList = __commonJS({
1454
1435
  "external/npm/node_modules/domino/lib/NodeList.js"(exports, module) {
1455
- "use strict";
1456
1436
  var NodeList;
1457
1437
  try {
1458
1438
  NodeList = require_NodeList_es6();
@@ -1466,7 +1446,6 @@ var require_NodeList = __commonJS({
1466
1446
  // external/npm/node_modules/domino/lib/ContainerNode.js
1467
1447
  var require_ContainerNode = __commonJS({
1468
1448
  "external/npm/node_modules/domino/lib/ContainerNode.js"(exports, module) {
1469
- "use strict";
1470
1449
  module.exports = ContainerNode;
1471
1450
  var Node = require_Node();
1472
1451
  var NodeList = require_NodeList();
@@ -1537,7 +1516,6 @@ var require_ContainerNode = __commonJS({
1537
1516
  // external/npm/node_modules/domino/lib/xmlnames.js
1538
1517
  var require_xmlnames = __commonJS({
1539
1518
  "external/npm/node_modules/domino/lib/xmlnames.js"(exports) {
1540
- "use strict";
1541
1519
  exports.isValidName = isValidName;
1542
1520
  exports.isValidQName = isValidQName;
1543
1521
  var simplename = /^[_:A-Za-z][-.:\w]+$/;
@@ -1589,7 +1567,6 @@ var require_xmlnames = __commonJS({
1589
1567
  // external/npm/node_modules/domino/lib/attributes.js
1590
1568
  var require_attributes = __commonJS({
1591
1569
  "external/npm/node_modules/domino/lib/attributes.js"(exports) {
1592
- "use strict";
1593
1570
  var utils = require_utils();
1594
1571
  exports.property = function(attr) {
1595
1572
  if (Array.isArray(attr.type)) {
@@ -1728,7 +1705,6 @@ var require_attributes = __commonJS({
1728
1705
  // external/npm/node_modules/domino/lib/FilteredElementList.js
1729
1706
  var require_FilteredElementList = __commonJS({
1730
1707
  "external/npm/node_modules/domino/lib/FilteredElementList.js"(exports, module) {
1731
- "use strict";
1732
1708
  module.exports = FilteredElementList;
1733
1709
  var Node = require_Node();
1734
1710
  function FilteredElementList(root, filter) {
@@ -1797,7 +1773,6 @@ var require_FilteredElementList = __commonJS({
1797
1773
  // external/npm/node_modules/domino/lib/DOMTokenList.js
1798
1774
  var require_DOMTokenList = __commonJS({
1799
1775
  "external/npm/node_modules/domino/lib/DOMTokenList.js"(exports, module) {
1800
- "use strict";
1801
1776
  var utils = require_utils();
1802
1777
  module.exports = DOMTokenList;
1803
1778
  function DOMTokenList(getter, setter) {
@@ -1962,7 +1937,6 @@ var require_DOMTokenList = __commonJS({
1962
1937
  // external/npm/node_modules/domino/lib/select.js
1963
1938
  var require_select = __commonJS({
1964
1939
  "external/npm/node_modules/domino/lib/select.js"(exports, module) {
1965
- "use strict";
1966
1940
  var window = Object.create(null, {
1967
1941
  location: { get: function() {
1968
1942
  throw new Error("window.location is not supported.");
@@ -2101,12 +2075,6 @@ var require_select = __commonJS({
2101
2075
  };
2102
2076
  var selectors = {
2103
2077
  "*": function() {
2104
- if (false) {
2105
- return function(el) {
2106
- if (el.nodeType === 1)
2107
- return true;
2108
- };
2109
- }
2110
2078
  return function() {
2111
2079
  return true;
2112
2080
  };
@@ -2713,7 +2681,6 @@ var require_select = __commonJS({
2713
2681
  // external/npm/node_modules/domino/lib/ChildNode.js
2714
2682
  var require_ChildNode = __commonJS({
2715
2683
  "external/npm/node_modules/domino/lib/ChildNode.js"(exports, module) {
2716
- "use strict";
2717
2684
  var Node = require_Node();
2718
2685
  var LinkedList = require_LinkedList();
2719
2686
  var createDocumentFragmentFromArguments = function(document, args) {
@@ -2806,7 +2773,6 @@ var require_ChildNode = __commonJS({
2806
2773
  // external/npm/node_modules/domino/lib/NonDocumentTypeChildNode.js
2807
2774
  var require_NonDocumentTypeChildNode = __commonJS({
2808
2775
  "external/npm/node_modules/domino/lib/NonDocumentTypeChildNode.js"(exports, module) {
2809
- "use strict";
2810
2776
  var Node = require_Node();
2811
2777
  var NonDocumentTypeChildNode = {
2812
2778
  nextElementSibling: { get: function() {
@@ -2835,7 +2801,6 @@ var require_NonDocumentTypeChildNode = __commonJS({
2835
2801
  // external/npm/node_modules/domino/lib/NamedNodeMap.js
2836
2802
  var require_NamedNodeMap = __commonJS({
2837
2803
  "external/npm/node_modules/domino/lib/NamedNodeMap.js"(exports, module) {
2838
- "use strict";
2839
2804
  module.exports = NamedNodeMap;
2840
2805
  var utils = require_utils();
2841
2806
  function NamedNodeMap(element) {
@@ -2875,7 +2840,6 @@ var require_NamedNodeMap = __commonJS({
2875
2840
  // external/npm/node_modules/domino/lib/Element.js
2876
2841
  var require_Element = __commonJS({
2877
2842
  "external/npm/node_modules/domino/lib/Element.js"(exports, module) {
2878
- "use strict";
2879
2843
  module.exports = Element;
2880
2844
  var xml = require_xmlnames();
2881
2845
  var utils = require_utils();
@@ -3320,12 +3284,6 @@ var require_Element = __commonJS({
3320
3284
  }
3321
3285
  this._attrKeys.push(key);
3322
3286
  this._addQName(attr);
3323
- } else if (false) {
3324
- if (attr.prefix !== prefix) {
3325
- this._removeQName(attr);
3326
- attr.prefix = prefix;
3327
- this._addQName(attr);
3328
- }
3329
3287
  }
3330
3288
  attr.value = value;
3331
3289
  if (isnew && this._newattrhook)
@@ -3814,7 +3772,6 @@ var require_Element = __commonJS({
3814
3772
  // external/npm/node_modules/domino/lib/Leaf.js
3815
3773
  var require_Leaf = __commonJS({
3816
3774
  "external/npm/node_modules/domino/lib/Leaf.js"(exports, module) {
3817
- "use strict";
3818
3775
  module.exports = Leaf;
3819
3776
  var Node = require_Node();
3820
3777
  var NodeList = require_NodeList();
@@ -3859,7 +3816,6 @@ var require_Leaf = __commonJS({
3859
3816
  // external/npm/node_modules/domino/lib/CharacterData.js
3860
3817
  var require_CharacterData = __commonJS({
3861
3818
  "external/npm/node_modules/domino/lib/CharacterData.js"(exports, module) {
3862
- "use strict";
3863
3819
  module.exports = CharacterData;
3864
3820
  var Leaf = require_Leaf();
3865
3821
  var utils = require_utils();
@@ -3919,7 +3875,6 @@ var require_CharacterData = __commonJS({
3919
3875
  // external/npm/node_modules/domino/lib/Text.js
3920
3876
  var require_Text = __commonJS({
3921
3877
  "external/npm/node_modules/domino/lib/Text.js"(exports, module) {
3922
- "use strict";
3923
3878
  module.exports = Text;
3924
3879
  var utils = require_utils();
3925
3880
  var Node = require_Node();
@@ -3992,7 +3947,6 @@ var require_Text = __commonJS({
3992
3947
  // external/npm/node_modules/domino/lib/Comment.js
3993
3948
  var require_Comment = __commonJS({
3994
3949
  "external/npm/node_modules/domino/lib/Comment.js"(exports, module) {
3995
- "use strict";
3996
3950
  module.exports = Comment;
3997
3951
  var Node = require_Node();
3998
3952
  var CharacterData = require_CharacterData();
@@ -4038,7 +3992,6 @@ var require_Comment = __commonJS({
4038
3992
  // external/npm/node_modules/domino/lib/DocumentFragment.js
4039
3993
  var require_DocumentFragment = __commonJS({
4040
3994
  "external/npm/node_modules/domino/lib/DocumentFragment.js"(exports, module) {
4041
- "use strict";
4042
3995
  module.exports = DocumentFragment;
4043
3996
  var Node = require_Node();
4044
3997
  var NodeList = require_NodeList();
@@ -4099,7 +4052,6 @@ var require_DocumentFragment = __commonJS({
4099
4052
  // external/npm/node_modules/domino/lib/ProcessingInstruction.js
4100
4053
  var require_ProcessingInstruction = __commonJS({
4101
4054
  "external/npm/node_modules/domino/lib/ProcessingInstruction.js"(exports, module) {
4102
- "use strict";
4103
4055
  module.exports = ProcessingInstruction;
4104
4056
  var Node = require_Node();
4105
4057
  var CharacterData = require_CharacterData();
@@ -4151,7 +4103,6 @@ var require_ProcessingInstruction = __commonJS({
4151
4103
  // external/npm/node_modules/domino/lib/NodeFilter.js
4152
4104
  var require_NodeFilter = __commonJS({
4153
4105
  "external/npm/node_modules/domino/lib/NodeFilter.js"(exports, module) {
4154
- "use strict";
4155
4106
  var NodeFilter = {
4156
4107
  FILTER_ACCEPT: 1,
4157
4108
  FILTER_REJECT: 2,
@@ -4177,8 +4128,7 @@ var require_NodeFilter = __commonJS({
4177
4128
  // external/npm/node_modules/domino/lib/NodeTraversal.js
4178
4129
  var require_NodeTraversal = __commonJS({
4179
4130
  "external/npm/node_modules/domino/lib/NodeTraversal.js"(exports, module) {
4180
- "use strict";
4181
- var NodeTraversal = module.exports = {
4131
+ module.exports = {
4182
4132
  nextSkippingChildren,
4183
4133
  nextAncestorSibling,
4184
4134
  next,
@@ -4244,7 +4194,6 @@ var require_NodeTraversal = __commonJS({
4244
4194
  // external/npm/node_modules/domino/lib/TreeWalker.js
4245
4195
  var require_TreeWalker = __commonJS({
4246
4196
  "external/npm/node_modules/domino/lib/TreeWalker.js"(exports, module) {
4247
- "use strict";
4248
4197
  module.exports = TreeWalker;
4249
4198
  var Node = require_Node();
4250
4199
  var NodeFilter = require_NodeFilter();
@@ -4477,7 +4426,6 @@ var require_TreeWalker = __commonJS({
4477
4426
  // external/npm/node_modules/domino/lib/NodeIterator.js
4478
4427
  var require_NodeIterator = __commonJS({
4479
4428
  "external/npm/node_modules/domino/lib/NodeIterator.js"(exports, module) {
4480
- "use strict";
4481
4429
  module.exports = NodeIterator;
4482
4430
  var NodeFilter = require_NodeFilter();
4483
4431
  var NodeTraversal = require_NodeTraversal();
@@ -4622,7 +4570,6 @@ var require_NodeIterator = __commonJS({
4622
4570
  // external/npm/node_modules/domino/lib/URL.js
4623
4571
  var require_URL = __commonJS({
4624
4572
  "external/npm/node_modules/domino/lib/URL.js"(exports, module) {
4625
- "use strict";
4626
4573
  module.exports = URL;
4627
4574
  function URL(url) {
4628
4575
  if (!url)
@@ -4798,7 +4745,6 @@ var require_URL = __commonJS({
4798
4745
  // external/npm/node_modules/domino/lib/CustomEvent.js
4799
4746
  var require_CustomEvent = __commonJS({
4800
4747
  "external/npm/node_modules/domino/lib/CustomEvent.js"(exports, module) {
4801
- "use strict";
4802
4748
  module.exports = CustomEvent;
4803
4749
  var Event = require_Event();
4804
4750
  function CustomEvent(type, dictionary) {
@@ -4813,7 +4759,6 @@ var require_CustomEvent = __commonJS({
4813
4759
  // external/npm/node_modules/domino/lib/events.js
4814
4760
  var require_events = __commonJS({
4815
4761
  "external/npm/node_modules/domino/lib/events.js"(exports, module) {
4816
- "use strict";
4817
4762
  module.exports = {
4818
4763
  Event: require_Event(),
4819
4764
  UIEvent: require_UIEvent(),
@@ -4826,7 +4771,6 @@ var require_events = __commonJS({
4826
4771
  // external/npm/node_modules/domino/lib/style_parser.js
4827
4772
  var require_style_parser = __commonJS({
4828
4773
  "external/npm/node_modules/domino/lib/style_parser.js"(exports) {
4829
- "use strict";
4830
4774
  Object.defineProperty(exports, "__esModule", { value: true });
4831
4775
  exports.hyphenate = exports.parse = void 0;
4832
4776
  function parse(value) {
@@ -4896,7 +4840,6 @@ var require_style_parser = __commonJS({
4896
4840
  // external/npm/node_modules/domino/lib/CSSStyleDeclaration.js
4897
4841
  var require_CSSStyleDeclaration = __commonJS({
4898
4842
  "external/npm/node_modules/domino/lib/CSSStyleDeclaration.js"(exports, module) {
4899
- "use strict";
4900
4843
  var { parse } = require_style_parser();
4901
4844
  module.exports = function(elt) {
4902
4845
  const style = new CSSStyleDeclaration(elt);
@@ -5075,7 +5018,6 @@ var require_CSSStyleDeclaration = __commonJS({
5075
5018
  // external/npm/node_modules/domino/lib/URLUtils.js
5076
5019
  var require_URLUtils = __commonJS({
5077
5020
  "external/npm/node_modules/domino/lib/URLUtils.js"(exports, module) {
5078
- "use strict";
5079
5021
  var URL = require_URL();
5080
5022
  module.exports = URLUtils;
5081
5023
  function URLUtils() {
@@ -5313,7 +5255,6 @@ var require_URLUtils = __commonJS({
5313
5255
  // external/npm/node_modules/domino/lib/defineElement.js
5314
5256
  var require_defineElement = __commonJS({
5315
5257
  "external/npm/node_modules/domino/lib/defineElement.js"(exports, module) {
5316
- "use strict";
5317
5258
  var attributes = require_attributes();
5318
5259
  var isApiWritable = require_config().isApiWritable;
5319
5260
  module.exports = function(spec, defaultConstructor, tagList, tagNameToImpl) {
@@ -5379,7 +5320,6 @@ var require_defineElement = __commonJS({
5379
5320
  // external/npm/node_modules/domino/lib/htmlelts.js
5380
5321
  var require_htmlelts = __commonJS({
5381
5322
  "external/npm/node_modules/domino/lib/htmlelts.js"(exports) {
5382
- "use strict";
5383
5323
  var Node = require_Node();
5384
5324
  var Element = require_Element();
5385
5325
  var CSSStyleDeclaration = require_CSSStyleDeclaration();
@@ -6868,7 +6808,6 @@ var require_htmlelts = __commonJS({
6868
6808
  // external/npm/node_modules/domino/lib/svg.js
6869
6809
  var require_svg = __commonJS({
6870
6810
  "external/npm/node_modules/domino/lib/svg.js"(exports) {
6871
- "use strict";
6872
6811
  var Element = require_Element();
6873
6812
  var defineElement = require_defineElement();
6874
6813
  var utils = require_utils();
@@ -6997,7 +6936,6 @@ var require_svg = __commonJS({
6997
6936
  // external/npm/node_modules/domino/lib/MutationConstants.js
6998
6937
  var require_MutationConstants = __commonJS({
6999
6938
  "external/npm/node_modules/domino/lib/MutationConstants.js"(exports, module) {
7000
- "use strict";
7001
6939
  module.exports = {
7002
6940
  VALUE: 1,
7003
6941
  ATTR: 2,
@@ -7012,7 +6950,6 @@ var require_MutationConstants = __commonJS({
7012
6950
  // external/npm/node_modules/domino/lib/Document.js
7013
6951
  var require_Document = __commonJS({
7014
6952
  "external/npm/node_modules/domino/lib/Document.js"(exports, module) {
7015
- "use strict";
7016
6953
  module.exports = Document;
7017
6954
  var Node = require_Node();
7018
6955
  var NodeList = require_NodeList();
@@ -7418,8 +7355,6 @@ var require_Document = __commonJS({
7418
7355
  utils.InvalidStateError();
7419
7356
  if (!this._parser)
7420
7357
  return;
7421
- if (!this._parser) {
7422
- }
7423
7358
  var s = arguments.join("");
7424
7359
  this._parser.parse(s);
7425
7360
  } },
@@ -7728,7 +7663,6 @@ var require_Document = __commonJS({
7728
7663
  // external/npm/node_modules/domino/lib/DocumentType.js
7729
7664
  var require_DocumentType = __commonJS({
7730
7665
  "external/npm/node_modules/domino/lib/DocumentType.js"(exports, module) {
7731
- "use strict";
7732
7666
  module.exports = DocumentType;
7733
7667
  var Node = require_Node();
7734
7668
  var Leaf = require_Leaf();
@@ -7766,7 +7700,6 @@ var require_DocumentType = __commonJS({
7766
7700
  // external/npm/node_modules/domino/lib/HTMLParser.js
7767
7701
  var require_HTMLParser = __commonJS({
7768
7702
  "external/npm/node_modules/domino/lib/HTMLParser.js"(exports, module) {
7769
- "use strict";
7770
7703
  module.exports = HTMLParser;
7771
7704
  var Document = require_Document();
7772
7705
  var DocumentType = require_DocumentType();
@@ -10426,7 +10359,6 @@ var require_HTMLParser = __commonJS({
10426
10359
  "zwnj;": 8204
10427
10360
  };
10428
10361
  var NAMEDCHARREF = /(A(?:Elig;?|MP;?|acute;?|breve;|c(?:irc;?|y;)|fr;|grave;?|lpha;|macr;|nd;|o(?:gon;|pf;)|pplyFunction;|ring;?|s(?:cr;|sign;)|tilde;?|uml;?)|B(?:a(?:ckslash;|r(?:v;|wed;))|cy;|e(?:cause;|rnoullis;|ta;)|fr;|opf;|reve;|scr;|umpeq;)|C(?:Hcy;|OPY;?|a(?:cute;|p(?:;|italDifferentialD;)|yleys;)|c(?:aron;|edil;?|irc;|onint;)|dot;|e(?:dilla;|nterDot;)|fr;|hi;|ircle(?:Dot;|Minus;|Plus;|Times;)|lo(?:ckwiseContourIntegral;|seCurly(?:DoubleQuote;|Quote;))|o(?:lon(?:;|e;)|n(?:gruent;|int;|tourIntegral;)|p(?:f;|roduct;)|unterClockwiseContourIntegral;)|ross;|scr;|up(?:;|Cap;))|D(?:D(?:;|otrahd;)|Jcy;|Scy;|Zcy;|a(?:gger;|rr;|shv;)|c(?:aron;|y;)|el(?:;|ta;)|fr;|i(?:a(?:critical(?:Acute;|Do(?:t;|ubleAcute;)|Grave;|Tilde;)|mond;)|fferentialD;)|o(?:pf;|t(?:;|Dot;|Equal;)|uble(?:ContourIntegral;|Do(?:t;|wnArrow;)|L(?:eft(?:Arrow;|RightArrow;|Tee;)|ong(?:Left(?:Arrow;|RightArrow;)|RightArrow;))|Right(?:Arrow;|Tee;)|Up(?:Arrow;|DownArrow;)|VerticalBar;)|wn(?:Arrow(?:;|Bar;|UpArrow;)|Breve;|Left(?:RightVector;|TeeVector;|Vector(?:;|Bar;))|Right(?:TeeVector;|Vector(?:;|Bar;))|Tee(?:;|Arrow;)|arrow;))|s(?:cr;|trok;))|E(?:NG;|TH;?|acute;?|c(?:aron;|irc;?|y;)|dot;|fr;|grave;?|lement;|m(?:acr;|pty(?:SmallSquare;|VerySmallSquare;))|o(?:gon;|pf;)|psilon;|qu(?:al(?:;|Tilde;)|ilibrium;)|s(?:cr;|im;)|ta;|uml;?|x(?:ists;|ponentialE;))|F(?:cy;|fr;|illed(?:SmallSquare;|VerySmallSquare;)|o(?:pf;|rAll;|uriertrf;)|scr;)|G(?:Jcy;|T;?|amma(?:;|d;)|breve;|c(?:edil;|irc;|y;)|dot;|fr;|g;|opf;|reater(?:Equal(?:;|Less;)|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|scr;|t;)|H(?:ARDcy;|a(?:cek;|t;)|circ;|fr;|ilbertSpace;|o(?:pf;|rizontalLine;)|s(?:cr;|trok;)|ump(?:DownHump;|Equal;))|I(?:Ecy;|Jlig;|Ocy;|acute;?|c(?:irc;?|y;)|dot;|fr;|grave;?|m(?:;|a(?:cr;|ginaryI;)|plies;)|n(?:t(?:;|e(?:gral;|rsection;))|visible(?:Comma;|Times;))|o(?:gon;|pf;|ta;)|scr;|tilde;|u(?:kcy;|ml;?))|J(?:c(?:irc;|y;)|fr;|opf;|s(?:cr;|ercy;)|ukcy;)|K(?:Hcy;|Jcy;|appa;|c(?:edil;|y;)|fr;|opf;|scr;)|L(?:Jcy;|T;?|a(?:cute;|mbda;|ng;|placetrf;|rr;)|c(?:aron;|edil;|y;)|e(?:ft(?:A(?:ngleBracket;|rrow(?:;|Bar;|RightArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|Right(?:Arrow;|Vector;)|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;|rightarrow;)|ss(?:EqualGreater;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;))|fr;|l(?:;|eftarrow;)|midot;|o(?:ng(?:Left(?:Arrow;|RightArrow;)|RightArrow;|left(?:arrow;|rightarrow;)|rightarrow;)|pf;|wer(?:LeftArrow;|RightArrow;))|s(?:cr;|h;|trok;)|t;)|M(?:ap;|cy;|e(?:diumSpace;|llintrf;)|fr;|inusPlus;|opf;|scr;|u;)|N(?:Jcy;|acute;|c(?:aron;|edil;|y;)|e(?:gative(?:MediumSpace;|Thi(?:ckSpace;|nSpace;)|VeryThinSpace;)|sted(?:GreaterGreater;|LessLess;)|wLine;)|fr;|o(?:Break;|nBreakingSpace;|pf;|t(?:;|C(?:ongruent;|upCap;)|DoubleVerticalBar;|E(?:lement;|qual(?:;|Tilde;)|xists;)|Greater(?:;|Equal;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|Hump(?:DownHump;|Equal;)|Le(?:ftTriangle(?:;|Bar;|Equal;)|ss(?:;|Equal;|Greater;|Less;|SlantEqual;|Tilde;))|Nested(?:GreaterGreater;|LessLess;)|Precedes(?:;|Equal;|SlantEqual;)|R(?:everseElement;|ightTriangle(?:;|Bar;|Equal;))|S(?:quareSu(?:bset(?:;|Equal;)|perset(?:;|Equal;))|u(?:bset(?:;|Equal;)|cceeds(?:;|Equal;|SlantEqual;|Tilde;)|perset(?:;|Equal;)))|Tilde(?:;|Equal;|FullEqual;|Tilde;)|VerticalBar;))|scr;|tilde;?|u;)|O(?:Elig;|acute;?|c(?:irc;?|y;)|dblac;|fr;|grave;?|m(?:acr;|ega;|icron;)|opf;|penCurly(?:DoubleQuote;|Quote;)|r;|s(?:cr;|lash;?)|ti(?:lde;?|mes;)|uml;?|ver(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;))|P(?:artialD;|cy;|fr;|hi;|i;|lusMinus;|o(?:incareplane;|pf;)|r(?:;|ecedes(?:;|Equal;|SlantEqual;|Tilde;)|ime;|o(?:duct;|portion(?:;|al;)))|s(?:cr;|i;))|Q(?:UOT;?|fr;|opf;|scr;)|R(?:Barr;|EG;?|a(?:cute;|ng;|rr(?:;|tl;))|c(?:aron;|edil;|y;)|e(?:;|verse(?:E(?:lement;|quilibrium;)|UpEquilibrium;))|fr;|ho;|ight(?:A(?:ngleBracket;|rrow(?:;|Bar;|LeftArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;)|o(?:pf;|undImplies;)|rightarrow;|s(?:cr;|h;)|uleDelayed;)|S(?:H(?:CHcy;|cy;)|OFTcy;|acute;|c(?:;|aron;|edil;|irc;|y;)|fr;|hort(?:DownArrow;|LeftArrow;|RightArrow;|UpArrow;)|igma;|mallCircle;|opf;|q(?:rt;|uare(?:;|Intersection;|Su(?:bset(?:;|Equal;)|perset(?:;|Equal;))|Union;))|scr;|tar;|u(?:b(?:;|set(?:;|Equal;))|c(?:ceeds(?:;|Equal;|SlantEqual;|Tilde;)|hThat;)|m;|p(?:;|erset(?:;|Equal;)|set;)))|T(?:HORN;?|RADE;|S(?:Hcy;|cy;)|a(?:b;|u;)|c(?:aron;|edil;|y;)|fr;|h(?:e(?:refore;|ta;)|i(?:ckSpace;|nSpace;))|ilde(?:;|Equal;|FullEqual;|Tilde;)|opf;|ripleDot;|s(?:cr;|trok;))|U(?:a(?:cute;?|rr(?:;|ocir;))|br(?:cy;|eve;)|c(?:irc;?|y;)|dblac;|fr;|grave;?|macr;|n(?:der(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;)|ion(?:;|Plus;))|o(?:gon;|pf;)|p(?:Arrow(?:;|Bar;|DownArrow;)|DownArrow;|Equilibrium;|Tee(?:;|Arrow;)|arrow;|downarrow;|per(?:LeftArrow;|RightArrow;)|si(?:;|lon;))|ring;|scr;|tilde;|uml;?)|V(?:Dash;|bar;|cy;|dash(?:;|l;)|e(?:e;|r(?:bar;|t(?:;|ical(?:Bar;|Line;|Separator;|Tilde;))|yThinSpace;))|fr;|opf;|scr;|vdash;)|W(?:circ;|edge;|fr;|opf;|scr;)|X(?:fr;|i;|opf;|scr;)|Y(?:Acy;|Icy;|Ucy;|acute;?|c(?:irc;|y;)|fr;|opf;|scr;|uml;)|Z(?:Hcy;|acute;|c(?:aron;|y;)|dot;|e(?:roWidthSpace;|ta;)|fr;|opf;|scr;)|a(?:acute;?|breve;|c(?:;|E;|d;|irc;?|ute;?|y;)|elig;?|f(?:;|r;)|grave;?|l(?:e(?:fsym;|ph;)|pha;)|m(?:a(?:cr;|lg;)|p;?)|n(?:d(?:;|and;|d;|slope;|v;)|g(?:;|e;|le;|msd(?:;|a(?:a;|b;|c;|d;|e;|f;|g;|h;))|rt(?:;|vb(?:;|d;))|s(?:ph;|t;)|zarr;))|o(?:gon;|pf;)|p(?:;|E;|acir;|e;|id;|os;|prox(?:;|eq;))|ring;?|s(?:cr;|t;|ymp(?:;|eq;))|tilde;?|uml;?|w(?:conint;|int;))|b(?:Not;|a(?:ck(?:cong;|epsilon;|prime;|sim(?:;|eq;))|r(?:vee;|wed(?:;|ge;)))|brk(?:;|tbrk;)|c(?:ong;|y;)|dquo;|e(?:caus(?:;|e;)|mptyv;|psi;|rnou;|t(?:a;|h;|ween;))|fr;|ig(?:c(?:ap;|irc;|up;)|o(?:dot;|plus;|times;)|s(?:qcup;|tar;)|triangle(?:down;|up;)|uplus;|vee;|wedge;)|karow;|l(?:a(?:ck(?:lozenge;|square;|triangle(?:;|down;|left;|right;))|nk;)|k(?:1(?:2;|4;)|34;)|ock;)|n(?:e(?:;|quiv;)|ot;)|o(?:pf;|t(?:;|tom;)|wtie;|x(?:D(?:L;|R;|l;|r;)|H(?:;|D;|U;|d;|u;)|U(?:L;|R;|l;|r;)|V(?:;|H;|L;|R;|h;|l;|r;)|box;|d(?:L;|R;|l;|r;)|h(?:;|D;|U;|d;|u;)|minus;|plus;|times;|u(?:L;|R;|l;|r;)|v(?:;|H;|L;|R;|h;|l;|r;)))|prime;|r(?:eve;|vbar;?)|s(?:cr;|emi;|im(?:;|e;)|ol(?:;|b;|hsub;))|u(?:ll(?:;|et;)|mp(?:;|E;|e(?:;|q;))))|c(?:a(?:cute;|p(?:;|and;|brcup;|c(?:ap;|up;)|dot;|s;)|r(?:et;|on;))|c(?:a(?:ps;|ron;)|edil;?|irc;|ups(?:;|sm;))|dot;|e(?:dil;?|mptyv;|nt(?:;|erdot;|))|fr;|h(?:cy;|eck(?:;|mark;)|i;)|ir(?:;|E;|c(?:;|eq;|le(?:arrow(?:left;|right;)|d(?:R;|S;|ast;|circ;|dash;)))|e;|fnint;|mid;|scir;)|lubs(?:;|uit;)|o(?:lon(?:;|e(?:;|q;))|m(?:ma(?:;|t;)|p(?:;|fn;|le(?:ment;|xes;)))|n(?:g(?:;|dot;)|int;)|p(?:f;|rod;|y(?:;|sr;|)))|r(?:arr;|oss;)|s(?:cr;|u(?:b(?:;|e;)|p(?:;|e;)))|tdot;|u(?:darr(?:l;|r;)|e(?:pr;|sc;)|larr(?:;|p;)|p(?:;|brcap;|c(?:ap;|up;)|dot;|or;|s;)|r(?:arr(?:;|m;)|ly(?:eq(?:prec;|succ;)|vee;|wedge;)|ren;?|vearrow(?:left;|right;))|vee;|wed;)|w(?:conint;|int;)|ylcty;)|d(?:Arr;|Har;|a(?:gger;|leth;|rr;|sh(?:;|v;))|b(?:karow;|lac;)|c(?:aron;|y;)|d(?:;|a(?:gger;|rr;)|otseq;)|e(?:g;?|lta;|mptyv;)|f(?:isht;|r;)|har(?:l;|r;)|i(?:am(?:;|ond(?:;|suit;)|s;)|e;|gamma;|sin;|v(?:;|ide(?:;|ontimes;|)|onx;))|jcy;|lc(?:orn;|rop;)|o(?:llar;|pf;|t(?:;|eq(?:;|dot;)|minus;|plus;|square;)|ublebarwedge;|wn(?:arrow;|downarrows;|harpoon(?:left;|right;)))|r(?:bkarow;|c(?:orn;|rop;))|s(?:c(?:r;|y;)|ol;|trok;)|t(?:dot;|ri(?:;|f;))|u(?:arr;|har;)|wangle;|z(?:cy;|igrarr;))|e(?:D(?:Dot;|ot;)|a(?:cute;?|ster;)|c(?:aron;|ir(?:;|c;?)|olon;|y;)|dot;|e;|f(?:Dot;|r;)|g(?:;|rave;?|s(?:;|dot;))|l(?:;|inters;|l;|s(?:;|dot;))|m(?:acr;|pty(?:;|set;|v;)|sp(?:1(?:3;|4;)|;))|n(?:g;|sp;)|o(?:gon;|pf;)|p(?:ar(?:;|sl;)|lus;|si(?:;|lon;|v;))|q(?:c(?:irc;|olon;)|s(?:im;|lant(?:gtr;|less;))|u(?:als;|est;|iv(?:;|DD;))|vparsl;)|r(?:Dot;|arr;)|s(?:cr;|dot;|im;)|t(?:a;|h;?)|u(?:ml;?|ro;)|x(?:cl;|ist;|p(?:ectation;|onentiale;)))|f(?:allingdotseq;|cy;|emale;|f(?:ilig;|l(?:ig;|lig;)|r;)|ilig;|jlig;|l(?:at;|lig;|tns;)|nof;|o(?:pf;|r(?:all;|k(?:;|v;)))|partint;|r(?:a(?:c(?:1(?:2;?|3;|4;?|5;|6;|8;)|2(?:3;|5;)|3(?:4;?|5;|8;)|45;|5(?:6;|8;)|78;)|sl;)|own;)|scr;)|g(?:E(?:;|l;)|a(?:cute;|mma(?:;|d;)|p;)|breve;|c(?:irc;|y;)|dot;|e(?:;|l;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|l;))|l(?:;|es;)))|fr;|g(?:;|g;)|imel;|jcy;|l(?:;|E;|a;|j;)|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|opf;|rave;|s(?:cr;|im(?:;|e;|l;))|t(?:;|c(?:c;|ir;)|dot;|lPar;|quest;|r(?:a(?:pprox;|rr;)|dot;|eq(?:less;|qless;)|less;|sim;)|)|v(?:ertneqq;|nE;))|h(?:Arr;|a(?:irsp;|lf;|milt;|r(?:dcy;|r(?:;|cir;|w;)))|bar;|circ;|e(?:arts(?:;|uit;)|llip;|rcon;)|fr;|ks(?:earow;|warow;)|o(?:arr;|mtht;|ok(?:leftarrow;|rightarrow;)|pf;|rbar;)|s(?:cr;|lash;|trok;)|y(?:bull;|phen;))|i(?:acute;?|c(?:;|irc;?|y;)|e(?:cy;|xcl;?)|f(?:f;|r;)|grave;?|i(?:;|i(?:int;|nt;)|nfin;|ota;)|jlig;|m(?:a(?:cr;|g(?:e;|line;|part;)|th;)|of;|ped;)|n(?:;|care;|fin(?:;|tie;)|odot;|t(?:;|cal;|e(?:gers;|rcal;)|larhk;|prod;))|o(?:cy;|gon;|pf;|ta;)|prod;|quest;?|s(?:cr;|in(?:;|E;|dot;|s(?:;|v;)|v;))|t(?:;|ilde;)|u(?:kcy;|ml;?))|j(?:c(?:irc;|y;)|fr;|math;|opf;|s(?:cr;|ercy;)|ukcy;)|k(?:appa(?:;|v;)|c(?:edil;|y;)|fr;|green;|hcy;|jcy;|opf;|scr;)|l(?:A(?:arr;|rr;|tail;)|Barr;|E(?:;|g;)|Har;|a(?:cute;|emptyv;|gran;|mbda;|ng(?:;|d;|le;)|p;|quo;?|rr(?:;|b(?:;|fs;)|fs;|hk;|lp;|pl;|sim;|tl;)|t(?:;|ail;|e(?:;|s;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|quo(?:;|r;)|r(?:dhar;|ushar;)|sh;)|e(?:;|ft(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|leftarrows;|right(?:arrow(?:;|s;)|harpoons;|squigarrow;)|threetimes;)|g;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|r;))|g(?:;|es;)|s(?:approx;|dot;|eq(?:gtr;|qgtr;)|gtr;|sim;)))|f(?:isht;|loor;|r;)|g(?:;|E;)|h(?:ar(?:d;|u(?:;|l;))|blk;)|jcy;|l(?:;|arr;|corner;|hard;|tri;)|m(?:idot;|oust(?:;|ache;))|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|o(?:a(?:ng;|rr;)|brk;|ng(?:left(?:arrow;|rightarrow;)|mapsto;|rightarrow;)|oparrow(?:left;|right;)|p(?:ar;|f;|lus;)|times;|w(?:ast;|bar;)|z(?:;|enge;|f;))|par(?:;|lt;)|r(?:arr;|corner;|har(?:;|d;)|m;|tri;)|s(?:aquo;|cr;|h;|im(?:;|e;|g;)|q(?:b;|uo(?:;|r;))|trok;)|t(?:;|c(?:c;|ir;)|dot;|hree;|imes;|larr;|quest;|r(?:Par;|i(?:;|e;|f;))|)|ur(?:dshar;|uhar;)|v(?:ertneqq;|nE;))|m(?:DDot;|a(?:cr;?|l(?:e;|t(?:;|ese;))|p(?:;|sto(?:;|down;|left;|up;))|rker;)|c(?:omma;|y;)|dash;|easuredangle;|fr;|ho;|i(?:cro;?|d(?:;|ast;|cir;|dot;?)|nus(?:;|b;|d(?:;|u;)))|l(?:cp;|dr;)|nplus;|o(?:dels;|pf;)|p;|s(?:cr;|tpos;)|u(?:;|ltimap;|map;))|n(?:G(?:g;|t(?:;|v;))|L(?:eft(?:arrow;|rightarrow;)|l;|t(?:;|v;))|Rightarrow;|V(?:Dash;|dash;)|a(?:bla;|cute;|ng;|p(?:;|E;|id;|os;|prox;)|tur(?:;|al(?:;|s;)))|b(?:sp;?|ump(?:;|e;))|c(?:a(?:p;|ron;)|edil;|ong(?:;|dot;)|up;|y;)|dash;|e(?:;|Arr;|ar(?:hk;|r(?:;|ow;))|dot;|quiv;|s(?:ear;|im;)|xist(?:;|s;))|fr;|g(?:E;|e(?:;|q(?:;|q;|slant;)|s;)|sim;|t(?:;|r;))|h(?:Arr;|arr;|par;)|i(?:;|s(?:;|d;)|v;)|jcy;|l(?:Arr;|E;|arr;|dr;|e(?:;|ft(?:arrow;|rightarrow;)|q(?:;|q;|slant;)|s(?:;|s;))|sim;|t(?:;|ri(?:;|e;)))|mid;|o(?:pf;|t(?:;|in(?:;|E;|dot;|v(?:a;|b;|c;))|ni(?:;|v(?:a;|b;|c;))|))|p(?:ar(?:;|allel;|sl;|t;)|olint;|r(?:;|cue;|e(?:;|c(?:;|eq;))))|r(?:Arr;|arr(?:;|c;|w;)|ightarrow;|tri(?:;|e;))|s(?:c(?:;|cue;|e;|r;)|hort(?:mid;|parallel;)|im(?:;|e(?:;|q;))|mid;|par;|qsu(?:be;|pe;)|u(?:b(?:;|E;|e;|set(?:;|eq(?:;|q;)))|cc(?:;|eq;)|p(?:;|E;|e;|set(?:;|eq(?:;|q;)))))|t(?:gl;|ilde;?|lg;|riangle(?:left(?:;|eq;)|right(?:;|eq;)))|u(?:;|m(?:;|ero;|sp;))|v(?:Dash;|Harr;|ap;|dash;|g(?:e;|t;)|infin;|l(?:Arr;|e;|t(?:;|rie;))|r(?:Arr;|trie;)|sim;)|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|near;))|o(?:S;|a(?:cute;?|st;)|c(?:ir(?:;|c;?)|y;)|d(?:ash;|blac;|iv;|ot;|sold;)|elig;|f(?:cir;|r;)|g(?:on;|rave;?|t;)|h(?:bar;|m;)|int;|l(?:arr;|c(?:ir;|ross;)|ine;|t;)|m(?:acr;|ega;|i(?:cron;|d;|nus;))|opf;|p(?:ar;|erp;|lus;)|r(?:;|arr;|d(?:;|er(?:;|of;)|f;?|m;?)|igof;|or;|slope;|v;)|s(?:cr;|lash;?|ol;)|ti(?:lde;?|mes(?:;|as;))|uml;?|vbar;)|p(?:ar(?:;|a(?:;|llel;|)|s(?:im;|l;)|t;)|cy;|er(?:cnt;|iod;|mil;|p;|tenk;)|fr;|h(?:i(?:;|v;)|mmat;|one;)|i(?:;|tchfork;|v;)|l(?:an(?:ck(?:;|h;)|kv;)|us(?:;|acir;|b;|cir;|d(?:o;|u;)|e;|mn;?|sim;|two;))|m;|o(?:intint;|pf;|und;?)|r(?:;|E;|ap;|cue;|e(?:;|c(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;))|ime(?:;|s;)|n(?:E;|ap;|sim;)|o(?:d;|f(?:alar;|line;|surf;)|p(?:;|to;))|sim;|urel;)|s(?:cr;|i;)|uncsp;)|q(?:fr;|int;|opf;|prime;|scr;|u(?:at(?:ernions;|int;)|est(?:;|eq;)|ot;?))|r(?:A(?:arr;|rr;|tail;)|Barr;|Har;|a(?:c(?:e;|ute;)|dic;|emptyv;|ng(?:;|d;|e;|le;)|quo;?|rr(?:;|ap;|b(?:;|fs;)|c;|fs;|hk;|lp;|pl;|sim;|tl;|w;)|t(?:ail;|io(?:;|nals;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|ldhar;|quo(?:;|r;)|sh;)|e(?:al(?:;|ine;|part;|s;)|ct;|g;?)|f(?:isht;|loor;|r;)|h(?:ar(?:d;|u(?:;|l;))|o(?:;|v;))|i(?:ght(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|left(?:arrows;|harpoons;)|rightarrows;|squigarrow;|threetimes;)|ng;|singdotseq;)|l(?:arr;|har;|m;)|moust(?:;|ache;)|nmid;|o(?:a(?:ng;|rr;)|brk;|p(?:ar;|f;|lus;)|times;)|p(?:ar(?:;|gt;)|polint;)|rarr;|s(?:aquo;|cr;|h;|q(?:b;|uo(?:;|r;)))|t(?:hree;|imes;|ri(?:;|e;|f;|ltri;))|uluhar;|x;)|s(?:acute;|bquo;|c(?:;|E;|a(?:p;|ron;)|cue;|e(?:;|dil;)|irc;|n(?:E;|ap;|sim;)|polint;|sim;|y;)|dot(?:;|b;|e;)|e(?:Arr;|ar(?:hk;|r(?:;|ow;))|ct;?|mi;|swar;|tm(?:inus;|n;)|xt;)|fr(?:;|own;)|h(?:arp;|c(?:hcy;|y;)|ort(?:mid;|parallel;)|y;?)|i(?:gma(?:;|f;|v;)|m(?:;|dot;|e(?:;|q;)|g(?:;|E;)|l(?:;|E;)|ne;|plus;|rarr;))|larr;|m(?:a(?:llsetminus;|shp;)|eparsl;|i(?:d;|le;)|t(?:;|e(?:;|s;)))|o(?:ftcy;|l(?:;|b(?:;|ar;))|pf;)|pa(?:des(?:;|uit;)|r;)|q(?:c(?:ap(?:;|s;)|up(?:;|s;))|su(?:b(?:;|e;|set(?:;|eq;))|p(?:;|e;|set(?:;|eq;)))|u(?:;|ar(?:e;|f;)|f;))|rarr;|s(?:cr;|etmn;|mile;|tarf;)|t(?:ar(?:;|f;)|r(?:aight(?:epsilon;|phi;)|ns;))|u(?:b(?:;|E;|dot;|e(?:;|dot;)|mult;|n(?:E;|e;)|plus;|rarr;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;)))|cc(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;)|m;|ng;|p(?:1;?|2;?|3;?|;|E;|d(?:ot;|sub;)|e(?:;|dot;)|hs(?:ol;|ub;)|larr;|mult;|n(?:E;|e;)|plus;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;))))|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|nwar;)|zlig;?)|t(?:a(?:rget;|u;)|brk;|c(?:aron;|edil;|y;)|dot;|elrec;|fr;|h(?:e(?:re(?:4;|fore;)|ta(?:;|sym;|v;))|i(?:ck(?:approx;|sim;)|nsp;)|k(?:ap;|sim;)|orn;?)|i(?:lde;|mes(?:;|b(?:;|ar;)|d;|)|nt;)|o(?:ea;|p(?:;|bot;|cir;|f(?:;|ork;))|sa;)|prime;|r(?:ade;|i(?:angle(?:;|down;|left(?:;|eq;)|q;|right(?:;|eq;))|dot;|e;|minus;|plus;|sb;|time;)|pezium;)|s(?:c(?:r;|y;)|hcy;|trok;)|w(?:ixt;|ohead(?:leftarrow;|rightarrow;)))|u(?:Arr;|Har;|a(?:cute;?|rr;)|br(?:cy;|eve;)|c(?:irc;?|y;)|d(?:arr;|blac;|har;)|f(?:isht;|r;)|grave;?|h(?:ar(?:l;|r;)|blk;)|l(?:c(?:orn(?:;|er;)|rop;)|tri;)|m(?:acr;|l;?)|o(?:gon;|pf;)|p(?:arrow;|downarrow;|harpoon(?:left;|right;)|lus;|si(?:;|h;|lon;)|uparrows;)|r(?:c(?:orn(?:;|er;)|rop;)|ing;|tri;)|scr;|t(?:dot;|ilde;|ri(?:;|f;))|u(?:arr;|ml;?)|wangle;)|v(?:Arr;|Bar(?:;|v;)|Dash;|a(?:ngrt;|r(?:epsilon;|kappa;|nothing;|p(?:hi;|i;|ropto;)|r(?:;|ho;)|s(?:igma;|u(?:bsetneq(?:;|q;)|psetneq(?:;|q;)))|t(?:heta;|riangle(?:left;|right;))))|cy;|dash;|e(?:e(?:;|bar;|eq;)|llip;|r(?:bar;|t;))|fr;|ltri;|nsu(?:b;|p;)|opf;|prop;|rtri;|s(?:cr;|u(?:bn(?:E;|e;)|pn(?:E;|e;)))|zigzag;)|w(?:circ;|e(?:d(?:bar;|ge(?:;|q;))|ierp;)|fr;|opf;|p;|r(?:;|eath;)|scr;)|x(?:c(?:ap;|irc;|up;)|dtri;|fr;|h(?:Arr;|arr;)|i;|l(?:Arr;|arr;)|map;|nis;|o(?:dot;|p(?:f;|lus;)|time;)|r(?:Arr;|arr;)|s(?:cr;|qcup;)|u(?:plus;|tri;)|vee;|wedge;)|y(?:ac(?:ute;?|y;)|c(?:irc;|y;)|en;?|fr;|icy;|opf;|scr;|u(?:cy;|ml;?))|z(?:acute;|c(?:aron;|y;)|dot;|e(?:etrf;|ta;)|fr;|hcy;|igrarr;|opf;|scr;|w(?:j;|nj;)))|[\s\S]/g;
10429
- var NAMEDCHARREF_MAXLEN = 32;
10430
10362
  var DBLQUOTEATTRVAL = /[^\r"&\u0000]+/g;
10431
10363
  var SINGLEQUOTEATTRVAL = /[^\r'&\u0000]+/g;
10432
10364
  var UNQUOTEDATTRVAL = /[^\r\t\n\f &>\u0000]+/g;
@@ -11965,8 +11897,6 @@ var require_HTMLParser = __commonJS({
11965
11897
  tagnamebuf += String.fromCharCode(c);
11966
11898
  tempbuf.push(c);
11967
11899
  return;
11968
- default:
11969
- break;
11970
11900
  }
11971
11901
  textrun.push(60);
11972
11902
  textrun.push(47);
@@ -12128,8 +12058,6 @@ var require_HTMLParser = __commonJS({
12128
12058
  tagnamebuf += String.fromCharCode(c);
12129
12059
  tempbuf.push(c);
12130
12060
  return;
12131
- default:
12132
- break;
12133
12061
  }
12134
12062
  textrun.push(60);
12135
12063
  textrun.push(47);
@@ -12299,8 +12227,6 @@ var require_HTMLParser = __commonJS({
12299
12227
  tagnamebuf += String.fromCharCode(c);
12300
12228
  tempbuf.push(c);
12301
12229
  return;
12302
- default:
12303
- break;
12304
12230
  }
12305
12231
  textrun.push(60);
12306
12232
  textrun.push(47);
@@ -12604,8 +12530,6 @@ var require_HTMLParser = __commonJS({
12604
12530
  tagnamebuf += String.fromCharCode(c);
12605
12531
  tempbuf.push(c);
12606
12532
  return;
12607
- default:
12608
- break;
12609
12533
  }
12610
12534
  textrun.push(60);
12611
12535
  textrun.push(47);
@@ -13092,7 +13016,7 @@ var require_HTMLParser = __commonJS({
13092
13016
  switch (c) {
13093
13017
  case 62:
13094
13018
  tokenizer = data_state;
13095
- emitSelfClosingTag(true);
13019
+ emitSelfClosingTag();
13096
13020
  break;
13097
13021
  case -1:
13098
13022
  emitEOF();
@@ -13774,8 +13698,6 @@ var require_HTMLParser = __commonJS({
13774
13698
  emitDoctype();
13775
13699
  emitEOF();
13776
13700
  break;
13777
- default:
13778
- break;
13779
13701
  }
13780
13702
  }
13781
13703
  function cdata_section_state(c) {
@@ -13865,8 +13787,6 @@ var require_HTMLParser = __commonJS({
13865
13787
  }
13866
13788
  }
13867
13789
  break;
13868
- default:
13869
- break;
13870
13790
  }
13871
13791
  beginTempBuf();
13872
13792
  var rv = namedCharRefs[name];
@@ -13877,7 +13797,7 @@ var require_HTMLParser = __commonJS({
13877
13797
  }
13878
13798
  tokenizer = character_reference_end_state;
13879
13799
  }
13880
- named_character_reference_state.lookahead = -NAMEDCHARREF_MAXLEN;
13800
+ named_character_reference_state.lookahead = -32;
13881
13801
  function numeric_character_reference_state(c) {
13882
13802
  character_reference_code = 0;
13883
13803
  switch (c) {
@@ -15715,8 +15635,6 @@ var require_HTMLParser = __commonJS({
15715
15635
  adjustForeignAttributes(arg3);
15716
15636
  insertForeignElement(value, arg3, current.namespaceURI);
15717
15637
  if (arg4) {
15718
- if (value === "script" && current.namespaceURI === NAMESPACE.SVG) {
15719
- }
15720
15638
  stack.pop();
15721
15639
  }
15722
15640
  return;
@@ -15800,8 +15718,6 @@ var require_HTMLParser = __commonJS({
15800
15718
  case 3:
15801
15719
  tokens.push(["EndTag", value]);
15802
15720
  break;
15803
- case -1:
15804
- break;
15805
15721
  }
15806
15722
  };
15807
15723
  if (!charbychar) {
@@ -15822,7 +15738,6 @@ var require_HTMLParser = __commonJS({
15822
15738
  // external/npm/node_modules/domino/lib/DOMImplementation.js
15823
15739
  var require_DOMImplementation = __commonJS({
15824
15740
  "external/npm/node_modules/domino/lib/DOMImplementation.js"(exports, module) {
15825
- "use strict";
15826
15741
  module.exports = DOMImplementation;
15827
15742
  var Document = require_Document();
15828
15743
  var DocumentType = require_DocumentType();
@@ -15899,7 +15814,6 @@ var require_DOMImplementation = __commonJS({
15899
15814
  // external/npm/node_modules/domino/lib/Location.js
15900
15815
  var require_Location = __commonJS({
15901
15816
  "external/npm/node_modules/domino/lib/Location.js"(exports, module) {
15902
- "use strict";
15903
15817
  var URL = require_URL();
15904
15818
  var URLUtils = require_URLUtils();
15905
15819
  module.exports = Location;
@@ -15938,7 +15852,6 @@ var require_Location = __commonJS({
15938
15852
  // external/npm/node_modules/domino/lib/NavigatorID.js
15939
15853
  var require_NavigatorID = __commonJS({
15940
15854
  "external/npm/node_modules/domino/lib/NavigatorID.js"(exports, module) {
15941
- "use strict";
15942
15855
  var NavigatorID = Object.create(null, {
15943
15856
  appCodeName: { value: "Mozilla" },
15944
15857
  appName: { value: "Netscape" },
@@ -15960,7 +15873,6 @@ var require_NavigatorID = __commonJS({
15960
15873
  // external/npm/node_modules/domino/lib/WindowTimers.js
15961
15874
  var require_WindowTimers = __commonJS({
15962
15875
  "external/npm/node_modules/domino/lib/WindowTimers.js"(exports, module) {
15963
- "use strict";
15964
15876
  var WindowTimers = {
15965
15877
  setTimeout,
15966
15878
  clearTimeout,
@@ -15974,7 +15886,6 @@ var require_WindowTimers = __commonJS({
15974
15886
  // external/npm/node_modules/domino/lib/impl.js
15975
15887
  var require_impl = __commonJS({
15976
15888
  "external/npm/node_modules/domino/lib/impl.js"(exports, module) {
15977
- "use strict";
15978
15889
  var utils = require_utils();
15979
15890
  exports = module.exports = {
15980
15891
  CSSStyleDeclaration: require_CSSStyleDeclaration(),
@@ -16005,7 +15916,6 @@ var require_impl = __commonJS({
16005
15916
  // external/npm/node_modules/domino/lib/Window.js
16006
15917
  var require_Window = __commonJS({
16007
15918
  "external/npm/node_modules/domino/lib/Window.js"(exports, module) {
16008
- "use strict";
16009
15919
  var DOMImplementation = require_DOMImplementation();
16010
15920
  var EventTarget = require_EventTarget();
16011
15921
  var Location = require_Location();
@@ -16065,7 +15975,7 @@ var require_lib = __commonJS({
16065
15975
  "external/npm/node_modules/domino/lib/index.js"(exports) {
16066
15976
  var DOMImplementation = require_DOMImplementation();
16067
15977
  var HTMLParser = require_HTMLParser();
16068
- var Window = require_Window();
15978
+ require_Window();
16069
15979
  var impl = require_impl();
16070
15980
  exports.createDOMImplementation = function() {
16071
15981
  return new DOMImplementation(null);
@@ -16136,10 +16046,10 @@ function serializeDocument(doc) {
16136
16046
  /**
16137
16047
  * DOM Adapter for the server platform based on https://github.com/fgnass/domino.
16138
16048
  */
16139
- class DominoAdapter extends ɵBrowserDomAdapter {
16049
+ class DominoAdapter extends _BrowserDomAdapter {
16140
16050
  static makeCurrent() {
16141
16051
  setDomTypes();
16142
- ɵsetRootDomAdapter(new DominoAdapter());
16052
+ _setRootDomAdapter(new DominoAdapter());
16143
16053
  }
16144
16054
  supportsDOMEvents = false;
16145
16055
  static defaultDoc;
@@ -16227,12 +16137,12 @@ class PlatformState {
16227
16137
  throw new Error('Disabled DOM emulation should only run in browser environments');
16228
16138
  }
16229
16139
  const measuringLabel = 'renderToString';
16230
- ɵstartMeasuring(measuringLabel);
16140
+ _startMeasuring(measuringLabel);
16231
16141
  const rendered = this._enableDomEmulation
16232
16142
  ? serializeDocument(this._doc)
16233
16143
  : // In the case we run/test the platform-server in a browser environment
16234
16144
  this._doc.documentElement.outerHTML;
16235
- ɵstopMeasuring(measuringLabel);
16145
+ _stopMeasuring(measuringLabel);
16236
16146
  return rendered;
16237
16147
  }
16238
16148
  /**
@@ -16241,10 +16151,10 @@ class PlatformState {
16241
16151
  getDocument() {
16242
16152
  return this._doc;
16243
16153
  }
16244
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16245
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: PlatformState });
16154
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: PlatformState, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16155
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: PlatformState });
16246
16156
  }
16247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: PlatformState, decorators: [{
16157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: PlatformState, decorators: [{
16248
16158
  type: Injectable
16249
16159
  }], ctorParameters: () => [{ type: undefined, decorators: [{
16250
16160
  type: Inject,
@@ -16273,10 +16183,10 @@ class ServerXhr {
16273
16183
  }
16274
16184
  return new impl.XMLHttpRequest();
16275
16185
  }
16276
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16277
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerXhr });
16186
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerXhr, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16187
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerXhr });
16278
16188
  }
16279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerXhr, decorators: [{
16189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerXhr, decorators: [{
16280
16190
  type: Injectable
16281
16191
  }] });
16282
16192
  function relativeUrlsTransformerInterceptorFn(request, next) {
@@ -16297,7 +16207,7 @@ function relativeUrlsTransformerInterceptorFn(request, next) {
16297
16207
  const SERVER_HTTP_PROVIDERS = [
16298
16208
  { provide: XhrFactory, useClass: ServerXhr },
16299
16209
  {
16300
- provide: ɵHTTP_ROOT_INTERCEPTOR_FNS,
16210
+ provide: _HTTP_ROOT_INTERCEPTOR_FNS,
16301
16211
  useValue: relativeUrlsTransformerInterceptorFn,
16302
16212
  multi: true,
16303
16213
  },
@@ -16347,7 +16257,7 @@ class ServerPlatformLocation {
16347
16257
  }
16348
16258
  }
16349
16259
  getBaseHrefFromDOM() {
16350
- return ɵgetDOM().getBaseHref(this._doc);
16260
+ return _getDOM().getBaseHref(this._doc);
16351
16261
  }
16352
16262
  onPopState(fn) {
16353
16263
  // No-op: a state stack is not implemented, so
@@ -16395,10 +16305,10 @@ class ServerPlatformLocation {
16395
16305
  getState() {
16396
16306
  return undefined;
16397
16307
  }
16398
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
16399
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerPlatformLocation });
16308
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerPlatformLocation, deps: [{ token: DOCUMENT }, { token: INITIAL_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
16309
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerPlatformLocation });
16400
16310
  }
16401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerPlatformLocation, decorators: [{
16311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerPlatformLocation, decorators: [{
16402
16312
  type: Injectable
16403
16313
  }], ctorParameters: () => [{ type: undefined, decorators: [{
16404
16314
  type: Inject,
@@ -16421,12 +16331,12 @@ class ServerEventManagerPlugin extends EventManagerPlugin {
16421
16331
  return true;
16422
16332
  }
16423
16333
  addEventListener(element, eventName, handler, options) {
16424
- return ɵgetDOM().onAndCancel(element, eventName, handler, options);
16334
+ return _getDOM().onAndCancel(element, eventName, handler, options);
16425
16335
  }
16426
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerEventManagerPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16427
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerEventManagerPlugin });
16336
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerEventManagerPlugin, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
16337
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerEventManagerPlugin });
16428
16338
  }
16429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerEventManagerPlugin, decorators: [{
16339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerEventManagerPlugin, decorators: [{
16430
16340
  type: Injectable
16431
16341
  }], ctorParameters: () => [{ type: undefined, decorators: [{
16432
16342
  type: Inject,
@@ -16473,7 +16383,7 @@ function serializeTransferStateFactory() {
16473
16383
  const injector = inject(Injector);
16474
16384
  return () => {
16475
16385
  const measuringLabel = 'serializeTransferStateFactory';
16476
- ɵstartMeasuring(measuringLabel);
16386
+ _startMeasuring(measuringLabel);
16477
16387
  // The `.toJSON` here causes the `onSerialize` callbacks to be called.
16478
16388
  // These callbacks can be used to provide the value for a given key.
16479
16389
  const content = transferStore.toJson();
@@ -16497,13 +16407,13 @@ function serializeTransferStateFactory() {
16497
16407
  // bundles are always `type="module"`. These are deferred by default and cause the
16498
16408
  // transfer data to be queried only after the browser has finished parsing the DOM.
16499
16409
  doc.body.appendChild(script);
16500
- ɵstopMeasuring(measuringLabel);
16410
+ _stopMeasuring(measuringLabel);
16501
16411
  };
16502
16412
  }
16503
16413
 
16504
16414
  const INTERNAL_SERVER_PLATFORM_PROVIDERS = [
16505
16415
  { provide: DOCUMENT, useFactory: _document, deps: [Injector] },
16506
- { provide: PLATFORM_ID, useValue: ɵPLATFORM_SERVER_ID },
16416
+ { provide: PLATFORM_ID, useValue: _PLATFORM_SERVER_ID },
16507
16417
  { provide: PLATFORM_INITIALIZER, useFactory: initDominoAdapter, multi: true, deps: [Injector] },
16508
16418
  {
16509
16419
  provide: PlatformLocation,
@@ -16512,7 +16422,7 @@ const INTERNAL_SERVER_PLATFORM_PROVIDERS = [
16512
16422
  },
16513
16423
  { provide: PlatformState, deps: [DOCUMENT] },
16514
16424
  // Add special provider that allows multiple instances of platformServer* to be created.
16515
- { provide: ɵALLOW_MULTIPLE_PLATFORMS, useValue: true },
16425
+ { provide: _ALLOW_MULTIPLE_PLATFORMS, useValue: true },
16516
16426
  ];
16517
16427
  function initDominoAdapter(injector) {
16518
16428
  const _enableDomEmulation = enableDomEmulation(injector);
@@ -16521,7 +16431,7 @@ function initDominoAdapter(injector) {
16521
16431
  DominoAdapter.makeCurrent();
16522
16432
  }
16523
16433
  else {
16524
- ɵBrowserDomAdapter.makeCurrent();
16434
+ _BrowserDomAdapter.makeCurrent();
16525
16435
  }
16526
16436
  };
16527
16437
  }
@@ -16533,8 +16443,8 @@ const PLATFORM_SERVER_PROVIDERS = [
16533
16443
  SERVER_RENDER_PROVIDERS,
16534
16444
  SERVER_HTTP_PROVIDERS,
16535
16445
  { provide: Testability, useValue: null }, // Keep for backwards-compatibility.
16536
- { provide: ɵTESTABILITY, useValue: null },
16537
- { provide: ViewportScroller, useClass: ɵNullViewportScroller },
16446
+ { provide: _TESTABILITY, useValue: null },
16447
+ { provide: ViewportScroller, useClass: _NullViewportScroller },
16538
16448
  ];
16539
16449
  /**
16540
16450
  * The ng module for the server.
@@ -16542,11 +16452,11 @@ const PLATFORM_SERVER_PROVIDERS = [
16542
16452
  * @publicApi
16543
16453
  */
16544
16454
  class ServerModule {
16545
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16546
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerModule, exports: [BrowserModule] });
16547
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerModule, providers: PLATFORM_SERVER_PROVIDERS, imports: [BrowserModule] });
16455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16456
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerModule, exports: [BrowserModule] });
16457
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerModule, providers: PLATFORM_SERVER_PROVIDERS, imports: [BrowserModule] });
16548
16458
  }
16549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1", ngImport: i0, type: ServerModule, decorators: [{
16459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3", ngImport: i0, type: ServerModule, decorators: [{
16550
16460
  type: NgModule,
16551
16461
  args: [{
16552
16462
  exports: [BrowserModule],
@@ -16566,10 +16476,10 @@ function _document(injector) {
16566
16476
  : config.document;
16567
16477
  }
16568
16478
  else {
16569
- document = ɵgetDOM().createHtmlDocument();
16479
+ document = _getDOM().createHtmlDocument();
16570
16480
  }
16571
16481
  // Tell ivy about the global document
16572
- ɵsetDocument(document);
16482
+ _setDocument(document);
16573
16483
  return document;
16574
16484
  }
16575
16485
  /**
@@ -16624,12 +16534,12 @@ const EVENT_DISPATCH_SCRIPT_ID = 'ng-event-dispatch-contract';
16624
16534
  function createServerPlatform(options) {
16625
16535
  const extraProviders = options.platformProviders ?? [];
16626
16536
  const measuringLabel = 'createServerPlatform';
16627
- ɵstartMeasuring(measuringLabel);
16537
+ _startMeasuring(measuringLabel);
16628
16538
  const platform = platformServer([
16629
16539
  { provide: INITIAL_CONFIG, useValue: { document: options.document, url: options.url } },
16630
16540
  extraProviders,
16631
16541
  ]);
16632
- ɵstopMeasuring(measuringLabel);
16542
+ _stopMeasuring(measuringLabel);
16633
16543
  return platform;
16634
16544
  }
16635
16545
  /**
@@ -16651,17 +16561,17 @@ function removeEventDispatchScript(doc) {
16651
16561
  */
16652
16562
  function prepareForHydration(platformState, applicationRef) {
16653
16563
  const measuringLabel = 'prepareForHydration';
16654
- ɵstartMeasuring(measuringLabel);
16564
+ _startMeasuring(measuringLabel);
16655
16565
  const environmentInjector = applicationRef.injector;
16656
16566
  const doc = platformState.getDocument();
16657
- if (!environmentInjector.get(ɵIS_HYDRATION_DOM_REUSE_ENABLED, false)) {
16567
+ if (!environmentInjector.get(_IS_HYDRATION_DOM_REUSE_ENABLED, false)) {
16658
16568
  // Hydration is diabled, remove inlined event dispatch script.
16659
16569
  // (which was injected by the build process) from the HTML.
16660
16570
  removeEventDispatchScript(doc);
16661
16571
  return;
16662
16572
  }
16663
16573
  appendSsrContentIntegrityMarker(doc);
16664
- const eventTypesToReplay = ɵannotateForHydration(applicationRef, doc);
16574
+ const eventTypesToReplay = _annotateForHydration(applicationRef, doc);
16665
16575
  if (eventTypesToReplay.regular.size || eventTypesToReplay.capture.size) {
16666
16576
  insertEventRecordScript(environmentInjector.get(APP_ID), doc, eventTypesToReplay, environmentInjector.get(CSP_NONCE, null));
16667
16577
  }
@@ -16670,7 +16580,7 @@ function prepareForHydration(platformState, applicationRef) {
16670
16580
  // (which was injected by the build process) from the HTML.
16671
16581
  removeEventDispatchScript(doc);
16672
16582
  }
16673
- ɵstopMeasuring(measuringLabel);
16583
+ _stopMeasuring(measuringLabel);
16674
16584
  }
16675
16585
  /**
16676
16586
  * Creates a marker comment node and append it into the `<body>`.
@@ -16680,7 +16590,7 @@ function prepareForHydration(platformState, applicationRef) {
16680
16590
  */
16681
16591
  function appendSsrContentIntegrityMarker(doc) {
16682
16592
  // Adding a ng hydration marker comment
16683
- const comment = doc.createComment(ɵSSR_CONTENT_INTEGRITY_MARKER);
16593
+ const comment = doc.createComment(_SSR_CONTENT_INTEGRITY_MARKER);
16684
16594
  doc.body.firstChild
16685
16595
  ? doc.body.insertBefore(comment, doc.body.firstChild)
16686
16596
  : doc.body.append(comment);
@@ -16702,7 +16612,7 @@ function appendServerContextInfo(applicationRef) {
16702
16612
  }
16703
16613
  function insertEventRecordScript(appId, doc, eventTypesToReplay, nonce) {
16704
16614
  const measuringLabel = 'insertEventRecordScript';
16705
- ɵstartMeasuring(measuringLabel);
16615
+ _startMeasuring(measuringLabel);
16706
16616
  const { regular, capture } = eventTypesToReplay;
16707
16617
  const eventDispatchScript = findEventDispatchScript(doc);
16708
16618
  // Note: this is only true when build with the CLI tooling, which inserts the script in the HTML
@@ -16719,16 +16629,21 @@ function insertEventRecordScript(appId, doc, eventTypesToReplay, nonce) {
16719
16629
  // relies on `__jsaction_bootstrap` to be defined in the global scope.
16720
16630
  eventDispatchScript.after(replayScript);
16721
16631
  }
16722
- ɵstopMeasuring(measuringLabel);
16632
+ _stopMeasuring(measuringLabel);
16723
16633
  }
16724
- async function _render(platformRef, applicationRef) {
16725
- const measuringLabel = 'whenStable';
16726
- ɵstartMeasuring(measuringLabel);
16727
- // Block until application is stable.
16728
- await applicationRef.whenStable();
16729
- ɵstopMeasuring(measuringLabel);
16634
+ /**
16635
+ * Renders an Angular application to a string.
16636
+ *
16637
+ * @private
16638
+ *
16639
+ * @param platformRef - Reference to the Angular platform.
16640
+ * @param applicationRef - Reference to the Angular application.
16641
+ * @returns A promise that resolves to the rendered string.
16642
+ */
16643
+ async function renderInternal(platformRef, applicationRef) {
16730
16644
  const platformState = platformRef.injector.get(PlatformState);
16731
16645
  prepareForHydration(platformState, applicationRef);
16646
+ appendServerContextInfo(applicationRef);
16732
16647
  // Run any BEFORE_APP_SERIALIZED callbacks just before rendering to string.
16733
16648
  const environmentInjector = applicationRef.injector;
16734
16649
  const callbacks = environmentInjector.get(BEFORE_APP_SERIALIZED, null);
@@ -16754,7 +16669,6 @@ async function _render(platformRef, applicationRef) {
16754
16669
  }
16755
16670
  }
16756
16671
  }
16757
- appendServerContextInfo(applicationRef);
16758
16672
  return platformState.renderToString();
16759
16673
  }
16760
16674
  /**
@@ -16806,7 +16720,12 @@ async function renderModule(moduleType, options) {
16806
16720
  try {
16807
16721
  const moduleRef = await platformRef.bootstrapModule(moduleType);
16808
16722
  const applicationRef = moduleRef.injector.get(ApplicationRef);
16809
- return await _render(platformRef, applicationRef);
16723
+ const measuringLabel = 'whenStable';
16724
+ _startMeasuring(measuringLabel);
16725
+ // Block until application is stable.
16726
+ await applicationRef.whenStable();
16727
+ _stopMeasuring(measuringLabel);
16728
+ return await renderInternal(platformRef, applicationRef);
16810
16729
  }
16811
16730
  finally {
16812
16731
  await asyncDestroyPlatform(platformRef);
@@ -16836,20 +16755,25 @@ async function renderApplication(bootstrap, options) {
16836
16755
  const renderAppLabel = 'renderApplication';
16837
16756
  const bootstrapLabel = 'bootstrap';
16838
16757
  const _renderLabel = '_render';
16839
- ɵstartMeasuring(renderAppLabel);
16758
+ _startMeasuring(renderAppLabel);
16840
16759
  const platformRef = createServerPlatform(options);
16841
16760
  try {
16842
- ɵstartMeasuring(bootstrapLabel);
16761
+ _startMeasuring(bootstrapLabel);
16843
16762
  const applicationRef = await bootstrap();
16844
- ɵstopMeasuring(bootstrapLabel);
16845
- ɵstartMeasuring(_renderLabel);
16846
- const rendered = await _render(platformRef, applicationRef);
16847
- ɵstopMeasuring(_renderLabel);
16763
+ _stopMeasuring(bootstrapLabel);
16764
+ _startMeasuring(_renderLabel);
16765
+ const measuringLabel = 'whenStable';
16766
+ _startMeasuring(measuringLabel);
16767
+ // Block until application is stable.
16768
+ await applicationRef.whenStable();
16769
+ _stopMeasuring(measuringLabel);
16770
+ const rendered = await renderInternal(platformRef, applicationRef);
16771
+ _stopMeasuring(_renderLabel);
16848
16772
  return rendered;
16849
16773
  }
16850
16774
  finally {
16851
16775
  await asyncDestroyPlatform(platformRef);
16852
- ɵstopMeasuring(renderAppLabel);
16776
+ _stopMeasuring(renderAppLabel);
16853
16777
  }
16854
16778
  }
16855
16779
 
@@ -16861,16 +16785,7 @@ async function renderApplication(bootstrap, options) {
16861
16785
  /**
16862
16786
  * @publicApi
16863
16787
  */
16864
- const VERSION = new Version('20.0.0-next.1');
16865
-
16866
- /// <reference types="node" />
16867
- // This file only reexports content of the `src` folder. Keep it that way.
16868
-
16869
- // This file is not used to build this module. It is only used during editing
16870
-
16871
- /**
16872
- * Generated bundle index. Do not edit.
16873
- */
16788
+ const VERSION = new Version('20.0.0-next.3');
16874
16789
 
16875
- export { BEFORE_APP_SERIALIZED, INITIAL_CONFIG, PlatformState, ServerModule, VERSION, platformServer, provideServerRendering, renderApplication, renderModule, ENABLE_DOM_EMULATION as ɵENABLE_DOM_EMULATION, INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_CONTEXT as ɵSERVER_CONTEXT, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS };
16790
+ export { BEFORE_APP_SERIALIZED, INITIAL_CONFIG, PlatformState, ServerModule, VERSION, platformServer, provideServerRendering, renderApplication, renderModule, ENABLE_DOM_EMULATION as ɵENABLE_DOM_EMULATION, INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_CONTEXT as ɵSERVER_CONTEXT, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS, renderInternal as ɵrenderInternal };
16876
16791
  //# sourceMappingURL=platform-server.mjs.map