From 9fe4580198df7317776aa1019dd7a0966381901e Mon Sep 17 00:00:00 2001 From: Stef Busking Date: Wed, 22 Jun 2022 12:35:25 +0200 Subject: [PATCH] Update README, bump dependencies --- README.md | 12 +- api/slimdom.api.json | 1125 +++++++++++++++++++++++++++++------------- package.json | 16 +- 3 files changed, 794 insertions(+), 359 deletions(-) diff --git a/README.md b/README.md index 08b0179..708b2f6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ const xml = slimdom.serializeToWellFormedString(document); // -> '' // Or parse from a string: -const document2 = new slimdom.DOMParser().parseFromString('Hello!'); +const document2 = slimdom.parseXmlDocument('Hello!'); document2.documentElement.setAttribute('attr', 'new value'); const xml2 = slimdom.serializeToWellFormedString(document2); // -> 'Hello!' @@ -77,13 +77,15 @@ Do not rely on the behavior or presence of any methods and properties not specif This library implements the changes from [whatwg/dom#819][dom-adopt-pr], as the specification as currently described has known bugs around adoption. +As serializing XML using the `XMLSerializer` does not enforce well-formedness, you may instead want to use the `serializeToWellFormedString` function which does perform such checks. + ### Parsing -This library does not implement HTML parsing, which means no `insertAdjacentHTML` on `Element`, nor `createContextualFragment` on `Range`. The `innerHTML` and `outerHTML` properties are read-only. +The `DOMParser` interface is implemented, but this can only be used to parse XML. As the spec for it requires generating and returning an error document when parsing fails, you may want to use the `parseXmlDocument` function instead, which throws in such cases. -The `DOMParser` interface is implemented, but this can only be used to parse XML. The XML parser is non-validating, and therefore does not support an external DTD or external parsed entities. During parsing, any referenced entities are included, default attribute values are materialized and the DTD internal subset is discarded. References to external entities are replaced with nothing. References to parameter entities are also ignored. +The XML parser is non-validating, but does check for well-formedness. It does not support an external DTD or external parsed entities, but does check any internal DTD for syntactic errors. During parsing, any referenced entities are included, default attribute values are materialized and the DTD internal subset is discarded. References to external entities are replaced with nothing. References to parameter entities are ignored. -If you need to parse HTML, see [this example][parse5-example] which shows how to connect the [parse5][parse5] HTML parser with the help of the [dom-treeadapter][dom-treeadapter] library. +This library does not implement HTML parsing, which means no `insertAdjacentHTML` on `Element`, nor `createContextualFragment` on `Range`. The `innerHTML` and `outerHTML` properties are read-only. If you need to parse HTML, see [this example][parse5-example] which shows how to connect the [parse5][parse5] HTML parser with the help of the [dom-treeadapter][dom-treeadapter] library. ### CSS Selectors and XPath @@ -134,4 +136,6 @@ The slimdom library and tests are developed in [TypeScript](https://www.typescri This repository includes a full suite of tests based on [jest](https://facebook.github.io/jest/). Run `npm test` to run the tests, or `npm run test:debug` to debug the tests and code by disabling coverage and enabling the node inspector (see [chrome://inspect](chrome://inspect) in Chrome). +A runner for the W3C [XML Conformance Test Suites](https://www.w3.org/XML/Test/) is included in the `test/dom-parsing/xmlConformance.tests.ts` file. These tests are used to check that the parser conforms to the specificiations. To run these tests, first execute `npm run download-xmlconf` to download the necessary files to the `temp/xmlconf` directory. The tests will then be included automatically when running `npm test`. Tests for documents that are supposed to be rejected use Jest's snapshots feature to guard against unintentional changes to the errors produced. You may need to update these snapshots when the format of errors changes by running `npm test -- -u`. + An experimental runner for the W3C [web platform tests](http://web-platform-tests.org/) is included in the `test/web-platform-tests` directory temporarily unavailable due to the migration to jest. To use it (when re-enabled), clone the [web platform tests repository](https://github.com/w3c/web-platform-tests) somewhere and set the `WEB_PLATFORM_TESTS_PATH` environment variable to the corresponding path. Then run `npm test` as normal. The `webPlatform.tests.ts` file contains a blacklist of tests that don't currently run due to missing features. diff --git a/api/slimdom.api.json b/api/slimdom.api.json index 90dd04f..c4b148e 100644 --- a/api/slimdom.api.json +++ b/api/slimdom.api.json @@ -1,8 +1,8 @@ { "metadata": { "toolPackage": "@microsoft/api-extractor", - "toolVersion": "7.24.2", - "schemaVersion": 1005, + "toolVersion": "7.25.2", + "schemaVersion": 1006, "oldestForwardsCompatibleVersion": 1001, "tsdocConfig": { "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", @@ -220,13 +220,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -238,6 +238,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -296,6 +297,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -358,6 +360,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "localName", @@ -365,7 +368,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -393,13 +397,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -411,6 +415,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -439,13 +444,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -457,6 +462,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -477,6 +483,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "name", @@ -484,7 +491,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -504,6 +512,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "namespaceURI", @@ -511,7 +520,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -531,6 +541,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -538,7 +549,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -558,6 +570,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -565,7 +578,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -589,6 +603,7 @@ "text": "\n\nset nodeValue(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -596,7 +611,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -621,6 +637,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ownerElement", @@ -628,7 +645,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -648,6 +666,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "prefix", @@ -655,7 +674,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -679,6 +699,7 @@ "text": "\n\nset textContent(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -686,7 +707,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -710,6 +732,7 @@ "text": "\n\nset value(value: string);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "value", @@ -717,7 +740,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -776,13 +800,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -794,6 +818,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -815,6 +840,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -845,6 +871,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -852,7 +879,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -872,6 +900,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -879,7 +908,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -950,6 +980,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "_data", @@ -957,7 +988,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": true }, { "kind": "Constructor", @@ -978,6 +1010,7 @@ } ], "releaseTag": "Public", + "isProtected": true, "overloadIndex": 1, "parameters": [ { @@ -1025,13 +1058,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1043,6 +1076,7 @@ "isOptional": false } ], + "isOptional": false, "name": "after" }, { @@ -1071,13 +1105,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1089,6 +1123,7 @@ "isOptional": false } ], + "isOptional": false, "name": "appendData" }, { @@ -1126,13 +1161,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1144,6 +1179,7 @@ "isOptional": false } ], + "isOptional": false, "name": "before" }, { @@ -1168,6 +1204,7 @@ "text": "\n\nset data(newValue: string);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "data", @@ -1175,7 +1212,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -1211,13 +1249,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1237,6 +1275,7 @@ "isOptional": false } ], + "isOptional": false, "name": "deleteData" }, { @@ -1273,13 +1312,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1299,6 +1338,7 @@ "isOptional": false } ], + "isOptional": false, "name": "insertData" }, { @@ -1319,6 +1359,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "length", @@ -1326,7 +1367,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -1354,13 +1396,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1372,6 +1414,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -1400,13 +1443,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1418,6 +1461,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -1443,6 +1487,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nextElementSibling", @@ -1450,7 +1495,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -1474,6 +1520,7 @@ "text": "\n\nset nodeValue(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -1481,7 +1528,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -1506,6 +1554,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "previousElementSibling", @@ -1513,7 +1562,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -1533,15 +1583,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "remove" }, { @@ -1586,13 +1637,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 7, "endIndex": 8 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1620,6 +1671,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceData" }, { @@ -1657,13 +1709,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1675,6 +1727,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceWith" }, { @@ -1711,13 +1764,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1737,6 +1790,7 @@ "isOptional": false } ], + "isOptional": false, "name": "substringData" }, { @@ -1761,6 +1815,7 @@ "text": "\n\nset textContent(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -1768,7 +1823,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -1836,13 +1892,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1854,6 +1910,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -1875,6 +1932,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -1905,6 +1963,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -1912,7 +1971,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -1932,6 +1992,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -1939,7 +2000,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -2020,13 +2082,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2038,6 +2100,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -2051,6 +2114,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [] }, @@ -2089,13 +2153,26 @@ "text": ";" } ], - "isOptional": false, + "typeParameters": [ + { + "typeParameterName": "TNode", + "constraintTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "defaultTypeTokenRange": { + "startIndex": 0, + "endIndex": 0 + } + } + ], "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2107,19 +2184,7 @@ "isOptional": false } ], - "typeParameters": [ - { - "typeParameterName": "TNode", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], + "isOptional": false, "name": "adoptNode" }, { @@ -2157,13 +2222,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2175,6 +2240,7 @@ "isOptional": false } ], + "isOptional": false, "name": "append" }, { @@ -2195,6 +2261,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "childElementCount", @@ -2202,7 +2269,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -2227,6 +2295,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "children", @@ -2234,7 +2303,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -2263,13 +2333,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2281,6 +2351,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createAttribute" }, { @@ -2318,13 +2389,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2344,6 +2415,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createAttributeNS" }, { @@ -2373,13 +2445,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2391,6 +2463,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createCDATASection" }, { @@ -2420,13 +2493,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2438,6 +2511,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createComment" }, { @@ -2459,15 +2533,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "createDocumentFragment" }, { @@ -2497,13 +2572,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2515,6 +2590,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createElement" }, { @@ -2552,13 +2628,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2578,6 +2654,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createElementNS" }, { @@ -2615,13 +2692,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2641,6 +2718,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createProcessingInstruction" }, { @@ -2662,15 +2740,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "createRange" }, { @@ -2700,13 +2779,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2718,6 +2797,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createTextNode" }, { @@ -2743,6 +2823,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "doctype", @@ -2750,7 +2831,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -2775,6 +2857,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "documentElement", @@ -2782,7 +2865,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -2807,6 +2891,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "firstElementChild", @@ -2814,7 +2899,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -2847,13 +2933,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 5 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2865,6 +2951,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getElementsByTagName" }, { @@ -2906,13 +2993,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 7 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -2932,6 +3019,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getElementsByTagNameNS" }, { @@ -2953,6 +3041,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "implementation", @@ -2960,7 +3049,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -3005,13 +3095,26 @@ "text": ";" } ], - "isOptional": false, + "typeParameters": [ + { + "typeParameterName": "TNode", + "constraintTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "defaultTypeTokenRange": { + "startIndex": 0, + "endIndex": 0 + } + } + ], "isStatic": false, "returnTypeTokenRange": { "startIndex": 7, "endIndex": 8 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3031,19 +3134,7 @@ "isOptional": true } ], - "typeParameters": [ - { - "typeParameterName": "TNode", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], + "isOptional": false, "name": "importNode" }, { @@ -3069,6 +3160,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "lastElementChild", @@ -3076,7 +3168,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -3104,13 +3197,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3122,6 +3215,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -3150,13 +3244,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3168,6 +3262,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -3188,6 +3283,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -3195,7 +3291,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3215,6 +3312,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -3222,7 +3320,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3246,6 +3345,7 @@ "text": "\n\nset nodeValue(_newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -3253,7 +3353,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -3290,13 +3391,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3308,6 +3409,7 @@ "isOptional": false } ], + "isOptional": false, "name": "prepend" }, { @@ -3345,13 +3447,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3363,6 +3465,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceChildren" }, { @@ -3387,6 +3490,7 @@ "text": "\n\nset textContent(_newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -3394,7 +3498,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -3427,6 +3532,7 @@ "canonicalReference": "slimdom!default:class" } ], + "isReadonly": true, "releaseTag": "Public", "name": "document", "variableTypeTokenRange": { @@ -3506,13 +3612,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3524,6 +3630,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -3537,6 +3644,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [] }, @@ -3575,13 +3683,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3593,6 +3701,7 @@ "isOptional": false } ], + "isOptional": false, "name": "append" }, { @@ -3613,6 +3722,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "childElementCount", @@ -3620,7 +3730,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3645,6 +3756,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "children", @@ -3652,7 +3764,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3677,6 +3790,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "firstElementChild", @@ -3684,7 +3798,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3709,6 +3824,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "lastElementChild", @@ -3716,7 +3832,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -3744,13 +3861,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3762,6 +3879,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -3790,13 +3908,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3808,6 +3926,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -3828,6 +3947,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -3835,7 +3955,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3855,6 +3976,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -3862,7 +3984,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -3886,6 +4009,7 @@ "text": "\n\nset nodeValue(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -3893,7 +4017,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -3930,13 +4055,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -3948,6 +4073,7 @@ "isOptional": false } ], + "isOptional": false, "name": "prepend" }, { @@ -3985,13 +4111,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4003,6 +4129,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceChildren" }, { @@ -4027,6 +4154,7 @@ "text": "\n\nset textContent(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -4034,7 +4162,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -4115,13 +4244,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4133,6 +4262,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -4170,6 +4300,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4233,13 +4364,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4251,6 +4382,7 @@ "isOptional": false } ], + "isOptional": false, "name": "after" }, { @@ -4288,13 +4420,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4306,6 +4438,7 @@ "isOptional": false } ], + "isOptional": false, "name": "before" }, { @@ -4334,13 +4467,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4352,6 +4485,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -4380,13 +4514,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4398,6 +4532,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -4418,6 +4553,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "name", @@ -4425,7 +4561,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4445,6 +4582,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -4452,7 +4590,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4472,6 +4611,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -4479,7 +4619,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4503,6 +4644,7 @@ "text": "\n\nset nodeValue(_newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -4510,7 +4652,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4530,6 +4673,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "publicId", @@ -4537,7 +4681,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -4557,15 +4702,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "remove" }, { @@ -4603,13 +4749,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4621,6 +4767,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceWith" }, { @@ -4641,6 +4788,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "systemId", @@ -4648,7 +4796,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4672,6 +4821,7 @@ "text": "\n\nset textContent(_newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -4679,7 +4829,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -4742,6 +4893,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4780,6 +4932,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "code", @@ -4787,7 +4940,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4807,6 +4961,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "message", @@ -4814,7 +4969,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4834,6 +4990,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "name", @@ -4841,7 +4998,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -4861,6 +5019,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "stack", @@ -4868,7 +5027,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -4910,6 +5070,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -4970,13 +5131,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 8, "endIndex": 9 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5004,6 +5165,7 @@ "isOptional": true } ], + "isOptional": false, "name": "createDocument" }, { @@ -5049,13 +5211,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 7, "endIndex": 8 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5083,6 +5245,7 @@ "isOptional": false } ], + "isOptional": false, "name": "createDocumentType" }, { @@ -5112,13 +5275,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5130,6 +5293,7 @@ "isOptional": true } ], + "isOptional": false, "name": "createHTMLDocument" } ], @@ -5159,6 +5323,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [] }, @@ -5197,13 +5362,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5223,6 +5388,7 @@ "isOptional": false } ], + "isOptional": false, "name": "parseFromString" } ], @@ -5309,13 +5475,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5327,6 +5493,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -5364,6 +5531,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5427,13 +5595,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5445,6 +5613,7 @@ "isOptional": false } ], + "isOptional": false, "name": "after" }, { @@ -5482,13 +5651,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5500,6 +5669,7 @@ "isOptional": false } ], + "isOptional": false, "name": "append" }, { @@ -5525,6 +5695,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "attributes", @@ -5532,7 +5703,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -5569,13 +5741,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5587,6 +5759,7 @@ "isOptional": false } ], + "isOptional": false, "name": "before" }, { @@ -5607,6 +5780,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "childElementCount", @@ -5614,7 +5788,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -5639,6 +5814,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "children", @@ -5646,7 +5822,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -5671,6 +5848,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "firstElementChild", @@ -5678,7 +5856,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -5706,13 +5885,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5724,6 +5903,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getAttribute" }, { @@ -5757,13 +5937,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 5 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5775,6 +5955,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getAttributeNode" }, { @@ -5816,13 +5997,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 7 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5842,6 +6023,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getAttributeNodeNS" }, { @@ -5878,13 +6060,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5904,6 +6086,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getAttributeNS" }, { @@ -5937,13 +6120,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 5 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -5955,6 +6138,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getElementsByTagName" }, { @@ -5996,13 +6180,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 7 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6022,6 +6206,7 @@ "isOptional": false } ], + "isOptional": false, "name": "getElementsByTagNameNS" }, { @@ -6050,13 +6235,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6068,6 +6253,7 @@ "isOptional": false } ], + "isOptional": false, "name": "hasAttribute" }, { @@ -6104,13 +6290,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6130,6 +6316,7 @@ "isOptional": false } ], + "isOptional": false, "name": "hasAttributeNS" }, { @@ -6150,15 +6337,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "hasAttributes" }, { @@ -6179,6 +6367,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "innerHTML", @@ -6186,7 +6375,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6211,6 +6401,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "lastElementChild", @@ -6218,7 +6409,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6238,6 +6430,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "localName", @@ -6245,7 +6438,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -6273,13 +6467,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6291,6 +6485,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -6319,13 +6514,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6337,6 +6532,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -6357,6 +6553,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "namespaceURI", @@ -6364,7 +6561,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6389,6 +6587,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nextElementSibling", @@ -6396,7 +6595,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6416,6 +6616,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -6423,7 +6624,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6443,6 +6645,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -6450,7 +6653,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6474,6 +6678,7 @@ "text": "\n\nset nodeValue(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -6481,7 +6686,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6501,6 +6707,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "outerHTML", @@ -6508,7 +6715,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -6528,6 +6736,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "prefix", @@ -6535,7 +6744,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -6572,13 +6782,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6590,6 +6800,7 @@ "isOptional": false } ], + "isOptional": false, "name": "prepend" }, { @@ -6615,6 +6826,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "previousElementSibling", @@ -6622,7 +6834,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -6642,15 +6855,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "remove" }, { @@ -6679,13 +6893,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6697,6 +6911,7 @@ "isOptional": false } ], + "isOptional": false, "name": "removeAttribute" }, { @@ -6727,13 +6942,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6745,6 +6960,7 @@ "isOptional": false } ], + "isOptional": false, "name": "removeAttributeNode" }, { @@ -6781,13 +6997,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6807,6 +7023,7 @@ "isOptional": false } ], + "isOptional": false, "name": "removeAttributeNS" }, { @@ -6844,13 +7061,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6862,6 +7079,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceChildren" }, { @@ -6899,13 +7117,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6917,6 +7135,7 @@ "isOptional": false } ], + "isOptional": false, "name": "replaceWith" }, { @@ -6953,13 +7172,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -6979,6 +7198,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setAttribute" }, { @@ -7013,13 +7233,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 5 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7031,6 +7251,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setAttributeNode" }, { @@ -7065,13 +7286,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 5 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7083,6 +7304,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setAttributeNodeNS" }, { @@ -7127,13 +7349,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 7, "endIndex": 8 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7161,6 +7383,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setAttributeNS" }, { @@ -7181,6 +7404,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "tagName", @@ -7188,7 +7412,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7212,6 +7437,7 @@ "text": "\n\nset textContent(newValue: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -7219,7 +7445,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -7255,13 +7482,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7281,6 +7508,7 @@ "isOptional": true } ], + "isOptional": false, "name": "toggleAttribute" } ], @@ -7335,6 +7563,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "_callback", @@ -7342,7 +7571,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7367,6 +7597,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "_nodes", @@ -7374,7 +7605,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7399,6 +7631,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "_recordQueue", @@ -7406,7 +7639,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7431,6 +7665,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "_transients", @@ -7438,7 +7673,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Constructor", @@ -7460,6 +7696,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7490,15 +7727,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "disconnect" }, { @@ -7537,13 +7775,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7563,6 +7801,7 @@ "isOptional": false } ], + "isOptional": false, "name": "observe" }, { @@ -7588,15 +7827,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 3 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "takeRecords" } ], @@ -7643,6 +7883,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7686,6 +7927,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "addedNodes", @@ -7693,7 +7935,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7713,6 +7956,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "attributeName", @@ -7720,7 +7964,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7740,6 +7985,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "attributeNamespace", @@ -7747,7 +7993,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7772,6 +8019,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nextSibling", @@ -7779,7 +8027,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7799,6 +8048,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "oldValue", @@ -7806,7 +8056,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7831,6 +8082,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "previousSibling", @@ -7838,7 +8090,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7863,6 +8116,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "removedNodes", @@ -7870,7 +8124,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7891,6 +8146,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "target", @@ -7898,7 +8154,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -7918,6 +8175,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "type", @@ -7925,7 +8183,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "implementsTokenRanges": [] @@ -7971,13 +8230,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -7989,6 +8248,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -8010,6 +8270,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "_registeredObservers", @@ -8017,7 +8278,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -8054,13 +8316,26 @@ "text": ";" } ], - "isOptional": false, + "typeParameters": [ + { + "typeParameterName": "TNode", + "constraintTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "defaultTypeTokenRange": { + "startIndex": 0, + "endIndex": 0 + } + } + ], "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -8072,19 +8347,7 @@ "isOptional": false } ], - "typeParameters": [ - { - "typeParameterName": "TNode", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], + "isOptional": false, "name": "appendChild" }, { @@ -8105,6 +8368,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ATTRIBUTE_NODE", @@ -8112,7 +8376,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8132,6 +8397,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ATTRIBUTE_NODE", @@ -8139,7 +8405,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8159,6 +8426,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "CDATA_SECTION_NODE", @@ -8166,7 +8434,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8186,6 +8455,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "CDATA_SECTION_NODE", @@ -8193,7 +8463,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8218,6 +8489,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "childNodes", @@ -8225,7 +8497,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -8253,13 +8526,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -8271,6 +8544,7 @@ "isOptional": true } ], + "isOptional": false, "name": "cloneNode" }, { @@ -8291,6 +8565,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "COMMENT_NODE", @@ -8298,7 +8573,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8318,6 +8594,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "COMMENT_NODE", @@ -8325,7 +8602,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Method", @@ -8354,13 +8632,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -8372,6 +8650,7 @@ "isOptional": false } ], + "isOptional": false, "name": "compareDocumentPosition" }, { @@ -8405,13 +8684,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 4, "endIndex": 5 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -8423,6 +8702,7 @@ "isOptional": false } ], + "isOptional": false, "name": "contains" }, { @@ -8443,6 +8723,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_FRAGMENT_NODE", @@ -8450,7 +8731,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8470,6 +8752,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_FRAGMENT_NODE", @@ -8477,7 +8760,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8497,6 +8781,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_NODE", @@ -8504,7 +8789,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8524,6 +8810,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_NODE", @@ -8531,7 +8818,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8551,6 +8839,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_POSITION_CONTAINED_BY", @@ -8558,7 +8847,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8578,6 +8868,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_POSITION_CONTAINS", @@ -8585,7 +8876,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8605,6 +8897,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_POSITION_DISCONNECTED", @@ -8612,7 +8905,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8632,6 +8926,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_POSITION_FOLLOWING", @@ -8639,7 +8934,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8659,6 +8955,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", @@ -8666,7 +8963,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8686,6 +8984,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_POSITION_PRECEDING", @@ -8693,7 +8992,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8713,6 +9013,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_TYPE_NODE", @@ -8720,7 +9021,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8740,6 +9042,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "DOCUMENT_TYPE_NODE", @@ -8747,7 +9050,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8767,6 +9071,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ELEMENT_NODE", @@ -8774,7 +9079,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8794,6 +9100,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ELEMENT_NODE", @@ -8801,7 +9108,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8821,6 +9129,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ENTITY_NODE", @@ -8828,7 +9137,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8848,6 +9158,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ENTITY_NODE", @@ -8855,7 +9166,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8875,6 +9187,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ENTITY_REFERENCE_NODE", @@ -8882,7 +9195,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -8902,6 +9216,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ENTITY_REFERENCE_NODE", @@ -8909,7 +9224,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -8934,6 +9250,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "firstChild", @@ -8941,7 +9258,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -8961,15 +9279,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "hasChildNodes" }, { @@ -9020,13 +9339,26 @@ "text": ";" } ], - "isOptional": false, + "typeParameters": [ + { + "typeParameterName": "TNode", + "constraintTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "defaultTypeTokenRange": { + "startIndex": 0, + "endIndex": 0 + } + } + ], "isStatic": false, "returnTypeTokenRange": { "startIndex": 8, "endIndex": 9 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9046,19 +9378,7 @@ "isOptional": false } ], - "typeParameters": [ - { - "typeParameterName": "TNode", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], + "isOptional": false, "name": "insertBefore" }, { @@ -9087,13 +9407,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9105,6 +9425,7 @@ "isOptional": false } ], + "isOptional": false, "name": "isDefaultNamespace" }, { @@ -9130,6 +9451,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "lastChild", @@ -9137,7 +9459,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -9165,13 +9488,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9183,6 +9506,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupNamespaceURI" }, { @@ -9211,13 +9535,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9229,6 +9553,7 @@ "isOptional": false } ], + "isOptional": false, "name": "lookupPrefix" }, { @@ -9254,6 +9579,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nextSibling", @@ -9261,7 +9587,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9281,6 +9608,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -9288,7 +9616,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9308,6 +9637,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -9315,7 +9645,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9339,6 +9670,7 @@ "text": "\n\nabstract set nodeValue(value: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "nodeValue", @@ -9346,7 +9678,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -9366,15 +9699,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "normalize" }, { @@ -9395,6 +9729,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "NOTATION_NODE", @@ -9402,7 +9737,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9422,6 +9758,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "NOTATION_NODE", @@ -9429,7 +9766,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -9454,6 +9792,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "ownerDocument", @@ -9461,7 +9800,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9486,6 +9826,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "parentElement", @@ -9493,7 +9834,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9518,6 +9860,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "parentNode", @@ -9525,7 +9868,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9550,6 +9894,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "previousSibling", @@ -9557,7 +9902,8 @@ "startIndex": 1, "endIndex": 3 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9577,6 +9923,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "PROCESSING_INSTRUCTION_NODE", @@ -9584,7 +9931,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9604,6 +9952,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "PROCESSING_INSTRUCTION_NODE", @@ -9611,7 +9960,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Method", @@ -9648,13 +9998,26 @@ "text": ";" } ], - "isOptional": false, + "typeParameters": [ + { + "typeParameterName": "TChild", + "constraintTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "defaultTypeTokenRange": { + "startIndex": 0, + "endIndex": 0 + } + } + ], "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9666,19 +10029,7 @@ "isOptional": false } ], - "typeParameters": [ - { - "typeParameterName": "TChild", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], + "isOptional": false, "name": "removeChild" }, { @@ -9725,13 +10076,26 @@ "text": ";" } ], - "isOptional": false, + "typeParameters": [ + { + "typeParameterName": "TChild", + "constraintTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "defaultTypeTokenRange": { + "startIndex": 0, + "endIndex": 0 + } + } + ], "isStatic": false, "returnTypeTokenRange": { "startIndex": 7, "endIndex": 8 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9751,19 +10115,7 @@ "isOptional": false } ], - "typeParameters": [ - { - "typeParameterName": "TChild", - "constraintTokenRange": { - "startIndex": 1, - "endIndex": 2 - }, - "defaultTypeTokenRange": { - "startIndex": 0, - "endIndex": 0 - } - } - ], + "isOptional": false, "name": "replaceChild" }, { @@ -9784,6 +10136,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "TEXT_NODE", @@ -9791,7 +10144,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -9811,6 +10165,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "TEXT_NODE", @@ -9818,7 +10173,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -9842,6 +10198,7 @@ "text": "\n\nabstract set textContent(value: string | null);" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "textContent", @@ -9849,7 +10206,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "implementsTokenRanges": [] @@ -9949,13 +10307,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -9967,6 +10325,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -9996,6 +10355,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10034,6 +10394,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -10041,7 +10402,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -10061,6 +10423,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -10068,7 +10431,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -10088,6 +10452,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "target", @@ -10095,7 +10460,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -10137,6 +10503,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [] }, @@ -10159,15 +10526,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "cloneContents" }, { @@ -10189,15 +10557,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "cloneRange" }, { @@ -10226,13 +10595,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10244,6 +10613,7 @@ "isOptional": true } ], + "isOptional": false, "name": "collapse" }, { @@ -10264,6 +10634,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "collapsed", @@ -10271,7 +10642,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -10292,6 +10664,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "commonAncestorContainer", @@ -10299,7 +10672,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -10336,13 +10710,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10362,6 +10736,7 @@ "isOptional": false } ], + "isOptional": false, "name": "compareBoundaryPoints" }, { @@ -10399,13 +10774,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10425,6 +10800,7 @@ "isOptional": false } ], + "isOptional": false, "name": "comparePoint" }, { @@ -10445,15 +10821,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "deleteContents" }, { @@ -10474,15 +10851,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "detach" }, { @@ -10503,6 +10881,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "END_TO_END", @@ -10510,7 +10889,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -10530,6 +10910,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "END_TO_START", @@ -10537,7 +10918,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -10558,6 +10940,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "endContainer", @@ -10565,7 +10948,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -10585,6 +10969,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "endOffset", @@ -10592,7 +10977,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -10613,15 +10999,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "extractContents" }, { @@ -10651,13 +11038,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10669,6 +11056,7 @@ "isOptional": false } ], + "isOptional": false, "name": "insertNode" }, { @@ -10698,13 +11086,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10716,6 +11104,7 @@ "isOptional": false } ], + "isOptional": false, "name": "intersectsNode" }, { @@ -10753,13 +11142,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10779,6 +11168,7 @@ "isOptional": false } ], + "isOptional": false, "name": "isPointInRange" }, { @@ -10808,13 +11198,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10826,6 +11216,7 @@ "isOptional": false } ], + "isOptional": false, "name": "selectNode" }, { @@ -10855,13 +11246,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10873,6 +11264,7 @@ "isOptional": false } ], + "isOptional": false, "name": "selectNodeContents" }, { @@ -10910,13 +11302,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10936,6 +11328,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setEnd" }, { @@ -10965,13 +11358,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -10983,6 +11376,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setEndAfter" }, { @@ -11012,13 +11406,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11030,6 +11424,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setEndBefore" }, { @@ -11067,13 +11462,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 5, "endIndex": 6 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11093,6 +11488,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setStart" }, { @@ -11122,13 +11518,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11140,6 +11536,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setStartAfter" }, { @@ -11169,13 +11566,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11187,6 +11584,7 @@ "isOptional": false } ], + "isOptional": false, "name": "setStartBefore" }, { @@ -11207,6 +11605,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "START_TO_END", @@ -11214,7 +11613,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -11234,6 +11634,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "START_TO_START", @@ -11241,7 +11642,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": true + "isStatic": true, + "isProtected": false }, { "kind": "Property", @@ -11262,6 +11664,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "startContainer", @@ -11269,7 +11672,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -11289,6 +11693,7 @@ "text": ";" } ], + "isReadonly": false, "isOptional": false, "releaseTag": "Public", "name": "startOffset", @@ -11296,7 +11701,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -11325,13 +11731,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11343,6 +11749,7 @@ "isOptional": false } ], + "isOptional": false, "name": "surroundContents" }, { @@ -11363,15 +11770,16 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 1, "endIndex": 2 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [], + "isOptional": false, "name": "toString" } ], @@ -11469,6 +11877,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11499,6 +11908,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "collapsed", @@ -11506,7 +11916,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -11527,6 +11938,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "endContainer", @@ -11534,7 +11946,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -11554,6 +11967,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "endOffset", @@ -11561,7 +11975,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -11582,6 +11997,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "startContainer", @@ -11589,7 +12005,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -11609,6 +12026,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "startOffset", @@ -11616,7 +12034,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "implementsTokenRanges": [ @@ -11676,13 +12095,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11694,6 +12113,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" }, { @@ -11715,6 +12135,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11745,6 +12166,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeName", @@ -11752,7 +12174,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Property", @@ -11772,6 +12195,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "nodeType", @@ -11779,7 +12203,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false }, { "kind": "Method", @@ -11808,13 +12233,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -11826,6 +12251,7 @@ "isOptional": false } ], + "isOptional": false, "name": "splitText" }, { @@ -11846,6 +12272,7 @@ "text": ";" } ], + "isReadonly": true, "isOptional": false, "releaseTag": "Public", "name": "wholeText", @@ -11853,7 +12280,8 @@ "startIndex": 1, "endIndex": 2 }, - "isStatic": false + "isStatic": false, + "isProtected": false } ], "extendsTokenRange": { @@ -12182,13 +12610,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -12200,6 +12628,7 @@ "isOptional": false } ], + "isOptional": false, "name": "_copy" } ], @@ -12233,6 +12662,7 @@ } ], "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [] }, @@ -12263,13 +12693,13 @@ "text": ";" } ], - "isOptional": false, "isStatic": false, "returnTypeTokenRange": { "startIndex": 3, "endIndex": 4 }, "releaseTag": "Public", + "isProtected": false, "overloadIndex": 1, "parameters": [ { @@ -12281,6 +12711,7 @@ "isOptional": false } ], + "isOptional": false, "name": "serializeToString" } ], diff --git a/package.json b/package.json index ff6a183..41dfd63 100644 --- a/package.json +++ b/package.json @@ -40,25 +40,25 @@ "url": "git://github.com/bwrrp/slimdom.js.git" }, "devDependencies": { - "@microsoft/api-documenter": "^7.17.16", - "@microsoft/api-extractor": "^7.24.2", + "@microsoft/api-documenter": "^7.17.19", + "@microsoft/api-extractor": "^7.25.2", "@rollup/plugin-node-resolve": "^13.3.0", - "@types/jest": "^27.5.1", + "@types/jest": "^28.1.3", "@types/node": "^18.0.0", "copyfiles": "^2.4.1", "dom-treeadapter": "^0.2.2", - "jest": "^28.1.0", + "jest": "^28.1.1", "npm-run-all": "^4.1.5", "parse5": "^7.0.0", - "prettier": "^2.6.2", + "prettier": "^2.7.1", "prsc": "^3.3.0", "rimraf": "^3.0.2", - "rollup": "^2.75.1", + "rollup": "^2.75.7", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "sizzle": "^2.3.6", - "ts-jest": "~28.0.3", - "typescript": "^4.7.2" + "ts-jest": "~28.0.5", + "typescript": "^4.7.4" }, "jest": { "transform": {