@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.
Files changed (773) hide show
  1. package/outputs/sources/ANSIStyles.d.ts +10 -0
  2. package/outputs/sources/ANSIStyles.d.ts.map +1 -0
  3. package/outputs/sources/ANSIStyles.js +23 -0
  4. package/outputs/sources/ANSIStyles.js.map +1 -0
  5. package/outputs/sources/CharacterTable.d.ts +11 -0
  6. package/outputs/sources/CharacterTable.d.ts.map +1 -0
  7. package/outputs/sources/CharacterTable.js +28 -0
  8. package/outputs/sources/CharacterTable.js.map +1 -0
  9. package/outputs/sources/Clock.d.ts +12 -0
  10. package/outputs/sources/Clock.d.ts.map +1 -0
  11. package/outputs/sources/Clock.js +10 -0
  12. package/outputs/sources/Clock.js.map +1 -0
  13. package/outputs/sources/FetchError.d.ts +7 -0
  14. package/outputs/sources/FetchError.d.ts.map +1 -0
  15. package/outputs/sources/FetchError.js +20 -0
  16. package/outputs/sources/FetchError.js.map +1 -0
  17. package/outputs/sources/HttpRequestHandler.d.ts +8 -0
  18. package/outputs/sources/HttpRequestHandler.d.ts.map +1 -0
  19. package/outputs/sources/HttpRequestHandler.js +2 -0
  20. package/outputs/sources/HttpRequestHandler.js.map +1 -0
  21. package/outputs/sources/IndentedCharacterWriteStream.d.ts +21 -0
  22. package/outputs/sources/IndentedCharacterWriteStream.d.ts.map +1 -0
  23. package/outputs/sources/IndentedCharacterWriteStream.js +110 -0
  24. package/outputs/sources/IndentedCharacterWriteStream.js.map +1 -0
  25. package/outputs/sources/Indexable.d.ts +51 -0
  26. package/outputs/sources/Indexable.d.ts.map +1 -0
  27. package/outputs/sources/Indexable.js +122 -0
  28. package/outputs/sources/Indexable.js.map +1 -0
  29. package/outputs/sources/MutableIndexable.d.ts +51 -0
  30. package/outputs/sources/MutableIndexable.d.ts.map +1 -0
  31. package/outputs/sources/MutableIndexable.js +96 -0
  32. package/outputs/sources/MutableIndexable.js.map +1 -0
  33. package/outputs/sources/NodeJSHttpOutgoingResponse.d.ts +25 -0
  34. package/outputs/sources/NodeJSHttpOutgoingResponse.d.ts.map +1 -0
  35. package/outputs/sources/NodeJSHttpOutgoingResponse.js +77 -0
  36. package/outputs/sources/NodeJSHttpOutgoingResponse.js.map +1 -0
  37. package/outputs/sources/RealClock.d.ts +11 -0
  38. package/outputs/sources/RealClock.d.ts.map +1 -0
  39. package/outputs/sources/RealClock.js +15 -0
  40. package/outputs/sources/RealClock.js.map +1 -0
  41. package/outputs/sources/Token.d.ts +31 -0
  42. package/outputs/sources/Token.d.ts.map +1 -0
  43. package/outputs/sources/Token.js +80 -0
  44. package/outputs/sources/Token.js.map +1 -0
  45. package/outputs/sources/TokenType.d.ts +19 -0
  46. package/outputs/sources/TokenType.d.ts.map +1 -0
  47. package/outputs/sources/TokenType.js +27 -0
  48. package/outputs/sources/TokenType.js.map +1 -0
  49. package/outputs/sources/Tokenizer.d.ts +37 -0
  50. package/outputs/sources/Tokenizer.d.ts.map +1 -0
  51. package/outputs/sources/Tokenizer.js +163 -0
  52. package/outputs/sources/Tokenizer.js.map +1 -0
  53. package/outputs/sources/assertMessageParameters.d.ts +22 -0
  54. package/outputs/sources/assertMessageParameters.d.ts.map +1 -0
  55. package/outputs/sources/assertMessageParameters.js +2 -0
  56. package/outputs/sources/assertMessageParameters.js.map +1 -0
  57. package/outputs/sources/asyncIterator.d.ts +155 -0
  58. package/outputs/sources/asyncIterator.d.ts.map +1 -0
  59. package/outputs/sources/asyncIterator.js +303 -0
  60. package/outputs/sources/asyncIterator.js.map +1 -0
  61. package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.d.ts +13 -0
  62. package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.d.ts.map +1 -0
  63. package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.js +34 -0
  64. package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.js.map +1 -0
  65. package/outputs/sources/asyncResult.d.ts +73 -0
  66. package/outputs/sources/asyncResult.d.ts.map +1 -0
  67. package/outputs/sources/asyncResult.js +33 -0
  68. package/outputs/sources/asyncResult.js.map +1 -0
  69. package/outputs/sources/basicDisposable.d.ts +21 -0
  70. package/outputs/sources/basicDisposable.d.ts.map +1 -0
  71. package/outputs/sources/basicDisposable.js +42 -0
  72. package/outputs/sources/basicDisposable.js.map +1 -0
  73. package/outputs/sources/byteList.d.ts +43 -0
  74. package/outputs/sources/byteList.d.ts.map +1 -0
  75. package/outputs/sources/byteList.js +128 -0
  76. package/outputs/sources/byteList.js.map +1 -0
  77. package/outputs/sources/byteListStream.d.ts +20 -0
  78. package/outputs/sources/byteListStream.d.ts.map +1 -0
  79. package/outputs/sources/byteListStream.js +84 -0
  80. package/outputs/sources/byteListStream.js.map +1 -0
  81. package/outputs/sources/byteReadStream.d.ts +23 -0
  82. package/outputs/sources/byteReadStream.d.ts.map +1 -0
  83. package/outputs/sources/byteReadStream.js +6 -0
  84. package/outputs/sources/byteReadStream.js.map +1 -0
  85. package/outputs/sources/byteWriteStream.d.ts +15 -0
  86. package/outputs/sources/byteWriteStream.d.ts.map +1 -0
  87. package/outputs/sources/byteWriteStream.js +6 -0
  88. package/outputs/sources/byteWriteStream.js.map +1 -0
  89. package/outputs/sources/bytes.d.ts +20 -0
  90. package/outputs/sources/bytes.d.ts.map +1 -0
  91. package/outputs/sources/bytes.js +22 -0
  92. package/outputs/sources/bytes.js.map +1 -0
  93. package/outputs/sources/characterList.d.ts +39 -0
  94. package/outputs/sources/characterList.d.ts.map +1 -0
  95. package/outputs/sources/characterList.js +122 -0
  96. package/outputs/sources/characterList.js.map +1 -0
  97. package/outputs/sources/characterListStream.d.ts +27 -0
  98. package/outputs/sources/characterListStream.d.ts.map +1 -0
  99. package/outputs/sources/characterListStream.js +103 -0
  100. package/outputs/sources/characterListStream.js.map +1 -0
  101. package/outputs/sources/characterReadStream.d.ts +25 -0
  102. package/outputs/sources/characterReadStream.d.ts.map +1 -0
  103. package/outputs/sources/characterReadStream.js +57 -0
  104. package/outputs/sources/characterReadStream.js.map +1 -0
  105. package/outputs/sources/characterReadStreamIterator.d.ts +31 -0
  106. package/outputs/sources/characterReadStreamIterator.d.ts.map +1 -0
  107. package/outputs/sources/characterReadStreamIterator.js +79 -0
  108. package/outputs/sources/characterReadStreamIterator.js.map +1 -0
  109. package/outputs/sources/characterWriteStream.d.ts +18 -0
  110. package/outputs/sources/characterWriteStream.d.ts.map +1 -0
  111. package/outputs/sources/characterWriteStream.js +27 -0
  112. package/outputs/sources/characterWriteStream.js.map +1 -0
  113. package/outputs/sources/commandLineParameter.d.ts +30 -0
  114. package/outputs/sources/commandLineParameter.d.ts.map +1 -0
  115. package/outputs/sources/commandLineParameter.js +73 -0
  116. package/outputs/sources/commandLineParameter.js.map +1 -0
  117. package/outputs/sources/commandLineParameters.d.ts +23 -0
  118. package/outputs/sources/commandLineParameters.d.ts.map +1 -0
  119. package/outputs/sources/commandLineParameters.js +82 -0
  120. package/outputs/sources/commandLineParameters.js.map +1 -0
  121. package/outputs/sources/comparable.d.ts +79 -0
  122. package/outputs/sources/comparable.d.ts.map +1 -0
  123. package/outputs/sources/comparable.js +106 -0
  124. package/outputs/sources/comparable.js.map +1 -0
  125. package/outputs/sources/comparer.d.ts +62 -0
  126. package/outputs/sources/comparer.d.ts.map +1 -0
  127. package/outputs/sources/comparer.js +102 -0
  128. package/outputs/sources/comparer.js.map +1 -0
  129. package/outputs/sources/comparison.d.ts +18 -0
  130. package/outputs/sources/comparison.d.ts.map +1 -0
  131. package/outputs/sources/comparison.js +19 -0
  132. package/outputs/sources/comparison.js.map +1 -0
  133. package/outputs/sources/concatenateIterable.d.ts +28 -0
  134. package/outputs/sources/concatenateIterable.d.ts.map +1 -0
  135. package/outputs/sources/concatenateIterable.js +74 -0
  136. package/outputs/sources/concatenateIterable.js.map +1 -0
  137. package/outputs/sources/concatenateIterator.d.ts +30 -0
  138. package/outputs/sources/concatenateIterator.d.ts.map +1 -0
  139. package/outputs/sources/concatenateIterator.js +104 -0
  140. package/outputs/sources/concatenateIterator.js.map +1 -0
  141. package/outputs/sources/condition.d.ts +248 -0
  142. package/outputs/sources/condition.d.ts.map +1 -0
  143. package/outputs/sources/condition.js +166 -0
  144. package/outputs/sources/condition.js.map +1 -0
  145. package/outputs/sources/currentProcess.d.ts +31 -0
  146. package/outputs/sources/currentProcess.d.ts.map +1 -0
  147. package/outputs/sources/currentProcess.js +106 -0
  148. package/outputs/sources/currentProcess.js.map +1 -0
  149. package/outputs/sources/dateTime.d.ts +44 -0
  150. package/outputs/sources/dateTime.d.ts.map +1 -0
  151. package/outputs/sources/dateTime.js +76 -0
  152. package/outputs/sources/dateTime.js.map +1 -0
  153. package/outputs/sources/depthFirstSearch.d.ts +9 -0
  154. package/outputs/sources/depthFirstSearch.d.ts.map +1 -0
  155. package/outputs/sources/depthFirstSearch.js +148 -0
  156. package/outputs/sources/depthFirstSearch.js.map +1 -0
  157. package/outputs/sources/disposable.d.ts +25 -0
  158. package/outputs/sources/disposable.d.ts.map +1 -0
  159. package/outputs/sources/disposable.js +16 -0
  160. package/outputs/sources/disposable.js.map +1 -0
  161. package/outputs/sources/emptyError.d.ts +7 -0
  162. package/outputs/sources/emptyError.d.ts.map +1 -0
  163. package/outputs/sources/emptyError.js +9 -0
  164. package/outputs/sources/emptyError.js.map +1 -0
  165. package/outputs/sources/english.d.ts +4 -0
  166. package/outputs/sources/english.d.ts.map +1 -0
  167. package/outputs/sources/english.js +33 -0
  168. package/outputs/sources/english.js.map +1 -0
  169. package/outputs/sources/equalFunctions.d.ts +18 -0
  170. package/outputs/sources/equalFunctions.d.ts.map +1 -0
  171. package/outputs/sources/equalFunctions.js +88 -0
  172. package/outputs/sources/equalFunctions.js.map +1 -0
  173. package/outputs/sources/fetchHttpClient.d.ts +16 -0
  174. package/outputs/sources/fetchHttpClient.d.ts.map +1 -0
  175. package/outputs/sources/fetchHttpClient.js +86 -0
  176. package/outputs/sources/fetchHttpClient.js.map +1 -0
  177. package/outputs/sources/fetchHttpResponse.d.ts +19 -0
  178. package/outputs/sources/fetchHttpResponse.d.ts.map +1 -0
  179. package/outputs/sources/fetchHttpResponse.js +72 -0
  180. package/outputs/sources/fetchHttpResponse.js.map +1 -0
  181. package/outputs/sources/flatMapIterable.d.ts +29 -0
  182. package/outputs/sources/flatMapIterable.d.ts.map +1 -0
  183. package/outputs/sources/flatMapIterable.js +61 -0
  184. package/outputs/sources/flatMapIterable.js.map +1 -0
  185. package/outputs/sources/flatMapIterator.d.ts +33 -0
  186. package/outputs/sources/flatMapIterator.d.ts.map +1 -0
  187. package/outputs/sources/flatMapIterator.js +95 -0
  188. package/outputs/sources/flatMapIterator.js.map +1 -0
  189. package/outputs/sources/generator.d.ts +55 -0
  190. package/outputs/sources/generator.d.ts.map +1 -0
  191. package/outputs/sources/generator.js +139 -0
  192. package/outputs/sources/generator.js.map +1 -0
  193. package/outputs/sources/httpClient.d.ts +21 -0
  194. package/outputs/sources/httpClient.d.ts.map +1 -0
  195. package/outputs/sources/httpClient.js +22 -0
  196. package/outputs/sources/httpClient.js.map +1 -0
  197. package/outputs/sources/httpHeader.d.ts +10 -0
  198. package/outputs/sources/httpHeader.d.ts.map +1 -0
  199. package/outputs/sources/httpHeader.js +25 -0
  200. package/outputs/sources/httpHeader.js.map +1 -0
  201. package/outputs/sources/httpHeaders.d.ts +68 -0
  202. package/outputs/sources/httpHeaders.d.ts.map +1 -0
  203. package/outputs/sources/httpHeaders.js +122 -0
  204. package/outputs/sources/httpHeaders.js.map +1 -0
  205. package/outputs/sources/httpIncomingRequest.d.ts +40 -0
  206. package/outputs/sources/httpIncomingRequest.d.ts.map +1 -0
  207. package/outputs/sources/httpIncomingRequest.js +6 -0
  208. package/outputs/sources/httpIncomingRequest.js.map +1 -0
  209. package/outputs/sources/httpIncomingResponse.d.ts +28 -0
  210. package/outputs/sources/httpIncomingResponse.d.ts.map +1 -0
  211. package/outputs/sources/httpIncomingResponse.js +6 -0
  212. package/outputs/sources/httpIncomingResponse.js.map +1 -0
  213. package/outputs/sources/httpMethod.d.ts +62 -0
  214. package/outputs/sources/httpMethod.d.ts.map +1 -0
  215. package/outputs/sources/httpMethod.js +136 -0
  216. package/outputs/sources/httpMethod.js.map +1 -0
  217. package/outputs/sources/httpOutgoingRequest.d.ts +50 -0
  218. package/outputs/sources/httpOutgoingRequest.d.ts.map +1 -0
  219. package/outputs/sources/httpOutgoingRequest.js +84 -0
  220. package/outputs/sources/httpOutgoingRequest.js.map +1 -0
  221. package/outputs/sources/httpOutgoingResponse.d.ts +46 -0
  222. package/outputs/sources/httpOutgoingResponse.d.ts.map +1 -0
  223. package/outputs/sources/httpOutgoingResponse.js +6 -0
  224. package/outputs/sources/httpOutgoingResponse.js.map +1 -0
  225. package/outputs/sources/httpServer.d.ts +29 -0
  226. package/outputs/sources/httpServer.d.ts.map +1 -0
  227. package/outputs/sources/httpServer.js +3 -0
  228. package/outputs/sources/httpServer.js.map +1 -0
  229. package/outputs/sources/inMemoryCharacterWriteStream.d.ts +15 -0
  230. package/outputs/sources/inMemoryCharacterWriteStream.d.ts.map +1 -0
  231. package/outputs/sources/inMemoryCharacterWriteStream.js +52 -0
  232. package/outputs/sources/inMemoryCharacterWriteStream.js.map +1 -0
  233. package/outputs/sources/index.d.ts +111 -0
  234. package/outputs/sources/index.d.ts.map +1 -0
  235. package/outputs/sources/index.js +111 -0
  236. package/outputs/sources/index.js.map +1 -0
  237. package/outputs/sources/iterable.d.ts +132 -0
  238. package/outputs/sources/iterable.d.ts.map +1 -0
  239. package/outputs/sources/iterable.js +251 -0
  240. package/outputs/sources/iterable.js.map +1 -0
  241. package/outputs/sources/iterator.d.ts +163 -0
  242. package/outputs/sources/iterator.d.ts.map +1 -0
  243. package/outputs/sources/iterator.js +332 -0
  244. package/outputs/sources/iterator.js.map +1 -0
  245. package/outputs/sources/iteratorToJavascriptIteratorAdapter.d.ts +13 -0
  246. package/outputs/sources/iteratorToJavascriptIteratorAdapter.d.ts.map +1 -0
  247. package/outputs/sources/iteratorToJavascriptIteratorAdapter.js +34 -0
  248. package/outputs/sources/iteratorToJavascriptIteratorAdapter.js.map +1 -0
  249. package/outputs/sources/javascript.d.ts +51 -0
  250. package/outputs/sources/javascript.d.ts.map +1 -0
  251. package/outputs/sources/javascript.js +8 -0
  252. package/outputs/sources/javascript.js.map +1 -0
  253. package/outputs/sources/javascriptArrayList.d.ts +39 -0
  254. package/outputs/sources/javascriptArrayList.d.ts.map +1 -0
  255. package/outputs/sources/javascriptArrayList.js +104 -0
  256. package/outputs/sources/javascriptArrayList.js.map +1 -0
  257. package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.d.ts +29 -0
  258. package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.d.ts.map +1 -0
  259. package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.js +77 -0
  260. package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.js.map +1 -0
  261. package/outputs/sources/javascriptIteratorToIteratorAdapter.d.ts +31 -0
  262. package/outputs/sources/javascriptIteratorToIteratorAdapter.d.ts.map +1 -0
  263. package/outputs/sources/javascriptIteratorToIteratorAdapter.js +83 -0
  264. package/outputs/sources/javascriptIteratorToIteratorAdapter.js.map +1 -0
  265. package/outputs/sources/javascriptMapMap.d.ts +37 -0
  266. package/outputs/sources/javascriptMapMap.d.ts.map +1 -0
  267. package/outputs/sources/javascriptMapMap.js +88 -0
  268. package/outputs/sources/javascriptMapMap.js.map +1 -0
  269. package/outputs/sources/javascriptSetSet.d.ts +33 -0
  270. package/outputs/sources/javascriptSetSet.d.ts.map +1 -0
  271. package/outputs/sources/javascriptSetSet.js +84 -0
  272. package/outputs/sources/javascriptSetSet.js.map +1 -0
  273. package/outputs/sources/list.d.ts +106 -0
  274. package/outputs/sources/list.d.ts.map +1 -0
  275. package/outputs/sources/list.js +211 -0
  276. package/outputs/sources/list.js.map +1 -0
  277. package/outputs/sources/listQueue.d.ts +16 -0
  278. package/outputs/sources/listQueue.d.ts.map +1 -0
  279. package/outputs/sources/listQueue.js +39 -0
  280. package/outputs/sources/listQueue.js.map +1 -0
  281. package/outputs/sources/listStack.d.ts +17 -0
  282. package/outputs/sources/listStack.d.ts.map +1 -0
  283. package/outputs/sources/listStack.js +42 -0
  284. package/outputs/sources/listStack.js.map +1 -0
  285. package/outputs/sources/luxonDateTime.d.ts +26 -0
  286. package/outputs/sources/luxonDateTime.d.ts.map +1 -0
  287. package/outputs/sources/luxonDateTime.js +70 -0
  288. package/outputs/sources/luxonDateTime.js.map +1 -0
  289. package/outputs/sources/map.d.ts +105 -0
  290. package/outputs/sources/map.d.ts.map +1 -0
  291. package/outputs/sources/map.js +185 -0
  292. package/outputs/sources/map.js.map +1 -0
  293. package/outputs/sources/mapAsyncIterator.d.ts +34 -0
  294. package/outputs/sources/mapAsyncIterator.d.ts.map +1 -0
  295. package/outputs/sources/mapAsyncIterator.js +91 -0
  296. package/outputs/sources/mapAsyncIterator.js.map +1 -0
  297. package/outputs/sources/mapIterable.d.ts +31 -0
  298. package/outputs/sources/mapIterable.d.ts.map +1 -0
  299. package/outputs/sources/mapIterable.js +64 -0
  300. package/outputs/sources/mapIterable.js.map +1 -0
  301. package/outputs/sources/mapIterator.d.ts +35 -0
  302. package/outputs/sources/mapIterator.d.ts.map +1 -0
  303. package/outputs/sources/mapIterator.js +93 -0
  304. package/outputs/sources/mapIterator.js.map +1 -0
  305. package/outputs/sources/mutableCondition.d.ts +99 -0
  306. package/outputs/sources/mutableCondition.d.ts.map +1 -0
  307. package/outputs/sources/mutableCondition.js +334 -0
  308. package/outputs/sources/mutableCondition.js.map +1 -0
  309. package/outputs/sources/mutableHttpHeaders.d.ts +44 -0
  310. package/outputs/sources/mutableHttpHeaders.d.ts.map +1 -0
  311. package/outputs/sources/mutableHttpHeaders.js +125 -0
  312. package/outputs/sources/mutableHttpHeaders.js.map +1 -0
  313. package/outputs/sources/mutableMap.d.ts +125 -0
  314. package/outputs/sources/mutableMap.d.ts.map +1 -0
  315. package/outputs/sources/mutableMap.js +179 -0
  316. package/outputs/sources/mutableMap.js.map +1 -0
  317. package/outputs/sources/network.d.ts +16 -0
  318. package/outputs/sources/network.d.ts.map +1 -0
  319. package/outputs/sources/network.js +6 -0
  320. package/outputs/sources/network.js.map +1 -0
  321. package/outputs/sources/node.d.ts +11 -0
  322. package/outputs/sources/node.d.ts.map +1 -0
  323. package/outputs/sources/node.js +24 -0
  324. package/outputs/sources/node.js.map +1 -0
  325. package/outputs/sources/nodeJSCharacterWriteStream.d.ts +9 -0
  326. package/outputs/sources/nodeJSCharacterWriteStream.d.ts.map +1 -0
  327. package/outputs/sources/nodeJSCharacterWriteStream.js +28 -0
  328. package/outputs/sources/nodeJSCharacterWriteStream.js.map +1 -0
  329. package/outputs/sources/nodeJSHttpIncomingRequest.d.ts +21 -0
  330. package/outputs/sources/nodeJSHttpIncomingRequest.d.ts.map +1 -0
  331. package/outputs/sources/nodeJSHttpIncomingRequest.js +88 -0
  332. package/outputs/sources/nodeJSHttpIncomingRequest.js.map +1 -0
  333. package/outputs/sources/nodeJSHttpServer.d.ts +21 -0
  334. package/outputs/sources/nodeJSHttpServer.d.ts.map +1 -0
  335. package/outputs/sources/nodeJSHttpServer.js +83 -0
  336. package/outputs/sources/nodeJSHttpServer.js.map +1 -0
  337. package/outputs/sources/notFoundError.d.ts +7 -0
  338. package/outputs/sources/notFoundError.d.ts.map +1 -0
  339. package/outputs/sources/notFoundError.js +10 -0
  340. package/outputs/sources/notFoundError.js.map +1 -0
  341. package/outputs/sources/postCondition.d.ts +186 -0
  342. package/outputs/sources/postCondition.d.ts.map +1 -0
  343. package/outputs/sources/postCondition.js +224 -0
  344. package/outputs/sources/postCondition.js.map +1 -0
  345. package/outputs/sources/postConditionError.d.ts +7 -0
  346. package/outputs/sources/postConditionError.d.ts.map +1 -0
  347. package/outputs/sources/postConditionError.js +10 -0
  348. package/outputs/sources/postConditionError.js.map +1 -0
  349. package/outputs/sources/preCondition.d.ts +186 -0
  350. package/outputs/sources/preCondition.d.ts.map +1 -0
  351. package/outputs/sources/preCondition.js +224 -0
  352. package/outputs/sources/preCondition.js.map +1 -0
  353. package/outputs/sources/preConditionError.d.ts +7 -0
  354. package/outputs/sources/preConditionError.d.ts.map +1 -0
  355. package/outputs/sources/preConditionError.js +10 -0
  356. package/outputs/sources/preConditionError.js.map +1 -0
  357. package/outputs/sources/promiseAsyncResult.d.ts +22 -0
  358. package/outputs/sources/promiseAsyncResult.d.ts.map +1 -0
  359. package/outputs/sources/promiseAsyncResult.js +131 -0
  360. package/outputs/sources/promiseAsyncResult.js.map +1 -0
  361. package/outputs/sources/property.d.ts +15 -0
  362. package/outputs/sources/property.d.ts.map +1 -0
  363. package/outputs/sources/property.js +44 -0
  364. package/outputs/sources/property.js.map +1 -0
  365. package/outputs/sources/queue.d.ts +39 -0
  366. package/outputs/sources/queue.d.ts.map +1 -0
  367. package/outputs/sources/queue.js +14 -0
  368. package/outputs/sources/queue.js.map +1 -0
  369. package/outputs/sources/realNetwork.d.ts +10 -0
  370. package/outputs/sources/realNetwork.d.ts.map +1 -0
  371. package/outputs/sources/realNetwork.js +18 -0
  372. package/outputs/sources/realNetwork.js.map +1 -0
  373. package/outputs/sources/recreationDotGovClient.d.ts +79 -0
  374. package/outputs/sources/recreationDotGovClient.d.ts.map +1 -0
  375. package/outputs/sources/recreationDotGovClient.js +130 -0
  376. package/outputs/sources/recreationDotGovClient.js.map +1 -0
  377. package/outputs/sources/searchControl.d.ts +36 -0
  378. package/outputs/sources/searchControl.d.ts.map +1 -0
  379. package/outputs/sources/searchControl.js +6 -0
  380. package/outputs/sources/searchControl.js.map +1 -0
  381. package/outputs/sources/set.d.ts +62 -0
  382. package/outputs/sources/set.d.ts.map +1 -0
  383. package/outputs/sources/set.js +145 -0
  384. package/outputs/sources/set.js.map +1 -0
  385. package/outputs/sources/skipAsyncIterator.d.ts +34 -0
  386. package/outputs/sources/skipAsyncIterator.d.ts.map +1 -0
  387. package/outputs/sources/skipAsyncIterator.js +94 -0
  388. package/outputs/sources/skipAsyncIterator.js.map +1 -0
  389. package/outputs/sources/skipIterator.d.ts +36 -0
  390. package/outputs/sources/skipIterator.d.ts.map +1 -0
  391. package/outputs/sources/skipIterator.js +100 -0
  392. package/outputs/sources/skipIterator.js.map +1 -0
  393. package/outputs/sources/stack.d.ts +43 -0
  394. package/outputs/sources/stack.d.ts.map +1 -0
  395. package/outputs/sources/stack.js +14 -0
  396. package/outputs/sources/stack.js.map +1 -0
  397. package/outputs/sources/stringComparer.d.ts +12 -0
  398. package/outputs/sources/stringComparer.d.ts.map +1 -0
  399. package/outputs/sources/stringComparer.js +24 -0
  400. package/outputs/sources/stringComparer.js.map +1 -0
  401. package/outputs/sources/stringIterator.d.ts +36 -0
  402. package/outputs/sources/stringIterator.d.ts.map +1 -0
  403. package/outputs/sources/stringIterator.js +94 -0
  404. package/outputs/sources/stringIterator.js.map +1 -0
  405. package/outputs/sources/strings.d.ts +78 -0
  406. package/outputs/sources/strings.d.ts.map +1 -0
  407. package/outputs/sources/strings.js +218 -0
  408. package/outputs/sources/strings.js.map +1 -0
  409. package/outputs/sources/syncResult.d.ts +32 -0
  410. package/outputs/sources/syncResult.d.ts.map +1 -0
  411. package/outputs/sources/syncResult.js +200 -0
  412. package/outputs/sources/syncResult.js.map +1 -0
  413. package/outputs/sources/takeAsyncIterator.d.ts +34 -0
  414. package/outputs/sources/takeAsyncIterator.d.ts.map +1 -0
  415. package/outputs/sources/takeAsyncIterator.js +92 -0
  416. package/outputs/sources/takeAsyncIterator.js.map +1 -0
  417. package/outputs/sources/takeIterator.d.ts +36 -0
  418. package/outputs/sources/takeIterator.d.ts.map +1 -0
  419. package/outputs/sources/takeIterator.js +98 -0
  420. package/outputs/sources/takeIterator.js.map +1 -0
  421. package/outputs/sources/toStringFunctions.d.ts +21 -0
  422. package/outputs/sources/toStringFunctions.d.ts.map +1 -0
  423. package/outputs/sources/toStringFunctions.js +130 -0
  424. package/outputs/sources/toStringFunctions.js.map +1 -0
  425. package/outputs/sources/types.d.ts +194 -0
  426. package/outputs/sources/types.d.ts.map +1 -0
  427. package/outputs/sources/types.js +277 -0
  428. package/outputs/sources/types.js.map +1 -0
  429. package/outputs/sources/whereAsyncIterator.d.ts +33 -0
  430. package/outputs/sources/whereAsyncIterator.d.ts.map +1 -0
  431. package/outputs/sources/whereAsyncIterator.js +91 -0
  432. package/outputs/sources/whereAsyncIterator.js.map +1 -0
  433. package/outputs/sources/whereIterable.d.ts +32 -0
  434. package/outputs/sources/whereIterable.d.ts.map +1 -0
  435. package/outputs/sources/whereIterable.js +65 -0
  436. package/outputs/sources/whereIterable.js.map +1 -0
  437. package/outputs/sources/whereIterator.d.ts +35 -0
  438. package/outputs/sources/whereIterator.d.ts.map +1 -0
  439. package/outputs/sources/whereIterator.js +102 -0
  440. package/outputs/sources/whereIterator.js.map +1 -0
  441. package/outputs/sources/wonderlandTrailClient.d.ts +202 -0
  442. package/outputs/sources/wonderlandTrailClient.d.ts.map +1 -0
  443. package/outputs/sources/wonderlandTrailClient.js +1094 -0
  444. package/outputs/sources/wonderlandTrailClient.js.map +1 -0
  445. package/outputs/tests/AssertTestCreator.d.ts +11 -0
  446. package/outputs/tests/AssertTestCreator.d.ts.map +1 -0
  447. package/outputs/tests/AssertTestCreator.js +15 -0
  448. package/outputs/tests/AssertTestCreator.js.map +1 -0
  449. package/outputs/tests/BasicTestError.d.ts +14 -0
  450. package/outputs/tests/BasicTestError.d.ts.map +1 -0
  451. package/outputs/tests/BasicTestError.js +94 -0
  452. package/outputs/tests/BasicTestError.js.map +1 -0
  453. package/outputs/tests/BasicTestErrorCreator.d.ts +11 -0
  454. package/outputs/tests/BasicTestErrorCreator.d.ts.map +1 -0
  455. package/outputs/tests/BasicTestErrorCreator.js +15 -0
  456. package/outputs/tests/BasicTestErrorCreator.js.map +1 -0
  457. package/outputs/tests/BasicTestErrorTests.d.ts +3 -0
  458. package/outputs/tests/BasicTestErrorTests.d.ts.map +1 -0
  459. package/outputs/tests/BasicTestErrorTests.js +236 -0
  460. package/outputs/tests/BasicTestErrorTests.js.map +1 -0
  461. package/outputs/tests/CharacterTableTests.d.ts +3 -0
  462. package/outputs/tests/CharacterTableTests.d.ts.map +1 -0
  463. package/outputs/tests/CharacterTableTests.js +24 -0
  464. package/outputs/tests/CharacterTableTests.js.map +1 -0
  465. package/outputs/tests/ClockTests.d.ts +5 -0
  466. package/outputs/tests/ClockTests.d.ts.map +1 -0
  467. package/outputs/tests/ClockTests.js +23 -0
  468. package/outputs/tests/ClockTests.js.map +1 -0
  469. package/outputs/tests/CommandLineParametersTests.d.ts +3 -0
  470. package/outputs/tests/CommandLineParametersTests.d.ts.map +1 -0
  471. package/outputs/tests/CommandLineParametersTests.js +58 -0
  472. package/outputs/tests/CommandLineParametersTests.js.map +1 -0
  473. package/outputs/tests/ConsoleTestRunnerUI.d.ts +49 -0
  474. package/outputs/tests/ConsoleTestRunnerUI.d.ts.map +1 -0
  475. package/outputs/tests/ConsoleTestRunnerUI.js +213 -0
  476. package/outputs/tests/ConsoleTestRunnerUI.js.map +1 -0
  477. package/outputs/tests/ConsoleTestRunnerUITests.d.ts +5 -0
  478. package/outputs/tests/ConsoleTestRunnerUITests.d.ts.map +1 -0
  479. package/outputs/tests/ConsoleTestRunnerUITests.js +26 -0
  480. package/outputs/tests/ConsoleTestRunnerUITests.js.map +1 -0
  481. package/outputs/tests/FakeClock.d.ts +16 -0
  482. package/outputs/tests/FakeClock.d.ts.map +1 -0
  483. package/outputs/tests/FakeClock.js +27 -0
  484. package/outputs/tests/FakeClock.js.map +1 -0
  485. package/outputs/tests/IndentedCharacterWriteStreamTests.d.ts +3 -0
  486. package/outputs/tests/IndentedCharacterWriteStreamTests.d.ts.map +1 -0
  487. package/outputs/tests/IndentedCharacterWriteStreamTests.js +269 -0
  488. package/outputs/tests/IndentedCharacterWriteStreamTests.js.map +1 -0
  489. package/outputs/tests/IndexableTests.d.ts +5 -0
  490. package/outputs/tests/IndexableTests.d.ts.map +1 -0
  491. package/outputs/tests/IndexableTests.js +46 -0
  492. package/outputs/tests/IndexableTests.js.map +1 -0
  493. package/outputs/tests/MutableIndexableTests.d.ts +5 -0
  494. package/outputs/tests/MutableIndexableTests.d.ts.map +1 -0
  495. package/outputs/tests/MutableIndexableTests.js +33 -0
  496. package/outputs/tests/MutableIndexableTests.js.map +1 -0
  497. package/outputs/tests/TestCreator.d.ts +15 -0
  498. package/outputs/tests/TestCreator.d.ts.map +1 -0
  499. package/outputs/tests/TestCreator.js +13 -0
  500. package/outputs/tests/TestCreator.js.map +1 -0
  501. package/outputs/tests/TestError.d.ts +31 -0
  502. package/outputs/tests/TestError.d.ts.map +1 -0
  503. package/outputs/tests/TestError.js +5 -0
  504. package/outputs/tests/TestError.js.map +1 -0
  505. package/outputs/tests/TestErrorCreator.d.ts +6 -0
  506. package/outputs/tests/TestErrorCreator.d.ts.map +1 -0
  507. package/outputs/tests/TestErrorCreator.js +7 -0
  508. package/outputs/tests/TestErrorCreator.js.map +1 -0
  509. package/outputs/tests/TokenizerTests.d.ts +3 -0
  510. package/outputs/tests/TokenizerTests.d.ts.map +1 -0
  511. package/outputs/tests/TokenizerTests.js +100 -0
  512. package/outputs/tests/TokenizerTests.js.map +1 -0
  513. package/outputs/tests/assertTest.d.ts +32 -0
  514. package/outputs/tests/assertTest.d.ts.map +1 -0
  515. package/outputs/tests/assertTest.js +75 -0
  516. package/outputs/tests/assertTest.js.map +1 -0
  517. package/outputs/tests/assertTestTests.d.ts +3 -0
  518. package/outputs/tests/assertTestTests.d.ts.map +1 -0
  519. package/outputs/tests/assertTestTests.js +49 -0
  520. package/outputs/tests/assertTestTests.js.map +1 -0
  521. package/outputs/tests/basicTestSkip.d.ts +20 -0
  522. package/outputs/tests/basicTestSkip.d.ts.map +1 -0
  523. package/outputs/tests/basicTestSkip.js +36 -0
  524. package/outputs/tests/basicTestSkip.js.map +1 -0
  525. package/outputs/tests/byteListStreamTests.d.ts +3 -0
  526. package/outputs/tests/byteListStreamTests.d.ts.map +1 -0
  527. package/outputs/tests/byteListStreamTests.js +247 -0
  528. package/outputs/tests/byteListStreamTests.js.map +1 -0
  529. package/outputs/tests/byteListTests.d.ts +3 -0
  530. package/outputs/tests/byteListTests.d.ts.map +1 -0
  531. package/outputs/tests/byteListTests.js +5 -0
  532. package/outputs/tests/byteListTests.js.map +1 -0
  533. package/outputs/tests/bytesTests.d.ts +3 -0
  534. package/outputs/tests/bytesTests.d.ts.map +1 -0
  535. package/outputs/tests/bytesTests.js +30 -0
  536. package/outputs/tests/bytesTests.js.map +1 -0
  537. package/outputs/tests/characterListStreamTests.d.ts +3 -0
  538. package/outputs/tests/characterListStreamTests.d.ts.map +1 -0
  539. package/outputs/tests/characterListStreamTests.js +247 -0
  540. package/outputs/tests/characterListStreamTests.js.map +1 -0
  541. package/outputs/tests/characterListTests.d.ts +3 -0
  542. package/outputs/tests/characterListTests.d.ts.map +1 -0
  543. package/outputs/tests/characterListTests.js +159 -0
  544. package/outputs/tests/characterListTests.js.map +1 -0
  545. package/outputs/tests/characterWriteStreamTests.d.ts +4 -0
  546. package/outputs/tests/characterWriteStreamTests.d.ts.map +1 -0
  547. package/outputs/tests/characterWriteStreamTests.js +7 -0
  548. package/outputs/tests/characterWriteStreamTests.js.map +1 -0
  549. package/outputs/tests/comparerTests.d.ts +3 -0
  550. package/outputs/tests/comparerTests.d.ts.map +1 -0
  551. package/outputs/tests/comparerTests.js +67 -0
  552. package/outputs/tests/comparerTests.js.map +1 -0
  553. package/outputs/tests/conditionTests.d.ts +3 -0
  554. package/outputs/tests/conditionTests.d.ts.map +1 -0
  555. package/outputs/tests/conditionTests.js +602 -0
  556. package/outputs/tests/conditionTests.js.map +1 -0
  557. package/outputs/tests/consoleTestRunner.d.ts +95 -0
  558. package/outputs/tests/consoleTestRunner.d.ts.map +1 -0
  559. package/outputs/tests/consoleTestRunner.js +351 -0
  560. package/outputs/tests/consoleTestRunner.js.map +1 -0
  561. package/outputs/tests/consoleTestRunnerTests.d.ts +3 -0
  562. package/outputs/tests/consoleTestRunnerTests.d.ts.map +1 -0
  563. package/outputs/tests/consoleTestRunnerTests.js +537 -0
  564. package/outputs/tests/consoleTestRunnerTests.js.map +1 -0
  565. package/outputs/tests/dateTimeTests.d.ts +3 -0
  566. package/outputs/tests/dateTimeTests.d.ts.map +1 -0
  567. package/outputs/tests/dateTimeTests.js +24 -0
  568. package/outputs/tests/dateTimeTests.js.map +1 -0
  569. package/outputs/tests/depthFirstSearchTests.d.ts +3 -0
  570. package/outputs/tests/depthFirstSearchTests.d.ts.map +1 -0
  571. package/outputs/tests/depthFirstSearchTests.js +61 -0
  572. package/outputs/tests/depthFirstSearchTests.js.map +1 -0
  573. package/outputs/tests/disposableTests.d.ts +3 -0
  574. package/outputs/tests/disposableTests.d.ts.map +1 -0
  575. package/outputs/tests/disposableTests.js +81 -0
  576. package/outputs/tests/disposableTests.js.map +1 -0
  577. package/outputs/tests/englishTests.d.ts +3 -0
  578. package/outputs/tests/englishTests.d.ts.map +1 -0
  579. package/outputs/tests/englishTests.js +68 -0
  580. package/outputs/tests/englishTests.js.map +1 -0
  581. package/outputs/tests/equalFunctionsTests.d.ts +3 -0
  582. package/outputs/tests/equalFunctionsTests.d.ts.map +1 -0
  583. package/outputs/tests/equalFunctionsTests.js +187 -0
  584. package/outputs/tests/equalFunctionsTests.js.map +1 -0
  585. package/outputs/tests/failedTest.d.ts +11 -0
  586. package/outputs/tests/failedTest.d.ts.map +1 -0
  587. package/outputs/tests/failedTest.js +21 -0
  588. package/outputs/tests/failedTest.js.map +1 -0
  589. package/outputs/tests/fetchHttpClientTests.d.ts +3 -0
  590. package/outputs/tests/fetchHttpClientTests.d.ts.map +1 -0
  591. package/outputs/tests/fetchHttpClientTests.js +21 -0
  592. package/outputs/tests/fetchHttpClientTests.js.map +1 -0
  593. package/outputs/tests/generatorTests.d.ts +3 -0
  594. package/outputs/tests/generatorTests.d.ts.map +1 -0
  595. package/outputs/tests/generatorTests.js +55 -0
  596. package/outputs/tests/generatorTests.js.map +1 -0
  597. package/outputs/tests/httpClientTests.d.ts +3 -0
  598. package/outputs/tests/httpClientTests.d.ts.map +1 -0
  599. package/outputs/tests/httpClientTests.js +12 -0
  600. package/outputs/tests/httpClientTests.js.map +1 -0
  601. package/outputs/tests/inMemoryCharacterWriteStreamTests.d.ts +3 -0
  602. package/outputs/tests/inMemoryCharacterWriteStreamTests.d.ts.map +1 -0
  603. package/outputs/tests/inMemoryCharacterWriteStreamTests.js +84 -0
  604. package/outputs/tests/inMemoryCharacterWriteStreamTests.js.map +1 -0
  605. package/outputs/tests/index.d.ts +12 -0
  606. package/outputs/tests/index.d.ts.map +1 -0
  607. package/outputs/tests/index.js +12 -0
  608. package/outputs/tests/index.js.map +1 -0
  609. package/outputs/tests/iterableTests.d.ts +5 -0
  610. package/outputs/tests/iterableTests.d.ts.map +1 -0
  611. package/outputs/tests/iterableTests.js +155 -0
  612. package/outputs/tests/iterableTests.js.map +1 -0
  613. package/outputs/tests/iteratorTests.d.ts +5 -0
  614. package/outputs/tests/iteratorTests.d.ts.map +1 -0
  615. package/outputs/tests/iteratorTests.js +728 -0
  616. package/outputs/tests/iteratorTests.js.map +1 -0
  617. package/outputs/tests/javascriptMapMapTests.d.ts +3 -0
  618. package/outputs/tests/javascriptMapMapTests.d.ts.map +1 -0
  619. package/outputs/tests/javascriptMapMapTests.js +14 -0
  620. package/outputs/tests/javascriptMapMapTests.js.map +1 -0
  621. package/outputs/tests/listTests.d.ts +3 -0
  622. package/outputs/tests/listTests.d.ts.map +1 -0
  623. package/outputs/tests/listTests.js +202 -0
  624. package/outputs/tests/listTests.js.map +1 -0
  625. package/outputs/tests/mapIteratorTests.d.ts +3 -0
  626. package/outputs/tests/mapIteratorTests.d.ts.map +1 -0
  627. package/outputs/tests/mapIteratorTests.js +27 -0
  628. package/outputs/tests/mapIteratorTests.js.map +1 -0
  629. package/outputs/tests/mapTests.d.ts +5 -0
  630. package/outputs/tests/mapTests.d.ts.map +1 -0
  631. package/outputs/tests/mapTests.js +64 -0
  632. package/outputs/tests/mapTests.js.map +1 -0
  633. package/outputs/tests/mutableConditionTests.d.ts +3 -0
  634. package/outputs/tests/mutableConditionTests.d.ts.map +1 -0
  635. package/outputs/tests/mutableConditionTests.js +174 -0
  636. package/outputs/tests/mutableConditionTests.js.map +1 -0
  637. package/outputs/tests/mutableMapTests.d.ts +5 -0
  638. package/outputs/tests/mutableMapTests.d.ts.map +1 -0
  639. package/outputs/tests/mutableMapTests.js +102 -0
  640. package/outputs/tests/mutableMapTests.js.map +1 -0
  641. package/outputs/tests/nodeJSHttpServerTests.d.ts +3 -0
  642. package/outputs/tests/nodeJSHttpServerTests.d.ts.map +1 -0
  643. package/outputs/tests/nodeJSHttpServerTests.js +50 -0
  644. package/outputs/tests/nodeJSHttpServerTests.js.map +1 -0
  645. package/outputs/tests/notFoundErrorTests.d.ts +3 -0
  646. package/outputs/tests/notFoundErrorTests.d.ts.map +1 -0
  647. package/outputs/tests/notFoundErrorTests.js +17 -0
  648. package/outputs/tests/notFoundErrorTests.js.map +1 -0
  649. package/outputs/tests/postConditionErrorTests.d.ts +3 -0
  650. package/outputs/tests/postConditionErrorTests.d.ts.map +1 -0
  651. package/outputs/tests/postConditionErrorTests.js +17 -0
  652. package/outputs/tests/postConditionErrorTests.js.map +1 -0
  653. package/outputs/tests/preConditionErrorTests.d.ts +3 -0
  654. package/outputs/tests/preConditionErrorTests.d.ts.map +1 -0
  655. package/outputs/tests/preConditionErrorTests.js +17 -0
  656. package/outputs/tests/preConditionErrorTests.js.map +1 -0
  657. package/outputs/tests/promiseAsyncResultTests.d.ts +3 -0
  658. package/outputs/tests/promiseAsyncResultTests.d.ts.map +1 -0
  659. package/outputs/tests/promiseAsyncResultTests.js +487 -0
  660. package/outputs/tests/promiseAsyncResultTests.js.map +1 -0
  661. package/outputs/tests/propertyTests.d.ts +3 -0
  662. package/outputs/tests/propertyTests.d.ts.map +1 -0
  663. package/outputs/tests/propertyTests.js +41 -0
  664. package/outputs/tests/propertyTests.js.map +1 -0
  665. package/outputs/tests/queueTests.d.ts +3 -0
  666. package/outputs/tests/queueTests.d.ts.map +1 -0
  667. package/outputs/tests/queueTests.js +20 -0
  668. package/outputs/tests/queueTests.js.map +1 -0
  669. package/outputs/tests/recreationDotGovClientTests.d.ts +3 -0
  670. package/outputs/tests/recreationDotGovClientTests.d.ts.map +1 -0
  671. package/outputs/tests/recreationDotGovClientTests.js +111 -0
  672. package/outputs/tests/recreationDotGovClientTests.js.map +1 -0
  673. package/outputs/tests/setTests.d.ts +3 -0
  674. package/outputs/tests/setTests.d.ts.map +1 -0
  675. package/outputs/tests/setTests.js +92 -0
  676. package/outputs/tests/setTests.js.map +1 -0
  677. package/outputs/tests/skippedTest.d.ts +11 -0
  678. package/outputs/tests/skippedTest.d.ts.map +1 -0
  679. package/outputs/tests/skippedTest.js +21 -0
  680. package/outputs/tests/skippedTest.js.map +1 -0
  681. package/outputs/tests/stackTests.d.ts +3 -0
  682. package/outputs/tests/stackTests.d.ts.map +1 -0
  683. package/outputs/tests/stackTests.js +45 -0
  684. package/outputs/tests/stackTests.js.map +1 -0
  685. package/outputs/tests/stringComparerTests.d.ts +3 -0
  686. package/outputs/tests/stringComparerTests.d.ts.map +1 -0
  687. package/outputs/tests/stringComparerTests.js +47 -0
  688. package/outputs/tests/stringComparerTests.js.map +1 -0
  689. package/outputs/tests/stringIteratorTests.d.ts +3 -0
  690. package/outputs/tests/stringIteratorTests.d.ts.map +1 -0
  691. package/outputs/tests/stringIteratorTests.js +81 -0
  692. package/outputs/tests/stringIteratorTests.js.map +1 -0
  693. package/outputs/tests/stringsTests.d.ts +3 -0
  694. package/outputs/tests/stringsTests.d.ts.map +1 -0
  695. package/outputs/tests/stringsTests.js +384 -0
  696. package/outputs/tests/stringsTests.js.map +1 -0
  697. package/outputs/tests/syncResultTests.d.ts +3 -0
  698. package/outputs/tests/syncResultTests.d.ts.map +1 -0
  699. package/outputs/tests/syncResultTests.js +900 -0
  700. package/outputs/tests/syncResultTests.js.map +1 -0
  701. package/outputs/tests/test.d.ts +144 -0
  702. package/outputs/tests/test.d.ts.map +1 -0
  703. package/outputs/tests/test.js +145 -0
  704. package/outputs/tests/test.js.map +1 -0
  705. package/outputs/tests/testAction.d.ts +22 -0
  706. package/outputs/tests/testAction.d.ts.map +1 -0
  707. package/outputs/tests/testAction.js +56 -0
  708. package/outputs/tests/testAction.js.map +1 -0
  709. package/outputs/tests/testActionTests.d.ts +3 -0
  710. package/outputs/tests/testActionTests.d.ts.map +1 -0
  711. package/outputs/tests/testActionTests.js +56 -0
  712. package/outputs/tests/testActionTests.js.map +1 -0
  713. package/outputs/tests/testFailureTests.d.ts +3 -0
  714. package/outputs/tests/testFailureTests.d.ts.map +1 -0
  715. package/outputs/tests/testFailureTests.js +7 -0
  716. package/outputs/tests/testFailureTests.js.map +1 -0
  717. package/outputs/tests/testRunner.d.ts +107 -0
  718. package/outputs/tests/testRunner.d.ts.map +1 -0
  719. package/outputs/tests/testRunner.js +63 -0
  720. package/outputs/tests/testRunner.js.map +1 -0
  721. package/outputs/tests/testRunnerTests.d.ts +4 -0
  722. package/outputs/tests/testRunnerTests.d.ts.map +1 -0
  723. package/outputs/tests/testRunnerTests.js +258 -0
  724. package/outputs/tests/testRunnerTests.js.map +1 -0
  725. package/outputs/tests/testSkip.d.ts +24 -0
  726. package/outputs/tests/testSkip.d.ts.map +1 -0
  727. package/outputs/tests/testSkip.js +19 -0
  728. package/outputs/tests/testSkip.js.map +1 -0
  729. package/outputs/tests/tests.d.ts +2 -0
  730. package/outputs/tests/tests.d.ts.map +1 -0
  731. package/outputs/tests/tests.js +115 -0
  732. package/outputs/tests/tests.js.map +1 -0
  733. package/outputs/tests/toStringFunctionsTests.d.ts +3 -0
  734. package/outputs/tests/toStringFunctionsTests.d.ts.map +1 -0
  735. package/outputs/tests/toStringFunctionsTests.js +43 -0
  736. package/outputs/tests/toStringFunctionsTests.js.map +1 -0
  737. package/outputs/tests/typesTests.d.ts +3 -0
  738. package/outputs/tests/typesTests.d.ts.map +1 -0
  739. package/outputs/tests/typesTests.js +194 -0
  740. package/outputs/tests/typesTests.js.map +1 -0
  741. package/outputs/tests/whereIteratorTests.d.ts +3 -0
  742. package/outputs/tests/whereIteratorTests.d.ts.map +1 -0
  743. package/outputs/tests/whereIteratorTests.js +30 -0
  744. package/outputs/tests/whereIteratorTests.js.map +1 -0
  745. package/outputs/tests/wonderlandTrailClientTests.d.ts +3 -0
  746. package/outputs/tests/wonderlandTrailClientTests.d.ts.map +1 -0
  747. package/outputs/tests/wonderlandTrailClientTests.js +272 -0
  748. package/outputs/tests/wonderlandTrailClientTests.js.map +1 -0
  749. package/package.json +48 -48
  750. package/outputs/characterWriteStream-CzPcNOCD.d.cts +0 -845
  751. package/outputs/characterWriteStream-CzPcNOCD.d.ts +0 -845
  752. package/outputs/chunk-FZ3WRQ7B.js +0 -1199
  753. package/outputs/chunk-FZ3WRQ7B.js.map +0 -1
  754. package/outputs/chunk-MHMLVX2O.js +0 -9590
  755. package/outputs/chunk-MHMLVX2O.js.map +0 -1
  756. package/outputs/sourceIndex.cjs +0 -9790
  757. package/outputs/sourceIndex.cjs.map +0 -1
  758. package/outputs/sourceIndex.d.cts +0 -3532
  759. package/outputs/sourceIndex.d.ts +0 -3532
  760. package/outputs/sourceIndex.js +0 -349
  761. package/outputs/sourceIndex.js.map +0 -1
  762. package/outputs/testIndex.cjs +0 -7046
  763. package/outputs/testIndex.cjs.map +0 -1
  764. package/outputs/testIndex.d.cts +0 -544
  765. package/outputs/testIndex.d.ts +0 -544
  766. package/outputs/testIndex.js +0 -55
  767. package/outputs/testIndex.js.map +0 -1
  768. package/outputs/tests.cjs +0 -19372
  769. package/outputs/tests.cjs.map +0 -1
  770. package/outputs/tests.d.cts +0 -3
  771. package/outputs/tests.d.ts +0 -3
  772. package/outputs/tests.js +0 -10017
  773. package/outputs/tests.js.map +0 -1
@@ -0,0 +1,136 @@
1
+ import { NotFoundError } from "./notFoundError.js";
2
+ import { PreCondition } from "./preCondition.js";
3
+ import { SyncResult } from "./syncResult.js";
4
+ export var HttpMethod;
5
+ (function (HttpMethod) {
6
+ /**
7
+ * The GET method requests a representation of the specified resource. Requests using GET should
8
+ * only retrieve data and should not contain a request content.
9
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/GET
10
+ */
11
+ HttpMethod[HttpMethod["GET"] = 0] = "GET";
12
+ /**
13
+ * The HEAD method asks for a response identical to a GET request, but without a response body.
14
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/HEAD
15
+ */
16
+ HttpMethod[HttpMethod["HEAD"] = 1] = "HEAD";
17
+ /**
18
+ * The POST method submits an entity to the specified resource, often causing a change in state
19
+ * or side effects on the server.
20
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/POST
21
+ */
22
+ HttpMethod[HttpMethod["POST"] = 2] = "POST";
23
+ /**
24
+ * The PUT method replaces all current representations of the target resource with the request
25
+ * content.
26
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/PUT
27
+ */
28
+ HttpMethod[HttpMethod["PUT"] = 3] = "PUT";
29
+ /**
30
+ * The DELETE method deletes the specified resource.
31
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/DELETE
32
+ */
33
+ HttpMethod[HttpMethod["DELETE"] = 4] = "DELETE";
34
+ /**
35
+ * The CONNECT method establishes a tunnel to the server identified by the target resource.
36
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/CONNECT
37
+ */
38
+ HttpMethod[HttpMethod["CONNECT"] = 5] = "CONNECT";
39
+ /**
40
+ * The OPTIONS method describes the communication options for the target resource.
41
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/OPTIONS
42
+ */
43
+ HttpMethod[HttpMethod["OPTIONS"] = 6] = "OPTIONS";
44
+ /**
45
+ * The TRACE method performs a message loop-back test along the path to the target resource.
46
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/TRACE
47
+ */
48
+ HttpMethod[HttpMethod["TRACE"] = 7] = "TRACE";
49
+ /**
50
+ * The PATCH method applies partial modifications to a resource.
51
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/PATCH
52
+ */
53
+ HttpMethod[HttpMethod["PATCH"] = 8] = "PATCH";
54
+ })(HttpMethod || (HttpMethod = {}));
55
+ /**
56
+ * Parse a {@link HttpMethod} from the provided text.
57
+ * @param text The text to parse.
58
+ */
59
+ export function parseHttpMethod(text) {
60
+ return SyncResult.create(() => {
61
+ let result;
62
+ switch (text.toUpperCase()) {
63
+ case "GET":
64
+ result = HttpMethod.GET;
65
+ break;
66
+ case "HEAD":
67
+ result = HttpMethod.HEAD;
68
+ break;
69
+ case "POST":
70
+ result = HttpMethod.POST;
71
+ break;
72
+ case "PUT":
73
+ result = HttpMethod.PUT;
74
+ break;
75
+ case "DELETE":
76
+ result = HttpMethod.DELETE;
77
+ break;
78
+ case "CONNECT":
79
+ result = HttpMethod.CONNECT;
80
+ break;
81
+ case "OPTIONS":
82
+ result = HttpMethod.OPTIONS;
83
+ break;
84
+ case "TRACE":
85
+ result = HttpMethod.TRACE;
86
+ break;
87
+ case "PATCH":
88
+ result = HttpMethod.PATCH;
89
+ break;
90
+ default:
91
+ throw new NotFoundError(`No HttpMethod exists for the text "${text}".`);
92
+ }
93
+ return result;
94
+ });
95
+ }
96
+ /**
97
+ * Get the string representation of the provided {@link HttpMethod}.
98
+ * @param httpMethod The {@link HttpMethod} to get the string representation of.
99
+ */
100
+ export function httpMethodToString(httpMethod) {
101
+ PreCondition.assertNotUndefinedAndNotNull(httpMethod, "httpMethod");
102
+ let result;
103
+ switch (httpMethod) {
104
+ case HttpMethod.GET:
105
+ result = "GET";
106
+ break;
107
+ case HttpMethod.HEAD:
108
+ result = "HEAD";
109
+ break;
110
+ case HttpMethod.POST:
111
+ result = "POST";
112
+ break;
113
+ case HttpMethod.PUT:
114
+ result = "PUT";
115
+ break;
116
+ case HttpMethod.DELETE:
117
+ result = "DELETE";
118
+ break;
119
+ case HttpMethod.CONNECT:
120
+ result = "CONNECT";
121
+ break;
122
+ case HttpMethod.OPTIONS:
123
+ result = "OPTIONS";
124
+ break;
125
+ case HttpMethod.TRACE:
126
+ result = "TRACE";
127
+ break;
128
+ case HttpMethod.PATCH:
129
+ result = "PATCH";
130
+ break;
131
+ default:
132
+ throw new NotFoundError(`Unrecognized HttpMethod: ${httpMethod}`);
133
+ }
134
+ return result;
135
+ }
136
+ //# sourceMappingURL=httpMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpMethod.js","sourceRoot":"","sources":["../../sources/httpMethod.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,50 @@
1
+ import { HttpHeader } from "./httpHeader.js";
2
+ import { HttpHeaders } from "./httpHeaders.js";
3
+ import { HttpMethod } from "./httpMethod.js";
4
+ import { SyncResult } from "./syncResult.js";
5
+ /**
6
+ * A HTTP request that is sent out by a {@link HttpClient}.
7
+ */
8
+ export declare class HttpOutgoingRequest {
9
+ private method;
10
+ private url;
11
+ private readonly headers;
12
+ private body;
13
+ private constructor();
14
+ static create(method: HttpMethod, url: string): HttpOutgoingRequest;
15
+ /**
16
+ * Create a new {@link HttpOutgoingRequest} with a GET {@link HttpMethod}.
17
+ * @param url The target URL for the {@link HttpOutgoingRequest}.
18
+ */
19
+ static get(url: string): HttpOutgoingRequest;
20
+ /**
21
+ * Get the {@link HttpMethod} for this {@link HttpOutgoingRequest}.
22
+ */
23
+ getMethod(): HttpMethod;
24
+ /**
25
+ * Set the {@link HttpMethod} for this {@link HttpOutgoingRequest}.
26
+ * @param method The {@link HttpMethod} for this {@link HttpOutgoingRequest}.
27
+ */
28
+ setMethod(method: HttpMethod): this;
29
+ /**
30
+ * Get this {@link HttpOutgoingRequest}'s target URL.
31
+ */
32
+ getURL(): string;
33
+ /**
34
+ * Set the URL that this request will be sent to.
35
+ * @param url The URL to send this request to.
36
+ */
37
+ setURL(url: string): this;
38
+ /**
39
+ * Get the {@link HttpHeaders} that will be sent.
40
+ */
41
+ getHeaders(): HttpHeaders;
42
+ getHeader(headerName: string): SyncResult<HttpHeader>;
43
+ getHeaderValue(headerName: string): SyncResult<string>;
44
+ /**
45
+ * Get the body that will be sent.
46
+ */
47
+ getBody(): string;
48
+ setBody(body: string): this;
49
+ }
50
+ //# sourceMappingURL=httpOutgoingRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpOutgoingRequest.d.ts","sourceRoot":"","sources":["../../sources/httpOutgoingRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAG7C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C;;GAEG;AACH,qBAAa,mBAAmB;IAE5B,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAqB;IAC7C,OAAO,CAAC,IAAI,CAAS;IAErB,OAAO,eASN;IAED,OAAc,MAAM,CAAC,MAAM,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAGzE;IAED;;;OAGG;IACH,OAAc,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAGlD;IAED;;OAEG;IACI,SAAS,IAAI,UAAU,CAG7B;IAED;;;OAGG;IACI,SAAS,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,CAOzC;IAED;;OAEG;IACI,MAAM,IAAI,MAAM,CAGtB;IAED;;;OAGG;IACI,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAO/B;IAED;;OAEG;IACI,UAAU,IAAI,WAAW,CAG/B;IAEM,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,UAAU,CAAC,CAG3D;IAEM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAG5D;IAED;;OAEG;IACI,OAAO,IAAI,MAAM,CAGvB;IAEM,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAOjC;CACJ"}
@@ -0,0 +1,84 @@
1
+ import { HttpHeaders } from "./httpHeaders.js";
2
+ import { HttpMethod } from "./httpMethod.js";
3
+ import { PreCondition } from "./preCondition.js";
4
+ /**
5
+ * A HTTP request that is sent out by a {@link HttpClient}.
6
+ */
7
+ export class HttpOutgoingRequest {
8
+ method;
9
+ url;
10
+ headers;
11
+ body;
12
+ constructor(method, url) {
13
+ PreCondition.assertNotUndefinedAndNotNull(method, "method");
14
+ PreCondition.assertNotEmpty(url, "url");
15
+ this.method = method;
16
+ this.url = url;
17
+ this.headers = HttpHeaders.create();
18
+ this.body = "";
19
+ }
20
+ static create(method, url) {
21
+ return new HttpOutgoingRequest(method, url);
22
+ }
23
+ /**
24
+ * Create a new {@link HttpOutgoingRequest} with a GET {@link HttpMethod}.
25
+ * @param url The target URL for the {@link HttpOutgoingRequest}.
26
+ */
27
+ static get(url) {
28
+ return HttpOutgoingRequest.create(HttpMethod.GET, url);
29
+ }
30
+ /**
31
+ * Get the {@link HttpMethod} for this {@link HttpOutgoingRequest}.
32
+ */
33
+ getMethod() {
34
+ return this.method;
35
+ }
36
+ /**
37
+ * Set the {@link HttpMethod} for this {@link HttpOutgoingRequest}.
38
+ * @param method The {@link HttpMethod} for this {@link HttpOutgoingRequest}.
39
+ */
40
+ setMethod(method) {
41
+ PreCondition.assertNotUndefinedAndNotNull(method, "method");
42
+ this.method = method;
43
+ return this;
44
+ }
45
+ /**
46
+ * Get this {@link HttpOutgoingRequest}'s target URL.
47
+ */
48
+ getURL() {
49
+ return this.url;
50
+ }
51
+ /**
52
+ * Set the URL that this request will be sent to.
53
+ * @param url The URL to send this request to.
54
+ */
55
+ setURL(url) {
56
+ PreCondition.assertNotEmpty(url, "url");
57
+ this.url = url;
58
+ return this;
59
+ }
60
+ /**
61
+ * Get the {@link HttpHeaders} that will be sent.
62
+ */
63
+ getHeaders() {
64
+ return this.headers;
65
+ }
66
+ getHeader(headerName) {
67
+ return this.headers.get(headerName);
68
+ }
69
+ getHeaderValue(headerName) {
70
+ return this.headers.getValue(headerName);
71
+ }
72
+ /**
73
+ * Get the body that will be sent.
74
+ */
75
+ getBody() {
76
+ return this.body;
77
+ }
78
+ setBody(body) {
79
+ PreCondition.assertNotUndefinedAndNotNull(body, "body");
80
+ this.body = body;
81
+ return this;
82
+ }
83
+ }
84
+ //# sourceMappingURL=httpOutgoingRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpOutgoingRequest.js","sourceRoot":"","sources":["../../sources/httpOutgoingRequest.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGjD;;GAEG;AACH,MAAM,OAAO,mBAAmB;IAEpB,MAAM,CAAa;IACnB,GAAG,CAAS;IACH,OAAO,CAAqB;IACrC,IAAI,CAAS;IAErB,YAAoB,MAAkB,EAAE,GAAW;QAE/C,YAAY,CAAC,4BAA4B,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QAC5D,YAAY,CAAC,cAAc,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAExC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC;QACpC,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;IACnB,CAAC;IAEM,MAAM,CAAC,MAAM,CAAC,MAAkB,EAAE,GAAW;QAEhD,OAAO,IAAI,mBAAmB,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAChD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,GAAG,CAAC,GAAW;QAEzB,OAAO,mBAAmB,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IAC3D,CAAC;IAED;;OAEG;IACI,SAAS;QAEZ,OAAO,IAAI,CAAC,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACI,SAAS,CAAC,MAAkB;QAE/B,YAAY,CAAC,4BAA4B,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QAE5D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QAErB,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;OAEG;IACI,MAAM;QAET,OAAO,IAAI,CAAC,GAAG,CAAC;IACpB,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,GAAW;QAErB,YAAY,CAAC,cAAc,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAExC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QAEf,OAAO,IAAI,CAAC;IAChB,CAAC;IAED;;OAEG;IACI,UAAU;QAEb,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;IAEM,SAAS,CAAC,UAAkB;QAE/B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACxC,CAAC;IAEM,cAAc,CAAC,UAAkB;QAEpC,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IAC7C,CAAC;IAED;;OAEG;IACI,OAAO;QAEV,OAAO,IAAI,CAAC,IAAI,CAAC;IACrB,CAAC;IAEM,OAAO,CAAC,IAAY;QAEvB,YAAY,CAAC,4BAA4B,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QAExD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAEjB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ"}
@@ -0,0 +1,46 @@
1
+ import { AsyncResult } from "./asyncResult.js";
2
+ import { HttpHeader } from "./httpHeader.js";
3
+ import { HttpHeaders } from "./httpHeaders.js";
4
+ /**
5
+ * A HTTP response sent by a HTTP server.
6
+ */
7
+ export declare abstract class HttpOutgoingResponse {
8
+ /**
9
+ * Set the status code of this {@link HttpOutgoingResponse}.
10
+ * @param statusCode The status code to set.
11
+ */
12
+ abstract setStatusCode(statusCode: number): this;
13
+ /**
14
+ * Get the status code.
15
+ */
16
+ abstract getStatusCode(): AsyncResult<number>;
17
+ /**
18
+ * Get the {@link HttpHeaders} of this {@link HttpOutgoingResponse}.
19
+ */
20
+ abstract getHeaders(): HttpHeaders;
21
+ /**
22
+ * Get the {@link HttpHeader} with the provided name in this {@link HttpOutgoingResponse}. If no
23
+ * header exists with the provided name, then a {@link NotFoundError} will be returned.
24
+ * @param headerName The name of the header to get.
25
+ */
26
+ abstract getHeader(headerName: string): AsyncResult<HttpHeader>;
27
+ /**
28
+ * Get the value of the {@link HttpHeader} with the provided name in this
29
+ * {@link HttpOutgoingResponse}. If no header exists with the provided name, then a
30
+ * {@link NotFoundError} will be returned.
31
+ * @param headerName The name of the header value to get.
32
+ */
33
+ abstract getHeaderValue(headerName: string): AsyncResult<string>;
34
+ abstract setHeader(headerName: string, headerValue: string): this;
35
+ /**
36
+ * Set the body of this {@link HttpOutgoingResponse} to be the provided string value.
37
+ * @param body The string body to set.
38
+ */
39
+ abstract setBodyString(body: string): this;
40
+ /**
41
+ * Set the body of this {@link HttpOutgoingResponse} to be the provided JSON value.
42
+ * @param body The JSON body to set.
43
+ */
44
+ abstract setBodyJSON(body: unknown): this;
45
+ }
46
+ //# sourceMappingURL=httpOutgoingResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpOutgoingResponse.d.ts","sourceRoot":"","sources":["../../sources/httpOutgoingResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C;;GAEG;AACH,8BAAsB,oBAAoB;IAEtC;;;OAGG;IACH,SAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAExD;;OAEG;IACH,SAAgB,aAAa,IAAI,WAAW,CAAC,MAAM,CAAC,CAAC;IAErD;;OAEG;IACH,SAAgB,UAAU,IAAI,WAAW,CAAC;IAE1C;;;;OAIG;IACH,SAAgB,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,WAAW,CAAC,UAAU,CAAC,CAAC;IAEvE;;;;;OAKG;IACH,SAAgB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;IAExE,SAAgB,SAAS,CAAC,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzE;;;OAGG;IACH,SAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAElD;;;OAGG;IACH,SAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;CACpD"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * A HTTP response sent by a HTTP server.
3
+ */
4
+ export class HttpOutgoingResponse {
5
+ }
6
+ //# sourceMappingURL=httpOutgoingResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpOutgoingResponse.js","sourceRoot":"","sources":["../../sources/httpOutgoingResponse.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,OAAgB,oBAAoB;CA8CzC"}
@@ -0,0 +1,29 @@
1
+ import { Disposable } from "./disposable.js";
2
+ import { HttpIncomingRequest } from "./httpIncomingRequest.js";
3
+ import { HttpOutgoingResponse } from "./httpOutgoingResponse.js";
4
+ import { AsyncResult } from "./asyncResult.js";
5
+ export declare abstract class HttpServer implements Disposable {
6
+ abstract dispose(): AsyncResult<boolean>;
7
+ abstract isDisposed(): boolean;
8
+ /**
9
+ * Add the provided request handler so it will be invoked when a request is received for the
10
+ * provided path.
11
+ * @param requestPath The path that will cause the provided handler to be invoked.
12
+ * @param handler The function that will be invoked when the
13
+ */
14
+ abstract addRequestHandler(requestPath: string, handler: (request: HttpIncomingRequest, response: HttpOutgoingResponse) => AsyncResult<void>): void;
15
+ /**
16
+ * Set the default request handler that will be invoked when no other request handlers match an
17
+ * {@link HttpIncomingRequest}.
18
+ * @param handler The handler that will be invoked when no other request handlers match an
19
+ * {@link HttpIncomingRequest}.
20
+ */
21
+ abstract setDefaultRequestHandler(handler: (request: HttpIncomingRequest, response: HttpOutgoingResponse) => AsyncResult<void>): void;
22
+ /**
23
+ * Start listening for incoming connections on the provided port number. The returned
24
+ * {@link AsyncResult} will complete when the server is disposed.
25
+ * @param portNumber The port number to start listening on.
26
+ */
27
+ abstract start(portNumber: number): AsyncResult<void>;
28
+ }
29
+ //# sourceMappingURL=httpServer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpServer.d.ts","sourceRoot":"","sources":["../../sources/httpServer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,8BAAsB,UAAW,YAAW,UAAU;IAElD,SAAgB,OAAO,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC;IAEhD,SAAgB,UAAU,IAAI,OAAO,CAAC;IAEtC;;;;;OAKG;IACH,SAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,oBAAoB,KAAK,WAAW,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAE3J;;;;;OAKG;IACH,SAAgB,wBAAwB,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,oBAAoB,KAAK,WAAW,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAE7I;;;;OAIG;IACH,SAAgB,KAAK,CAAC,UAAU,EAAE,MAAM,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;CAChE"}
@@ -0,0 +1,3 @@
1
+ export class HttpServer {
2
+ }
3
+ //# sourceMappingURL=httpServer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpServer.js","sourceRoot":"","sources":["../../sources/httpServer.ts"],"names":[],"mappings":"AAKA,MAAM,OAAgB,UAAU;CA4B/B"}
@@ -0,0 +1,15 @@
1
+ import { CharacterWriteStream } from "./characterWriteStream.js";
2
+ import { SyncResult } from "./syncResult.js";
3
+ export declare class InMemoryCharacterWriteStream extends CharacterWriteStream {
4
+ private writtenText;
5
+ private newlineSequence;
6
+ private constructor();
7
+ static create(): InMemoryCharacterWriteStream;
8
+ getNewlineSequence(): string;
9
+ setNewlineSequence(newlineSequence: string): this;
10
+ getWrittenText(): string;
11
+ clearWrittenText(): this;
12
+ writeString(text: string): SyncResult<number>;
13
+ writeLine(text?: string): SyncResult<number>;
14
+ }
15
+ //# sourceMappingURL=inMemoryCharacterWriteStream.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inMemoryCharacterWriteStream.d.ts","sourceRoot":"","sources":["../../sources/inMemoryCharacterWriteStream.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,qBAAa,4BAA6B,SAAQ,oBAAoB;IAElE,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,eAAe,CAAS;IAEhC,OAAO,eAMN;IAED,OAAc,MAAM,IAAI,4BAA4B,CAGnD;IAEM,kBAAkB,IAAI,MAAM,CAGlC;IAEM,kBAAkB,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI,CAOvD;IAEM,cAAc,IAAI,MAAM,CAG9B;IAEM,gBAAgB,IAAI,IAAI,CAK9B;IAEM,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAUnD;IAEM,SAAS,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAelD;CACJ"}
@@ -0,0 +1,52 @@
1
+ import { CharacterWriteStream } from "./characterWriteStream.js";
2
+ import { PreCondition } from "./preCondition.js";
3
+ import { getLength } from "./strings.js";
4
+ import { SyncResult } from "./syncResult.js";
5
+ export class InMemoryCharacterWriteStream extends CharacterWriteStream {
6
+ writtenText;
7
+ newlineSequence;
8
+ constructor() {
9
+ super();
10
+ this.writtenText = "";
11
+ this.newlineSequence = "\n";
12
+ }
13
+ static create() {
14
+ return new InMemoryCharacterWriteStream();
15
+ }
16
+ getNewlineSequence() {
17
+ return this.newlineSequence;
18
+ }
19
+ setNewlineSequence(newlineSequence) {
20
+ PreCondition.assertNotUndefinedAndNotNull(newlineSequence, "newlineSequence");
21
+ this.newlineSequence = newlineSequence;
22
+ return this;
23
+ }
24
+ getWrittenText() {
25
+ return this.writtenText;
26
+ }
27
+ clearWrittenText() {
28
+ this.writtenText = "";
29
+ return this;
30
+ }
31
+ writeString(text) {
32
+ return SyncResult.create(() => {
33
+ if (text) {
34
+ this.writtenText += text;
35
+ }
36
+ return getLength(text);
37
+ });
38
+ }
39
+ writeLine(text) {
40
+ return SyncResult.create(() => {
41
+ let result = 0;
42
+ if (text) {
43
+ result += this.writeString(text).await();
44
+ }
45
+ if (this.newlineSequence) {
46
+ result += this.writeString(this.newlineSequence).await();
47
+ }
48
+ return result;
49
+ });
50
+ }
51
+ }
52
+ //# sourceMappingURL=inMemoryCharacterWriteStream.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inMemoryCharacterWriteStream.js","sourceRoot":"","sources":["../../sources/inMemoryCharacterWriteStream.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,MAAM,OAAO,4BAA6B,SAAQ,oBAAoB;IAE1D,WAAW,CAAS;IACpB,eAAe,CAAS;IAEhC;QAEI,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;QACtB,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;IAChC,CAAC;IAEM,MAAM,CAAC,MAAM;QAEhB,OAAO,IAAI,4BAA4B,EAAE,CAAC;IAC9C,CAAC;IAEM,kBAAkB;QAErB,OAAO,IAAI,CAAC,eAAe,CAAC;IAChC,CAAC;IAEM,kBAAkB,CAAC,eAAuB;QAE7C,YAAY,CAAC,4BAA4B,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAC;QAE9E,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QAEvC,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,cAAc;QAEjB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC5B,CAAC;IAEM,gBAAgB;QAEnB,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;QAEtB,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,WAAW,CAAC,IAAY;QAE3B,OAAO,UAAU,CAAC,MAAM,CAAC,GAAG,EAAE;YAE1B,IAAI,IAAI,EACR,CAAC;gBACG,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC;YAC7B,CAAC;YACD,OAAO,SAAS,CAAC,IAAI,CAAC,CAAC;QAC3B,CAAC,CAAC,CAAC;IACP,CAAC;IAEM,SAAS,CAAC,IAAa;QAE1B,OAAO,UAAU,CAAC,MAAM,CAAC,GAAG,EAAE;YAE1B,IAAI,MAAM,GAAW,CAAC,CAAC;YACvB,IAAI,IAAI,EACR,CAAC;gBACG,MAAM,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,CAAC;YAC7C,CAAC;YACD,IAAI,IAAI,CAAC,eAAe,EACxB,CAAC;gBACG,MAAM,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,KAAK,EAAE,CAAC;YAC7D,CAAC;YACD,OAAO,MAAM,CAAC;QAClB,CAAC,CAAC,CAAC;IACP,CAAC;CACJ"}
@@ -0,0 +1,111 @@
1
+ export * from "./ANSIStyles.js";
2
+ export * from "./assertMessageParameters.js";
3
+ export * from "./asyncIterator.js";
4
+ export * from "./asyncIteratorToJavascriptAsyncIteratorAdapter.js";
5
+ export * from "./asyncResult.js";
6
+ export * from "./basicDisposable.js";
7
+ export * from "./byteList.js";
8
+ export * from "./byteListStream.js";
9
+ export * from "./byteReadStream.js";
10
+ export * from "./bytes.js";
11
+ export * from "./byteWriteStream.js";
12
+ export * from "./characterList.js";
13
+ export * from "./characterListStream.js";
14
+ export * from "./characterReadStream.js";
15
+ export * from "./characterReadStreamIterator.js";
16
+ export * from "./CharacterTable.js";
17
+ export * from "./characterWriteStream.js";
18
+ export * from "./Clock.js";
19
+ export * from "./commandLineParameter.js";
20
+ export * from "./commandLineParameters.js";
21
+ export * from "./comparable.js";
22
+ export * from "./comparer.js";
23
+ export * from "./comparison.js";
24
+ export * from "./concatenateIterable.js";
25
+ export * from "./concatenateIterator.js";
26
+ export * from "./condition.js";
27
+ export * from "./currentProcess.js";
28
+ export * from "./dateTime.js";
29
+ export * from "./depthFirstSearch.js";
30
+ export * from "./disposable.js";
31
+ export * from "./emptyError.js";
32
+ export * from "./english.js";
33
+ export * from "./equalFunctions.js";
34
+ export * from "./FetchError.js";
35
+ export * from "./fetchHttpClient.js";
36
+ export * from "./fetchHttpResponse.js";
37
+ export * from "./flatMapIterable.js";
38
+ export * from "./flatMapIterator.js";
39
+ export * from "./generator.js";
40
+ export * from "./httpClient.js";
41
+ export * from "./httpHeader.js";
42
+ export * from "./httpHeaders.js";
43
+ export * from "./httpIncomingRequest.js";
44
+ export * from "./httpIncomingResponse.js";
45
+ export * from "./httpMethod.js";
46
+ export * from "./httpOutgoingRequest.js";
47
+ export * from "./httpOutgoingResponse.js";
48
+ export * from "./HttpRequestHandler.js";
49
+ export * from "./httpServer.js";
50
+ export * from "./IndentedCharacterWriteStream.js";
51
+ export * from "./Indexable.js";
52
+ export * from "./inMemoryCharacterWriteStream.js";
53
+ export * from "./iterable.js";
54
+ export * from "./iterator.js";
55
+ export * from "./iteratorToJavascriptIteratorAdapter.js";
56
+ export * from "./javascript.js";
57
+ export * from "./javascriptArrayList.js";
58
+ export * from "./javascriptAsyncIteratorToAsyncIteratorAdapter.js";
59
+ export * from "./javascriptIteratorToIteratorAdapter.js";
60
+ export * from "./javascriptMapMap.js";
61
+ export * from "./javascriptSetSet.js";
62
+ export * from "./list.js";
63
+ export * from "./listQueue.js";
64
+ export * from "./listStack.js";
65
+ export * from "./luxonDateTime.js";
66
+ export * from "./map.js";
67
+ export * from "./mapAsyncIterator.js";
68
+ export * from "./mapIterable.js";
69
+ export * from "./mapIterator.js";
70
+ export * from "./mutableCondition.js";
71
+ export * from "./mutableHttpHeaders.js";
72
+ export * from "./MutableIndexable.js";
73
+ export * from "./mutableMap.js";
74
+ export * from "./network.js";
75
+ export * from "./node.js";
76
+ export * from "./nodeJSCharacterWriteStream.js";
77
+ export * from "./nodeJSHttpIncomingRequest.js";
78
+ export * from "./NodeJSHttpOutgoingResponse.js";
79
+ export * from "./nodeJSHttpServer.js";
80
+ export * from "./notFoundError.js";
81
+ export * from "./postCondition.js";
82
+ export * from "./postConditionError.js";
83
+ export * from "./preCondition.js";
84
+ export * from "./preConditionError.js";
85
+ export * from "./promiseAsyncResult.js";
86
+ export * from "./property.js";
87
+ export * from "./queue.js";
88
+ export * from "./RealClock.js";
89
+ export * from "./realNetwork.js";
90
+ export * from "./recreationDotGovClient.js";
91
+ export * from "./searchControl.js";
92
+ export * from "./set.js";
93
+ export * from "./skipAsyncIterator.js";
94
+ export * from "./skipIterator.js";
95
+ export * from "./stack.js";
96
+ export * from "./stringComparer.js";
97
+ export * from "./stringIterator.js";
98
+ export * from "./strings.js";
99
+ export * from "./syncResult.js";
100
+ export * from "./takeAsyncIterator.js";
101
+ export * from "./takeIterator.js";
102
+ export * from "./Token.js";
103
+ export * from "./Tokenizer.js";
104
+ export * from "./TokenType.js";
105
+ export * from "./toStringFunctions.js";
106
+ export * from "./types.js";
107
+ export * from "./whereAsyncIterator.js";
108
+ export * from "./whereIterable.js";
109
+ export * from "./whereIterator.js";
110
+ export * from "./wonderlandTrailClient.js";
111
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../sources/index.ts"],"names":[],"mappings":"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"}