@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,272 @@
|
|
|
1
|
+
import { PreConditionError } from "../sources/preConditionError.js";
|
|
2
|
+
import { isWonderlandTrailLocation, WonderlandTrailAvailability, WonderlandTrailClient, WonderlandTrailConnection, WonderlandTrailDirection, WonderlandTrailLocations, WonderlandTrailReservationType } from "../sources/wonderlandTrailClient.js";
|
|
3
|
+
import { Iterable } from "../sources/iterable.js";
|
|
4
|
+
import { DateTime } from "../sources/dateTime.js";
|
|
5
|
+
import { Map } from "../sources/map.js";
|
|
6
|
+
import { NotFoundError } from "../sources/notFoundError.js";
|
|
7
|
+
import { HttpClient } from "../sources/httpClient.js";
|
|
8
|
+
export function test(runner) {
|
|
9
|
+
runner.testFile("wonderlandTrailClient.ts", () => {
|
|
10
|
+
runner.testFunction("isWonderlandTrailLocation()", () => {
|
|
11
|
+
function isWonderlandTrailLocationTest(value, expected) {
|
|
12
|
+
runner.test(`with ${runner.toString(value)}`, (test) => {
|
|
13
|
+
test.assertEqual(isWonderlandTrailLocation(value), expected);
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
isWonderlandTrailLocationTest(undefined, false);
|
|
17
|
+
isWonderlandTrailLocationTest(null, false);
|
|
18
|
+
isWonderlandTrailLocationTest(20, false);
|
|
19
|
+
isWonderlandTrailLocationTest({}, false);
|
|
20
|
+
isWonderlandTrailLocationTest(WonderlandTrailLocations.boxCanyon, true);
|
|
21
|
+
});
|
|
22
|
+
runner.testType("WonderlandTrailLocations", () => {
|
|
23
|
+
runner.testFunction("getLocations()", (test) => {
|
|
24
|
+
const locations = WonderlandTrailLocations.getLocations();
|
|
25
|
+
test.assertNotUndefinedAndNotNull(locations);
|
|
26
|
+
test.assertEqual(locations.getCount().await(), 27);
|
|
27
|
+
});
|
|
28
|
+
runner.testFunction("getTrailheads()", (test) => {
|
|
29
|
+
const trailheads = WonderlandTrailLocations.getTrailheads();
|
|
30
|
+
test.assertEqual(6, trailheads.getCount().await());
|
|
31
|
+
test.assertEqual([
|
|
32
|
+
WonderlandTrailLocations.sunriseVisitorCenter.name,
|
|
33
|
+
WonderlandTrailLocations.whiteRiver.name,
|
|
34
|
+
WonderlandTrailLocations.fryingPanCreek.name,
|
|
35
|
+
WonderlandTrailLocations.boxCanyon.name,
|
|
36
|
+
WonderlandTrailLocations.reflectionLakes.name,
|
|
37
|
+
WonderlandTrailLocations.longmire.name,
|
|
38
|
+
], trailheads.map(t => t.name).toArray().await());
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
runner.testType("WonderlandTrailAvailability", () => {
|
|
42
|
+
runner.testFunction("addAvailability()", () => {
|
|
43
|
+
runner.test("with undefined location", (test) => {
|
|
44
|
+
const availability = WonderlandTrailAvailability.create();
|
|
45
|
+
test.assertThrows(() => availability.addAvailability(undefined, DateTime.now()), new PreConditionError("Expression: location", "Expected: not undefined and not null", "Actual: undefined"));
|
|
46
|
+
});
|
|
47
|
+
runner.test("with null location", (test) => {
|
|
48
|
+
const availability = WonderlandTrailAvailability.create();
|
|
49
|
+
test.assertThrows(() => availability.addAvailability(null, DateTime.now()), new PreConditionError("Expression: location", "Expected: not undefined and not null", "Actual: null"));
|
|
50
|
+
});
|
|
51
|
+
runner.test("with undefined date", (test) => {
|
|
52
|
+
const availability = WonderlandTrailAvailability.create();
|
|
53
|
+
test.assertThrows(() => availability.addAvailability(WonderlandTrailLocations.boxCanyon, undefined), new PreConditionError("Expression: date", "Expected: not undefined and not null", "Actual: undefined"));
|
|
54
|
+
});
|
|
55
|
+
runner.test("with null date", (test) => {
|
|
56
|
+
const availability = WonderlandTrailAvailability.create();
|
|
57
|
+
test.assertThrows(() => availability.addAvailability(WonderlandTrailLocations.boxCanyon, null), new PreConditionError("Expression: date", "Expected: not undefined and not null", "Actual: null"));
|
|
58
|
+
});
|
|
59
|
+
runner.test("with neither individual nor group site data", (test) => {
|
|
60
|
+
const availability = WonderlandTrailAvailability.create();
|
|
61
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
62
|
+
const date = DateTime.parse("2025-07-04");
|
|
63
|
+
test.assertEqual(Map.create(), availability.getAvailability(location));
|
|
64
|
+
availability.addAvailability(location, date);
|
|
65
|
+
const expected = Map.create();
|
|
66
|
+
expected.set(date.toDateString(), { groupSite: undefined, individualSite: undefined });
|
|
67
|
+
test.assertEqual(expected, availability.getAvailability(location));
|
|
68
|
+
});
|
|
69
|
+
runner.test("with individual site data", (test) => {
|
|
70
|
+
const availability = WonderlandTrailAvailability.create();
|
|
71
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
72
|
+
const date = DateTime.parse("2025-07-04");
|
|
73
|
+
test.assertEqual(Map.create(), availability.getAvailability(location));
|
|
74
|
+
availability.addAvailability(location, date, WonderlandTrailReservationType.Walkup);
|
|
75
|
+
const expected = Map.create();
|
|
76
|
+
expected.set(date.toDateString(), { groupSite: undefined, individualSite: WonderlandTrailReservationType.Walkup });
|
|
77
|
+
test.assertEqual(expected, availability.getAvailability(location));
|
|
78
|
+
});
|
|
79
|
+
runner.test("with group site data", (test) => {
|
|
80
|
+
const availability = WonderlandTrailAvailability.create();
|
|
81
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
82
|
+
const date = DateTime.parse("2025-07-04");
|
|
83
|
+
test.assertEqual(Map.create(), availability.getAvailability(location));
|
|
84
|
+
availability.addAvailability(location, date, undefined, WonderlandTrailReservationType.Reserved);
|
|
85
|
+
const expected = Map.create();
|
|
86
|
+
expected.set(date.toDateString(), { groupSite: WonderlandTrailReservationType.Reserved, individualSite: undefined });
|
|
87
|
+
test.assertEqual(expected, availability.getAvailability(location));
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
runner.testFunction("getAvailability()", () => {
|
|
91
|
+
function getAvailabilityErrorTest(location, expected) {
|
|
92
|
+
runner.test(`with ${runner.toString(location)}`, (test) => {
|
|
93
|
+
const availability = WonderlandTrailAvailability.create();
|
|
94
|
+
test.assertThrows(() => availability.getAvailability(location), expected);
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
getAvailabilityErrorTest(undefined, new PreConditionError("Expression: location", "Expected: not undefined and not null", "Actual: undefined"));
|
|
98
|
+
getAvailabilityErrorTest(null, new PreConditionError("Expression: location", "Expected: not undefined and not null", "Actual: null"));
|
|
99
|
+
runner.test("when location isn't found", (test) => {
|
|
100
|
+
const availability = WonderlandTrailAvailability.create();
|
|
101
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
102
|
+
const locationAvailability = availability.getAvailability(location);
|
|
103
|
+
test.assertNotUndefinedAndNotNull(locationAvailability);
|
|
104
|
+
test.assertFalse(locationAvailability.any().await());
|
|
105
|
+
test.assertSame(locationAvailability, availability.getAvailability(location));
|
|
106
|
+
});
|
|
107
|
+
runner.test("when location is found", (test) => {
|
|
108
|
+
const availability = WonderlandTrailAvailability.create();
|
|
109
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
110
|
+
const date = DateTime.parse("2025-07-04");
|
|
111
|
+
availability.addAvailability(location, date, WonderlandTrailReservationType.Reserved, WonderlandTrailReservationType.Walkup);
|
|
112
|
+
const locationAvailability = availability.getAvailability(location);
|
|
113
|
+
const expected = Map.create();
|
|
114
|
+
expected.set(date.toDateString(), {
|
|
115
|
+
groupSite: WonderlandTrailReservationType.Walkup,
|
|
116
|
+
individualSite: WonderlandTrailReservationType.Reserved,
|
|
117
|
+
});
|
|
118
|
+
test.assertEqual(locationAvailability, expected);
|
|
119
|
+
test.assertSame(locationAvailability, availability.getAvailability(location));
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
runner.testFunction("getDayAvailability()", () => {
|
|
123
|
+
function getDayAvailabilityErrorTest(location, date, expected) {
|
|
124
|
+
runner.test(`with ${runner.andList([location, date])}`, (test) => {
|
|
125
|
+
const availability = WonderlandTrailAvailability.create();
|
|
126
|
+
test.assertThrows(() => availability.getDayAvailability(location, date).await(), expected);
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
getDayAvailabilityErrorTest(undefined, DateTime.parse("2025-07-04"), new PreConditionError("Expression: location", "Expected: not undefined and not null", "Actual: undefined"));
|
|
130
|
+
getDayAvailabilityErrorTest(null, DateTime.parse("2025-07-04"), new PreConditionError("Expression: location", "Expected: not undefined and not null", "Actual: null"));
|
|
131
|
+
getDayAvailabilityErrorTest(WonderlandTrailLocations.boxCanyon, undefined, new PreConditionError("Expression: date", "Expected: not undefined and not null", "Actual: undefined"));
|
|
132
|
+
getDayAvailabilityErrorTest(WonderlandTrailLocations.boxCanyon, null, new PreConditionError("Expression: date", "Expected: not undefined and not null", "Actual: null"));
|
|
133
|
+
runner.test("with not found location or date", (test) => {
|
|
134
|
+
const availability = WonderlandTrailAvailability.create();
|
|
135
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
136
|
+
const date = DateTime.parse("2025-07-04");
|
|
137
|
+
test.assertThrows(() => availability.getDayAvailability(location, date).await(), new NotFoundError("No availability was found for Box Canyon on 2025-07-04."));
|
|
138
|
+
});
|
|
139
|
+
runner.test("when location and date are found", (test) => {
|
|
140
|
+
const availability = WonderlandTrailAvailability.create();
|
|
141
|
+
const location = WonderlandTrailLocations.boxCanyon;
|
|
142
|
+
const date = DateTime.parse("2025-07-04");
|
|
143
|
+
availability.addAvailability(location, date, WonderlandTrailReservationType.Reserved, WonderlandTrailReservationType.Walkup);
|
|
144
|
+
const dayAvailability = availability.getDayAvailability(location, date).await();
|
|
145
|
+
const expected = {
|
|
146
|
+
groupSite: WonderlandTrailReservationType.Walkup,
|
|
147
|
+
individualSite: WonderlandTrailReservationType.Reserved,
|
|
148
|
+
};
|
|
149
|
+
test.assertEqual(dayAvailability, expected);
|
|
150
|
+
test.assertSame(dayAvailability, availability.getDayAvailability(location, date).await());
|
|
151
|
+
});
|
|
152
|
+
});
|
|
153
|
+
});
|
|
154
|
+
runner.testType("WonderlandTrailDirection", () => {
|
|
155
|
+
runner.testFunction("toString()", (test) => {
|
|
156
|
+
test.assertEqual("Clockwise", WonderlandTrailDirection.clockwise.toString());
|
|
157
|
+
test.assertEqual("CounterClockwise", WonderlandTrailDirection.counterClockwise.toString());
|
|
158
|
+
});
|
|
159
|
+
runner.testFunction("reverse()", (test) => {
|
|
160
|
+
test.assertSame(WonderlandTrailDirection.counterClockwise, WonderlandTrailDirection.clockwise.reverse());
|
|
161
|
+
test.assertSame(WonderlandTrailDirection.clockwise, WonderlandTrailDirection.counterClockwise.reverse());
|
|
162
|
+
});
|
|
163
|
+
});
|
|
164
|
+
runner.testType("WonderlandTrailConnection", () => {
|
|
165
|
+
runner.testFunction("create()", (test) => {
|
|
166
|
+
const connection = WonderlandTrailConnection.create(WonderlandTrailLocations.boxCanyon, WonderlandTrailLocations.carbonRiver, 5000, 2000, 10, WonderlandTrailDirection.clockwise, Iterable.create([
|
|
167
|
+
WonderlandTrailLocations.cataractValley,
|
|
168
|
+
WonderlandTrailLocations.devilsDream,
|
|
169
|
+
]));
|
|
170
|
+
test.assertNotUndefinedAndNotNull(connection);
|
|
171
|
+
test.assertEqual(connection.startLocation, WonderlandTrailLocations.boxCanyon);
|
|
172
|
+
test.assertEqual(connection.endLocation, WonderlandTrailLocations.carbonRiver);
|
|
173
|
+
test.assertEqual(connection.distanceMiles, 5000);
|
|
174
|
+
test.assertEqual(connection.ascentFeet, 2000);
|
|
175
|
+
test.assertEqual(connection.descentFeet, 10);
|
|
176
|
+
test.assertEqual(connection.direction, WonderlandTrailDirection.clockwise);
|
|
177
|
+
test.assertEqual(connection.intermediateLocations, Iterable.create([
|
|
178
|
+
WonderlandTrailLocations.cataractValley,
|
|
179
|
+
WonderlandTrailLocations.devilsDream,
|
|
180
|
+
]));
|
|
181
|
+
});
|
|
182
|
+
runner.testFunction("getLocations()", () => {
|
|
183
|
+
runner.test("when connection is not a loop", (test) => {
|
|
184
|
+
const connection = WonderlandTrailConnection.create(WonderlandTrailLocations.boxCanyon, WonderlandTrailLocations.carbonRiver, 5000, 2000, 10, WonderlandTrailDirection.clockwise, Iterable.create([
|
|
185
|
+
WonderlandTrailLocations.cataractValley,
|
|
186
|
+
WonderlandTrailLocations.devilsDream,
|
|
187
|
+
]));
|
|
188
|
+
test.assertEqual(connection.getLocations(), Iterable.create([
|
|
189
|
+
WonderlandTrailLocations.boxCanyon,
|
|
190
|
+
WonderlandTrailLocations.cataractValley,
|
|
191
|
+
WonderlandTrailLocations.devilsDream,
|
|
192
|
+
WonderlandTrailLocations.carbonRiver,
|
|
193
|
+
]));
|
|
194
|
+
});
|
|
195
|
+
runner.test("when connection is a loop", (test) => {
|
|
196
|
+
const connection = WonderlandTrailConnection.create(WonderlandTrailLocations.boxCanyon, WonderlandTrailLocations.boxCanyon, 5000, 2000, 10, WonderlandTrailDirection.clockwise, Iterable.create([
|
|
197
|
+
WonderlandTrailLocations.cataractValley,
|
|
198
|
+
WonderlandTrailLocations.devilsDream,
|
|
199
|
+
]));
|
|
200
|
+
test.assertEqual(connection.getLocations(), Iterable.create([
|
|
201
|
+
WonderlandTrailLocations.boxCanyon,
|
|
202
|
+
WonderlandTrailLocations.cataractValley,
|
|
203
|
+
WonderlandTrailLocations.devilsDream,
|
|
204
|
+
]));
|
|
205
|
+
});
|
|
206
|
+
});
|
|
207
|
+
runner.testFunction("reverseDirection()", (test) => {
|
|
208
|
+
const connection = WonderlandTrailConnection.create(WonderlandTrailLocations.boxCanyon, WonderlandTrailLocations.carbonRiver, 5000, 2000, 10, WonderlandTrailDirection.clockwise, Iterable.create([
|
|
209
|
+
WonderlandTrailLocations.cataractValley,
|
|
210
|
+
WonderlandTrailLocations.devilsDream,
|
|
211
|
+
]));
|
|
212
|
+
const reversedConnection = connection.reverseDirection();
|
|
213
|
+
test.assertNotSame(connection, reversedConnection);
|
|
214
|
+
test.assertEqual(reversedConnection.startLocation, WonderlandTrailLocations.carbonRiver);
|
|
215
|
+
test.assertEqual(reversedConnection.endLocation, WonderlandTrailLocations.boxCanyon);
|
|
216
|
+
test.assertEqual(reversedConnection.distanceMiles, 5000);
|
|
217
|
+
test.assertEqual(reversedConnection.ascentFeet, 10);
|
|
218
|
+
test.assertEqual(reversedConnection.descentFeet, 2000);
|
|
219
|
+
test.assertEqual(reversedConnection.direction, WonderlandTrailDirection.counterClockwise);
|
|
220
|
+
test.assertEqual(reversedConnection.intermediateLocations, Iterable.create([
|
|
221
|
+
WonderlandTrailLocations.cataractValley,
|
|
222
|
+
WonderlandTrailLocations.devilsDream,
|
|
223
|
+
]));
|
|
224
|
+
});
|
|
225
|
+
});
|
|
226
|
+
runner.testType("WonderlandTrailClient", () => {
|
|
227
|
+
runner.testFunction("create()", () => {
|
|
228
|
+
runner.test("with undefined HttpClient", (test) => {
|
|
229
|
+
test.assertThrows(() => WonderlandTrailClient.create(undefined), new PreConditionError("Expression: httpClient", "Expected: not undefined and not null", "Actual: undefined"));
|
|
230
|
+
});
|
|
231
|
+
runner.test("with null HttpClient", (test) => {
|
|
232
|
+
test.assertThrows(() => WonderlandTrailClient.create(null), new PreConditionError("Expression: httpClient", "Expected: not undefined and not null", "Actual: null"));
|
|
233
|
+
});
|
|
234
|
+
runner.test("with defined HttpClient", (test) => {
|
|
235
|
+
const httpClient = HttpClient.create();
|
|
236
|
+
const client = WonderlandTrailClient.create(httpClient);
|
|
237
|
+
test.assertNotUndefinedAndNotNull(client);
|
|
238
|
+
});
|
|
239
|
+
});
|
|
240
|
+
runner.testFunction("getAvailability()", runner.skip(true, "Ignore slow running tests for now"), () => {
|
|
241
|
+
runner.test("with year in the past", async (test) => {
|
|
242
|
+
const httpClient = HttpClient.create();
|
|
243
|
+
const client = WonderlandTrailClient.create(httpClient);
|
|
244
|
+
const availability = await client.getAvailability(4, 2023, true, true, true);
|
|
245
|
+
test.assertNotUndefinedAndNotNull(availability);
|
|
246
|
+
test.assertFalse(availability.any());
|
|
247
|
+
});
|
|
248
|
+
runner.test("with month in the past", async (test) => {
|
|
249
|
+
const httpClient = HttpClient.create();
|
|
250
|
+
const client = WonderlandTrailClient.create(httpClient);
|
|
251
|
+
const availability = await client.getAvailability(3, 2026, true, true, true);
|
|
252
|
+
test.assertNotUndefinedAndNotNull(availability);
|
|
253
|
+
test.assertFalse(availability.any());
|
|
254
|
+
});
|
|
255
|
+
runner.test("with a future month in the current year", async (test) => {
|
|
256
|
+
const httpClient = HttpClient.create();
|
|
257
|
+
const client = WonderlandTrailClient.create(httpClient);
|
|
258
|
+
const availability = await client.getAvailability({
|
|
259
|
+
month: 7,
|
|
260
|
+
year: 2026,
|
|
261
|
+
allowGroupSites: true,
|
|
262
|
+
allowIndividualSites: true,
|
|
263
|
+
allowWalkupPermits: true,
|
|
264
|
+
});
|
|
265
|
+
test.assertNotUndefinedAndNotNull(availability);
|
|
266
|
+
test.assertTrue(availability.any());
|
|
267
|
+
});
|
|
268
|
+
});
|
|
269
|
+
});
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
//# sourceMappingURL=wonderlandTrailClientTests.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wonderlandTrailClientTests.js","sourceRoot":"","sources":["../../tests/wonderlandTrailClientTests.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@everyonesoftware/common",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "A package containing common code for everyonesoftware projects.",
|
|
5
|
-
"repository": {
|
|
6
|
-
"url": "https://github.com/everyonesoftware/common-typescript"
|
|
7
|
-
},
|
|
8
|
-
"type": "module",
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public"
|
|
11
|
-
},
|
|
12
|
-
"files": [
|
|
13
|
-
"outputs/",
|
|
14
|
-
"README.md",
|
|
15
|
-
"package.json"
|
|
16
|
-
],
|
|
17
|
-
"exports": {
|
|
18
|
-
".": {
|
|
19
|
-
"types": "./outputs/
|
|
20
|
-
"import": "./outputs/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"luxon": "3.7.2"
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"@types/
|
|
40
|
-
"@types/
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"typescript": "
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@everyonesoftware/common",
|
|
3
|
+
"version": "14.0.0",
|
|
4
|
+
"description": "A package containing common code for everyonesoftware projects.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"url": "https://github.com/everyonesoftware/common-typescript"
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"outputs/",
|
|
14
|
+
"README.md",
|
|
15
|
+
"package.json"
|
|
16
|
+
],
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./outputs/sources/index.d.ts",
|
|
20
|
+
"import": "./outputs/sources/index.js"
|
|
21
|
+
},
|
|
22
|
+
"./tests": {
|
|
23
|
+
"types": "./outputs/testIndex.d.ts",
|
|
24
|
+
"import": "./outputs/testIndex.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "npm run fix-imports && npm run generate-barrels && tsc",
|
|
29
|
+
"clean": "rimraf coverage outputs",
|
|
30
|
+
"test-only": "c8 node -r source-map-support/register outputs/tests/tests.js",
|
|
31
|
+
"test": "npm run build && npm run test-only",
|
|
32
|
+
"generate-barrels": "tsx scripts/generate-barrels.ts",
|
|
33
|
+
"fix-imports": "tsx scripts/fix-imports.ts"
|
|
34
|
+
},
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"luxon": "^3.7.2"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@types/luxon": "^3.7.2",
|
|
40
|
+
"@types/node": "^24.0.0",
|
|
41
|
+
"c8": "^11.0.0",
|
|
42
|
+
"rimraf": "^6.1.3",
|
|
43
|
+
"source-map-support": "^0.5.21",
|
|
44
|
+
"ts-morph": "^28.0.0",
|
|
45
|
+
"tsx": "^4.23.0",
|
|
46
|
+
"typescript": "^7.0.2"
|
|
47
|
+
}
|
|
48
|
+
}
|