@everyonesoftware/common 13.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-DGlmRcFl.d.cts +0 -854
- package/outputs/characterWriteStream-DGlmRcFl.d.ts +0 -854
- package/outputs/chunk-P4KLLRFY.js +0 -1199
- package/outputs/chunk-P4KLLRFY.js.map +0 -1
- package/outputs/chunk-TUBXFCG4.js +0 -9593
- package/outputs/chunk-TUBXFCG4.js.map +0 -1
- package/outputs/sourceIndex.cjs +0 -9793
- package/outputs/sourceIndex.cjs.map +0 -1
- package/outputs/sourceIndex.d.cts +0 -3533
- package/outputs/sourceIndex.d.ts +0 -3533
- package/outputs/sourceIndex.js +0 -349
- package/outputs/sourceIndex.js.map +0 -1
- package/outputs/testIndex.cjs +0 -7049
- 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 -19376
- 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 -10018
- package/outputs/tests.js.map +0 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class ANSIStyles {
|
|
2
|
+
private constructor();
|
|
3
|
+
private static color;
|
|
4
|
+
static black(text: string): string;
|
|
5
|
+
static red(text: string): string;
|
|
6
|
+
static green(text: string): string;
|
|
7
|
+
static yellow(text: string): string;
|
|
8
|
+
static blue(text: string): string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ANSIStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ANSIStyles.d.ts","sourceRoot":"","sources":["../../sources/ANSIStyles.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IAEnB,OAAO,eAEN;IAED,OAAO,CAAC,MAAM,CAAC,KAAK;IAKpB,OAAc,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGxC;IAED,OAAc,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGtC;IAED,OAAc,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGxC;IAED,OAAc,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGzC;IAED,OAAc,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGvC;CACJ"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export class ANSIStyles {
|
|
2
|
+
constructor() {
|
|
3
|
+
}
|
|
4
|
+
static color(colorCode, text) {
|
|
5
|
+
return `\x1b[${colorCode}m${text}\x1b[0m`;
|
|
6
|
+
}
|
|
7
|
+
static black(text) {
|
|
8
|
+
return this.color(30, text);
|
|
9
|
+
}
|
|
10
|
+
static red(text) {
|
|
11
|
+
return this.color(31, text);
|
|
12
|
+
}
|
|
13
|
+
static green(text) {
|
|
14
|
+
return this.color(32, text);
|
|
15
|
+
}
|
|
16
|
+
static yellow(text) {
|
|
17
|
+
return this.color(33, text);
|
|
18
|
+
}
|
|
19
|
+
static blue(text) {
|
|
20
|
+
return this.color(34, text);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=ANSIStyles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ANSIStyles.js","sourceRoot":"","sources":["../../sources/ANSIStyles.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,UAAU;IAEnB;IAEA,CAAC;IAEO,MAAM,CAAC,KAAK,CAAC,SAAiB,EAAE,IAAY;QAEhD,OAAO,QAAQ,SAAS,IAAI,IAAI,SAAS,CAAC;IAC9C,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,IAAY;QAE5B,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;IAChC,CAAC;IAEM,MAAM,CAAC,GAAG,CAAC,IAAY;QAE1B,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;IAChC,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,IAAY;QAE5B,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;IAChC,CAAC;IAEM,MAAM,CAAC,MAAM,CAAC,IAAY;QAE7B,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;IAChC,CAAC;IAEM,MAAM,CAAC,IAAI,CAAC,IAAY;QAE3B,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;IAChC,CAAC;CACJ"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Indexable } from "./Indexable.js";
|
|
2
|
+
import { JavascriptIterable } from "./javascript.js";
|
|
3
|
+
export declare class CharacterTable {
|
|
4
|
+
private readonly rows;
|
|
5
|
+
private constructor();
|
|
6
|
+
static create(): CharacterTable;
|
|
7
|
+
addRow(row: JavascriptIterable<string>): this;
|
|
8
|
+
addRows(rows: JavascriptIterable<JavascriptIterable<string>>): this;
|
|
9
|
+
getRows(): Indexable<Indexable<string>>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=CharacterTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CharacterTable.d.ts","sourceRoot":"","sources":["../../sources/CharacterTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAIrD,qBAAa,cAAc;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA0B;IAE/C,OAAO,eAGN;IAED,OAAc,MAAM,IAAI,cAAc,CAGrC;IAEM,MAAM,CAAC,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,GAAG,IAAI,CAOnD;IAEM,OAAO,CAAC,IAAI,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,GAAG,IAAI,CAUzE;IAEM,OAAO,IAAI,SAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAG7C;CACJ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Indexable } from "./Indexable.js";
|
|
2
|
+
import { List } from "./list.js";
|
|
3
|
+
import { PreCondition } from "./preCondition.js";
|
|
4
|
+
export class CharacterTable {
|
|
5
|
+
rows;
|
|
6
|
+
constructor() {
|
|
7
|
+
this.rows = List.create();
|
|
8
|
+
}
|
|
9
|
+
static create() {
|
|
10
|
+
return new CharacterTable();
|
|
11
|
+
}
|
|
12
|
+
addRow(row) {
|
|
13
|
+
PreCondition.assertNotUndefinedAndNotNull(row, "row");
|
|
14
|
+
this.rows.add(Indexable.create(row));
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
addRows(rows) {
|
|
18
|
+
PreCondition.assertNotUndefinedAndNotNull(rows, "rows");
|
|
19
|
+
for (const row of rows) {
|
|
20
|
+
this.addRow(row);
|
|
21
|
+
}
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
getRows() {
|
|
25
|
+
return this.rows;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=CharacterTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CharacterTable.js","sourceRoot":"","sources":["../../sources/CharacterTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,MAAM,OAAO,cAAc;IAEN,IAAI,CAA0B;IAE/C;QAEI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;IAC9B,CAAC;IAEM,MAAM,CAAC,MAAM;QAEhB,OAAO,IAAI,cAAc,EAAE,CAAC;IAChC,CAAC;IAEM,MAAM,CAAC,GAA+B;QAEzC,YAAY,CAAC,4BAA4B,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAEtD,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;QAErC,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,OAAO,CAAC,IAAoD;QAE/D,YAAY,CAAC,4BAA4B,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QAExD,KAAK,MAAM,GAAG,IAAI,IAAI,EACtB,CAAC;YACG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACrB,CAAC;QAED,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,OAAO;QAEV,OAAO,IAAI,CAAC,IAAI,CAAC;IACrB,CAAC;CACJ"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DateTime } from "./dateTime.js";
|
|
2
|
+
/**
|
|
3
|
+
* A type that can be used to get the current {@link DateTime}.
|
|
4
|
+
*/
|
|
5
|
+
export declare abstract class Clock {
|
|
6
|
+
static create(): Clock;
|
|
7
|
+
/**
|
|
8
|
+
* Get the current {@link DateTime}.
|
|
9
|
+
*/
|
|
10
|
+
abstract now(): DateTime;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=Clock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Clock.d.ts","sourceRoot":"","sources":["../../sources/Clock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAGzC;;GAEG;AACH,8BAAsB,KAAK;IAEvB,OAAc,MAAM,IAAI,KAAK,CAG5B;IAED;;OAEG;IACH,SAAgB,GAAG,IAAI,QAAQ,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Clock.js","sourceRoot":"","sources":["../../sources/Clock.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C;;GAEG;AACH,MAAM,OAAgB,KAAK;IAEhB,MAAM,CAAC,MAAM;QAEhB,OAAO,SAAS,CAAC,MAAM,EAAE,CAAC;IAC9B,CAAC;CAMJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchError.d.ts","sourceRoot":"","sources":["../../sources/FetchError.ts"],"names":[],"mappings":"AAEA,qBAAa,UAAW,SAAQ,KAAK;IAEjC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAQ;IAEnC,YAAmB,UAAU,EAAE,KAAK,EAOnC;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,SAAS,CAKpC;IAED,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAKxC;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PreCondition } from "./preCondition.js";
|
|
2
|
+
export class FetchError extends Error {
|
|
3
|
+
innerError;
|
|
4
|
+
constructor(innerError) {
|
|
5
|
+
PreCondition.assertNotUndefinedAndNotNull(innerError, "innerError");
|
|
6
|
+
super(innerError.message, { cause: innerError });
|
|
7
|
+
this.innerError = innerError;
|
|
8
|
+
}
|
|
9
|
+
get code() {
|
|
10
|
+
return "code" in this.innerError
|
|
11
|
+
? this.innerError.code
|
|
12
|
+
: undefined;
|
|
13
|
+
}
|
|
14
|
+
get hostname() {
|
|
15
|
+
return "hostname" in this.innerError
|
|
16
|
+
? this.innerError.hostname
|
|
17
|
+
: undefined;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=FetchError.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchError.js","sourceRoot":"","sources":["../../sources/FetchError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,MAAM,OAAO,UAAW,SAAQ,KAAK;IAEhB,UAAU,CAAQ;IAEnC,YAAmB,UAAiB;QAEhC,YAAY,CAAC,4BAA4B,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QAEpE,KAAK,CAAC,UAAU,CAAC,OAAO,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC,CAAC;QAEjD,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;IACjC,CAAC;IAED,IAAW,IAAI;QAEX,OAAO,MAAM,IAAI,IAAI,CAAC,UAAU;YAC5B,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,IAAc;YAChC,CAAC,CAAC,SAAS,CAAC;IACpB,CAAC;IAED,IAAW,QAAQ;QAEf,OAAO,UAAU,IAAI,IAAI,CAAC,UAAU;YAChC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,QAAkB;YACpC,CAAC,CAAC,SAAS,CAAC;IACpB,CAAC;CACJ"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AsyncResult } from "./asyncResult.js";
|
|
2
|
+
import { HttpIncomingRequest } from "./httpIncomingRequest.js";
|
|
3
|
+
import { HttpOutgoingResponse } from "./httpOutgoingResponse.js";
|
|
4
|
+
/**
|
|
5
|
+
* A function that can handle {@link HttpIncomingRequest}s.
|
|
6
|
+
*/
|
|
7
|
+
export type HttpRequestHandler = (request: HttpIncomingRequest, response: HttpOutgoingResponse) => AsyncResult<void>;
|
|
8
|
+
//# sourceMappingURL=HttpRequestHandler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpRequestHandler.d.ts","sourceRoot":"","sources":["../../sources/HttpRequestHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,oBAAoB,KAAK,WAAW,CAAC,IAAI,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpRequestHandler.js","sourceRoot":"","sources":["../../sources/HttpRequestHandler.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AsyncResult } from "./asyncResult.js";
|
|
2
|
+
import { CharacterWriteStream } from "./characterWriteStream.js";
|
|
3
|
+
export declare class IndentedCharacterWriteStream extends CharacterWriteStream {
|
|
4
|
+
private readonly innerStream;
|
|
5
|
+
private currentIndentationList;
|
|
6
|
+
private currentIndentation;
|
|
7
|
+
private singleIndent;
|
|
8
|
+
private atLineStart;
|
|
9
|
+
private constructor();
|
|
10
|
+
static create(innerStream: CharacterWriteStream): IndentedCharacterWriteStream;
|
|
11
|
+
getSingleIndent(): string;
|
|
12
|
+
setSingleIndent(singleIndent: string): this;
|
|
13
|
+
getCurrentIndentationCount(): number;
|
|
14
|
+
getCurrentIndentation(): string;
|
|
15
|
+
addIndentation(singleIndent?: string): this;
|
|
16
|
+
removeIndentation(): string;
|
|
17
|
+
indent(action: () => (void | number | PromiseLike<void | number>)): AsyncResult<number>;
|
|
18
|
+
indent(singleIndent: string, action: () => (void | number | PromiseLike<void | number>)): AsyncResult<number>;
|
|
19
|
+
writeString(text: string): AsyncResult<number>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=IndentedCharacterWriteStream.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndentedCharacterWriteStream.d.ts","sourceRoot":"","sources":["../../sources/IndentedCharacterWriteStream.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAKjE,qBAAa,4BAA6B,SAAQ,oBAAoB;IAElE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuB;IACnD,OAAO,CAAC,sBAAsB,CAAe;IAC7C,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,WAAW,CAAU;IAE7B,OAAO,eAWN;IAED,OAAc,MAAM,CAAC,WAAW,EAAE,oBAAoB,GAAG,4BAA4B,CAGpF;IAEM,eAAe,IAAI,MAAM,CAG/B;IAEM,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAOjD;IAEM,0BAA0B,IAAI,MAAM,CAG1C;IAEM,qBAAqB,IAAI,MAAM,CAGrC;IAEM,cAAc,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAcjD;IAEM,iBAAiB,IAAI,MAAM,CAWjC;IAEM,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,GAAG,MAAM,GAAG,WAAW,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;IACxF,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,IAAI,GAAG,MAAM,GAAG,WAAW,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;IAqC9G,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAoCpD;CACJ"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { AsyncResult } from "./asyncResult.js";
|
|
2
|
+
import { CharacterWriteStream } from "./characterWriteStream.js";
|
|
3
|
+
import { List } from "./list.js";
|
|
4
|
+
import { PreCondition } from "./preCondition.js";
|
|
5
|
+
import { isNumber, isString, isUndefinedOrNull } from "./types.js";
|
|
6
|
+
export class IndentedCharacterWriteStream extends CharacterWriteStream {
|
|
7
|
+
innerStream;
|
|
8
|
+
currentIndentationList;
|
|
9
|
+
currentIndentation;
|
|
10
|
+
singleIndent;
|
|
11
|
+
atLineStart;
|
|
12
|
+
constructor(innerStream) {
|
|
13
|
+
PreCondition.assertNotUndefinedAndNotNull(innerStream, "innerStream");
|
|
14
|
+
super();
|
|
15
|
+
this.innerStream = innerStream;
|
|
16
|
+
this.currentIndentationList = List.create();
|
|
17
|
+
this.currentIndentation = "";
|
|
18
|
+
this.singleIndent = " ";
|
|
19
|
+
this.atLineStart = true;
|
|
20
|
+
}
|
|
21
|
+
static create(innerStream) {
|
|
22
|
+
return new IndentedCharacterWriteStream(innerStream);
|
|
23
|
+
}
|
|
24
|
+
getSingleIndent() {
|
|
25
|
+
return this.singleIndent;
|
|
26
|
+
}
|
|
27
|
+
setSingleIndent(singleIndent) {
|
|
28
|
+
PreCondition.assertNotUndefinedAndNotNull(singleIndent, "singleIndent");
|
|
29
|
+
this.singleIndent = singleIndent;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
getCurrentIndentationCount() {
|
|
33
|
+
return this.currentIndentationList.getCount().await();
|
|
34
|
+
}
|
|
35
|
+
getCurrentIndentation() {
|
|
36
|
+
return this.currentIndentation;
|
|
37
|
+
}
|
|
38
|
+
addIndentation(singleIndent) {
|
|
39
|
+
if (isUndefinedOrNull(singleIndent)) {
|
|
40
|
+
singleIndent = this.singleIndent;
|
|
41
|
+
}
|
|
42
|
+
this.currentIndentationList.add(singleIndent);
|
|
43
|
+
if (singleIndent) {
|
|
44
|
+
this.currentIndentation = this.currentIndentation + singleIndent;
|
|
45
|
+
}
|
|
46
|
+
return this;
|
|
47
|
+
}
|
|
48
|
+
removeIndentation() {
|
|
49
|
+
PreCondition.assertGreaterThanOrEqualTo(this.getCurrentIndentationCount(), 1, "this.getCurrentIndentationCount()");
|
|
50
|
+
const result = this.currentIndentationList.removeLast().await();
|
|
51
|
+
if (result) {
|
|
52
|
+
this.currentIndentation = this.currentIndentation.substring(0, this.currentIndentation.length - result.length);
|
|
53
|
+
}
|
|
54
|
+
return result;
|
|
55
|
+
}
|
|
56
|
+
indent(actionOrSingleIndent, action) {
|
|
57
|
+
let singleIndent;
|
|
58
|
+
if (isString(actionOrSingleIndent)) {
|
|
59
|
+
singleIndent = actionOrSingleIndent;
|
|
60
|
+
action = action;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
action = actionOrSingleIndent;
|
|
64
|
+
}
|
|
65
|
+
PreCondition.assertNotUndefinedAndNotNull(action, "action");
|
|
66
|
+
return AsyncResult.create(async () => {
|
|
67
|
+
let result;
|
|
68
|
+
this.addIndentation(singleIndent);
|
|
69
|
+
try {
|
|
70
|
+
result = await action();
|
|
71
|
+
if (!isNumber(result)) {
|
|
72
|
+
result = 0;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
finally {
|
|
76
|
+
this.removeIndentation();
|
|
77
|
+
}
|
|
78
|
+
return result;
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
writeString(text) {
|
|
82
|
+
return AsyncResult.create(async () => {
|
|
83
|
+
let result = 0;
|
|
84
|
+
const textLength = text.length;
|
|
85
|
+
let startIndex = 0;
|
|
86
|
+
while (startIndex < textLength) {
|
|
87
|
+
const newLineCharacterIndex = text.indexOf("\n", startIndex);
|
|
88
|
+
const atLineStartAfterWrite = (newLineCharacterIndex !== -1);
|
|
89
|
+
const nextLineStartIndex = (atLineStartAfterWrite ? newLineCharacterIndex + 1 : textLength);
|
|
90
|
+
if ((newLineCharacterIndex === startIndex) ||
|
|
91
|
+
(newLineCharacterIndex === startIndex + 1 && text[startIndex] === "\r")) {
|
|
92
|
+
// Current line is empty. Write the line without any indentation.
|
|
93
|
+
result += await this.innerStream.writeString(text.substring(startIndex, nextLineStartIndex));
|
|
94
|
+
startIndex = nextLineStartIndex;
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
// Current line is not empty. Write current indentation and then write the line.
|
|
98
|
+
if (this.atLineStart && this.currentIndentation) {
|
|
99
|
+
result += await this.innerStream.writeString(this.currentIndentation);
|
|
100
|
+
}
|
|
101
|
+
result += await this.innerStream.writeString(text.substring(startIndex, nextLineStartIndex));
|
|
102
|
+
startIndex = nextLineStartIndex;
|
|
103
|
+
}
|
|
104
|
+
this.atLineStart = atLineStartAfterWrite;
|
|
105
|
+
}
|
|
106
|
+
return result;
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=IndentedCharacterWriteStream.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndentedCharacterWriteStream.js","sourceRoot":"","sources":["../../sources/IndentedCharacterWriteStream.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { EqualFunctions } from "./equalFunctions.js";
|
|
2
|
+
import { Iterable } from "./iterable.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
|
+
* A container that can be accessed using indexes.
|
|
10
|
+
*/
|
|
11
|
+
export declare abstract class Indexable<T> implements Iterable<T> {
|
|
12
|
+
static create<T>(values?: JavascriptIterable<T>): Indexable<T>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the value at the provided index.
|
|
15
|
+
* @param index The index of the value to return.
|
|
16
|
+
*/
|
|
17
|
+
abstract get(index: number): SyncResult<T>;
|
|
18
|
+
/**
|
|
19
|
+
* Iterate over the values in this {@link Indexable}.
|
|
20
|
+
*/
|
|
21
|
+
abstract iterate(): Iterator<T>;
|
|
22
|
+
toArray(): SyncResult<T[]>;
|
|
23
|
+
static toArray<T>(indexable: Indexable<T>): SyncResult<T[]>;
|
|
24
|
+
any(): SyncResult<boolean>;
|
|
25
|
+
static any<T>(indexable: Indexable<T>): SyncResult<boolean>;
|
|
26
|
+
getCount(): SyncResult<number>;
|
|
27
|
+
static getCount<T>(indexable: Indexable<T>): SyncResult<number>;
|
|
28
|
+
equals(right: JavascriptIterable<T>, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
29
|
+
static equals<T>(left: Indexable<T>, right: JavascriptIterable<T>, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
30
|
+
toString(toStringFunctions?: ToStringFunctions): string;
|
|
31
|
+
static toString<T>(indexable: Indexable<T>, toStringFunctions?: ToStringFunctions): string;
|
|
32
|
+
concatenate(...toConcatenate: JavascriptIterable<T>[]): Iterable<T>;
|
|
33
|
+
static concatenate<T>(indexable: Indexable<T>, ...toConcatenate: JavascriptIterable<T>[]): Iterable<T>;
|
|
34
|
+
map<TOutput>(mapping: (value: T) => (TOutput | SyncResult<TOutput>)): Iterable<TOutput>;
|
|
35
|
+
static map<TInput, TOutput>(indexable: Indexable<TInput>, mapping: (value: TInput) => (TOutput | SyncResult<TOutput>)): Iterable<TOutput>;
|
|
36
|
+
flatMap<TOutput>(mapping: (value: T) => JavascriptIterable<TOutput>): Iterable<TOutput>;
|
|
37
|
+
static flatMap<TInput, TOutput>(indexable: Indexable<TInput>, mapping: (value: TInput) => JavascriptIterable<TOutput>): Iterable<TOutput>;
|
|
38
|
+
where(condition: (value: T) => (boolean | SyncResult<boolean>)): Iterable<T>;
|
|
39
|
+
static where<T>(indexable: Indexable<T>, condition: (value: T) => (boolean | SyncResult<boolean>)): Iterable<T>;
|
|
40
|
+
instanceOf<TOutput extends T>(typeOrTypeCheck: Type<TOutput> | ((value: T) => value is TOutput)): Iterable<TOutput>;
|
|
41
|
+
static instanceOf<TInput, TOutput extends TInput>(indexable: Indexable<TInput>, typeOrTypeCheck: Type<TOutput> | ((value: TInput) => value is TOutput)): Iterable<TOutput>;
|
|
42
|
+
first(condition?: ((value: T) => (boolean | SyncResult<boolean>)) | undefined): SyncResult<T>;
|
|
43
|
+
static first<T>(indexable: Indexable<T>, condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
44
|
+
last(condition?: ((value: T) => (boolean | SyncResult<boolean>)) | undefined): SyncResult<T>;
|
|
45
|
+
static last<T>(indexable: Indexable<T>, condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
46
|
+
[Symbol.iterator](): JavascriptIterator<T>;
|
|
47
|
+
static [Symbol.iterator]<T>(indexable: Indexable<T>): JavascriptIterator<T>;
|
|
48
|
+
contains(value: T, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
49
|
+
static contains<T>(indexable: Indexable<T>, value: T, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=Indexable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Indexable.d.ts","sourceRoot":"","sources":["../../sources/Indexable.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { EmptyError } from "./emptyError.js";
|
|
2
|
+
import { Iterable } from "./iterable.js";
|
|
3
|
+
import { List } from "./list.js";
|
|
4
|
+
import { SyncResult } from "./syncResult.js";
|
|
5
|
+
/**
|
|
6
|
+
* A container that can be accessed using indexes.
|
|
7
|
+
*/
|
|
8
|
+
export class Indexable {
|
|
9
|
+
static create(values) {
|
|
10
|
+
return List.create(values);
|
|
11
|
+
}
|
|
12
|
+
toArray() {
|
|
13
|
+
return Indexable.toArray(this);
|
|
14
|
+
}
|
|
15
|
+
static toArray(indexable) {
|
|
16
|
+
return Iterable.toArray(indexable);
|
|
17
|
+
}
|
|
18
|
+
any() {
|
|
19
|
+
return Indexable.any(this);
|
|
20
|
+
}
|
|
21
|
+
static any(indexable) {
|
|
22
|
+
return Iterable.any(indexable);
|
|
23
|
+
}
|
|
24
|
+
getCount() {
|
|
25
|
+
return Indexable.getCount(this);
|
|
26
|
+
}
|
|
27
|
+
static getCount(indexable) {
|
|
28
|
+
return Iterable.getCount(indexable);
|
|
29
|
+
}
|
|
30
|
+
equals(right, equalFunctions) {
|
|
31
|
+
return Indexable.equals(this, right, equalFunctions);
|
|
32
|
+
}
|
|
33
|
+
static equals(left, right, equalFunctions) {
|
|
34
|
+
return Iterable.equals(left, right, equalFunctions);
|
|
35
|
+
}
|
|
36
|
+
toString(toStringFunctions) {
|
|
37
|
+
return Indexable.toString(this, toStringFunctions);
|
|
38
|
+
}
|
|
39
|
+
static toString(indexable, toStringFunctions) {
|
|
40
|
+
return Iterable.toString(indexable, toStringFunctions);
|
|
41
|
+
}
|
|
42
|
+
concatenate(...toConcatenate) {
|
|
43
|
+
return Indexable.concatenate(this, ...toConcatenate);
|
|
44
|
+
}
|
|
45
|
+
static concatenate(indexable, ...toConcatenate) {
|
|
46
|
+
return Iterable.concatenate(indexable, ...toConcatenate);
|
|
47
|
+
}
|
|
48
|
+
map(mapping) {
|
|
49
|
+
return Indexable.map(this, mapping);
|
|
50
|
+
}
|
|
51
|
+
static map(indexable, mapping) {
|
|
52
|
+
return Iterable.map(indexable, mapping);
|
|
53
|
+
}
|
|
54
|
+
flatMap(mapping) {
|
|
55
|
+
return Indexable.flatMap(this, mapping);
|
|
56
|
+
}
|
|
57
|
+
static flatMap(indexable, mapping) {
|
|
58
|
+
return Iterable.flatMap(indexable, mapping);
|
|
59
|
+
}
|
|
60
|
+
where(condition) {
|
|
61
|
+
return Indexable.where(this, condition);
|
|
62
|
+
}
|
|
63
|
+
static where(indexable, condition) {
|
|
64
|
+
return Iterable.where(indexable, condition);
|
|
65
|
+
}
|
|
66
|
+
instanceOf(typeOrTypeCheck) {
|
|
67
|
+
return Indexable.instanceOf(this, typeOrTypeCheck);
|
|
68
|
+
}
|
|
69
|
+
static instanceOf(indexable, typeOrTypeCheck) {
|
|
70
|
+
return Iterable.instanceOf(indexable, typeOrTypeCheck);
|
|
71
|
+
}
|
|
72
|
+
first(condition) {
|
|
73
|
+
return Indexable.first(this, condition);
|
|
74
|
+
}
|
|
75
|
+
static first(indexable, condition) {
|
|
76
|
+
let result;
|
|
77
|
+
if (condition) {
|
|
78
|
+
result = Iterable.first(indexable, condition);
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
if (indexable.any().await()) {
|
|
82
|
+
result = indexable.get(0);
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
result = SyncResult.error(new EmptyError());
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return result;
|
|
89
|
+
}
|
|
90
|
+
last(condition) {
|
|
91
|
+
return Indexable.last(this, condition);
|
|
92
|
+
}
|
|
93
|
+
static last(indexable, condition) {
|
|
94
|
+
let result;
|
|
95
|
+
if (condition) {
|
|
96
|
+
result = Iterable.last(indexable, condition);
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
const count = indexable.getCount().await();
|
|
100
|
+
if (count > 0) {
|
|
101
|
+
result = indexable.get(count - 1);
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
result = SyncResult.error(new EmptyError());
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
return result;
|
|
108
|
+
}
|
|
109
|
+
[Symbol.iterator]() {
|
|
110
|
+
return Indexable[Symbol.iterator](this);
|
|
111
|
+
}
|
|
112
|
+
static [Symbol.iterator](indexable) {
|
|
113
|
+
return Iterable[Symbol.iterator](indexable);
|
|
114
|
+
}
|
|
115
|
+
contains(value, equalFunctions) {
|
|
116
|
+
return Indexable.contains(this, value, equalFunctions);
|
|
117
|
+
}
|
|
118
|
+
static contains(indexable, value, equalFunctions) {
|
|
119
|
+
return Iterable.contains(indexable, value, equalFunctions);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
//# sourceMappingURL=Indexable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Indexable.js","sourceRoot":"","sources":["../../sources/Indexable.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { EqualFunctions } from "./equalFunctions.js";
|
|
2
|
+
import { Indexable } from "./Indexable.js";
|
|
3
|
+
import { Iterable } from "./iterable.js";
|
|
4
|
+
import { Iterator } from "./iterator.js";
|
|
5
|
+
import { JavascriptIterable, JavascriptIterator } from "./javascript.js";
|
|
6
|
+
import { SyncResult } from "./syncResult.js";
|
|
7
|
+
import { ToStringFunctions } from "./toStringFunctions.js";
|
|
8
|
+
import { Type } from "./types.js";
|
|
9
|
+
/**
|
|
10
|
+
* An {@link Indexable} that can change it's values.
|
|
11
|
+
*/
|
|
12
|
+
export declare abstract class MutableIndexable<T> implements Indexable<T> {
|
|
13
|
+
static create<T>(values?: JavascriptIterable<T>): MutableIndexable<T>;
|
|
14
|
+
abstract get(index: number): SyncResult<T>;
|
|
15
|
+
/**
|
|
16
|
+
* Set the value at the provided index to the be the provided value.
|
|
17
|
+
* @param index The index of the value to set.
|
|
18
|
+
* @param value The value to set.
|
|
19
|
+
*/
|
|
20
|
+
abstract set(index: number, value: T): this;
|
|
21
|
+
abstract iterate(): Iterator<T>;
|
|
22
|
+
toArray(): SyncResult<T[]>;
|
|
23
|
+
static toArray<T>(indexable: Indexable<T>): SyncResult<T[]>;
|
|
24
|
+
any(): SyncResult<boolean>;
|
|
25
|
+
static any<T>(indexable: Indexable<T>): SyncResult<boolean>;
|
|
26
|
+
getCount(): SyncResult<number>;
|
|
27
|
+
static getCount<T>(indexable: Indexable<T>): SyncResult<number>;
|
|
28
|
+
equals(right: JavascriptIterable<T>, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
29
|
+
static equals<T>(left: Indexable<T>, right: JavascriptIterable<T>, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
30
|
+
toString(toStringFunctions?: ToStringFunctions): string;
|
|
31
|
+
static toString<T>(indexable: Indexable<T>, toStringFunctions?: ToStringFunctions): string;
|
|
32
|
+
concatenate(...toConcatenate: JavascriptIterable<T>[]): Iterable<T>;
|
|
33
|
+
static concatenate<T>(indexable: Indexable<T>, ...toConcatenate: JavascriptIterable<T>[]): Iterable<T>;
|
|
34
|
+
map<TOutput>(mapping: (value: T) => (TOutput | SyncResult<TOutput>)): Iterable<TOutput>;
|
|
35
|
+
static map<TInput, TOutput>(indexable: Indexable<TInput>, mapping: (value: TInput) => (TOutput | SyncResult<TOutput>)): Iterable<TOutput>;
|
|
36
|
+
flatMap<TOutput>(mapping: (value: T) => JavascriptIterable<TOutput>): Iterable<TOutput>;
|
|
37
|
+
static flatMap<TInput, TOutput>(indexable: Indexable<TInput>, mapping: (value: TInput) => JavascriptIterable<TOutput>): Iterable<TOutput>;
|
|
38
|
+
where(condition: (value: T) => (boolean | SyncResult<boolean>)): Iterable<T>;
|
|
39
|
+
static where<T>(indexable: Indexable<T>, condition: (value: T) => (boolean | SyncResult<boolean>)): Iterable<T>;
|
|
40
|
+
instanceOf<TOutput extends T>(typeOrTypeCheck: Type<TOutput> | ((value: T) => value is TOutput)): Iterable<TOutput>;
|
|
41
|
+
static instanceOf<TInput, TOutput extends TInput>(indexable: Indexable<TInput>, typeOrTypeCheck: Type<TOutput> | ((value: TInput) => value is TOutput)): Iterable<TOutput>;
|
|
42
|
+
first(condition?: ((value: T) => (boolean | SyncResult<boolean>)) | undefined): SyncResult<T>;
|
|
43
|
+
static first<T>(indexable: Indexable<T>, condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
44
|
+
last(condition?: ((value: T) => (boolean | SyncResult<boolean>)) | undefined): SyncResult<T>;
|
|
45
|
+
static last<T>(indexable: Indexable<T>, condition?: (value: T) => (boolean | SyncResult<boolean>)): SyncResult<T>;
|
|
46
|
+
[Symbol.iterator](): JavascriptIterator<T>;
|
|
47
|
+
static [Symbol.iterator]<T>(indexable: Indexable<T>): JavascriptIterator<T>;
|
|
48
|
+
contains(value: T, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
49
|
+
static contains<T>(indexable: Indexable<T>, value: T, equalFunctions?: EqualFunctions): SyncResult<boolean>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=MutableIndexable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MutableIndexable.d.ts","sourceRoot":"","sources":["../../sources/MutableIndexable.ts"],"names":[],"mappings":"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"}
|