|
1 | 1 | { |
2 | 2 | "metadata": { |
3 | 3 | "toolPackage": "@microsoft/api-extractor", |
4 | | - "toolVersion": "7.38.2", |
| 4 | + "toolVersion": "7.39.0", |
5 | 5 | "schemaVersion": 1011, |
6 | 6 | "oldestForwardsCompatibleVersion": 1001, |
7 | 7 | "tsdocConfig": { |
|
693 | 693 | } |
694 | 694 | ] |
695 | 695 | }, |
| 696 | + { |
| 697 | + "kind": "Variable", |
| 698 | + "canonicalReference": "polyethylene!baseImpls:var", |
| 699 | + "docComment": "", |
| 700 | + "excerptTokens": [ |
| 701 | + { |
| 702 | + "kind": "Content", |
| 703 | + "text": "baseImpls: " |
| 704 | + }, |
| 705 | + { |
| 706 | + "kind": "Reference", |
| 707 | + "text": "BaseImpls", |
| 708 | + "canonicalReference": "polyethylene!~BaseImpls:interface" |
| 709 | + } |
| 710 | + ], |
| 711 | + "fileUrlPath": "src/lib/sync/poly-sync-iterable.ts", |
| 712 | + "isReadonly": true, |
| 713 | + "releaseTag": "Public", |
| 714 | + "name": "baseImpls", |
| 715 | + "variableTypeTokenRange": { |
| 716 | + "startIndex": 1, |
| 717 | + "endIndex": 2 |
| 718 | + } |
| 719 | + }, |
696 | 720 | { |
697 | 721 | "kind": "TypeAlias", |
698 | 722 | "canonicalReference": "polyethylene!ChunkingPredicate:type", |
|
6408 | 6432 | { |
6409 | 6433 | "kind": "Class", |
6410 | 6434 | "canonicalReference": "polyethylene!PolySyncIterable:class", |
6411 | | - "docComment": "/**\n * A `SyncIterable<T>` with a suite of methods for transforming the iteration into other iterations or to get a single result from it.\n *\n * The methods of this class are intended to resemble those of `Array`, with added utilities where appropriate and made for any kind of iterable.\n *\n * @remarks\n *\n * The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `PolySyncIterable` class.\n *\n * @public\n */\n", |
| 6435 | + "docComment": "/**\n * A `SyncIterable<T>` with a suite of methods for transforming the iteration into other iterations or to get a single result from it.\n *\n * The methods of this class are intended to resemble those of `Array`, with added utilities where appropriate and made for any kind of iterable.\n *\n * @public\n */\n", |
6412 | 6436 | "excerptTokens": [ |
6413 | 6437 | { |
6414 | 6438 | "kind": "Content", |
6415 | | - "text": "export default class PolySyncIterable<T> implements " |
| 6439 | + "text": "export default abstract class PolySyncIterable<T> implements " |
6416 | 6440 | }, |
6417 | 6441 | { |
6418 | 6442 | "kind": "Reference", |
|
6428 | 6452 | "text": " " |
6429 | 6453 | } |
6430 | 6454 | ], |
6431 | | - "fileUrlPath": "src/lib/sync/poly-iterable.ts", |
| 6455 | + "fileUrlPath": "src/lib/sync/poly-sync-iterable.ts", |
6432 | 6456 | "releaseTag": "Public", |
6433 | 6457 | "typeParameters": [ |
6434 | 6458 | { |
|
6443 | 6467 | } |
6444 | 6468 | } |
6445 | 6469 | ], |
6446 | | - "isAbstract": false, |
| 6470 | + "isAbstract": true, |
6447 | 6471 | "name": "PolySyncIterable", |
6448 | 6472 | "preserveMemberOrder": false, |
6449 | 6473 | "members": [ |
|
6454 | 6478 | "excerptTokens": [ |
6455 | 6479 | { |
6456 | 6480 | "kind": "Content", |
6457 | | - "text": "[" |
| 6481 | + "text": "abstract [" |
6458 | 6482 | }, |
6459 | 6483 | { |
6460 | 6484 | "kind": "Reference", |
|
6472 | 6496 | }, |
6473 | 6497 | { |
6474 | 6498 | "kind": "Content", |
6475 | | - "text": "<T, void, undefined>" |
| 6499 | + "text": "<T>" |
6476 | 6500 | }, |
6477 | 6501 | { |
6478 | 6502 | "kind": "Content", |
|
6489 | 6513 | "overloadIndex": 1, |
6490 | 6514 | "parameters": [], |
6491 | 6515 | "isOptional": false, |
6492 | | - "isAbstract": false, |
| 6516 | + "isAbstract": true, |
6493 | 6517 | "name": "[Symbol.iterator]" |
6494 | 6518 | }, |
6495 | 6519 | { |
|
8124 | 8148 | "isAbstract": false, |
8125 | 8149 | "name": "includes" |
8126 | 8150 | }, |
8127 | | - { |
8128 | | - "kind": "Method", |
8129 | | - "canonicalReference": "polyethylene!PolySyncIterable#indexOf:member(1)", |
8130 | | - "docComment": "", |
8131 | | - "excerptTokens": [ |
8132 | | - { |
8133 | | - "kind": "Content", |
8134 | | - "text": "indexOf(func: " |
8135 | | - }, |
8136 | | - { |
8137 | | - "kind": "Reference", |
8138 | | - "text": "IndexedPredicate", |
8139 | | - "canonicalReference": "polyethylene!IndexedPredicate:type" |
8140 | | - }, |
8141 | | - { |
8142 | | - "kind": "Content", |
8143 | | - "text": "<T>" |
8144 | | - }, |
8145 | | - { |
8146 | | - "kind": "Content", |
8147 | | - "text": "): " |
8148 | | - }, |
8149 | | - { |
8150 | | - "kind": "Content", |
8151 | | - "text": "number" |
8152 | | - }, |
8153 | | - { |
8154 | | - "kind": "Content", |
8155 | | - "text": ";" |
8156 | | - } |
8157 | | - ], |
8158 | | - "isStatic": false, |
8159 | | - "returnTypeTokenRange": { |
8160 | | - "startIndex": 4, |
8161 | | - "endIndex": 5 |
8162 | | - }, |
8163 | | - "releaseTag": "Public", |
8164 | | - "isProtected": false, |
8165 | | - "overloadIndex": 1, |
8166 | | - "parameters": [ |
8167 | | - { |
8168 | | - "parameterName": "func", |
8169 | | - "parameterTypeTokenRange": { |
8170 | | - "startIndex": 1, |
8171 | | - "endIndex": 3 |
8172 | | - }, |
8173 | | - "isOptional": false |
8174 | | - } |
8175 | | - ], |
8176 | | - "isOptional": false, |
8177 | | - "isAbstract": false, |
8178 | | - "name": "indexOf" |
8179 | | - }, |
8180 | 8151 | { |
8181 | 8152 | "kind": "Method", |
8182 | 8153 | "canonicalReference": "polyethylene!PolySyncIterable#join:member(1)", |
|
8225 | 8196 | "isAbstract": false, |
8226 | 8197 | "name": "join" |
8227 | 8198 | }, |
8228 | | - { |
8229 | | - "kind": "Method", |
8230 | | - "canonicalReference": "polyethylene!PolySyncIterable#lastIndexOf:member(1)", |
8231 | | - "docComment": "", |
8232 | | - "excerptTokens": [ |
8233 | | - { |
8234 | | - "kind": "Content", |
8235 | | - "text": "lastIndexOf(func: " |
8236 | | - }, |
8237 | | - { |
8238 | | - "kind": "Reference", |
8239 | | - "text": "IndexedPredicate", |
8240 | | - "canonicalReference": "polyethylene!IndexedPredicate:type" |
8241 | | - }, |
8242 | | - { |
8243 | | - "kind": "Content", |
8244 | | - "text": "<T>" |
8245 | | - }, |
8246 | | - { |
8247 | | - "kind": "Content", |
8248 | | - "text": "): " |
8249 | | - }, |
8250 | | - { |
8251 | | - "kind": "Content", |
8252 | | - "text": "number" |
8253 | | - }, |
8254 | | - { |
8255 | | - "kind": "Content", |
8256 | | - "text": ";" |
8257 | | - } |
8258 | | - ], |
8259 | | - "isStatic": false, |
8260 | | - "returnTypeTokenRange": { |
8261 | | - "startIndex": 4, |
8262 | | - "endIndex": 5 |
8263 | | - }, |
8264 | | - "releaseTag": "Public", |
8265 | | - "isProtected": false, |
8266 | | - "overloadIndex": 1, |
8267 | | - "parameters": [ |
8268 | | - { |
8269 | | - "parameterName": "func", |
8270 | | - "parameterTypeTokenRange": { |
8271 | | - "startIndex": 1, |
8272 | | - "endIndex": 3 |
8273 | | - }, |
8274 | | - "isOptional": false |
8275 | | - } |
8276 | | - ], |
8277 | | - "isOptional": false, |
8278 | | - "isAbstract": false, |
8279 | | - "name": "lastIndexOf" |
8280 | | - }, |
8281 | 8199 | { |
8282 | 8200 | "kind": "Method", |
8283 | 8201 | "canonicalReference": "polyethylene!PolySyncIterable#map:member(1)", |
|
0 commit comments