@everyonesoftware/common 12.0.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/outputs/sources/ANSIStyles.d.ts +10 -0
- package/outputs/sources/ANSIStyles.d.ts.map +1 -0
- package/outputs/sources/ANSIStyles.js +23 -0
- package/outputs/sources/ANSIStyles.js.map +1 -0
- package/outputs/sources/CharacterTable.d.ts +11 -0
- package/outputs/sources/CharacterTable.d.ts.map +1 -0
- package/outputs/sources/CharacterTable.js +28 -0
- package/outputs/sources/CharacterTable.js.map +1 -0
- package/outputs/sources/Clock.d.ts +12 -0
- package/outputs/sources/Clock.d.ts.map +1 -0
- package/outputs/sources/Clock.js +10 -0
- package/outputs/sources/Clock.js.map +1 -0
- package/outputs/sources/FetchError.d.ts +7 -0
- package/outputs/sources/FetchError.d.ts.map +1 -0
- package/outputs/sources/FetchError.js +20 -0
- package/outputs/sources/FetchError.js.map +1 -0
- package/outputs/sources/HttpRequestHandler.d.ts +8 -0
- package/outputs/sources/HttpRequestHandler.d.ts.map +1 -0
- package/outputs/sources/HttpRequestHandler.js +2 -0
- package/outputs/sources/HttpRequestHandler.js.map +1 -0
- package/outputs/sources/IndentedCharacterWriteStream.d.ts +21 -0
- package/outputs/sources/IndentedCharacterWriteStream.d.ts.map +1 -0
- package/outputs/sources/IndentedCharacterWriteStream.js +110 -0
- package/outputs/sources/IndentedCharacterWriteStream.js.map +1 -0
- package/outputs/sources/Indexable.d.ts +51 -0
- package/outputs/sources/Indexable.d.ts.map +1 -0
- package/outputs/sources/Indexable.js +122 -0
- package/outputs/sources/Indexable.js.map +1 -0
- package/outputs/sources/MutableIndexable.d.ts +51 -0
- package/outputs/sources/MutableIndexable.d.ts.map +1 -0
- package/outputs/sources/MutableIndexable.js +96 -0
- package/outputs/sources/MutableIndexable.js.map +1 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.d.ts +25 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.d.ts.map +1 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.js +77 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.js.map +1 -0
- package/outputs/sources/RealClock.d.ts +11 -0
- package/outputs/sources/RealClock.d.ts.map +1 -0
- package/outputs/sources/RealClock.js +15 -0
- package/outputs/sources/RealClock.js.map +1 -0
- package/outputs/sources/Token.d.ts +31 -0
- package/outputs/sources/Token.d.ts.map +1 -0
- package/outputs/sources/Token.js +80 -0
- package/outputs/sources/Token.js.map +1 -0
- package/outputs/sources/TokenType.d.ts +19 -0
- package/outputs/sources/TokenType.d.ts.map +1 -0
- package/outputs/sources/TokenType.js +27 -0
- package/outputs/sources/TokenType.js.map +1 -0
- package/outputs/sources/Tokenizer.d.ts +37 -0
- package/outputs/sources/Tokenizer.d.ts.map +1 -0
- package/outputs/sources/Tokenizer.js +163 -0
- package/outputs/sources/Tokenizer.js.map +1 -0
- package/outputs/sources/assertMessageParameters.d.ts +22 -0
- package/outputs/sources/assertMessageParameters.d.ts.map +1 -0
- package/outputs/sources/assertMessageParameters.js +2 -0
- package/outputs/sources/assertMessageParameters.js.map +1 -0
- package/outputs/sources/asyncIterator.d.ts +155 -0
- package/outputs/sources/asyncIterator.d.ts.map +1 -0
- package/outputs/sources/asyncIterator.js +303 -0
- package/outputs/sources/asyncIterator.js.map +1 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.d.ts +13 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.js +34 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.js.map +1 -0
- package/outputs/sources/asyncResult.d.ts +73 -0
- package/outputs/sources/asyncResult.d.ts.map +1 -0
- package/outputs/sources/asyncResult.js +33 -0
- package/outputs/sources/asyncResult.js.map +1 -0
- package/outputs/sources/basicDisposable.d.ts +21 -0
- package/outputs/sources/basicDisposable.d.ts.map +1 -0
- package/outputs/sources/basicDisposable.js +42 -0
- package/outputs/sources/basicDisposable.js.map +1 -0
- package/outputs/sources/byteList.d.ts +43 -0
- package/outputs/sources/byteList.d.ts.map +1 -0
- package/outputs/sources/byteList.js +128 -0
- package/outputs/sources/byteList.js.map +1 -0
- package/outputs/sources/byteListStream.d.ts +20 -0
- package/outputs/sources/byteListStream.d.ts.map +1 -0
- package/outputs/sources/byteListStream.js +84 -0
- package/outputs/sources/byteListStream.js.map +1 -0
- package/outputs/sources/byteReadStream.d.ts +23 -0
- package/outputs/sources/byteReadStream.d.ts.map +1 -0
- package/outputs/sources/byteReadStream.js +6 -0
- package/outputs/sources/byteReadStream.js.map +1 -0
- package/outputs/sources/byteWriteStream.d.ts +15 -0
- package/outputs/sources/byteWriteStream.d.ts.map +1 -0
- package/outputs/sources/byteWriteStream.js +6 -0
- package/outputs/sources/byteWriteStream.js.map +1 -0
- package/outputs/sources/bytes.d.ts +20 -0
- package/outputs/sources/bytes.d.ts.map +1 -0
- package/outputs/sources/bytes.js +22 -0
- package/outputs/sources/bytes.js.map +1 -0
- package/outputs/sources/characterList.d.ts +39 -0
- package/outputs/sources/characterList.d.ts.map +1 -0
- package/outputs/sources/characterList.js +122 -0
- package/outputs/sources/characterList.js.map +1 -0
- package/outputs/sources/characterListStream.d.ts +27 -0
- package/outputs/sources/characterListStream.d.ts.map +1 -0
- package/outputs/sources/characterListStream.js +103 -0
- package/outputs/sources/characterListStream.js.map +1 -0
- package/outputs/sources/characterReadStream.d.ts +25 -0
- package/outputs/sources/characterReadStream.d.ts.map +1 -0
- package/outputs/sources/characterReadStream.js +57 -0
- package/outputs/sources/characterReadStream.js.map +1 -0
- package/outputs/sources/characterReadStreamIterator.d.ts +31 -0
- package/outputs/sources/characterReadStreamIterator.d.ts.map +1 -0
- package/outputs/sources/characterReadStreamIterator.js +79 -0
- package/outputs/sources/characterReadStreamIterator.js.map +1 -0
- package/outputs/sources/characterWriteStream.d.ts +18 -0
- package/outputs/sources/characterWriteStream.d.ts.map +1 -0
- package/outputs/sources/characterWriteStream.js +27 -0
- package/outputs/sources/characterWriteStream.js.map +1 -0
- package/outputs/sources/commandLineParameter.d.ts +30 -0
- package/outputs/sources/commandLineParameter.d.ts.map +1 -0
- package/outputs/sources/commandLineParameter.js +73 -0
- package/outputs/sources/commandLineParameter.js.map +1 -0
- package/outputs/sources/commandLineParameters.d.ts +23 -0
- package/outputs/sources/commandLineParameters.d.ts.map +1 -0
- package/outputs/sources/commandLineParameters.js +82 -0
- package/outputs/sources/commandLineParameters.js.map +1 -0
- package/outputs/sources/comparable.d.ts +79 -0
- package/outputs/sources/comparable.d.ts.map +1 -0
- package/outputs/sources/comparable.js +106 -0
- package/outputs/sources/comparable.js.map +1 -0
- package/outputs/sources/comparer.d.ts +62 -0
- package/outputs/sources/comparer.d.ts.map +1 -0
- package/outputs/sources/comparer.js +102 -0
- package/outputs/sources/comparer.js.map +1 -0
- package/outputs/sources/comparison.d.ts +18 -0
- package/outputs/sources/comparison.d.ts.map +1 -0
- package/outputs/sources/comparison.js +19 -0
- package/outputs/sources/comparison.js.map +1 -0
- package/outputs/sources/concatenateIterable.d.ts +28 -0
- package/outputs/sources/concatenateIterable.d.ts.map +1 -0
- package/outputs/sources/concatenateIterable.js +74 -0
- package/outputs/sources/concatenateIterable.js.map +1 -0
- package/outputs/sources/concatenateIterator.d.ts +30 -0
- package/outputs/sources/concatenateIterator.d.ts.map +1 -0
- package/outputs/sources/concatenateIterator.js +104 -0
- package/outputs/sources/concatenateIterator.js.map +1 -0
- package/outputs/sources/condition.d.ts +248 -0
- package/outputs/sources/condition.d.ts.map +1 -0
- package/outputs/sources/condition.js +166 -0
- package/outputs/sources/condition.js.map +1 -0
- package/outputs/sources/currentProcess.d.ts +31 -0
- package/outputs/sources/currentProcess.d.ts.map +1 -0
- package/outputs/sources/currentProcess.js +106 -0
- package/outputs/sources/currentProcess.js.map +1 -0
- package/outputs/sources/dateTime.d.ts +44 -0
- package/outputs/sources/dateTime.d.ts.map +1 -0
- package/outputs/sources/dateTime.js +76 -0
- package/outputs/sources/dateTime.js.map +1 -0
- package/outputs/sources/depthFirstSearch.d.ts +9 -0
- package/outputs/sources/depthFirstSearch.d.ts.map +1 -0
- package/outputs/sources/depthFirstSearch.js +148 -0
- package/outputs/sources/depthFirstSearch.js.map +1 -0
- package/outputs/sources/disposable.d.ts +25 -0
- package/outputs/sources/disposable.d.ts.map +1 -0
- package/outputs/sources/disposable.js +16 -0
- package/outputs/sources/disposable.js.map +1 -0
- package/outputs/sources/emptyError.d.ts +7 -0
- package/outputs/sources/emptyError.d.ts.map +1 -0
- package/outputs/sources/emptyError.js +9 -0
- package/outputs/sources/emptyError.js.map +1 -0
- package/outputs/sources/english.d.ts +4 -0
- package/outputs/sources/english.d.ts.map +1 -0
- package/outputs/sources/english.js +33 -0
- package/outputs/sources/english.js.map +1 -0
- package/outputs/sources/equalFunctions.d.ts +18 -0
- package/outputs/sources/equalFunctions.d.ts.map +1 -0
- package/outputs/sources/equalFunctions.js +88 -0
- package/outputs/sources/equalFunctions.js.map +1 -0
- package/outputs/sources/fetchHttpClient.d.ts +16 -0
- package/outputs/sources/fetchHttpClient.d.ts.map +1 -0
- package/outputs/sources/fetchHttpClient.js +86 -0
- package/outputs/sources/fetchHttpClient.js.map +1 -0
- package/outputs/sources/fetchHttpResponse.d.ts +19 -0
- package/outputs/sources/fetchHttpResponse.d.ts.map +1 -0
- package/outputs/sources/fetchHttpResponse.js +72 -0
- package/outputs/sources/fetchHttpResponse.js.map +1 -0
- package/outputs/sources/flatMapIterable.d.ts +29 -0
- package/outputs/sources/flatMapIterable.d.ts.map +1 -0
- package/outputs/sources/flatMapIterable.js +61 -0
- package/outputs/sources/flatMapIterable.js.map +1 -0
- package/outputs/sources/flatMapIterator.d.ts +33 -0
- package/outputs/sources/flatMapIterator.d.ts.map +1 -0
- package/outputs/sources/flatMapIterator.js +95 -0
- package/outputs/sources/flatMapIterator.js.map +1 -0
- package/outputs/sources/generator.d.ts +55 -0
- package/outputs/sources/generator.d.ts.map +1 -0
- package/outputs/sources/generator.js +139 -0
- package/outputs/sources/generator.js.map +1 -0
- package/outputs/sources/httpClient.d.ts +21 -0
- package/outputs/sources/httpClient.d.ts.map +1 -0
- package/outputs/sources/httpClient.js +22 -0
- package/outputs/sources/httpClient.js.map +1 -0
- package/outputs/sources/httpHeader.d.ts +10 -0
- package/outputs/sources/httpHeader.d.ts.map +1 -0
- package/outputs/sources/httpHeader.js +25 -0
- package/outputs/sources/httpHeader.js.map +1 -0
- package/outputs/sources/httpHeaders.d.ts +68 -0
- package/outputs/sources/httpHeaders.d.ts.map +1 -0
- package/outputs/sources/httpHeaders.js +122 -0
- package/outputs/sources/httpHeaders.js.map +1 -0
- package/outputs/sources/httpIncomingRequest.d.ts +40 -0
- package/outputs/sources/httpIncomingRequest.d.ts.map +1 -0
- package/outputs/sources/httpIncomingRequest.js +6 -0
- package/outputs/sources/httpIncomingRequest.js.map +1 -0
- package/outputs/sources/httpIncomingResponse.d.ts +28 -0
- package/outputs/sources/httpIncomingResponse.d.ts.map +1 -0
- package/outputs/sources/httpIncomingResponse.js +6 -0
- package/outputs/sources/httpIncomingResponse.js.map +1 -0
- package/outputs/sources/httpMethod.d.ts +62 -0
- package/outputs/sources/httpMethod.d.ts.map +1 -0
- package/outputs/sources/httpMethod.js +136 -0
- package/outputs/sources/httpMethod.js.map +1 -0
- package/outputs/sources/httpOutgoingRequest.d.ts +50 -0
- package/outputs/sources/httpOutgoingRequest.d.ts.map +1 -0
- package/outputs/sources/httpOutgoingRequest.js +84 -0
- package/outputs/sources/httpOutgoingRequest.js.map +1 -0
- package/outputs/sources/httpOutgoingResponse.d.ts +46 -0
- package/outputs/sources/httpOutgoingResponse.d.ts.map +1 -0
- package/outputs/sources/httpOutgoingResponse.js +6 -0
- package/outputs/sources/httpOutgoingResponse.js.map +1 -0
- package/outputs/sources/httpServer.d.ts +29 -0
- package/outputs/sources/httpServer.d.ts.map +1 -0
- package/outputs/sources/httpServer.js +3 -0
- package/outputs/sources/httpServer.js.map +1 -0
- package/outputs/sources/inMemoryCharacterWriteStream.d.ts +15 -0
- package/outputs/sources/inMemoryCharacterWriteStream.d.ts.map +1 -0
- package/outputs/sources/inMemoryCharacterWriteStream.js +52 -0
- package/outputs/sources/inMemoryCharacterWriteStream.js.map +1 -0
- package/outputs/sources/index.d.ts +111 -0
- package/outputs/sources/index.d.ts.map +1 -0
- package/outputs/sources/index.js +111 -0
- package/outputs/sources/index.js.map +1 -0
- package/outputs/sources/iterable.d.ts +132 -0
- package/outputs/sources/iterable.d.ts.map +1 -0
- package/outputs/sources/iterable.js +251 -0
- package/outputs/sources/iterable.js.map +1 -0
- package/outputs/sources/iterator.d.ts +163 -0
- package/outputs/sources/iterator.d.ts.map +1 -0
- package/outputs/sources/iterator.js +332 -0
- package/outputs/sources/iterator.js.map +1 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.d.ts +13 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.js +34 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.js.map +1 -0
- package/outputs/sources/javascript.d.ts +51 -0
- package/outputs/sources/javascript.d.ts.map +1 -0
- package/outputs/sources/javascript.js +8 -0
- package/outputs/sources/javascript.js.map +1 -0
- package/outputs/sources/javascriptArrayList.d.ts +39 -0
- package/outputs/sources/javascriptArrayList.d.ts.map +1 -0
- package/outputs/sources/javascriptArrayList.js +104 -0
- package/outputs/sources/javascriptArrayList.js.map +1 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.d.ts +29 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.js +77 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.js.map +1 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.d.ts +31 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.js +83 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.js.map +1 -0
- package/outputs/sources/javascriptMapMap.d.ts +37 -0
- package/outputs/sources/javascriptMapMap.d.ts.map +1 -0
- package/outputs/sources/javascriptMapMap.js +88 -0
- package/outputs/sources/javascriptMapMap.js.map +1 -0
- package/outputs/sources/javascriptSetSet.d.ts +33 -0
- package/outputs/sources/javascriptSetSet.d.ts.map +1 -0
- package/outputs/sources/javascriptSetSet.js +84 -0
- package/outputs/sources/javascriptSetSet.js.map +1 -0
- package/outputs/sources/list.d.ts +106 -0
- package/outputs/sources/list.d.ts.map +1 -0
- package/outputs/sources/list.js +211 -0
- package/outputs/sources/list.js.map +1 -0
- package/outputs/sources/listQueue.d.ts +16 -0
- package/outputs/sources/listQueue.d.ts.map +1 -0
- package/outputs/sources/listQueue.js +39 -0
- package/outputs/sources/listQueue.js.map +1 -0
- package/outputs/sources/listStack.d.ts +17 -0
- package/outputs/sources/listStack.d.ts.map +1 -0
- package/outputs/sources/listStack.js +42 -0
- package/outputs/sources/listStack.js.map +1 -0
- package/outputs/sources/luxonDateTime.d.ts +26 -0
- package/outputs/sources/luxonDateTime.d.ts.map +1 -0
- package/outputs/sources/luxonDateTime.js +70 -0
- package/outputs/sources/luxonDateTime.js.map +1 -0
- package/outputs/sources/map.d.ts +105 -0
- package/outputs/sources/map.d.ts.map +1 -0
- package/outputs/sources/map.js +185 -0
- package/outputs/sources/map.js.map +1 -0
- package/outputs/sources/mapAsyncIterator.d.ts +34 -0
- package/outputs/sources/mapAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/mapAsyncIterator.js +91 -0
- package/outputs/sources/mapAsyncIterator.js.map +1 -0
- package/outputs/sources/mapIterable.d.ts +31 -0
- package/outputs/sources/mapIterable.d.ts.map +1 -0
- package/outputs/sources/mapIterable.js +64 -0
- package/outputs/sources/mapIterable.js.map +1 -0
- package/outputs/sources/mapIterator.d.ts +35 -0
- package/outputs/sources/mapIterator.d.ts.map +1 -0
- package/outputs/sources/mapIterator.js +93 -0
- package/outputs/sources/mapIterator.js.map +1 -0
- package/outputs/sources/mutableCondition.d.ts +99 -0
- package/outputs/sources/mutableCondition.d.ts.map +1 -0
- package/outputs/sources/mutableCondition.js +334 -0
- package/outputs/sources/mutableCondition.js.map +1 -0
- package/outputs/sources/mutableHttpHeaders.d.ts +44 -0
- package/outputs/sources/mutableHttpHeaders.d.ts.map +1 -0
- package/outputs/sources/mutableHttpHeaders.js +125 -0
- package/outputs/sources/mutableHttpHeaders.js.map +1 -0
- package/outputs/sources/mutableMap.d.ts +125 -0
- package/outputs/sources/mutableMap.d.ts.map +1 -0
- package/outputs/sources/mutableMap.js +179 -0
- package/outputs/sources/mutableMap.js.map +1 -0
- package/outputs/sources/network.d.ts +16 -0
- package/outputs/sources/network.d.ts.map +1 -0
- package/outputs/sources/network.js +6 -0
- package/outputs/sources/network.js.map +1 -0
- package/outputs/sources/node.d.ts +11 -0
- package/outputs/sources/node.d.ts.map +1 -0
- package/outputs/sources/node.js +24 -0
- package/outputs/sources/node.js.map +1 -0
- package/outputs/sources/nodeJSCharacterWriteStream.d.ts +9 -0
- package/outputs/sources/nodeJSCharacterWriteStream.d.ts.map +1 -0
- package/outputs/sources/nodeJSCharacterWriteStream.js +28 -0
- package/outputs/sources/nodeJSCharacterWriteStream.js.map +1 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.d.ts +21 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.d.ts.map +1 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.js +88 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.js.map +1 -0
- package/outputs/sources/nodeJSHttpServer.d.ts +21 -0
- package/outputs/sources/nodeJSHttpServer.d.ts.map +1 -0
- package/outputs/sources/nodeJSHttpServer.js +83 -0
- package/outputs/sources/nodeJSHttpServer.js.map +1 -0
- package/outputs/sources/notFoundError.d.ts +7 -0
- package/outputs/sources/notFoundError.d.ts.map +1 -0
- package/outputs/sources/notFoundError.js +10 -0
- package/outputs/sources/notFoundError.js.map +1 -0
- package/outputs/sources/postCondition.d.ts +186 -0
- package/outputs/sources/postCondition.d.ts.map +1 -0
- package/outputs/sources/postCondition.js +224 -0
- package/outputs/sources/postCondition.js.map +1 -0
- package/outputs/sources/postConditionError.d.ts +7 -0
- package/outputs/sources/postConditionError.d.ts.map +1 -0
- package/outputs/sources/postConditionError.js +10 -0
- package/outputs/sources/postConditionError.js.map +1 -0
- package/outputs/sources/preCondition.d.ts +186 -0
- package/outputs/sources/preCondition.d.ts.map +1 -0
- package/outputs/sources/preCondition.js +224 -0
- package/outputs/sources/preCondition.js.map +1 -0
- package/outputs/sources/preConditionError.d.ts +7 -0
- package/outputs/sources/preConditionError.d.ts.map +1 -0
- package/outputs/sources/preConditionError.js +10 -0
- package/outputs/sources/preConditionError.js.map +1 -0
- package/outputs/sources/promiseAsyncResult.d.ts +22 -0
- package/outputs/sources/promiseAsyncResult.d.ts.map +1 -0
- package/outputs/sources/promiseAsyncResult.js +131 -0
- package/outputs/sources/promiseAsyncResult.js.map +1 -0
- package/outputs/sources/property.d.ts +15 -0
- package/outputs/sources/property.d.ts.map +1 -0
- package/outputs/sources/property.js +44 -0
- package/outputs/sources/property.js.map +1 -0
- package/outputs/sources/queue.d.ts +39 -0
- package/outputs/sources/queue.d.ts.map +1 -0
- package/outputs/sources/queue.js +14 -0
- package/outputs/sources/queue.js.map +1 -0
- package/outputs/sources/realNetwork.d.ts +10 -0
- package/outputs/sources/realNetwork.d.ts.map +1 -0
- package/outputs/sources/realNetwork.js +18 -0
- package/outputs/sources/realNetwork.js.map +1 -0
- package/outputs/sources/recreationDotGovClient.d.ts +79 -0
- package/outputs/sources/recreationDotGovClient.d.ts.map +1 -0
- package/outputs/sources/recreationDotGovClient.js +130 -0
- package/outputs/sources/recreationDotGovClient.js.map +1 -0
- package/outputs/sources/searchControl.d.ts +36 -0
- package/outputs/sources/searchControl.d.ts.map +1 -0
- package/outputs/sources/searchControl.js +6 -0
- package/outputs/sources/searchControl.js.map +1 -0
- package/outputs/sources/set.d.ts +62 -0
- package/outputs/sources/set.d.ts.map +1 -0
- package/outputs/sources/set.js +145 -0
- package/outputs/sources/set.js.map +1 -0
- package/outputs/sources/skipAsyncIterator.d.ts +34 -0
- package/outputs/sources/skipAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/skipAsyncIterator.js +94 -0
- package/outputs/sources/skipAsyncIterator.js.map +1 -0
- package/outputs/sources/skipIterator.d.ts +36 -0
- package/outputs/sources/skipIterator.d.ts.map +1 -0
- package/outputs/sources/skipIterator.js +100 -0
- package/outputs/sources/skipIterator.js.map +1 -0
- package/outputs/sources/stack.d.ts +43 -0
- package/outputs/sources/stack.d.ts.map +1 -0
- package/outputs/sources/stack.js +14 -0
- package/outputs/sources/stack.js.map +1 -0
- package/outputs/sources/stringComparer.d.ts +12 -0
- package/outputs/sources/stringComparer.d.ts.map +1 -0
- package/outputs/sources/stringComparer.js +24 -0
- package/outputs/sources/stringComparer.js.map +1 -0
- package/outputs/sources/stringIterator.d.ts +36 -0
- package/outputs/sources/stringIterator.d.ts.map +1 -0
- package/outputs/sources/stringIterator.js +94 -0
- package/outputs/sources/stringIterator.js.map +1 -0
- package/outputs/sources/strings.d.ts +78 -0
- package/outputs/sources/strings.d.ts.map +1 -0
- package/outputs/sources/strings.js +218 -0
- package/outputs/sources/strings.js.map +1 -0
- package/outputs/sources/syncResult.d.ts +32 -0
- package/outputs/sources/syncResult.d.ts.map +1 -0
- package/outputs/sources/syncResult.js +200 -0
- package/outputs/sources/syncResult.js.map +1 -0
- package/outputs/sources/takeAsyncIterator.d.ts +34 -0
- package/outputs/sources/takeAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/takeAsyncIterator.js +92 -0
- package/outputs/sources/takeAsyncIterator.js.map +1 -0
- package/outputs/sources/takeIterator.d.ts +36 -0
- package/outputs/sources/takeIterator.d.ts.map +1 -0
- package/outputs/sources/takeIterator.js +98 -0
- package/outputs/sources/takeIterator.js.map +1 -0
- package/outputs/sources/toStringFunctions.d.ts +21 -0
- package/outputs/sources/toStringFunctions.d.ts.map +1 -0
- package/outputs/sources/toStringFunctions.js +130 -0
- package/outputs/sources/toStringFunctions.js.map +1 -0
- package/outputs/sources/types.d.ts +194 -0
- package/outputs/sources/types.d.ts.map +1 -0
- package/outputs/sources/types.js +277 -0
- package/outputs/sources/types.js.map +1 -0
- package/outputs/sources/whereAsyncIterator.d.ts +33 -0
- package/outputs/sources/whereAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/whereAsyncIterator.js +91 -0
- package/outputs/sources/whereAsyncIterator.js.map +1 -0
- package/outputs/sources/whereIterable.d.ts +32 -0
- package/outputs/sources/whereIterable.d.ts.map +1 -0
- package/outputs/sources/whereIterable.js +65 -0
- package/outputs/sources/whereIterable.js.map +1 -0
- package/outputs/sources/whereIterator.d.ts +35 -0
- package/outputs/sources/whereIterator.d.ts.map +1 -0
- package/outputs/sources/whereIterator.js +102 -0
- package/outputs/sources/whereIterator.js.map +1 -0
- package/outputs/sources/wonderlandTrailClient.d.ts +202 -0
- package/outputs/sources/wonderlandTrailClient.d.ts.map +1 -0
- package/outputs/sources/wonderlandTrailClient.js +1094 -0
- package/outputs/sources/wonderlandTrailClient.js.map +1 -0
- package/outputs/tests/AssertTestCreator.d.ts +11 -0
- package/outputs/tests/AssertTestCreator.d.ts.map +1 -0
- package/outputs/tests/AssertTestCreator.js +15 -0
- package/outputs/tests/AssertTestCreator.js.map +1 -0
- package/outputs/tests/BasicTestError.d.ts +14 -0
- package/outputs/tests/BasicTestError.d.ts.map +1 -0
- package/outputs/tests/BasicTestError.js +94 -0
- package/outputs/tests/BasicTestError.js.map +1 -0
- package/outputs/tests/BasicTestErrorCreator.d.ts +11 -0
- package/outputs/tests/BasicTestErrorCreator.d.ts.map +1 -0
- package/outputs/tests/BasicTestErrorCreator.js +15 -0
- package/outputs/tests/BasicTestErrorCreator.js.map +1 -0
- package/outputs/tests/BasicTestErrorTests.d.ts +3 -0
- package/outputs/tests/BasicTestErrorTests.d.ts.map +1 -0
- package/outputs/tests/BasicTestErrorTests.js +236 -0
- package/outputs/tests/BasicTestErrorTests.js.map +1 -0
- package/outputs/tests/CharacterTableTests.d.ts +3 -0
- package/outputs/tests/CharacterTableTests.d.ts.map +1 -0
- package/outputs/tests/CharacterTableTests.js +24 -0
- package/outputs/tests/CharacterTableTests.js.map +1 -0
- package/outputs/tests/ClockTests.d.ts +5 -0
- package/outputs/tests/ClockTests.d.ts.map +1 -0
- package/outputs/tests/ClockTests.js +23 -0
- package/outputs/tests/ClockTests.js.map +1 -0
- package/outputs/tests/CommandLineParametersTests.d.ts +3 -0
- package/outputs/tests/CommandLineParametersTests.d.ts.map +1 -0
- package/outputs/tests/CommandLineParametersTests.js +58 -0
- package/outputs/tests/CommandLineParametersTests.js.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUI.d.ts +49 -0
- package/outputs/tests/ConsoleTestRunnerUI.d.ts.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUI.js +213 -0
- package/outputs/tests/ConsoleTestRunnerUI.js.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUITests.d.ts +5 -0
- package/outputs/tests/ConsoleTestRunnerUITests.d.ts.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUITests.js +26 -0
- package/outputs/tests/ConsoleTestRunnerUITests.js.map +1 -0
- package/outputs/tests/FakeClock.d.ts +16 -0
- package/outputs/tests/FakeClock.d.ts.map +1 -0
- package/outputs/tests/FakeClock.js +27 -0
- package/outputs/tests/FakeClock.js.map +1 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.d.ts +3 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.d.ts.map +1 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.js +269 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.js.map +1 -0
- package/outputs/tests/IndexableTests.d.ts +5 -0
- package/outputs/tests/IndexableTests.d.ts.map +1 -0
- package/outputs/tests/IndexableTests.js +46 -0
- package/outputs/tests/IndexableTests.js.map +1 -0
- package/outputs/tests/MutableIndexableTests.d.ts +5 -0
- package/outputs/tests/MutableIndexableTests.d.ts.map +1 -0
- package/outputs/tests/MutableIndexableTests.js +33 -0
- package/outputs/tests/MutableIndexableTests.js.map +1 -0
- package/outputs/tests/TestCreator.d.ts +15 -0
- package/outputs/tests/TestCreator.d.ts.map +1 -0
- package/outputs/tests/TestCreator.js +13 -0
- package/outputs/tests/TestCreator.js.map +1 -0
- package/outputs/tests/TestError.d.ts +31 -0
- package/outputs/tests/TestError.d.ts.map +1 -0
- package/outputs/tests/TestError.js +5 -0
- package/outputs/tests/TestError.js.map +1 -0
- package/outputs/tests/TestErrorCreator.d.ts +6 -0
- package/outputs/tests/TestErrorCreator.d.ts.map +1 -0
- package/outputs/tests/TestErrorCreator.js +7 -0
- package/outputs/tests/TestErrorCreator.js.map +1 -0
- package/outputs/tests/TokenizerTests.d.ts +3 -0
- package/outputs/tests/TokenizerTests.d.ts.map +1 -0
- package/outputs/tests/TokenizerTests.js +100 -0
- package/outputs/tests/TokenizerTests.js.map +1 -0
- package/outputs/tests/assertTest.d.ts +32 -0
- package/outputs/tests/assertTest.d.ts.map +1 -0
- package/outputs/tests/assertTest.js +75 -0
- package/outputs/tests/assertTest.js.map +1 -0
- package/outputs/tests/assertTestTests.d.ts +3 -0
- package/outputs/tests/assertTestTests.d.ts.map +1 -0
- package/outputs/tests/assertTestTests.js +49 -0
- package/outputs/tests/assertTestTests.js.map +1 -0
- package/outputs/tests/basicTestSkip.d.ts +20 -0
- package/outputs/tests/basicTestSkip.d.ts.map +1 -0
- package/outputs/tests/basicTestSkip.js +36 -0
- package/outputs/tests/basicTestSkip.js.map +1 -0
- package/outputs/tests/byteListStreamTests.d.ts +3 -0
- package/outputs/tests/byteListStreamTests.d.ts.map +1 -0
- package/outputs/tests/byteListStreamTests.js +247 -0
- package/outputs/tests/byteListStreamTests.js.map +1 -0
- package/outputs/tests/byteListTests.d.ts +3 -0
- package/outputs/tests/byteListTests.d.ts.map +1 -0
- package/outputs/tests/byteListTests.js +5 -0
- package/outputs/tests/byteListTests.js.map +1 -0
- package/outputs/tests/bytesTests.d.ts +3 -0
- package/outputs/tests/bytesTests.d.ts.map +1 -0
- package/outputs/tests/bytesTests.js +30 -0
- package/outputs/tests/bytesTests.js.map +1 -0
- package/outputs/tests/characterListStreamTests.d.ts +3 -0
- package/outputs/tests/characterListStreamTests.d.ts.map +1 -0
- package/outputs/tests/characterListStreamTests.js +247 -0
- package/outputs/tests/characterListStreamTests.js.map +1 -0
- package/outputs/tests/characterListTests.d.ts +3 -0
- package/outputs/tests/characterListTests.d.ts.map +1 -0
- package/outputs/tests/characterListTests.js +159 -0
- package/outputs/tests/characterListTests.js.map +1 -0
- package/outputs/tests/characterWriteStreamTests.d.ts +4 -0
- package/outputs/tests/characterWriteStreamTests.d.ts.map +1 -0
- package/outputs/tests/characterWriteStreamTests.js +7 -0
- package/outputs/tests/characterWriteStreamTests.js.map +1 -0
- package/outputs/tests/comparerTests.d.ts +3 -0
- package/outputs/tests/comparerTests.d.ts.map +1 -0
- package/outputs/tests/comparerTests.js +67 -0
- package/outputs/tests/comparerTests.js.map +1 -0
- package/outputs/tests/conditionTests.d.ts +3 -0
- package/outputs/tests/conditionTests.d.ts.map +1 -0
- package/outputs/tests/conditionTests.js +602 -0
- package/outputs/tests/conditionTests.js.map +1 -0
- package/outputs/tests/consoleTestRunner.d.ts +95 -0
- package/outputs/tests/consoleTestRunner.d.ts.map +1 -0
- package/outputs/tests/consoleTestRunner.js +351 -0
- package/outputs/tests/consoleTestRunner.js.map +1 -0
- package/outputs/tests/consoleTestRunnerTests.d.ts +3 -0
- package/outputs/tests/consoleTestRunnerTests.d.ts.map +1 -0
- package/outputs/tests/consoleTestRunnerTests.js +537 -0
- package/outputs/tests/consoleTestRunnerTests.js.map +1 -0
- package/outputs/tests/dateTimeTests.d.ts +3 -0
- package/outputs/tests/dateTimeTests.d.ts.map +1 -0
- package/outputs/tests/dateTimeTests.js +24 -0
- package/outputs/tests/dateTimeTests.js.map +1 -0
- package/outputs/tests/depthFirstSearchTests.d.ts +3 -0
- package/outputs/tests/depthFirstSearchTests.d.ts.map +1 -0
- package/outputs/tests/depthFirstSearchTests.js +61 -0
- package/outputs/tests/depthFirstSearchTests.js.map +1 -0
- package/outputs/tests/disposableTests.d.ts +3 -0
- package/outputs/tests/disposableTests.d.ts.map +1 -0
- package/outputs/tests/disposableTests.js +81 -0
- package/outputs/tests/disposableTests.js.map +1 -0
- package/outputs/tests/englishTests.d.ts +3 -0
- package/outputs/tests/englishTests.d.ts.map +1 -0
- package/outputs/tests/englishTests.js +68 -0
- package/outputs/tests/englishTests.js.map +1 -0
- package/outputs/tests/equalFunctionsTests.d.ts +3 -0
- package/outputs/tests/equalFunctionsTests.d.ts.map +1 -0
- package/outputs/tests/equalFunctionsTests.js +187 -0
- package/outputs/tests/equalFunctionsTests.js.map +1 -0
- package/outputs/tests/failedTest.d.ts +11 -0
- package/outputs/tests/failedTest.d.ts.map +1 -0
- package/outputs/tests/failedTest.js +21 -0
- package/outputs/tests/failedTest.js.map +1 -0
- package/outputs/tests/fetchHttpClientTests.d.ts +3 -0
- package/outputs/tests/fetchHttpClientTests.d.ts.map +1 -0
- package/outputs/tests/fetchHttpClientTests.js +21 -0
- package/outputs/tests/fetchHttpClientTests.js.map +1 -0
- package/outputs/tests/generatorTests.d.ts +3 -0
- package/outputs/tests/generatorTests.d.ts.map +1 -0
- package/outputs/tests/generatorTests.js +55 -0
- package/outputs/tests/generatorTests.js.map +1 -0
- package/outputs/tests/httpClientTests.d.ts +3 -0
- package/outputs/tests/httpClientTests.d.ts.map +1 -0
- package/outputs/tests/httpClientTests.js +12 -0
- package/outputs/tests/httpClientTests.js.map +1 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.d.ts +3 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.d.ts.map +1 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.js +84 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.js.map +1 -0
- package/outputs/tests/index.d.ts +12 -0
- package/outputs/tests/index.d.ts.map +1 -0
- package/outputs/tests/index.js +12 -0
- package/outputs/tests/index.js.map +1 -0
- package/outputs/tests/iterableTests.d.ts +5 -0
- package/outputs/tests/iterableTests.d.ts.map +1 -0
- package/outputs/tests/iterableTests.js +155 -0
- package/outputs/tests/iterableTests.js.map +1 -0
- package/outputs/tests/iteratorTests.d.ts +5 -0
- package/outputs/tests/iteratorTests.d.ts.map +1 -0
- package/outputs/tests/iteratorTests.js +728 -0
- package/outputs/tests/iteratorTests.js.map +1 -0
- package/outputs/tests/javascriptMapMapTests.d.ts +3 -0
- package/outputs/tests/javascriptMapMapTests.d.ts.map +1 -0
- package/outputs/tests/javascriptMapMapTests.js +14 -0
- package/outputs/tests/javascriptMapMapTests.js.map +1 -0
- package/outputs/tests/listTests.d.ts +3 -0
- package/outputs/tests/listTests.d.ts.map +1 -0
- package/outputs/tests/listTests.js +202 -0
- package/outputs/tests/listTests.js.map +1 -0
- package/outputs/tests/mapIteratorTests.d.ts +3 -0
- package/outputs/tests/mapIteratorTests.d.ts.map +1 -0
- package/outputs/tests/mapIteratorTests.js +27 -0
- package/outputs/tests/mapIteratorTests.js.map +1 -0
- package/outputs/tests/mapTests.d.ts +5 -0
- package/outputs/tests/mapTests.d.ts.map +1 -0
- package/outputs/tests/mapTests.js +64 -0
- package/outputs/tests/mapTests.js.map +1 -0
- package/outputs/tests/mutableConditionTests.d.ts +3 -0
- package/outputs/tests/mutableConditionTests.d.ts.map +1 -0
- package/outputs/tests/mutableConditionTests.js +174 -0
- package/outputs/tests/mutableConditionTests.js.map +1 -0
- package/outputs/tests/mutableMapTests.d.ts +5 -0
- package/outputs/tests/mutableMapTests.d.ts.map +1 -0
- package/outputs/tests/mutableMapTests.js +102 -0
- package/outputs/tests/mutableMapTests.js.map +1 -0
- package/outputs/tests/nodeJSHttpServerTests.d.ts +3 -0
- package/outputs/tests/nodeJSHttpServerTests.d.ts.map +1 -0
- package/outputs/tests/nodeJSHttpServerTests.js +50 -0
- package/outputs/tests/nodeJSHttpServerTests.js.map +1 -0
- package/outputs/tests/notFoundErrorTests.d.ts +3 -0
- package/outputs/tests/notFoundErrorTests.d.ts.map +1 -0
- package/outputs/tests/notFoundErrorTests.js +17 -0
- package/outputs/tests/notFoundErrorTests.js.map +1 -0
- package/outputs/tests/postConditionErrorTests.d.ts +3 -0
- package/outputs/tests/postConditionErrorTests.d.ts.map +1 -0
- package/outputs/tests/postConditionErrorTests.js +17 -0
- package/outputs/tests/postConditionErrorTests.js.map +1 -0
- package/outputs/tests/preConditionErrorTests.d.ts +3 -0
- package/outputs/tests/preConditionErrorTests.d.ts.map +1 -0
- package/outputs/tests/preConditionErrorTests.js +17 -0
- package/outputs/tests/preConditionErrorTests.js.map +1 -0
- package/outputs/tests/promiseAsyncResultTests.d.ts +3 -0
- package/outputs/tests/promiseAsyncResultTests.d.ts.map +1 -0
- package/outputs/tests/promiseAsyncResultTests.js +487 -0
- package/outputs/tests/promiseAsyncResultTests.js.map +1 -0
- package/outputs/tests/propertyTests.d.ts +3 -0
- package/outputs/tests/propertyTests.d.ts.map +1 -0
- package/outputs/tests/propertyTests.js +41 -0
- package/outputs/tests/propertyTests.js.map +1 -0
- package/outputs/tests/queueTests.d.ts +3 -0
- package/outputs/tests/queueTests.d.ts.map +1 -0
- package/outputs/tests/queueTests.js +20 -0
- package/outputs/tests/queueTests.js.map +1 -0
- package/outputs/tests/recreationDotGovClientTests.d.ts +3 -0
- package/outputs/tests/recreationDotGovClientTests.d.ts.map +1 -0
- package/outputs/tests/recreationDotGovClientTests.js +111 -0
- package/outputs/tests/recreationDotGovClientTests.js.map +1 -0
- package/outputs/tests/setTests.d.ts +3 -0
- package/outputs/tests/setTests.d.ts.map +1 -0
- package/outputs/tests/setTests.js +92 -0
- package/outputs/tests/setTests.js.map +1 -0
- package/outputs/tests/skippedTest.d.ts +11 -0
- package/outputs/tests/skippedTest.d.ts.map +1 -0
- package/outputs/tests/skippedTest.js +21 -0
- package/outputs/tests/skippedTest.js.map +1 -0
- package/outputs/tests/stackTests.d.ts +3 -0
- package/outputs/tests/stackTests.d.ts.map +1 -0
- package/outputs/tests/stackTests.js +45 -0
- package/outputs/tests/stackTests.js.map +1 -0
- package/outputs/tests/stringComparerTests.d.ts +3 -0
- package/outputs/tests/stringComparerTests.d.ts.map +1 -0
- package/outputs/tests/stringComparerTests.js +47 -0
- package/outputs/tests/stringComparerTests.js.map +1 -0
- package/outputs/tests/stringIteratorTests.d.ts +3 -0
- package/outputs/tests/stringIteratorTests.d.ts.map +1 -0
- package/outputs/tests/stringIteratorTests.js +81 -0
- package/outputs/tests/stringIteratorTests.js.map +1 -0
- package/outputs/tests/stringsTests.d.ts +3 -0
- package/outputs/tests/stringsTests.d.ts.map +1 -0
- package/outputs/tests/stringsTests.js +384 -0
- package/outputs/tests/stringsTests.js.map +1 -0
- package/outputs/tests/syncResultTests.d.ts +3 -0
- package/outputs/tests/syncResultTests.d.ts.map +1 -0
- package/outputs/tests/syncResultTests.js +900 -0
- package/outputs/tests/syncResultTests.js.map +1 -0
- package/outputs/tests/test.d.ts +144 -0
- package/outputs/tests/test.d.ts.map +1 -0
- package/outputs/tests/test.js +145 -0
- package/outputs/tests/test.js.map +1 -0
- package/outputs/tests/testAction.d.ts +22 -0
- package/outputs/tests/testAction.d.ts.map +1 -0
- package/outputs/tests/testAction.js +56 -0
- package/outputs/tests/testAction.js.map +1 -0
- package/outputs/tests/testActionTests.d.ts +3 -0
- package/outputs/tests/testActionTests.d.ts.map +1 -0
- package/outputs/tests/testActionTests.js +56 -0
- package/outputs/tests/testActionTests.js.map +1 -0
- package/outputs/tests/testFailureTests.d.ts +3 -0
- package/outputs/tests/testFailureTests.d.ts.map +1 -0
- package/outputs/tests/testFailureTests.js +7 -0
- package/outputs/tests/testFailureTests.js.map +1 -0
- package/outputs/tests/testRunner.d.ts +107 -0
- package/outputs/tests/testRunner.d.ts.map +1 -0
- package/outputs/tests/testRunner.js +63 -0
- package/outputs/tests/testRunner.js.map +1 -0
- package/outputs/tests/testRunnerTests.d.ts +4 -0
- package/outputs/tests/testRunnerTests.d.ts.map +1 -0
- package/outputs/tests/testRunnerTests.js +258 -0
- package/outputs/tests/testRunnerTests.js.map +1 -0
- package/outputs/tests/testSkip.d.ts +24 -0
- package/outputs/tests/testSkip.d.ts.map +1 -0
- package/outputs/tests/testSkip.js +19 -0
- package/outputs/tests/testSkip.js.map +1 -0
- package/outputs/tests/tests.d.ts +2 -0
- package/outputs/tests/tests.d.ts.map +1 -0
- package/outputs/tests/tests.js +115 -0
- package/outputs/tests/tests.js.map +1 -0
- package/outputs/tests/toStringFunctionsTests.d.ts +3 -0
- package/outputs/tests/toStringFunctionsTests.d.ts.map +1 -0
- package/outputs/tests/toStringFunctionsTests.js +43 -0
- package/outputs/tests/toStringFunctionsTests.js.map +1 -0
- package/outputs/tests/typesTests.d.ts +3 -0
- package/outputs/tests/typesTests.d.ts.map +1 -0
- package/outputs/tests/typesTests.js +194 -0
- package/outputs/tests/typesTests.js.map +1 -0
- package/outputs/tests/whereIteratorTests.d.ts +3 -0
- package/outputs/tests/whereIteratorTests.d.ts.map +1 -0
- package/outputs/tests/whereIteratorTests.js +30 -0
- package/outputs/tests/whereIteratorTests.js.map +1 -0
- package/outputs/tests/wonderlandTrailClientTests.d.ts +3 -0
- package/outputs/tests/wonderlandTrailClientTests.d.ts.map +1 -0
- package/outputs/tests/wonderlandTrailClientTests.js +272 -0
- package/outputs/tests/wonderlandTrailClientTests.js.map +1 -0
- package/package.json +48 -48
- package/outputs/characterWriteStream-CzPcNOCD.d.cts +0 -845
- package/outputs/characterWriteStream-CzPcNOCD.d.ts +0 -845
- package/outputs/chunk-FZ3WRQ7B.js +0 -1199
- package/outputs/chunk-FZ3WRQ7B.js.map +0 -1
- package/outputs/chunk-MHMLVX2O.js +0 -9590
- package/outputs/chunk-MHMLVX2O.js.map +0 -1
- package/outputs/sourceIndex.cjs +0 -9790
- package/outputs/sourceIndex.cjs.map +0 -1
- package/outputs/sourceIndex.d.cts +0 -3532
- package/outputs/sourceIndex.d.ts +0 -3532
- package/outputs/sourceIndex.js +0 -349
- package/outputs/sourceIndex.js.map +0 -1
- package/outputs/testIndex.cjs +0 -7046
- package/outputs/testIndex.cjs.map +0 -1
- package/outputs/testIndex.d.cts +0 -544
- package/outputs/testIndex.d.ts +0 -544
- package/outputs/testIndex.js +0 -55
- package/outputs/testIndex.js.map +0 -1
- package/outputs/tests.cjs +0 -19372
- package/outputs/tests.cjs.map +0 -1
- package/outputs/tests.d.cts +0 -3
- package/outputs/tests.d.ts +0 -3
- package/outputs/tests.js +0 -10017
- package/outputs/tests.js.map +0 -1
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
export * from "./ANSIStyles.js";
|
|
2
|
+
export * from "./assertMessageParameters.js";
|
|
3
|
+
export * from "./asyncIterator.js";
|
|
4
|
+
export * from "./asyncIteratorToJavascriptAsyncIteratorAdapter.js";
|
|
5
|
+
export * from "./asyncResult.js";
|
|
6
|
+
export * from "./basicDisposable.js";
|
|
7
|
+
export * from "./byteList.js";
|
|
8
|
+
export * from "./byteListStream.js";
|
|
9
|
+
export * from "./byteReadStream.js";
|
|
10
|
+
export * from "./bytes.js";
|
|
11
|
+
export * from "./byteWriteStream.js";
|
|
12
|
+
export * from "./characterList.js";
|
|
13
|
+
export * from "./characterListStream.js";
|
|
14
|
+
export * from "./characterReadStream.js";
|
|
15
|
+
export * from "./characterReadStreamIterator.js";
|
|
16
|
+
export * from "./CharacterTable.js";
|
|
17
|
+
export * from "./characterWriteStream.js";
|
|
18
|
+
export * from "./Clock.js";
|
|
19
|
+
export * from "./commandLineParameter.js";
|
|
20
|
+
export * from "./commandLineParameters.js";
|
|
21
|
+
export * from "./comparable.js";
|
|
22
|
+
export * from "./comparer.js";
|
|
23
|
+
export * from "./comparison.js";
|
|
24
|
+
export * from "./concatenateIterable.js";
|
|
25
|
+
export * from "./concatenateIterator.js";
|
|
26
|
+
export * from "./condition.js";
|
|
27
|
+
export * from "./currentProcess.js";
|
|
28
|
+
export * from "./dateTime.js";
|
|
29
|
+
export * from "./depthFirstSearch.js";
|
|
30
|
+
export * from "./disposable.js";
|
|
31
|
+
export * from "./emptyError.js";
|
|
32
|
+
export * from "./english.js";
|
|
33
|
+
export * from "./equalFunctions.js";
|
|
34
|
+
export * from "./FetchError.js";
|
|
35
|
+
export * from "./fetchHttpClient.js";
|
|
36
|
+
export * from "./fetchHttpResponse.js";
|
|
37
|
+
export * from "./flatMapIterable.js";
|
|
38
|
+
export * from "./flatMapIterator.js";
|
|
39
|
+
export * from "./generator.js";
|
|
40
|
+
export * from "./httpClient.js";
|
|
41
|
+
export * from "./httpHeader.js";
|
|
42
|
+
export * from "./httpHeaders.js";
|
|
43
|
+
export * from "./httpIncomingRequest.js";
|
|
44
|
+
export * from "./httpIncomingResponse.js";
|
|
45
|
+
export * from "./httpMethod.js";
|
|
46
|
+
export * from "./httpOutgoingRequest.js";
|
|
47
|
+
export * from "./httpOutgoingResponse.js";
|
|
48
|
+
export * from "./HttpRequestHandler.js";
|
|
49
|
+
export * from "./httpServer.js";
|
|
50
|
+
export * from "./IndentedCharacterWriteStream.js";
|
|
51
|
+
export * from "./Indexable.js";
|
|
52
|
+
export * from "./inMemoryCharacterWriteStream.js";
|
|
53
|
+
export * from "./iterable.js";
|
|
54
|
+
export * from "./iterator.js";
|
|
55
|
+
export * from "./iteratorToJavascriptIteratorAdapter.js";
|
|
56
|
+
export * from "./javascript.js";
|
|
57
|
+
export * from "./javascriptArrayList.js";
|
|
58
|
+
export * from "./javascriptAsyncIteratorToAsyncIteratorAdapter.js";
|
|
59
|
+
export * from "./javascriptIteratorToIteratorAdapter.js";
|
|
60
|
+
export * from "./javascriptMapMap.js";
|
|
61
|
+
export * from "./javascriptSetSet.js";
|
|
62
|
+
export * from "./list.js";
|
|
63
|
+
export * from "./listQueue.js";
|
|
64
|
+
export * from "./listStack.js";
|
|
65
|
+
export * from "./luxonDateTime.js";
|
|
66
|
+
export * from "./map.js";
|
|
67
|
+
export * from "./mapAsyncIterator.js";
|
|
68
|
+
export * from "./mapIterable.js";
|
|
69
|
+
export * from "./mapIterator.js";
|
|
70
|
+
export * from "./mutableCondition.js";
|
|
71
|
+
export * from "./mutableHttpHeaders.js";
|
|
72
|
+
export * from "./MutableIndexable.js";
|
|
73
|
+
export * from "./mutableMap.js";
|
|
74
|
+
export * from "./network.js";
|
|
75
|
+
export * from "./node.js";
|
|
76
|
+
export * from "./nodeJSCharacterWriteStream.js";
|
|
77
|
+
export * from "./nodeJSHttpIncomingRequest.js";
|
|
78
|
+
export * from "./NodeJSHttpOutgoingResponse.js";
|
|
79
|
+
export * from "./nodeJSHttpServer.js";
|
|
80
|
+
export * from "./notFoundError.js";
|
|
81
|
+
export * from "./postCondition.js";
|
|
82
|
+
export * from "./postConditionError.js";
|
|
83
|
+
export * from "./preCondition.js";
|
|
84
|
+
export * from "./preConditionError.js";
|
|
85
|
+
export * from "./promiseAsyncResult.js";
|
|
86
|
+
export * from "./property.js";
|
|
87
|
+
export * from "./queue.js";
|
|
88
|
+
export * from "./RealClock.js";
|
|
89
|
+
export * from "./realNetwork.js";
|
|
90
|
+
export * from "./recreationDotGovClient.js";
|
|
91
|
+
export * from "./searchControl.js";
|
|
92
|
+
export * from "./set.js";
|
|
93
|
+
export * from "./skipAsyncIterator.js";
|
|
94
|
+
export * from "./skipIterator.js";
|
|
95
|
+
export * from "./stack.js";
|
|
96
|
+
export * from "./stringComparer.js";
|
|
97
|
+
export * from "./stringIterator.js";
|
|
98
|
+
export * from "./strings.js";
|
|
99
|
+
export * from "./syncResult.js";
|
|
100
|
+
export * from "./takeAsyncIterator.js";
|
|
101
|
+
export * from "./takeIterator.js";
|
|
102
|
+
export * from "./Token.js";
|
|
103
|
+
export * from "./Tokenizer.js";
|
|
104
|
+
export * from "./TokenType.js";
|
|
105
|
+
export * from "./toStringFunctions.js";
|
|
106
|
+
export * from "./types.js";
|
|
107
|
+
export * from "./whereAsyncIterator.js";
|
|
108
|
+
export * from "./whereIterable.js";
|
|
109
|
+
export * from "./whereIterator.js";
|
|
110
|
+
export * from "./wonderlandTrailClient.js";
|
|
111
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../sources/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { Comparable } from "./comparable.js";
|
|
2
|
+
import { EqualFunctions } from "./equalFunctions.js";
|
|
3
|
+
import { Iterator } from "./iterator.js";
|
|
4
|
+
import { JavascriptIterable, JavascriptIterator } from "./javascript.js";
|
|
5
|
+
import { SyncResult } from "./syncResult.js";
|
|
6
|
+
import { ToStringFunctions } from "./toStringFunctions.js";
|
|
7
|
+
import { Type } from "./types.js";
|
|
8
|
+
/**
|
|
9
|
+
* An object that can be iterated over.
|
|
10
|
+
*/
|
|
11
|
+
export declare abstract class Iterable<T> implements JavascriptIterable<T> {
|
|
12
|
+
static create<T>(values?: JavascriptIterable<T>): Iterable<T>;
|
|
13
|
+
/**
|
|
14
|
+
* Iterate over the values in this {@link Iterable}.
|
|
15
|
+
*/
|
|
16
|
+
abstract iterate(): Iterator<T>;
|
|
17
|
+
[Symbol.iterator](): JavascriptIterator<T>;
|
|
18
|
+
static [Symbol.iterator]<T>(iterable: Iterable<T>): JavascriptIterator<T>;
|
|
19
|
+
/**
|
|
20
|
+
* Get all of the values in this {@link Iterable} in an {@link Array}.
|
|
21
|
+
*/
|
|
22
|
+
toArray(): SyncResult<T[]>;
|
|
23
|
+
/**
|
|
24
|
+
* Get all of the values in the provided {@link Iterable} in an {@link Array}.
|
|
25
|
+
*/
|
|
26
|
+
static toArray<T>(iterable: Iterable<T>): SyncResult<T[]>;
|
|
27
|
+
/**
|
|
28
|
+
* Get whether this {@link Iterable} contains any values.
|
|
29
|
+
*/
|
|
30
|
+
any(): SyncResult<boolean>;
|
|
31
|
+
/**
|
|
32
|
+
* Get whether the provided {@link JavascriptIterable} contains any values.
|
|
33
|
+
*/
|
|
34
|
+
static any<T>(iterable: JavascriptIterable<T>): SyncResult<boolean>;
|
|
35
|
+
/**
|
|
36
|
+
* Get the number of values in this {@link Iterable}.
|
|
37
|
+
*/
|
|
38
|
+
getCount(): SyncResult<number>;
|
|
39
|
+
/**
|
|
40
|
+
* Get the number of values in the provided {@link Iterable}.
|
|
41
|
+
*/
|
|
42
|
+
static getCount<T>(iterable: Iterable<T>): SyncResult<number>;
|
|
43
|
+
/**
|
|
44
|
+
* Get whether this {@link Iterable} is equal to the provided {@link Iterable}.
|
|
45
|
+
* @param right The {@link Iterable} to compare against this {@link Iterable}.
|
|
46
|
+
* @param equalFunctions The optional {@link EqualFunctions} to use to determine if the two
|
|
47
|
+
* {@link Iterable}s are equal.
|
|
48
|
+
*/
|
|
49
|
+
equals(right: JavascriptIterable<T>, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
50
|
+
static equals<T>(left: JavascriptIterable<T>, right: JavascriptIterable<T>, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
51
|
+
/**
|
|
52
|
+
* Get the {@link String} representation of this {@link Iterable}.
|
|
53
|
+
*/
|
|
54
|
+
toString(toStringFunctions?: ToStringFunctions): string;
|
|
55
|
+
/**
|
|
56
|
+
* Get the {@link String} representation of the provided {@link Iterable}.
|
|
57
|
+
*/
|
|
58
|
+
static toString<T>(iterable: Iterable<T>, toStringFunctions?: ToStringFunctions): string;
|
|
59
|
+
concatenate(...toConcatenate: JavascriptIterable<T>[]): Iterable<T>;
|
|
60
|
+
static concatenate<T>(iterable: Iterable<T>, ...toConcatenate: JavascriptIterable<T>[]): Iterable<T>;
|
|
61
|
+
/**
|
|
62
|
+
* Get a {@link MapIterable} that maps all of the {@link T} values in this {@link Iterable} to
|
|
63
|
+
* {@link TOutput} values.
|
|
64
|
+
* @param mapping The mapping function to use to convert values of type {@link T} to
|
|
65
|
+
* {@link TOutput}.
|
|
66
|
+
*/
|
|
67
|
+
map<TOutput>(mapping: (value: T) => (TOutput | SyncResult<TOutput>)): Iterable<TOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* Get a {@link MapIterable} that maps all of the {@link T} values in the provided
|
|
70
|
+
* {@link Iterable} to {@link TOutput} values.
|
|
71
|
+
* @param mapping The mapping function to use to convert values of type {@link T} to
|
|
72
|
+
* {@link TOutput}.
|
|
73
|
+
*/
|
|
74
|
+
static map<TInput, TOutput>(iterable: Iterable<TInput>, mapping: (value: TInput) => (TOutput | SyncResult<TOutput>)): Iterable<TOutput>;
|
|
75
|
+
flatMap<TOutput>(mapping: (value: T) => JavascriptIterable<TOutput>): Iterable<TOutput>;
|
|
76
|
+
static flatMap<T, TOutput>(iterable: Iterable<T>, mapping: (value: T) => JavascriptIterable<TOutput>): Iterable<TOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* Get an {@link Iterable} that contains values from this {@link Iterable} that match the
|
|
79
|
+
* provided condition.
|
|
80
|
+
* @param condition The condition to run against each of the values in this {@link Iterable}.
|
|
81
|
+
*/
|
|
82
|
+
where(condition: (value: T) => (boolean | SyncResult<boolean>)): Iterable<T>;
|
|
83
|
+
/**
|
|
84
|
+
* Get an {@link Iterable} that contains values from the provided {@link Iterable} that match
|
|
85
|
+
* the provided condition.
|
|
86
|
+
* @param iterable The {@link Iterable} to get values from.
|
|
87
|
+
* @param condition The condition that the values must match to be contained in the new
|
|
88
|
+
* {@link Iterable}.
|
|
89
|
+
*/
|
|
90
|
+
static where<T>(iterable: JavascriptIterable<T>, condition: (value: T) => (boolean | SyncResult<boolean>)): Iterable<T>;
|
|
91
|
+
/**
|
|
92
|
+
* Get an {@link Iterable} that contains values from this {@link Iterable} that match the
|
|
93
|
+
* provided {@link Type} or type check function.
|
|
94
|
+
* @param typeOrTypeCheck The {@link Type} or type check function that returned values must
|
|
95
|
+
* match.
|
|
96
|
+
*/
|
|
97
|
+
instanceOf<TOutput extends T>(typeOrTypeCheck: Type<TOutput> | ((value: T) => value is TOutput)): Iterable<TOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* Get an {@link Iterable} that contains values from the provided {@link Iterable} that match
|
|
100
|
+
* the provided {@link Type} or type check function.
|
|
101
|
+
* @param iterable The {@link Iterable} to get values from.
|
|
102
|
+
* @param typeOrTypeCheck The {@link Type} or type check function that returned values must
|
|
103
|
+
* match.
|
|
104
|
+
*/
|
|
105
|
+
static instanceOf<TInput, TOutput extends TInput>(iterable: JavascriptIterable<TInput>, typeOrTypeCheck: Type<TOutput> | ((value: TInput) => value is TOutput)): Iterable<TOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* Get the first value in this {@link Iterable}.
|
|
108
|
+
*/
|
|
109
|
+
first(condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
110
|
+
/**
|
|
111
|
+
* Get the first value from the provided {@link JavascriptIterable}.
|
|
112
|
+
* @param iterable The {@link JavascriptIterable} to get the first value from.
|
|
113
|
+
*/
|
|
114
|
+
static first<T>(iterable: JavascriptIterable<T>, condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
115
|
+
/**
|
|
116
|
+
* Get the last value in this {@link Iterable}.
|
|
117
|
+
*/
|
|
118
|
+
last(condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
119
|
+
/**
|
|
120
|
+
* Get the last value from the provided {@link JavascriptIterable}.
|
|
121
|
+
* @param iterable The {@link JavascriptIterable} to get the last value from.
|
|
122
|
+
*/
|
|
123
|
+
static last<T>(iterable: JavascriptIterable<T>, condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
124
|
+
/**
|
|
125
|
+
* Find the maximum value in the provided {@link Iterable}.
|
|
126
|
+
* @param iterable The values to find the maximum of.
|
|
127
|
+
*/
|
|
128
|
+
static findMaximum<T extends Comparable<T>>(iterable: JavascriptIterable<T> | Iterable<T>): SyncResult<T>;
|
|
129
|
+
contains(value: T, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
130
|
+
static contains<T>(iterable: Iterable<T>, value: T, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
131
|
+
}
|
|
132
|
+
//# sourceMappingURL=iterable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iterable.d.ts","sourceRoot":"","sources":["../../sources/iterable.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import { Comparer } from "./comparer.js";
|
|
2
|
+
import { ConcatenateIterable } from "./concatenateIterable.js";
|
|
3
|
+
import { EqualFunctions } from "./equalFunctions.js";
|
|
4
|
+
import { FlatMapIterable } from "./flatMapIterable.js";
|
|
5
|
+
import { Indexable } from "./Indexable.js";
|
|
6
|
+
import { Iterator } from "./iterator.js";
|
|
7
|
+
import { MapIterable } from "./mapIterable.js";
|
|
8
|
+
import { PreCondition } from "./preCondition.js";
|
|
9
|
+
import { SyncResult } from "./syncResult.js";
|
|
10
|
+
import { ToStringFunctions } from "./toStringFunctions.js";
|
|
11
|
+
import { instanceOf, isIterable, isUndefinedOrNull } from "./types.js";
|
|
12
|
+
import { WhereIterable } from "./whereIterable.js";
|
|
13
|
+
/**
|
|
14
|
+
* An object that can be iterated over.
|
|
15
|
+
*/
|
|
16
|
+
export class Iterable {
|
|
17
|
+
static create(values) {
|
|
18
|
+
return Indexable.create(values);
|
|
19
|
+
}
|
|
20
|
+
[Symbol.iterator]() {
|
|
21
|
+
return Iterable[Symbol.iterator](this);
|
|
22
|
+
}
|
|
23
|
+
static [Symbol.iterator](iterable) {
|
|
24
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
25
|
+
return iterable.iterate()[Symbol.iterator]();
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Get all of the values in this {@link Iterable} in an {@link Array}.
|
|
29
|
+
*/
|
|
30
|
+
toArray() {
|
|
31
|
+
return Iterable.toArray(this);
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Get all of the values in the provided {@link Iterable} in an {@link Array}.
|
|
35
|
+
*/
|
|
36
|
+
static toArray(iterable) {
|
|
37
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
38
|
+
return iterable.iterate().toArray();
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Get whether this {@link Iterable} contains any values.
|
|
42
|
+
*/
|
|
43
|
+
any() {
|
|
44
|
+
return Iterable.any(this);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get whether the provided {@link JavascriptIterable} contains any values.
|
|
48
|
+
*/
|
|
49
|
+
static any(iterable) {
|
|
50
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
51
|
+
return Iterator.create(iterable).any();
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Get the number of values in this {@link Iterable}.
|
|
55
|
+
*/
|
|
56
|
+
getCount() {
|
|
57
|
+
return Iterable.getCount(this);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Get the number of values in the provided {@link Iterable}.
|
|
61
|
+
*/
|
|
62
|
+
static getCount(iterable) {
|
|
63
|
+
return iterable.iterate().getCount();
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Get whether this {@link Iterable} is equal to the provided {@link Iterable}.
|
|
67
|
+
* @param right The {@link Iterable} to compare against this {@link Iterable}.
|
|
68
|
+
* @param equalFunctions The optional {@link EqualFunctions} to use to determine if the two
|
|
69
|
+
* {@link Iterable}s are equal.
|
|
70
|
+
*/
|
|
71
|
+
equals(right, equalFunctions) {
|
|
72
|
+
return Iterable.equals(this, right, equalFunctions);
|
|
73
|
+
}
|
|
74
|
+
static equals(left, right, equalFunctions) {
|
|
75
|
+
return SyncResult.create(() => {
|
|
76
|
+
if (isUndefinedOrNull(equalFunctions)) {
|
|
77
|
+
equalFunctions = EqualFunctions.create();
|
|
78
|
+
}
|
|
79
|
+
let result = Comparer.equalSameUndefinedNull(left, right);
|
|
80
|
+
if (result === undefined) {
|
|
81
|
+
result = true;
|
|
82
|
+
const leftIterator = Iterator.create(left).start().await();
|
|
83
|
+
const rightIterator = Iterator.create(right).start().await();
|
|
84
|
+
while (leftIterator.hasCurrent() && rightIterator.hasCurrent()) {
|
|
85
|
+
result = equalFunctions.areEqual(leftIterator.getCurrent(), rightIterator.getCurrent()).await();
|
|
86
|
+
if (result === false) {
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
leftIterator.next().await();
|
|
91
|
+
rightIterator.next().await();
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
if (result) {
|
|
95
|
+
result = (leftIterator.hasCurrent() === rightIterator.hasCurrent());
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
return result;
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Get the {@link String} representation of this {@link Iterable}.
|
|
103
|
+
*/
|
|
104
|
+
toString(toStringFunctions) {
|
|
105
|
+
return Iterable.toString(this, toStringFunctions);
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Get the {@link String} representation of the provided {@link Iterable}.
|
|
109
|
+
*/
|
|
110
|
+
static toString(iterable, toStringFunctions) {
|
|
111
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
112
|
+
if (isUndefinedOrNull(toStringFunctions)) {
|
|
113
|
+
toStringFunctions = ToStringFunctions.create();
|
|
114
|
+
}
|
|
115
|
+
return toStringFunctions.toString(iterable);
|
|
116
|
+
}
|
|
117
|
+
concatenate(...toConcatenate) {
|
|
118
|
+
return Iterable.concatenate(this, ...toConcatenate);
|
|
119
|
+
}
|
|
120
|
+
static concatenate(iterable, ...toConcatenate) {
|
|
121
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterator");
|
|
122
|
+
PreCondition.assertNotUndefinedAndNotNull(toConcatenate, "toConcatenate");
|
|
123
|
+
return ConcatenateIterable.create(iterable, ...toConcatenate);
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Get a {@link MapIterable} that maps all of the {@link T} values in this {@link Iterable} to
|
|
127
|
+
* {@link TOutput} values.
|
|
128
|
+
* @param mapping The mapping function to use to convert values of type {@link T} to
|
|
129
|
+
* {@link TOutput}.
|
|
130
|
+
*/
|
|
131
|
+
map(mapping) {
|
|
132
|
+
return Iterable.map(this, mapping);
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Get a {@link MapIterable} that maps all of the {@link T} values in the provided
|
|
136
|
+
* {@link Iterable} to {@link TOutput} values.
|
|
137
|
+
* @param mapping The mapping function to use to convert values of type {@link T} to
|
|
138
|
+
* {@link TOutput}.
|
|
139
|
+
*/
|
|
140
|
+
static map(iterable, mapping) {
|
|
141
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
142
|
+
PreCondition.assertNotUndefinedAndNotNull(mapping, "mapping");
|
|
143
|
+
return MapIterable.create(iterable, mapping);
|
|
144
|
+
}
|
|
145
|
+
flatMap(mapping) {
|
|
146
|
+
return Iterable.flatMap(this, mapping);
|
|
147
|
+
}
|
|
148
|
+
static flatMap(iterable, mapping) {
|
|
149
|
+
return FlatMapIterable.create(iterable, mapping);
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Get an {@link Iterable} that contains values from this {@link Iterable} that match the
|
|
153
|
+
* provided condition.
|
|
154
|
+
* @param condition The condition to run against each of the values in this {@link Iterable}.
|
|
155
|
+
*/
|
|
156
|
+
where(condition) {
|
|
157
|
+
return Iterable.where(this, condition);
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Get an {@link Iterable} that contains values from the provided {@link Iterable} that match
|
|
161
|
+
* the provided condition.
|
|
162
|
+
* @param iterable The {@link Iterable} to get values from.
|
|
163
|
+
* @param condition The condition that the values must match to be contained in the new
|
|
164
|
+
* {@link Iterable}.
|
|
165
|
+
*/
|
|
166
|
+
static where(iterable, condition) {
|
|
167
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
168
|
+
PreCondition.assertNotUndefinedAndNotNull(condition, "condition");
|
|
169
|
+
if (!isIterable(iterable)) {
|
|
170
|
+
iterable = Iterable.create(iterable);
|
|
171
|
+
}
|
|
172
|
+
return WhereIterable.create(iterable, condition);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Get an {@link Iterable} that contains values from this {@link Iterable} that match the
|
|
176
|
+
* provided {@link Type} or type check function.
|
|
177
|
+
* @param typeOrTypeCheck The {@link Type} or type check function that returned values must
|
|
178
|
+
* match.
|
|
179
|
+
*/
|
|
180
|
+
instanceOf(typeOrTypeCheck) {
|
|
181
|
+
return Iterable.instanceOf(this, typeOrTypeCheck);
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Get an {@link Iterable} that contains values from the provided {@link Iterable} that match
|
|
185
|
+
* the provided {@link Type} or type check function.
|
|
186
|
+
* @param iterable The {@link Iterable} to get values from.
|
|
187
|
+
* @param typeOrTypeCheck The {@link Type} or type check function that returned values must
|
|
188
|
+
* match.
|
|
189
|
+
*/
|
|
190
|
+
static instanceOf(iterable, typeOrTypeCheck) {
|
|
191
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
192
|
+
PreCondition.assertNotUndefinedAndNotNull(typeOrTypeCheck, "typeOrTypeCheck");
|
|
193
|
+
return Iterable.where(iterable, (value) => instanceOf(value, typeOrTypeCheck))
|
|
194
|
+
.map((value) => value);
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Get the first value in this {@link Iterable}.
|
|
198
|
+
*/
|
|
199
|
+
first(condition) {
|
|
200
|
+
return Iterable.first(this, condition);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Get the first value from the provided {@link JavascriptIterable}.
|
|
204
|
+
* @param iterable The {@link JavascriptIterable} to get the first value from.
|
|
205
|
+
*/
|
|
206
|
+
static first(iterable, condition) {
|
|
207
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
208
|
+
return Iterator.create(iterable).first(condition);
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Get the last value in this {@link Iterable}.
|
|
212
|
+
*/
|
|
213
|
+
last(condition) {
|
|
214
|
+
return Iterable.last(this, condition);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Get the last value from the provided {@link JavascriptIterable}.
|
|
218
|
+
* @param iterable The {@link JavascriptIterable} to get the last value from.
|
|
219
|
+
*/
|
|
220
|
+
static last(iterable, condition) {
|
|
221
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
222
|
+
return Iterator.create(iterable).last(condition);
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* Find the maximum value in the provided {@link Iterable}.
|
|
226
|
+
* @param iterable The values to find the maximum of.
|
|
227
|
+
*/
|
|
228
|
+
static findMaximum(iterable) {
|
|
229
|
+
PreCondition.assertNotUndefinedAndNotNull(iterable, "iterable");
|
|
230
|
+
return Iterator.findMaximum(Iterator.create(iterable));
|
|
231
|
+
}
|
|
232
|
+
contains(value, equalFunctions) {
|
|
233
|
+
return Iterable.contains(this, value, equalFunctions);
|
|
234
|
+
}
|
|
235
|
+
static contains(iterable, value, equalFunctions) {
|
|
236
|
+
return SyncResult.create(() => {
|
|
237
|
+
if (!equalFunctions) {
|
|
238
|
+
equalFunctions = EqualFunctions.create();
|
|
239
|
+
}
|
|
240
|
+
let result = false;
|
|
241
|
+
for (const iterableValue of iterable) {
|
|
242
|
+
if (equalFunctions.areEqual(value, iterableValue).await()) {
|
|
243
|
+
result = true;
|
|
244
|
+
break;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
return result;
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
//# sourceMappingURL=iterable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iterable.js","sourceRoot":"","sources":["../../sources/iterable.ts"],"names":[],"mappings":"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"}
|