@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,384 @@
|
|
|
1
|
+
import { PreConditionError } from "../sources/preConditionError.js";
|
|
2
|
+
import { escape, escapeAndQuote, getLength, isDigit, isLetter, isLetterOrDigit, isLowercasedLetter, isUppercasedLetter, isWhitespace, join, quote } from "../sources/strings.js";
|
|
3
|
+
export function test(runner) {
|
|
4
|
+
runner.testFile("strings.ts", () => {
|
|
5
|
+
runner.testFunction("getLength(string | undefined | null)", () => {
|
|
6
|
+
function getLengthTest(value, expected) {
|
|
7
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
8
|
+
test.assertSame(getLength(value), expected);
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
getLengthTest(undefined, 0);
|
|
12
|
+
getLengthTest(null, 0);
|
|
13
|
+
getLengthTest("", 0);
|
|
14
|
+
getLengthTest("a", 1);
|
|
15
|
+
getLengthTest("abc", 3);
|
|
16
|
+
});
|
|
17
|
+
runner.testFunction("join(string, string[])", () => {
|
|
18
|
+
function joinErrorTest(separator, values, expected) {
|
|
19
|
+
runner.test(`with ${runner.andList([separator, values.map(v => runner.toString(v))])}`, (test) => {
|
|
20
|
+
test.assertThrows(() => join(separator, values), expected);
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
joinErrorTest(undefined, [], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: undefined"));
|
|
24
|
+
joinErrorTest(undefined, ["a"], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: undefined"));
|
|
25
|
+
joinErrorTest(undefined, ["a", "b"], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: undefined"));
|
|
26
|
+
joinErrorTest(undefined, ["a", "b", "c"], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: undefined"));
|
|
27
|
+
joinErrorTest(null, [], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: null"));
|
|
28
|
+
joinErrorTest(null, ["a"], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: null"));
|
|
29
|
+
joinErrorTest(null, ["a", "b"], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: null"));
|
|
30
|
+
joinErrorTest(null, ["a", "b", "c"], new PreConditionError("Expression: separator", "Expected: not undefined and not null", "Actual: null"));
|
|
31
|
+
function joinTest(separator, values, expected) {
|
|
32
|
+
runner.test(`with ${runner.andList([separator, values.map(v => runner.toString(v))])}`, (test) => {
|
|
33
|
+
test.assertSame(join(separator, values), expected);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
joinTest("", [], "");
|
|
37
|
+
joinTest("", ["a"], "a");
|
|
38
|
+
joinTest("", ["a", "b"], "ab");
|
|
39
|
+
joinTest("", ["a", "b", "c"], "abc");
|
|
40
|
+
joinTest(" ", [], "");
|
|
41
|
+
joinTest(" ", ["a"], "a");
|
|
42
|
+
joinTest(" ", ["a", "b"], "a b");
|
|
43
|
+
joinTest(" ", ["a", "b", "c"], "a b c");
|
|
44
|
+
joinTest(" _ ", [], "");
|
|
45
|
+
joinTest(" _ ", ["a"], "a");
|
|
46
|
+
joinTest(" _ ", ["a", "b"], "a _ b");
|
|
47
|
+
joinTest(" _ ", ["a", "b", "c"], "a _ b _ c");
|
|
48
|
+
});
|
|
49
|
+
runner.testFunction("escape(string|undefined|null,string[]|undefined)", () => {
|
|
50
|
+
function escapeTest(value, dontEscape, expected) {
|
|
51
|
+
runner.test(`with ${runner.andList([value, dontEscape?.map((value) => runner.toString(value))])}`, (test) => {
|
|
52
|
+
const result = escape(value, dontEscape);
|
|
53
|
+
test.assertSame(result, expected);
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
escapeTest(undefined, undefined, "undefined");
|
|
57
|
+
escapeTest(null, undefined, "null");
|
|
58
|
+
escapeTest("", undefined, "");
|
|
59
|
+
escapeTest("a", undefined, "a");
|
|
60
|
+
escapeTest("A", undefined, "A");
|
|
61
|
+
escapeTest("abc", undefined, "abc");
|
|
62
|
+
escapeTest("\t", undefined, "\\t");
|
|
63
|
+
escapeTest("\n", undefined, "\\n");
|
|
64
|
+
escapeTest("\r", undefined, "\\r");
|
|
65
|
+
escapeTest("'", undefined, "\\'");
|
|
66
|
+
escapeTest("\"", undefined, "\\\"");
|
|
67
|
+
escapeTest("&", undefined, "&");
|
|
68
|
+
escapeTest(" \r\n \t ", undefined, " \\r\\n \\t ");
|
|
69
|
+
escapeTest("\t", [], "\\t");
|
|
70
|
+
escapeTest("\t", ["\n"], "\\t");
|
|
71
|
+
escapeTest("\t", ["\t"], "\t");
|
|
72
|
+
});
|
|
73
|
+
runner.testFunction("quote(string|undefined|null)", () => {
|
|
74
|
+
function quoteTest(value, quoteString, expected) {
|
|
75
|
+
runner.test(`with ${runner.andList([value, quoteString])}`, (test) => {
|
|
76
|
+
const result = quote(value, quoteString);
|
|
77
|
+
test.assertSame(result, expected);
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
quoteTest(undefined, undefined, "undefined");
|
|
81
|
+
quoteTest(null, undefined, "null");
|
|
82
|
+
quoteTest("", undefined, `""`);
|
|
83
|
+
quoteTest("a", undefined, `"a"`);
|
|
84
|
+
quoteTest("A", undefined, `"A"`);
|
|
85
|
+
quoteTest("abc", undefined, `"abc"`);
|
|
86
|
+
quoteTest("abc", "'", `'abc'`);
|
|
87
|
+
});
|
|
88
|
+
runner.testFunction("escapeAndQuote(string|undefined|null,string|undefined,string[]|undefined)", () => {
|
|
89
|
+
function escapeAndQuoteTest(value, quote, dontEscape, expected) {
|
|
90
|
+
runner.test(`with ${runner.andList([value, quote, dontEscape?.map(x => runner.toString(x))])}`, (test) => {
|
|
91
|
+
const result = escapeAndQuote(value, quote, dontEscape);
|
|
92
|
+
test.assertSame(result, expected);
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
escapeAndQuoteTest(undefined, undefined, undefined, "undefined");
|
|
96
|
+
escapeAndQuoteTest(null, undefined, undefined, "null");
|
|
97
|
+
escapeAndQuoteTest("", undefined, undefined, `""`);
|
|
98
|
+
escapeAndQuoteTest("a", undefined, undefined, `"a"`);
|
|
99
|
+
escapeAndQuoteTest("A", undefined, undefined, `"A"`);
|
|
100
|
+
escapeAndQuoteTest("abc", undefined, undefined, `"abc"`);
|
|
101
|
+
escapeAndQuoteTest("\t", undefined, undefined, `"\\t"`);
|
|
102
|
+
escapeAndQuoteTest("\n", undefined, undefined, `"\\n"`);
|
|
103
|
+
escapeAndQuoteTest("\r", undefined, undefined, `"\\r"`);
|
|
104
|
+
escapeAndQuoteTest("'", undefined, undefined, `"\\'"`);
|
|
105
|
+
escapeAndQuoteTest("\"", undefined, undefined, `"\\\""`);
|
|
106
|
+
escapeAndQuoteTest("&", undefined, undefined, `"&"`);
|
|
107
|
+
escapeAndQuoteTest(" \r\n \t ", undefined, undefined, `" \\r\\n \\t "`);
|
|
108
|
+
escapeAndQuoteTest("\t", undefined, [], `"\\t"`);
|
|
109
|
+
escapeAndQuoteTest("\t", undefined, ["\n"], `"\\t"`);
|
|
110
|
+
escapeAndQuoteTest("\t", undefined, ["\t"], `"\t"`);
|
|
111
|
+
});
|
|
112
|
+
runner.testFunction("isWhitespace(string)", () => {
|
|
113
|
+
function isWhitespaceErrorTest(value, expectedError) {
|
|
114
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
115
|
+
test.assertThrows(() => isWhitespace(value), expectedError);
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
isWhitespaceErrorTest(undefined, new PreConditionError(join("\n", [
|
|
119
|
+
"Expression: value",
|
|
120
|
+
"Expected: not undefined and not null",
|
|
121
|
+
"Actual: undefined",
|
|
122
|
+
])));
|
|
123
|
+
isWhitespaceErrorTest(null, new PreConditionError(join("\n", [
|
|
124
|
+
"Expression: value",
|
|
125
|
+
"Expected: not undefined and not null",
|
|
126
|
+
"Actual: null",
|
|
127
|
+
])));
|
|
128
|
+
isWhitespaceErrorTest("", new PreConditionError(join("\n", [
|
|
129
|
+
"Expression: value.length",
|
|
130
|
+
"Expected: 1",
|
|
131
|
+
"Actual: 0",
|
|
132
|
+
])));
|
|
133
|
+
isWhitespaceErrorTest(" ", new PreConditionError(join("\n", [
|
|
134
|
+
"Expression: value.length",
|
|
135
|
+
"Expected: 1",
|
|
136
|
+
"Actual: 2",
|
|
137
|
+
])));
|
|
138
|
+
function isWhitespaceTest(value, expected) {
|
|
139
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
140
|
+
test.assertSame(isWhitespace(value), expected);
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
isWhitespaceTest(" ", true);
|
|
144
|
+
isWhitespaceTest("\n", true);
|
|
145
|
+
isWhitespaceTest("\r", true);
|
|
146
|
+
isWhitespaceTest("\t", true);
|
|
147
|
+
isWhitespaceTest("a", false);
|
|
148
|
+
isWhitespaceTest("_", false);
|
|
149
|
+
isWhitespaceTest("-", false);
|
|
150
|
+
});
|
|
151
|
+
runner.testFunction("isLetter(string)", () => {
|
|
152
|
+
function isLetterErrorTest(value, expectedError) {
|
|
153
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
154
|
+
test.assertThrows(() => isLetter(value), expectedError);
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
isLetterErrorTest(undefined, new PreConditionError(join("\n", [
|
|
158
|
+
"Expression: value",
|
|
159
|
+
"Expected: not undefined and not null",
|
|
160
|
+
"Actual: undefined",
|
|
161
|
+
])));
|
|
162
|
+
isLetterErrorTest(null, new PreConditionError(join("\n", [
|
|
163
|
+
"Expression: value",
|
|
164
|
+
"Expected: not undefined and not null",
|
|
165
|
+
"Actual: null",
|
|
166
|
+
])));
|
|
167
|
+
isLetterErrorTest("", new PreConditionError(join("\n", [
|
|
168
|
+
"Expression: value.length",
|
|
169
|
+
"Expected: 1",
|
|
170
|
+
"Actual: 0",
|
|
171
|
+
])));
|
|
172
|
+
isLetterErrorTest(" ", new PreConditionError(join("\n", [
|
|
173
|
+
"Expression: value.length",
|
|
174
|
+
"Expected: 1",
|
|
175
|
+
"Actual: 2",
|
|
176
|
+
])));
|
|
177
|
+
function isLetterTest(value, expected) {
|
|
178
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
179
|
+
test.assertSame(isLetter(value), expected);
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
isLetterTest("a", true);
|
|
183
|
+
isLetterTest("m", true);
|
|
184
|
+
isLetterTest("z", true);
|
|
185
|
+
isLetterTest("A", true);
|
|
186
|
+
isLetterTest("N", true);
|
|
187
|
+
isLetterTest("Z", true);
|
|
188
|
+
isLetterTest(" ", false);
|
|
189
|
+
isLetterTest("\n", false);
|
|
190
|
+
isLetterTest("\r", false);
|
|
191
|
+
isLetterTest("\t", false);
|
|
192
|
+
isLetterTest("_", false);
|
|
193
|
+
isLetterTest("-", false);
|
|
194
|
+
isLetterTest("5", false);
|
|
195
|
+
});
|
|
196
|
+
runner.testFunction("isLowercasedLetter(string)", () => {
|
|
197
|
+
function isLowercasedLetterErrorTest(value, expectedError) {
|
|
198
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
199
|
+
test.assertThrows(() => isLowercasedLetter(value), expectedError);
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
isLowercasedLetterErrorTest(undefined, new PreConditionError(join("\n", [
|
|
203
|
+
"Expression: value",
|
|
204
|
+
"Expected: not undefined and not null",
|
|
205
|
+
"Actual: undefined",
|
|
206
|
+
])));
|
|
207
|
+
isLowercasedLetterErrorTest(null, new PreConditionError(join("\n", [
|
|
208
|
+
"Expression: value",
|
|
209
|
+
"Expected: not undefined and not null",
|
|
210
|
+
"Actual: null",
|
|
211
|
+
])));
|
|
212
|
+
isLowercasedLetterErrorTest("", new PreConditionError(join("\n", [
|
|
213
|
+
"Expression: value.length",
|
|
214
|
+
"Expected: 1",
|
|
215
|
+
"Actual: 0",
|
|
216
|
+
])));
|
|
217
|
+
isLowercasedLetterErrorTest(" ", new PreConditionError(join("\n", [
|
|
218
|
+
"Expression: value.length",
|
|
219
|
+
"Expected: 1",
|
|
220
|
+
"Actual: 2",
|
|
221
|
+
])));
|
|
222
|
+
function isLowercasedLetterTest(value, expected) {
|
|
223
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
224
|
+
test.assertSame(isLowercasedLetter(value), expected);
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
isLowercasedLetterTest("a", true);
|
|
228
|
+
isLowercasedLetterTest("m", true);
|
|
229
|
+
isLowercasedLetterTest("z", true);
|
|
230
|
+
isLowercasedLetterTest("A", false);
|
|
231
|
+
isLowercasedLetterTest("N", false);
|
|
232
|
+
isLowercasedLetterTest("Z", false);
|
|
233
|
+
isLowercasedLetterTest(" ", false);
|
|
234
|
+
isLowercasedLetterTest("\n", false);
|
|
235
|
+
isLowercasedLetterTest("\r", false);
|
|
236
|
+
isLowercasedLetterTest("\t", false);
|
|
237
|
+
isLowercasedLetterTest("_", false);
|
|
238
|
+
isLowercasedLetterTest("-", false);
|
|
239
|
+
isLowercasedLetterTest("5", false);
|
|
240
|
+
});
|
|
241
|
+
runner.testFunction("isUppercasedLetter(string)", () => {
|
|
242
|
+
function isUppercasedLetterErrorTest(value, expectedError) {
|
|
243
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
244
|
+
test.assertThrows(() => isUppercasedLetter(value), expectedError);
|
|
245
|
+
});
|
|
246
|
+
}
|
|
247
|
+
isUppercasedLetterErrorTest(undefined, new PreConditionError(join("\n", [
|
|
248
|
+
"Expression: value",
|
|
249
|
+
"Expected: not undefined and not null",
|
|
250
|
+
"Actual: undefined",
|
|
251
|
+
])));
|
|
252
|
+
isUppercasedLetterErrorTest(null, new PreConditionError(join("\n", [
|
|
253
|
+
"Expression: value",
|
|
254
|
+
"Expected: not undefined and not null",
|
|
255
|
+
"Actual: null",
|
|
256
|
+
])));
|
|
257
|
+
isUppercasedLetterErrorTest("", new PreConditionError(join("\n", [
|
|
258
|
+
"Expression: value.length",
|
|
259
|
+
"Expected: 1",
|
|
260
|
+
"Actual: 0",
|
|
261
|
+
])));
|
|
262
|
+
isUppercasedLetterErrorTest(" ", new PreConditionError(join("\n", [
|
|
263
|
+
"Expression: value.length",
|
|
264
|
+
"Expected: 1",
|
|
265
|
+
"Actual: 2",
|
|
266
|
+
])));
|
|
267
|
+
function isUppercasedLetterTest(value, expected) {
|
|
268
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
269
|
+
test.assertSame(isUppercasedLetter(value), expected);
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
isUppercasedLetterTest("A", true);
|
|
273
|
+
isUppercasedLetterTest("N", true);
|
|
274
|
+
isUppercasedLetterTest("Z", true);
|
|
275
|
+
isUppercasedLetterTest("a", false);
|
|
276
|
+
isUppercasedLetterTest("m", false);
|
|
277
|
+
isUppercasedLetterTest("z", false);
|
|
278
|
+
isUppercasedLetterTest(" ", false);
|
|
279
|
+
isUppercasedLetterTest("\n", false);
|
|
280
|
+
isUppercasedLetterTest("\r", false);
|
|
281
|
+
isUppercasedLetterTest("\t", false);
|
|
282
|
+
isUppercasedLetterTest("_", false);
|
|
283
|
+
isUppercasedLetterTest("-", false);
|
|
284
|
+
isUppercasedLetterTest("5", false);
|
|
285
|
+
});
|
|
286
|
+
runner.testFunction("isDigit(string)", () => {
|
|
287
|
+
function isDigitErrorTest(value, expectedError) {
|
|
288
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
289
|
+
test.assertThrows(() => isDigit(value), expectedError);
|
|
290
|
+
});
|
|
291
|
+
}
|
|
292
|
+
isDigitErrorTest(undefined, new PreConditionError(join("\n", [
|
|
293
|
+
"Expression: value",
|
|
294
|
+
"Expected: not undefined and not null",
|
|
295
|
+
"Actual: undefined",
|
|
296
|
+
])));
|
|
297
|
+
isDigitErrorTest(null, new PreConditionError(join("\n", [
|
|
298
|
+
"Expression: value",
|
|
299
|
+
"Expected: not undefined and not null",
|
|
300
|
+
"Actual: null",
|
|
301
|
+
])));
|
|
302
|
+
isDigitErrorTest("", new PreConditionError(join("\n", [
|
|
303
|
+
"Expression: value.length",
|
|
304
|
+
"Expected: 1",
|
|
305
|
+
"Actual: 0",
|
|
306
|
+
])));
|
|
307
|
+
isDigitErrorTest(" ", new PreConditionError(join("\n", [
|
|
308
|
+
"Expression: value.length",
|
|
309
|
+
"Expected: 1",
|
|
310
|
+
"Actual: 2",
|
|
311
|
+
])));
|
|
312
|
+
function isDigitTest(value, expected) {
|
|
313
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
314
|
+
test.assertSame(isDigit(value), expected);
|
|
315
|
+
});
|
|
316
|
+
}
|
|
317
|
+
isDigitTest("0", true);
|
|
318
|
+
isDigitTest("5", true);
|
|
319
|
+
isDigitTest("9", true);
|
|
320
|
+
isDigitTest(".", false);
|
|
321
|
+
isDigitTest("a", false);
|
|
322
|
+
isDigitTest("m", false);
|
|
323
|
+
isDigitTest("z", false);
|
|
324
|
+
isDigitTest("A", false);
|
|
325
|
+
isDigitTest("N", false);
|
|
326
|
+
isDigitTest("Z", false);
|
|
327
|
+
isDigitTest(" ", false);
|
|
328
|
+
isDigitTest("\n", false);
|
|
329
|
+
isDigitTest("\r", false);
|
|
330
|
+
isDigitTest("\t", false);
|
|
331
|
+
isDigitTest("_", false);
|
|
332
|
+
isDigitTest("-", false);
|
|
333
|
+
});
|
|
334
|
+
runner.testFunction("isLetterOrDigit(string)", () => {
|
|
335
|
+
function isLetterOrDigitErrorTest(value, expectedError) {
|
|
336
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
337
|
+
test.assertThrows(() => isLetterOrDigit(value), expectedError);
|
|
338
|
+
});
|
|
339
|
+
}
|
|
340
|
+
isLetterOrDigitErrorTest(undefined, new PreConditionError(join("\n", [
|
|
341
|
+
"Expression: value",
|
|
342
|
+
"Expected: not undefined and not null",
|
|
343
|
+
"Actual: undefined",
|
|
344
|
+
])));
|
|
345
|
+
isLetterOrDigitErrorTest(null, new PreConditionError(join("\n", [
|
|
346
|
+
"Expression: value",
|
|
347
|
+
"Expected: not undefined and not null",
|
|
348
|
+
"Actual: null",
|
|
349
|
+
])));
|
|
350
|
+
isLetterOrDigitErrorTest("", new PreConditionError(join("\n", [
|
|
351
|
+
"Expression: value.length",
|
|
352
|
+
"Expected: 1",
|
|
353
|
+
"Actual: 0",
|
|
354
|
+
])));
|
|
355
|
+
isLetterOrDigitErrorTest("ab", new PreConditionError(join("\n", [
|
|
356
|
+
"Expression: value.length",
|
|
357
|
+
"Expected: 1",
|
|
358
|
+
"Actual: 2",
|
|
359
|
+
])));
|
|
360
|
+
function isLetterOrDigitTest(value, expected) {
|
|
361
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
362
|
+
test.assertSame(isLetterOrDigit(value), expected);
|
|
363
|
+
});
|
|
364
|
+
}
|
|
365
|
+
isLetterOrDigitTest("0", true);
|
|
366
|
+
isLetterOrDigitTest("5", true);
|
|
367
|
+
isLetterOrDigitTest("9", true);
|
|
368
|
+
isLetterOrDigitTest("a", true);
|
|
369
|
+
isLetterOrDigitTest("m", true);
|
|
370
|
+
isLetterOrDigitTest("z", true);
|
|
371
|
+
isLetterOrDigitTest("A", true);
|
|
372
|
+
isLetterOrDigitTest("N", true);
|
|
373
|
+
isLetterOrDigitTest("Z", true);
|
|
374
|
+
isLetterOrDigitTest(".", false);
|
|
375
|
+
isLetterOrDigitTest(" ", false);
|
|
376
|
+
isLetterOrDigitTest("\n", false);
|
|
377
|
+
isLetterOrDigitTest("\r", false);
|
|
378
|
+
isLetterOrDigitTest("\t", false);
|
|
379
|
+
isLetterOrDigitTest("_", false);
|
|
380
|
+
isLetterOrDigitTest("-", false);
|
|
381
|
+
});
|
|
382
|
+
});
|
|
383
|
+
}
|
|
384
|
+
//# sourceMappingURL=stringsTests.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stringsTests.js","sourceRoot":"","sources":["../../tests/stringsTests.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syncResultTests.d.ts","sourceRoot":"","sources":["../../tests/syncResultTests.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,wBAAgB,IAAI,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,CA4tC7C"}
|