typescript 6.0.3 → 7.0.2

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 (550) hide show
  1. package/{ThirdPartyNoticeText.txt → NOTICE.txt} +249 -6
  2. package/README.md +49 -50
  3. package/bin/tsc +1 -1
  4. package/dist/api/async/api.d.ts +529 -0
  5. package/dist/api/async/api.d.ts.map +1 -0
  6. package/dist/api/async/api.js +1657 -0
  7. package/dist/api/async/api.js.map +1 -0
  8. package/dist/api/async/client.d.ts +39 -0
  9. package/dist/api/async/client.d.ts.map +1 -0
  10. package/dist/api/async/client.js +211 -0
  11. package/dist/api/async/client.js.map +1 -0
  12. package/dist/api/async/types.d.ts +310 -0
  13. package/dist/api/async/types.d.ts.map +1 -0
  14. package/dist/api/async/types.js +2 -0
  15. package/dist/api/async/types.js.map +1 -0
  16. package/dist/api/compilerOptions.d.ts +109 -0
  17. package/dist/api/compilerOptions.d.ts.map +1 -0
  18. package/dist/api/compilerOptions.js +2 -0
  19. package/dist/api/compilerOptions.js.map +1 -0
  20. package/dist/api/fs.d.ts +23 -0
  21. package/dist/api/fs.d.ts.map +1 -0
  22. package/dist/api/fs.js +109 -0
  23. package/dist/api/fs.js.map +1 -0
  24. package/dist/api/node/encoder.d.ts +15 -0
  25. package/dist/api/node/encoder.d.ts.map +1 -0
  26. package/dist/api/node/encoder.generated.d.ts +5 -0
  27. package/dist/api/node/encoder.generated.d.ts.map +1 -0
  28. package/dist/api/node/encoder.generated.js +74 -0
  29. package/dist/api/node/encoder.generated.js.map +1 -0
  30. package/dist/api/node/encoder.js +287 -0
  31. package/dist/api/node/encoder.js.map +1 -0
  32. package/dist/api/node/msgpack.d.ts +32 -0
  33. package/dist/api/node/msgpack.d.ts.map +1 -0
  34. package/dist/api/node/msgpack.js +213 -0
  35. package/dist/api/node/msgpack.js.map +1 -0
  36. package/dist/api/node/node.d.ts +76 -0
  37. package/dist/api/node/node.d.ts.map +1 -0
  38. package/dist/api/node/node.generated.d.ts +182 -0
  39. package/dist/api/node/node.generated.d.ts.map +1 -0
  40. package/dist/api/node/node.generated.js +835 -0
  41. package/dist/api/node/node.generated.js.map +1 -0
  42. package/dist/api/node/node.infrastructure.d.ts +62 -0
  43. package/dist/api/node/node.infrastructure.d.ts.map +1 -0
  44. package/dist/api/node/node.infrastructure.js +122 -0
  45. package/dist/api/node/node.infrastructure.js.map +1 -0
  46. package/dist/api/node/node.js +298 -0
  47. package/dist/api/node/node.js.map +1 -0
  48. package/dist/api/node/protocol.d.ts +29 -0
  49. package/dist/api/node/protocol.d.ts.map +1 -0
  50. package/dist/api/node/protocol.generated.d.ts +4 -0
  51. package/dist/api/node/protocol.generated.d.ts.map +1 -0
  52. package/dist/api/node/protocol.generated.js +241 -0
  53. package/dist/api/node/protocol.generated.js.map +1 -0
  54. package/dist/api/node/protocol.js +30 -0
  55. package/dist/api/node/protocol.js.map +1 -0
  56. package/dist/api/node/wtf8.d.ts +6 -0
  57. package/dist/api/node/wtf8.d.ts.map +1 -0
  58. package/dist/api/node/wtf8.js +61 -0
  59. package/dist/api/node/wtf8.js.map +1 -0
  60. package/dist/api/options.d.ts +32 -0
  61. package/dist/api/options.d.ts.map +1 -0
  62. package/dist/api/options.js +11 -0
  63. package/dist/api/options.js.map +1 -0
  64. package/dist/api/path.d.ts +110 -0
  65. package/dist/api/path.d.ts.map +1 -0
  66. package/dist/api/path.js +508 -0
  67. package/dist/api/path.js.map +1 -0
  68. package/dist/api/proto.d.ts +239 -0
  69. package/dist/api/proto.d.ts.map +1 -0
  70. package/dist/api/proto.js +37 -0
  71. package/dist/api/proto.js.map +1 -0
  72. package/dist/api/sourceFileCache.d.ts +79 -0
  73. package/dist/api/sourceFileCache.d.ts.map +1 -0
  74. package/dist/api/sourceFileCache.js +169 -0
  75. package/dist/api/sourceFileCache.js.map +1 -0
  76. package/dist/api/sync/api.d.ts +529 -0
  77. package/dist/api/sync/api.d.ts.map +1 -0
  78. package/dist/api/sync/api.js +1665 -0
  79. package/dist/api/sync/api.js.map +1 -0
  80. package/dist/api/sync/client.d.ts +30 -0
  81. package/dist/api/sync/client.d.ts.map +1 -0
  82. package/dist/api/sync/client.js +124 -0
  83. package/dist/api/sync/client.js.map +1 -0
  84. package/dist/api/sync/types.d.ts +310 -0
  85. package/dist/api/sync/types.d.ts.map +1 -0
  86. package/dist/api/sync/types.js +2 -0
  87. package/dist/api/sync/types.js.map +1 -0
  88. package/dist/api/syncChannel.d.ts +114 -0
  89. package/dist/api/syncChannel.d.ts.map +1 -0
  90. package/dist/api/syncChannel.js +508 -0
  91. package/dist/api/syncChannel.js.map +1 -0
  92. package/dist/api/timing.d.ts +175 -0
  93. package/dist/api/timing.d.ts.map +1 -0
  94. package/dist/api/timing.js +149 -0
  95. package/dist/api/timing.js.map +1 -0
  96. package/dist/ast/ast.d.ts +100 -0
  97. package/dist/ast/ast.d.ts.map +1 -0
  98. package/dist/ast/ast.generated.d.ts +1161 -0
  99. package/dist/ast/ast.generated.d.ts.map +1 -0
  100. package/dist/ast/ast.generated.js +4 -0
  101. package/dist/ast/ast.generated.js.map +1 -0
  102. package/dist/ast/ast.js +7 -0
  103. package/dist/ast/ast.js.map +1 -0
  104. package/dist/ast/astnav.d.ts +19 -0
  105. package/dist/ast/astnav.d.ts.map +1 -0
  106. package/dist/ast/astnav.js +596 -0
  107. package/dist/ast/astnav.js.map +1 -0
  108. package/dist/ast/clone.d.ts +16 -0
  109. package/dist/ast/clone.d.ts.map +1 -0
  110. package/dist/ast/clone.js +104 -0
  111. package/dist/ast/clone.js.map +1 -0
  112. package/dist/ast/factory.generated.d.ts +520 -0
  113. package/dist/ast/factory.generated.d.ts.map +1 -0
  114. package/dist/ast/factory.generated.js +3057 -0
  115. package/dist/ast/factory.generated.js.map +1 -0
  116. package/dist/ast/index.d.ts +20 -0
  117. package/dist/ast/index.d.ts.map +1 -0
  118. package/dist/ast/index.js +20 -0
  119. package/dist/ast/index.js.map +1 -0
  120. package/dist/ast/is.d.ts +35 -0
  121. package/dist/ast/is.d.ts.map +1 -0
  122. package/dist/ast/is.generated.d.ts +329 -0
  123. package/dist/ast/is.generated.d.ts.map +1 -0
  124. package/dist/ast/is.generated.js +1103 -0
  125. package/dist/ast/is.generated.js.map +1 -0
  126. package/dist/ast/is.js +233 -0
  127. package/dist/ast/is.js.map +1 -0
  128. package/dist/ast/jsdoc.d.ts +11 -0
  129. package/dist/ast/jsdoc.d.ts.map +1 -0
  130. package/dist/ast/jsdoc.js +202 -0
  131. package/dist/ast/jsdoc.js.map +1 -0
  132. package/dist/ast/scanner.d.ts +97 -0
  133. package/dist/ast/scanner.d.ts.map +1 -0
  134. package/dist/ast/scanner.js +2230 -0
  135. package/dist/ast/scanner.js.map +1 -0
  136. package/dist/ast/utils.d.ts +17 -0
  137. package/dist/ast/utils.d.ts.map +1 -0
  138. package/dist/ast/utils.js +67 -0
  139. package/dist/ast/utils.js.map +1 -0
  140. package/dist/ast/visitor.d.ts +14 -0
  141. package/dist/ast/visitor.d.ts.map +1 -0
  142. package/dist/ast/visitor.generated.d.ts +50 -0
  143. package/dist/ast/visitor.generated.d.ts.map +1 -0
  144. package/dist/ast/visitor.generated.js +978 -0
  145. package/dist/ast/visitor.generated.js.map +1 -0
  146. package/dist/ast/visitor.js +47 -0
  147. package/dist/ast/visitor.js.map +1 -0
  148. package/dist/enums/characterCodes.d.ts +2 -0
  149. package/dist/enums/characterCodes.d.ts.map +1 -0
  150. package/dist/enums/characterCodes.enum.d.ts +129 -0
  151. package/dist/enums/characterCodes.enum.d.ts.map +1 -0
  152. package/dist/enums/characterCodes.enum.js +132 -0
  153. package/dist/enums/characterCodes.enum.js.map +1 -0
  154. package/dist/enums/characterCodes.js +130 -0
  155. package/dist/enums/characterCodes.js.map +1 -0
  156. package/dist/enums/commentDirectiveType.d.ts +2 -0
  157. package/dist/enums/commentDirectiveType.d.ts.map +1 -0
  158. package/dist/enums/commentDirectiveType.enum.d.ts +5 -0
  159. package/dist/enums/commentDirectiveType.enum.d.ts.map +1 -0
  160. package/dist/enums/commentDirectiveType.enum.js +6 -0
  161. package/dist/enums/commentDirectiveType.enum.js.map +1 -0
  162. package/dist/enums/commentDirectiveType.js +6 -0
  163. package/dist/enums/commentDirectiveType.js.map +1 -0
  164. package/dist/enums/completionItemKind.d.ts +2 -0
  165. package/dist/enums/completionItemKind.d.ts.map +1 -0
  166. package/dist/enums/completionItemKind.enum.d.ts +28 -0
  167. package/dist/enums/completionItemKind.enum.d.ts.map +1 -0
  168. package/dist/enums/completionItemKind.enum.js +30 -0
  169. package/dist/enums/completionItemKind.enum.js.map +1 -0
  170. package/dist/enums/completionItemKind.js +30 -0
  171. package/dist/enums/completionItemKind.js.map +1 -0
  172. package/dist/enums/diagnosticCategory.d.ts +2 -0
  173. package/dist/enums/diagnosticCategory.d.ts.map +1 -0
  174. package/dist/enums/diagnosticCategory.enum.d.ts +7 -0
  175. package/dist/enums/diagnosticCategory.enum.d.ts.map +1 -0
  176. package/dist/enums/diagnosticCategory.enum.js +9 -0
  177. package/dist/enums/diagnosticCategory.enum.js.map +1 -0
  178. package/dist/enums/diagnosticCategory.js +9 -0
  179. package/dist/enums/diagnosticCategory.js.map +1 -0
  180. package/dist/enums/elementFlags.d.ts +2 -0
  181. package/dist/enums/elementFlags.d.ts.map +1 -0
  182. package/dist/enums/elementFlags.enum.d.ts +12 -0
  183. package/dist/enums/elementFlags.enum.d.ts.map +1 -0
  184. package/dist/enums/elementFlags.enum.js +14 -0
  185. package/dist/enums/elementFlags.enum.js.map +1 -0
  186. package/dist/enums/elementFlags.js +14 -0
  187. package/dist/enums/elementFlags.js.map +1 -0
  188. package/dist/enums/internalSymbolName.d.ts +2 -0
  189. package/dist/enums/internalSymbolName.d.ts.map +1 -0
  190. package/dist/enums/internalSymbolName.enum.d.ts +23 -0
  191. package/dist/enums/internalSymbolName.enum.d.ts.map +1 -0
  192. package/dist/enums/internalSymbolName.enum.js +25 -0
  193. package/dist/enums/internalSymbolName.enum.js.map +1 -0
  194. package/dist/enums/internalSymbolName.js +25 -0
  195. package/dist/enums/internalSymbolName.js.map +1 -0
  196. package/dist/enums/jsxEmit.d.ts +2 -0
  197. package/dist/enums/jsxEmit.d.ts.map +1 -0
  198. package/dist/enums/jsxEmit.enum.d.ts +9 -0
  199. package/dist/enums/jsxEmit.enum.d.ts.map +1 -0
  200. package/dist/enums/jsxEmit.enum.js +11 -0
  201. package/dist/enums/jsxEmit.enum.js.map +1 -0
  202. package/dist/enums/jsxEmit.js +11 -0
  203. package/dist/enums/jsxEmit.js.map +1 -0
  204. package/dist/enums/languageVariant.d.ts +2 -0
  205. package/dist/enums/languageVariant.d.ts.map +1 -0
  206. package/dist/enums/languageVariant.enum.d.ts +5 -0
  207. package/dist/enums/languageVariant.enum.d.ts.map +1 -0
  208. package/dist/enums/languageVariant.enum.js +6 -0
  209. package/dist/enums/languageVariant.enum.js.map +1 -0
  210. package/dist/enums/languageVariant.js +6 -0
  211. package/dist/enums/languageVariant.js.map +1 -0
  212. package/dist/enums/modifierFlags.d.ts +2 -0
  213. package/dist/enums/modifierFlags.d.ts.map +1 -0
  214. package/dist/enums/modifierFlags.enum.d.ts +42 -0
  215. package/dist/enums/modifierFlags.enum.d.ts.map +1 -0
  216. package/dist/enums/modifierFlags.enum.js +44 -0
  217. package/dist/enums/modifierFlags.enum.js.map +1 -0
  218. package/dist/enums/modifierFlags.js +44 -0
  219. package/dist/enums/modifierFlags.js.map +1 -0
  220. package/dist/enums/moduleDetectionKind.d.ts +2 -0
  221. package/dist/enums/moduleDetectionKind.d.ts.map +1 -0
  222. package/dist/enums/moduleDetectionKind.enum.d.ts +7 -0
  223. package/dist/enums/moduleDetectionKind.enum.d.ts.map +1 -0
  224. package/dist/enums/moduleDetectionKind.enum.js +9 -0
  225. package/dist/enums/moduleDetectionKind.enum.js.map +1 -0
  226. package/dist/enums/moduleDetectionKind.js +9 -0
  227. package/dist/enums/moduleDetectionKind.js.map +1 -0
  228. package/dist/enums/moduleKind.d.ts +2 -0
  229. package/dist/enums/moduleKind.d.ts.map +1 -0
  230. package/dist/enums/moduleKind.enum.d.ts +17 -0
  231. package/dist/enums/moduleKind.enum.d.ts.map +1 -0
  232. package/dist/enums/moduleKind.enum.js +19 -0
  233. package/dist/enums/moduleKind.enum.js.map +1 -0
  234. package/dist/enums/moduleKind.js +19 -0
  235. package/dist/enums/moduleKind.js.map +1 -0
  236. package/dist/enums/moduleResolutionKind.d.ts +2 -0
  237. package/dist/enums/moduleResolutionKind.d.ts.map +1 -0
  238. package/dist/enums/moduleResolutionKind.enum.d.ts +9 -0
  239. package/dist/enums/moduleResolutionKind.enum.d.ts.map +1 -0
  240. package/dist/enums/moduleResolutionKind.enum.js +11 -0
  241. package/dist/enums/moduleResolutionKind.enum.js.map +1 -0
  242. package/dist/enums/moduleResolutionKind.js +11 -0
  243. package/dist/enums/moduleResolutionKind.js.map +1 -0
  244. package/dist/enums/newLineKind.d.ts +2 -0
  245. package/dist/enums/newLineKind.d.ts.map +1 -0
  246. package/dist/enums/newLineKind.enum.d.ts +6 -0
  247. package/dist/enums/newLineKind.enum.d.ts.map +1 -0
  248. package/dist/enums/newLineKind.enum.js +8 -0
  249. package/dist/enums/newLineKind.enum.js.map +1 -0
  250. package/dist/enums/newLineKind.js +8 -0
  251. package/dist/enums/newLineKind.js.map +1 -0
  252. package/dist/enums/nodeBuilderFlags.d.ts +2 -0
  253. package/dist/enums/nodeBuilderFlags.d.ts.map +1 -0
  254. package/dist/enums/nodeBuilderFlags.enum.d.ts +36 -0
  255. package/dist/enums/nodeBuilderFlags.enum.d.ts.map +1 -0
  256. package/dist/enums/nodeBuilderFlags.enum.js +38 -0
  257. package/dist/enums/nodeBuilderFlags.enum.js.map +1 -0
  258. package/dist/enums/nodeBuilderFlags.js +38 -0
  259. package/dist/enums/nodeBuilderFlags.js.map +1 -0
  260. package/dist/enums/nodeFlags.d.ts +2 -0
  261. package/dist/enums/nodeFlags.d.ts.map +1 -0
  262. package/dist/enums/nodeFlags.enum.d.ts +44 -0
  263. package/dist/enums/nodeFlags.enum.d.ts.map +1 -0
  264. package/dist/enums/nodeFlags.enum.js +46 -0
  265. package/dist/enums/nodeFlags.enum.js.map +1 -0
  266. package/dist/enums/nodeFlags.js +46 -0
  267. package/dist/enums/nodeFlags.js.map +1 -0
  268. package/dist/enums/objectFlags.d.ts +2 -0
  269. package/dist/enums/objectFlags.d.ts.map +1 -0
  270. package/dist/enums/objectFlags.enum.d.ts +50 -0
  271. package/dist/enums/objectFlags.enum.d.ts.map +1 -0
  272. package/dist/enums/objectFlags.enum.js +52 -0
  273. package/dist/enums/objectFlags.enum.js.map +1 -0
  274. package/dist/enums/objectFlags.js +52 -0
  275. package/dist/enums/objectFlags.js.map +1 -0
  276. package/dist/enums/outerExpressionKinds.d.ts +2 -0
  277. package/dist/enums/outerExpressionKinds.d.ts.map +1 -0
  278. package/dist/enums/outerExpressionKinds.enum.d.ts +16 -0
  279. package/dist/enums/outerExpressionKinds.enum.d.ts.map +1 -0
  280. package/dist/enums/outerExpressionKinds.enum.js +18 -0
  281. package/dist/enums/outerExpressionKinds.enum.js.map +1 -0
  282. package/dist/enums/outerExpressionKinds.js +18 -0
  283. package/dist/enums/outerExpressionKinds.js.map +1 -0
  284. package/dist/enums/regularExpressionFlags.d.ts +2 -0
  285. package/dist/enums/regularExpressionFlags.d.ts.map +1 -0
  286. package/dist/enums/regularExpressionFlags.enum.d.ts +13 -0
  287. package/dist/enums/regularExpressionFlags.enum.d.ts.map +1 -0
  288. package/dist/enums/regularExpressionFlags.enum.js +14 -0
  289. package/dist/enums/regularExpressionFlags.enum.js.map +1 -0
  290. package/dist/enums/regularExpressionFlags.js +14 -0
  291. package/dist/enums/regularExpressionFlags.js.map +1 -0
  292. package/dist/enums/scriptKind.d.ts +2 -0
  293. package/dist/enums/scriptKind.d.ts.map +1 -0
  294. package/dist/enums/scriptKind.enum.d.ts +11 -0
  295. package/dist/enums/scriptKind.enum.d.ts.map +1 -0
  296. package/dist/enums/scriptKind.enum.js +12 -0
  297. package/dist/enums/scriptKind.enum.js.map +1 -0
  298. package/dist/enums/scriptKind.js +12 -0
  299. package/dist/enums/scriptKind.js.map +1 -0
  300. package/dist/enums/scriptTarget.d.ts +2 -0
  301. package/dist/enums/scriptTarget.d.ts.map +1 -0
  302. package/dist/enums/scriptTarget.enum.d.ts +17 -0
  303. package/dist/enums/scriptTarget.enum.d.ts.map +1 -0
  304. package/dist/enums/scriptTarget.enum.js +18 -0
  305. package/dist/enums/scriptTarget.enum.js.map +1 -0
  306. package/dist/enums/scriptTarget.js +18 -0
  307. package/dist/enums/scriptTarget.js.map +1 -0
  308. package/dist/enums/signatureFlags.d.ts +2 -0
  309. package/dist/enums/signatureFlags.d.ts.map +1 -0
  310. package/dist/enums/signatureFlags.enum.d.ts +15 -0
  311. package/dist/enums/signatureFlags.enum.d.ts.map +1 -0
  312. package/dist/enums/signatureFlags.enum.js +17 -0
  313. package/dist/enums/signatureFlags.enum.js.map +1 -0
  314. package/dist/enums/signatureFlags.js +17 -0
  315. package/dist/enums/signatureFlags.js.map +1 -0
  316. package/dist/enums/signatureKind.d.ts +2 -0
  317. package/dist/enums/signatureKind.d.ts.map +1 -0
  318. package/dist/enums/signatureKind.enum.d.ts +5 -0
  319. package/dist/enums/signatureKind.enum.d.ts.map +1 -0
  320. package/dist/enums/signatureKind.enum.js +7 -0
  321. package/dist/enums/signatureKind.enum.js.map +1 -0
  322. package/dist/enums/signatureKind.js +7 -0
  323. package/dist/enums/signatureKind.js.map +1 -0
  324. package/dist/enums/symbolFlags.d.ts +2 -0
  325. package/dist/enums/symbolFlags.d.ts.map +1 -0
  326. package/dist/enums/symbolFlags.enum.d.ts +71 -0
  327. package/dist/enums/symbolFlags.enum.d.ts.map +1 -0
  328. package/dist/enums/symbolFlags.enum.js +73 -0
  329. package/dist/enums/symbolFlags.enum.js.map +1 -0
  330. package/dist/enums/symbolFlags.js +73 -0
  331. package/dist/enums/symbolFlags.js.map +1 -0
  332. package/dist/enums/syntaxKind.d.ts +2 -0
  333. package/dist/enums/syntaxKind.d.ts.map +1 -0
  334. package/dist/enums/syntaxKind.enum.d.ts +389 -0
  335. package/dist/enums/syntaxKind.enum.d.ts.map +1 -0
  336. package/dist/enums/syntaxKind.enum.js +391 -0
  337. package/dist/enums/syntaxKind.enum.js.map +1 -0
  338. package/dist/enums/syntaxKind.js +391 -0
  339. package/dist/enums/syntaxKind.js.map +1 -0
  340. package/dist/enums/tokenFlags.d.ts +2 -0
  341. package/dist/enums/tokenFlags.d.ts.map +1 -0
  342. package/dist/enums/tokenFlags.enum.d.ts +30 -0
  343. package/dist/enums/tokenFlags.enum.d.ts.map +1 -0
  344. package/dist/enums/tokenFlags.enum.js +32 -0
  345. package/dist/enums/tokenFlags.enum.js.map +1 -0
  346. package/dist/enums/tokenFlags.js +32 -0
  347. package/dist/enums/tokenFlags.js.map +1 -0
  348. package/dist/enums/typeFlags.d.ts +2 -0
  349. package/dist/enums/typeFlags.d.ts.map +1 -0
  350. package/dist/enums/typeFlags.enum.d.ts +76 -0
  351. package/dist/enums/typeFlags.enum.d.ts.map +1 -0
  352. package/dist/enums/typeFlags.enum.js +78 -0
  353. package/dist/enums/typeFlags.enum.js.map +1 -0
  354. package/dist/enums/typeFlags.js +78 -0
  355. package/dist/enums/typeFlags.js.map +1 -0
  356. package/dist/enums/typePredicateKind.d.ts +2 -0
  357. package/dist/enums/typePredicateKind.d.ts.map +1 -0
  358. package/dist/enums/typePredicateKind.enum.d.ts +7 -0
  359. package/dist/enums/typePredicateKind.enum.d.ts.map +1 -0
  360. package/dist/enums/typePredicateKind.enum.js +9 -0
  361. package/dist/enums/typePredicateKind.enum.js.map +1 -0
  362. package/dist/enums/typePredicateKind.js +9 -0
  363. package/dist/enums/typePredicateKind.js.map +1 -0
  364. package/dist/internal/utils.d.ts +23 -0
  365. package/dist/internal/utils.d.ts.map +1 -0
  366. package/dist/internal/utils.js +25 -0
  367. package/dist/internal/utils.js.map +1 -0
  368. package/lib/getExePath.d.ts +2 -0
  369. package/lib/getExePath.js +70 -0
  370. package/lib/tsc.js +28 -8
  371. package/lib/version.cjs +3 -0
  372. package/lib/version.d.cts +2 -0
  373. package/package.json +58 -89
  374. package/vendor/vscode-jsonrpc/License.txt +11 -0
  375. package/vendor/vscode-jsonrpc/README.md +54 -0
  376. package/vendor/vscode-jsonrpc/lib/browser/main.d.ts +17 -0
  377. package/vendor/vscode-jsonrpc/lib/browser/main.js +83 -0
  378. package/vendor/vscode-jsonrpc/lib/browser/ril.d.ts +22 -0
  379. package/vendor/vscode-jsonrpc/lib/browser/ril.js +210 -0
  380. package/vendor/vscode-jsonrpc/lib/common/api.d.ts +14 -0
  381. package/vendor/vscode-jsonrpc/lib/common/api.js +87 -0
  382. package/vendor/vscode-jsonrpc/lib/common/cancellation.d.ts +32 -0
  383. package/vendor/vscode-jsonrpc/lib/common/cancellation.js +132 -0
  384. package/vendor/vscode-jsonrpc/lib/common/connection.d.ts +367 -0
  385. package/vendor/vscode-jsonrpc/lib/common/connection.js +1271 -0
  386. package/vendor/vscode-jsonrpc/lib/common/disposable.d.ts +9 -0
  387. package/vendor/vscode-jsonrpc/lib/common/disposable.js +16 -0
  388. package/vendor/vscode-jsonrpc/lib/common/encoding.d.ts +52 -0
  389. package/vendor/vscode-jsonrpc/lib/common/encoding.js +70 -0
  390. package/vendor/vscode-jsonrpc/lib/common/events.d.ts +39 -0
  391. package/vendor/vscode-jsonrpc/lib/common/events.js +135 -0
  392. package/vendor/vscode-jsonrpc/lib/common/is.d.ts +7 -0
  393. package/vendor/vscode-jsonrpc/lib/common/is.js +34 -0
  394. package/vendor/vscode-jsonrpc/lib/common/linkedMap.d.ts +55 -0
  395. package/vendor/vscode-jsonrpc/lib/common/linkedMap.js +412 -0
  396. package/vendor/vscode-jsonrpc/lib/common/messageBuffer.d.ts +18 -0
  397. package/vendor/vscode-jsonrpc/lib/common/messageBuffer.js +155 -0
  398. package/vendor/vscode-jsonrpc/lib/common/messageReader.d.ts +77 -0
  399. package/vendor/vscode-jsonrpc/lib/common/messageReader.js +246 -0
  400. package/vendor/vscode-jsonrpc/lib/common/messageWriter.d.ts +60 -0
  401. package/vendor/vscode-jsonrpc/lib/common/messageWriter.js +157 -0
  402. package/vendor/vscode-jsonrpc/lib/common/messages.d.ts +369 -0
  403. package/vendor/vscode-jsonrpc/lib/common/messages.js +436 -0
  404. package/vendor/vscode-jsonrpc/lib/common/ral.d.ts +74 -0
  405. package/vendor/vscode-jsonrpc/lib/common/ral.js +23 -0
  406. package/vendor/vscode-jsonrpc/lib/common/semaphore.d.ts +10 -0
  407. package/vendor/vscode-jsonrpc/lib/common/semaphore.js +74 -0
  408. package/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.d.ts +15 -0
  409. package/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +77 -0
  410. package/vendor/vscode-jsonrpc/lib/node/main.d.ts +58 -0
  411. package/vendor/vscode-jsonrpc/lib/node/main.js +289 -0
  412. package/vendor/vscode-jsonrpc/lib/node/ril.d.ts +12 -0
  413. package/vendor/vscode-jsonrpc/lib/node/ril.js +163 -0
  414. package/vendor/vscode-jsonrpc/package.json +54 -0
  415. package/vendor/vscode-jsonrpc/typings/thenable.d.ts +5 -0
  416. package/SECURITY.md +0 -39
  417. package/bin/tsserver +0 -2
  418. package/lib/_tsc.js +0 -134465
  419. package/lib/_tsserver.js +0 -659
  420. package/lib/_typingsInstaller.js +0 -222
  421. package/lib/cs/diagnosticMessages.generated.json +0 -2129
  422. package/lib/de/diagnosticMessages.generated.json +0 -2125
  423. package/lib/es/diagnosticMessages.generated.json +0 -2129
  424. package/lib/fr/diagnosticMessages.generated.json +0 -2129
  425. package/lib/it/diagnosticMessages.generated.json +0 -2125
  426. package/lib/ja/diagnosticMessages.generated.json +0 -2129
  427. package/lib/ko/diagnosticMessages.generated.json +0 -2129
  428. package/lib/lib.d.ts +0 -20
  429. package/lib/lib.decorators.d.ts +0 -382
  430. package/lib/lib.decorators.legacy.d.ts +0 -20
  431. package/lib/lib.dom.asynciterable.d.ts +0 -18
  432. package/lib/lib.dom.d.ts +0 -45125
  433. package/lib/lib.dom.iterable.d.ts +0 -18
  434. package/lib/lib.es2015.collection.d.ts +0 -150
  435. package/lib/lib.es2015.core.d.ts +0 -595
  436. package/lib/lib.es2015.d.ts +0 -26
  437. package/lib/lib.es2015.generator.d.ts +0 -75
  438. package/lib/lib.es2015.iterable.d.ts +0 -603
  439. package/lib/lib.es2015.promise.d.ts +0 -79
  440. package/lib/lib.es2015.proxy.d.ts +0 -126
  441. package/lib/lib.es2015.reflect.d.ts +0 -142
  442. package/lib/lib.es2015.symbol.d.ts +0 -44
  443. package/lib/lib.es2015.symbol.wellknown.d.ts +0 -324
  444. package/lib/lib.es2016.array.include.d.ts +0 -114
  445. package/lib/lib.es2016.d.ts +0 -19
  446. package/lib/lib.es2016.full.d.ts +0 -21
  447. package/lib/lib.es2016.intl.d.ts +0 -29
  448. package/lib/lib.es2017.arraybuffer.d.ts +0 -19
  449. package/lib/lib.es2017.d.ts +0 -24
  450. package/lib/lib.es2017.date.d.ts +0 -29
  451. package/lib/lib.es2017.full.d.ts +0 -21
  452. package/lib/lib.es2017.intl.d.ts +0 -42
  453. package/lib/lib.es2017.object.d.ts +0 -47
  454. package/lib/lib.es2017.sharedmemory.d.ts +0 -133
  455. package/lib/lib.es2017.string.d.ts +0 -43
  456. package/lib/lib.es2017.typedarrays.d.ts +0 -51
  457. package/lib/lib.es2018.asyncgenerator.d.ts +0 -75
  458. package/lib/lib.es2018.asynciterable.d.ts +0 -51
  459. package/lib/lib.es2018.d.ts +0 -22
  460. package/lib/lib.es2018.full.d.ts +0 -22
  461. package/lib/lib.es2018.intl.d.ts +0 -81
  462. package/lib/lib.es2018.promise.d.ts +0 -28
  463. package/lib/lib.es2018.regexp.d.ts +0 -35
  464. package/lib/lib.es2019.array.d.ts +0 -77
  465. package/lib/lib.es2019.d.ts +0 -22
  466. package/lib/lib.es2019.full.d.ts +0 -22
  467. package/lib/lib.es2019.intl.d.ts +0 -21
  468. package/lib/lib.es2019.object.d.ts +0 -31
  469. package/lib/lib.es2019.string.d.ts +0 -35
  470. package/lib/lib.es2019.symbol.d.ts +0 -22
  471. package/lib/lib.es2020.bigint.d.ts +0 -763
  472. package/lib/lib.es2020.d.ts +0 -25
  473. package/lib/lib.es2020.date.d.ts +0 -40
  474. package/lib/lib.es2020.full.d.ts +0 -22
  475. package/lib/lib.es2020.intl.d.ts +0 -472
  476. package/lib/lib.es2020.number.d.ts +0 -26
  477. package/lib/lib.es2020.promise.d.ts +0 -45
  478. package/lib/lib.es2020.sharedmemory.d.ts +0 -97
  479. package/lib/lib.es2020.string.d.ts +0 -42
  480. package/lib/lib.es2020.symbol.wellknown.d.ts +0 -39
  481. package/lib/lib.es2021.d.ts +0 -21
  482. package/lib/lib.es2021.full.d.ts +0 -22
  483. package/lib/lib.es2021.intl.d.ts +0 -164
  484. package/lib/lib.es2021.promise.d.ts +0 -46
  485. package/lib/lib.es2021.string.d.ts +0 -31
  486. package/lib/lib.es2021.weakref.d.ts +0 -76
  487. package/lib/lib.es2022.array.d.ts +0 -119
  488. package/lib/lib.es2022.d.ts +0 -23
  489. package/lib/lib.es2022.error.d.ts +0 -73
  490. package/lib/lib.es2022.full.d.ts +0 -22
  491. package/lib/lib.es2022.intl.d.ts +0 -143
  492. package/lib/lib.es2022.object.d.ts +0 -24
  493. package/lib/lib.es2022.regexp.d.ts +0 -37
  494. package/lib/lib.es2022.string.d.ts +0 -23
  495. package/lib/lib.es2023.array.d.ts +0 -922
  496. package/lib/lib.es2023.collection.d.ts +0 -19
  497. package/lib/lib.es2023.d.ts +0 -20
  498. package/lib/lib.es2023.full.d.ts +0 -22
  499. package/lib/lib.es2023.intl.d.ts +0 -62
  500. package/lib/lib.es2024.arraybuffer.d.ts +0 -63
  501. package/lib/lib.es2024.collection.d.ts +0 -27
  502. package/lib/lib.es2024.d.ts +0 -24
  503. package/lib/lib.es2024.full.d.ts +0 -22
  504. package/lib/lib.es2024.object.d.ts +0 -27
  505. package/lib/lib.es2024.promise.d.ts +0 -33
  506. package/lib/lib.es2024.regexp.d.ts +0 -23
  507. package/lib/lib.es2024.sharedmemory.d.ts +0 -66
  508. package/lib/lib.es2024.string.d.ts +0 -27
  509. package/lib/lib.es2025.collection.d.ts +0 -94
  510. package/lib/lib.es2025.d.ts +0 -23
  511. package/lib/lib.es2025.float16.d.ts +0 -443
  512. package/lib/lib.es2025.full.d.ts +0 -22
  513. package/lib/lib.es2025.intl.d.ts +0 -200
  514. package/lib/lib.es2025.iterator.d.ts +0 -146
  515. package/lib/lib.es2025.promise.d.ts +0 -32
  516. package/lib/lib.es2025.regexp.d.ts +0 -30
  517. package/lib/lib.es5.d.ts +0 -4599
  518. package/lib/lib.es6.d.ts +0 -21
  519. package/lib/lib.esnext.array.d.ts +0 -33
  520. package/lib/lib.esnext.collection.d.ts +0 -47
  521. package/lib/lib.esnext.d.ts +0 -27
  522. package/lib/lib.esnext.date.d.ts +0 -21
  523. package/lib/lib.esnext.decorators.d.ts +0 -26
  524. package/lib/lib.esnext.disposable.d.ts +0 -191
  525. package/lib/lib.esnext.error.d.ts +0 -22
  526. package/lib/lib.esnext.full.d.ts +0 -22
  527. package/lib/lib.esnext.intl.d.ts +0 -107
  528. package/lib/lib.esnext.sharedmemory.d.ts +0 -23
  529. package/lib/lib.esnext.temporal.d.ts +0 -485
  530. package/lib/lib.esnext.typedarrays.d.ts +0 -90
  531. package/lib/lib.scripthost.d.ts +0 -320
  532. package/lib/lib.webworker.asynciterable.d.ts +0 -18
  533. package/lib/lib.webworker.d.ts +0 -15606
  534. package/lib/lib.webworker.importscripts.d.ts +0 -21
  535. package/lib/lib.webworker.iterable.d.ts +0 -18
  536. package/lib/pl/diagnosticMessages.generated.json +0 -2129
  537. package/lib/pt-br/diagnosticMessages.generated.json +0 -2129
  538. package/lib/ru/diagnosticMessages.generated.json +0 -2125
  539. package/lib/tr/diagnosticMessages.generated.json +0 -2129
  540. package/lib/tsserver.js +0 -8
  541. package/lib/tsserverlibrary.d.ts +0 -17
  542. package/lib/tsserverlibrary.js +0 -21
  543. package/lib/typesMap.json +0 -497
  544. package/lib/typescript.d.ts +0 -11448
  545. package/lib/typescript.js +0 -201039
  546. package/lib/typingsInstaller.js +0 -8
  547. package/lib/watchGuard.js +0 -53
  548. package/lib/zh-cn/diagnosticMessages.generated.json +0 -2129
  549. package/lib/zh-tw/diagnosticMessages.generated.json +0 -2125
  550. /package/{LICENSE.txt → LICENSE} +0 -0
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+ /* --------------------------------------------------------------------------------------------
3
+ * Copyright (c) Microsoft Corporation. All rights reserved.
4
+ * Licensed under the MIT License. See License.txt in the project root for license information.
5
+ * ------------------------------------------------------------------------------------------ */
6
+ /// <reference path="../../typings/thenable.d.ts" preserve="true"/>
7
+ var __importDefault = (this && this.__importDefault) || function (mod) {
8
+ return (mod && mod.__esModule) ? mod : { "default": mod };
9
+ };
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.ProgressType = exports.ProgressToken = exports.createMessageConnection = exports.NullLogger = exports.ConnectionOptions = exports.ConnectionStrategy = exports.AbstractMessageBuffer = exports.WriteableStreamMessageWriter = exports.AbstractMessageWriter = exports.MessageWriter = exports.ReadableStreamMessageReader = exports.AbstractMessageReader = exports.MessageReader = exports.SharedArrayReceiverStrategy = exports.SharedArraySenderStrategy = exports.CancellationToken = exports.CancellationTokenSource = exports.Emitter = exports.Event = exports.Disposable = exports.LRUCache = exports.Touch = exports.LinkedMap = exports.ParameterStructures = exports.NotificationType9 = exports.NotificationType8 = exports.NotificationType7 = exports.NotificationType6 = exports.NotificationType5 = exports.NotificationType4 = exports.NotificationType3 = exports.NotificationType2 = exports.NotificationType1 = exports.NotificationType0 = exports.NotificationType = exports.ErrorCodes = exports.ResponseError = exports.RequestType9 = exports.RequestType8 = exports.RequestType7 = exports.RequestType6 = exports.RequestType5 = exports.RequestType4 = exports.RequestType3 = exports.RequestType2 = exports.RequestType1 = exports.RequestType0 = exports.RequestType = exports.Message = exports.RAL = void 0;
12
+ exports.MessageStrategy = exports.CancellationStrategy = exports.CancellationSenderStrategy = exports.RequestCancellationReceiverStrategy = exports.IdCancellationReceiverStrategy = exports.CancellationReceiverStrategy = exports.ConnectionError = exports.ConnectionErrors = exports.LogTraceNotification = exports.SetTraceNotification = exports.TraceFormat = exports.TraceValues = exports.TraceValue = exports.Trace = void 0;
13
+ const messages_1 = require("./messages");
14
+ Object.defineProperty(exports, "Message", { enumerable: true, get: function () { return messages_1.Message; } });
15
+ Object.defineProperty(exports, "RequestType", { enumerable: true, get: function () { return messages_1.RequestType; } });
16
+ Object.defineProperty(exports, "RequestType0", { enumerable: true, get: function () { return messages_1.RequestType0; } });
17
+ Object.defineProperty(exports, "RequestType1", { enumerable: true, get: function () { return messages_1.RequestType1; } });
18
+ Object.defineProperty(exports, "RequestType2", { enumerable: true, get: function () { return messages_1.RequestType2; } });
19
+ Object.defineProperty(exports, "RequestType3", { enumerable: true, get: function () { return messages_1.RequestType3; } });
20
+ Object.defineProperty(exports, "RequestType4", { enumerable: true, get: function () { return messages_1.RequestType4; } });
21
+ Object.defineProperty(exports, "RequestType5", { enumerable: true, get: function () { return messages_1.RequestType5; } });
22
+ Object.defineProperty(exports, "RequestType6", { enumerable: true, get: function () { return messages_1.RequestType6; } });
23
+ Object.defineProperty(exports, "RequestType7", { enumerable: true, get: function () { return messages_1.RequestType7; } });
24
+ Object.defineProperty(exports, "RequestType8", { enumerable: true, get: function () { return messages_1.RequestType8; } });
25
+ Object.defineProperty(exports, "RequestType9", { enumerable: true, get: function () { return messages_1.RequestType9; } });
26
+ Object.defineProperty(exports, "ResponseError", { enumerable: true, get: function () { return messages_1.ResponseError; } });
27
+ Object.defineProperty(exports, "ErrorCodes", { enumerable: true, get: function () { return messages_1.ErrorCodes; } });
28
+ Object.defineProperty(exports, "NotificationType", { enumerable: true, get: function () { return messages_1.NotificationType; } });
29
+ Object.defineProperty(exports, "NotificationType0", { enumerable: true, get: function () { return messages_1.NotificationType0; } });
30
+ Object.defineProperty(exports, "NotificationType1", { enumerable: true, get: function () { return messages_1.NotificationType1; } });
31
+ Object.defineProperty(exports, "NotificationType2", { enumerable: true, get: function () { return messages_1.NotificationType2; } });
32
+ Object.defineProperty(exports, "NotificationType3", { enumerable: true, get: function () { return messages_1.NotificationType3; } });
33
+ Object.defineProperty(exports, "NotificationType4", { enumerable: true, get: function () { return messages_1.NotificationType4; } });
34
+ Object.defineProperty(exports, "NotificationType5", { enumerable: true, get: function () { return messages_1.NotificationType5; } });
35
+ Object.defineProperty(exports, "NotificationType6", { enumerable: true, get: function () { return messages_1.NotificationType6; } });
36
+ Object.defineProperty(exports, "NotificationType7", { enumerable: true, get: function () { return messages_1.NotificationType7; } });
37
+ Object.defineProperty(exports, "NotificationType8", { enumerable: true, get: function () { return messages_1.NotificationType8; } });
38
+ Object.defineProperty(exports, "NotificationType9", { enumerable: true, get: function () { return messages_1.NotificationType9; } });
39
+ Object.defineProperty(exports, "ParameterStructures", { enumerable: true, get: function () { return messages_1.ParameterStructures; } });
40
+ const linkedMap_1 = require("./linkedMap");
41
+ Object.defineProperty(exports, "LinkedMap", { enumerable: true, get: function () { return linkedMap_1.LinkedMap; } });
42
+ Object.defineProperty(exports, "LRUCache", { enumerable: true, get: function () { return linkedMap_1.LRUCache; } });
43
+ Object.defineProperty(exports, "Touch", { enumerable: true, get: function () { return linkedMap_1.Touch; } });
44
+ const disposable_1 = require("./disposable");
45
+ Object.defineProperty(exports, "Disposable", { enumerable: true, get: function () { return disposable_1.Disposable; } });
46
+ const events_1 = require("./events");
47
+ Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return events_1.Event; } });
48
+ Object.defineProperty(exports, "Emitter", { enumerable: true, get: function () { return events_1.Emitter; } });
49
+ const cancellation_1 = require("./cancellation");
50
+ Object.defineProperty(exports, "CancellationTokenSource", { enumerable: true, get: function () { return cancellation_1.CancellationTokenSource; } });
51
+ Object.defineProperty(exports, "CancellationToken", { enumerable: true, get: function () { return cancellation_1.CancellationToken; } });
52
+ const sharedArrayCancellation_1 = require("./sharedArrayCancellation");
53
+ Object.defineProperty(exports, "SharedArraySenderStrategy", { enumerable: true, get: function () { return sharedArrayCancellation_1.SharedArraySenderStrategy; } });
54
+ Object.defineProperty(exports, "SharedArrayReceiverStrategy", { enumerable: true, get: function () { return sharedArrayCancellation_1.SharedArrayReceiverStrategy; } });
55
+ const messageReader_1 = require("./messageReader");
56
+ Object.defineProperty(exports, "MessageReader", { enumerable: true, get: function () { return messageReader_1.MessageReader; } });
57
+ Object.defineProperty(exports, "AbstractMessageReader", { enumerable: true, get: function () { return messageReader_1.AbstractMessageReader; } });
58
+ Object.defineProperty(exports, "ReadableStreamMessageReader", { enumerable: true, get: function () { return messageReader_1.ReadableStreamMessageReader; } });
59
+ const messageWriter_1 = require("./messageWriter");
60
+ Object.defineProperty(exports, "MessageWriter", { enumerable: true, get: function () { return messageWriter_1.MessageWriter; } });
61
+ Object.defineProperty(exports, "AbstractMessageWriter", { enumerable: true, get: function () { return messageWriter_1.AbstractMessageWriter; } });
62
+ Object.defineProperty(exports, "WriteableStreamMessageWriter", { enumerable: true, get: function () { return messageWriter_1.WriteableStreamMessageWriter; } });
63
+ const messageBuffer_1 = require("./messageBuffer");
64
+ Object.defineProperty(exports, "AbstractMessageBuffer", { enumerable: true, get: function () { return messageBuffer_1.AbstractMessageBuffer; } });
65
+ const connection_1 = require("./connection");
66
+ Object.defineProperty(exports, "ConnectionStrategy", { enumerable: true, get: function () { return connection_1.ConnectionStrategy; } });
67
+ Object.defineProperty(exports, "ConnectionOptions", { enumerable: true, get: function () { return connection_1.ConnectionOptions; } });
68
+ Object.defineProperty(exports, "NullLogger", { enumerable: true, get: function () { return connection_1.NullLogger; } });
69
+ Object.defineProperty(exports, "createMessageConnection", { enumerable: true, get: function () { return connection_1.createMessageConnection; } });
70
+ Object.defineProperty(exports, "ProgressToken", { enumerable: true, get: function () { return connection_1.ProgressToken; } });
71
+ Object.defineProperty(exports, "ProgressType", { enumerable: true, get: function () { return connection_1.ProgressType; } });
72
+ Object.defineProperty(exports, "Trace", { enumerable: true, get: function () { return connection_1.Trace; } });
73
+ Object.defineProperty(exports, "TraceValue", { enumerable: true, get: function () { return connection_1.TraceValue; } });
74
+ Object.defineProperty(exports, "TraceFormat", { enumerable: true, get: function () { return connection_1.TraceFormat; } });
75
+ Object.defineProperty(exports, "SetTraceNotification", { enumerable: true, get: function () { return connection_1.SetTraceNotification; } });
76
+ Object.defineProperty(exports, "LogTraceNotification", { enumerable: true, get: function () { return connection_1.LogTraceNotification; } });
77
+ Object.defineProperty(exports, "ConnectionErrors", { enumerable: true, get: function () { return connection_1.ConnectionErrors; } });
78
+ Object.defineProperty(exports, "ConnectionError", { enumerable: true, get: function () { return connection_1.ConnectionError; } });
79
+ Object.defineProperty(exports, "CancellationReceiverStrategy", { enumerable: true, get: function () { return connection_1.CancellationReceiverStrategy; } });
80
+ Object.defineProperty(exports, "IdCancellationReceiverStrategy", { enumerable: true, get: function () { return connection_1.IdCancellationReceiverStrategy; } });
81
+ Object.defineProperty(exports, "RequestCancellationReceiverStrategy", { enumerable: true, get: function () { return connection_1.RequestCancellationReceiverStrategy; } });
82
+ Object.defineProperty(exports, "CancellationSenderStrategy", { enumerable: true, get: function () { return connection_1.CancellationSenderStrategy; } });
83
+ Object.defineProperty(exports, "CancellationStrategy", { enumerable: true, get: function () { return connection_1.CancellationStrategy; } });
84
+ Object.defineProperty(exports, "MessageStrategy", { enumerable: true, get: function () { return connection_1.MessageStrategy; } });
85
+ Object.defineProperty(exports, "TraceValues", { enumerable: true, get: function () { return connection_1.TraceValues; } });
86
+ const ral_1 = __importDefault(require("./ral"));
87
+ exports.RAL = ral_1.default;
@@ -0,0 +1,32 @@
1
+ import { Event } from './events';
2
+ import { Disposable } from './disposable';
3
+ /**
4
+ * Defines a CancellationToken. This interface is not
5
+ * intended to be implemented. A CancellationToken must
6
+ * be created via a CancellationTokenSource.
7
+ */
8
+ export interface CancellationToken {
9
+ /**
10
+ * Is `true` when the token has been cancelled, `false` otherwise.
11
+ */
12
+ readonly isCancellationRequested: boolean;
13
+ /**
14
+ * An {@link Event event} which fires upon cancellation.
15
+ */
16
+ readonly onCancellationRequested: Event<any>;
17
+ }
18
+ export declare namespace CancellationToken {
19
+ const None: CancellationToken;
20
+ const Cancelled: CancellationToken;
21
+ function is(value: any): value is CancellationToken;
22
+ }
23
+ export interface AbstractCancellationTokenSource extends Disposable {
24
+ token: CancellationToken;
25
+ cancel(): void;
26
+ }
27
+ export declare class CancellationTokenSource implements AbstractCancellationTokenSource {
28
+ private _token;
29
+ get token(): CancellationToken;
30
+ cancel(): void;
31
+ dispose(): void;
32
+ }
@@ -0,0 +1,132 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Microsoft Corporation. All rights reserved.
4
+ * Licensed under the MIT License. See License.txt in the project root for license information.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
+ if (k2 === undefined) k2 = k;
8
+ var desc = Object.getOwnPropertyDescriptor(m, k);
9
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
+ desc = { enumerable: true, get: function() { return m[k]; } };
11
+ }
12
+ Object.defineProperty(o, k2, desc);
13
+ }) : (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ o[k2] = m[k];
16
+ }));
17
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
18
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
19
+ }) : function(o, v) {
20
+ o["default"] = v;
21
+ });
22
+ var __importStar = (this && this.__importStar) || (function () {
23
+ var ownKeys = function(o) {
24
+ ownKeys = Object.getOwnPropertyNames || function (o) {
25
+ var ar = [];
26
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
27
+ return ar;
28
+ };
29
+ return ownKeys(o);
30
+ };
31
+ return function (mod) {
32
+ if (mod && mod.__esModule) return mod;
33
+ var result = {};
34
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
35
+ __setModuleDefault(result, mod);
36
+ return result;
37
+ };
38
+ })();
39
+ var __importDefault = (this && this.__importDefault) || function (mod) {
40
+ return (mod && mod.__esModule) ? mod : { "default": mod };
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.CancellationTokenSource = exports.CancellationToken = void 0;
44
+ const ral_1 = __importDefault(require("./ral"));
45
+ const Is = __importStar(require("./is"));
46
+ const events_1 = require("./events");
47
+ var CancellationToken;
48
+ (function (CancellationToken) {
49
+ CancellationToken.None = Object.freeze({
50
+ isCancellationRequested: false,
51
+ onCancellationRequested: events_1.Event.None
52
+ });
53
+ CancellationToken.Cancelled = Object.freeze({
54
+ isCancellationRequested: true,
55
+ onCancellationRequested: events_1.Event.None
56
+ });
57
+ function is(value) {
58
+ const candidate = value;
59
+ return candidate && (candidate === CancellationToken.None
60
+ || candidate === CancellationToken.Cancelled
61
+ || (Is.boolean(candidate.isCancellationRequested) && !!candidate.onCancellationRequested));
62
+ }
63
+ CancellationToken.is = is;
64
+ })(CancellationToken || (exports.CancellationToken = CancellationToken = {}));
65
+ const shortcutEvent = Object.freeze(function (callback, context) {
66
+ const handle = (0, ral_1.default)().timer.setTimeout(callback.bind(context), 0);
67
+ return { dispose() { handle.dispose(); } };
68
+ });
69
+ class MutableToken {
70
+ _isCancelled = false;
71
+ _emitter;
72
+ cancel() {
73
+ if (!this._isCancelled) {
74
+ this._isCancelled = true;
75
+ if (this._emitter) {
76
+ this._emitter.fire(undefined);
77
+ this.dispose();
78
+ }
79
+ }
80
+ }
81
+ get isCancellationRequested() {
82
+ return this._isCancelled;
83
+ }
84
+ get onCancellationRequested() {
85
+ if (this._isCancelled) {
86
+ return shortcutEvent;
87
+ }
88
+ if (!this._emitter) {
89
+ this._emitter = new events_1.Emitter();
90
+ }
91
+ return this._emitter.event;
92
+ }
93
+ dispose() {
94
+ if (this._emitter) {
95
+ this._emitter.dispose();
96
+ this._emitter = undefined;
97
+ }
98
+ }
99
+ }
100
+ class CancellationTokenSource {
101
+ _token;
102
+ get token() {
103
+ if (!this._token) {
104
+ // be lazy and create the token only when
105
+ // actually needed
106
+ this._token = new MutableToken();
107
+ }
108
+ return this._token;
109
+ }
110
+ cancel() {
111
+ if (!this._token) {
112
+ // save an object by returning the default
113
+ // cancelled token when cancellation happens
114
+ // before someone asks for the token
115
+ this._token = CancellationToken.Cancelled;
116
+ }
117
+ else {
118
+ this._token.cancel();
119
+ }
120
+ }
121
+ dispose() {
122
+ if (!this._token) {
123
+ // ensure to initialize with an empty token if we had none
124
+ this._token = CancellationToken.None;
125
+ }
126
+ else if (this._token instanceof MutableToken) {
127
+ // actually dispose
128
+ this._token.dispose();
129
+ }
130
+ }
131
+ }
132
+ exports.CancellationTokenSource = CancellationTokenSource;
@@ -0,0 +1,367 @@
1
+ /// <reference path="../../typings/thenable.d.ts" preserve="true" />
2
+ import { Message, RequestMessage, RequestType, RequestType0, RequestType1, RequestType2, RequestType3, RequestType4, RequestType5, RequestType6, RequestType7, RequestType8, RequestType9, ResponseMessage, ResponseError, NotificationMessage, NotificationType, NotificationType0, NotificationType1, NotificationType2, NotificationType3, NotificationType4, NotificationType5, NotificationType6, NotificationType7, NotificationType8, NotificationType9, _EM, ParameterStructures } from './messages';
3
+ import type { Disposable } from './disposable';
4
+ import { Event } from './events';
5
+ import { CancellationToken, AbstractCancellationTokenSource } from './cancellation';
6
+ import { MessageReader } from './messageReader';
7
+ import { MessageWriter } from './messageWriter';
8
+ export type ProgressToken = number | string;
9
+ export declare namespace ProgressToken {
10
+ function is(value: any): value is number | string;
11
+ }
12
+ interface ProgressParams<T> {
13
+ /**
14
+ * The progress token provided by the client or server.
15
+ */
16
+ token: ProgressToken;
17
+ /**
18
+ * The progress data.
19
+ */
20
+ value: T;
21
+ }
22
+ export declare class ProgressType<PR> {
23
+ /**
24
+ * Clients must not use these properties. They are here to ensure correct typing.
25
+ * in TypeScript
26
+ */
27
+ readonly __: [PR, _EM] | undefined;
28
+ readonly _pr: PR | undefined;
29
+ constructor();
30
+ }
31
+ export type RequestParam<P> = P extends null ? P | undefined : P;
32
+ export type HandlerResult<R, E, _R = R extends null ? (R | undefined | void) : R> = _R | ResponseError<E> | Thenable<_R> | Thenable<ResponseError<E>> | Thenable<_R | ResponseError<E>>;
33
+ export interface StarRequestHandler {
34
+ (method: string, params: any[] | object | undefined, token: CancellationToken): HandlerResult<any, any>;
35
+ }
36
+ export interface GenericRequestHandler<R, E> {
37
+ (...params: any[]): HandlerResult<R, E>;
38
+ }
39
+ export interface RequestHandler0<R, E> {
40
+ (token: CancellationToken): HandlerResult<R, E>;
41
+ }
42
+ export interface RequestHandler<P, R, E> {
43
+ (params: P, token: CancellationToken): HandlerResult<R, E>;
44
+ }
45
+ export interface RequestHandler1<P1, R, E> {
46
+ (p1: P1, token: CancellationToken): HandlerResult<R, E>;
47
+ }
48
+ export interface RequestHandler2<P1, P2, R, E> {
49
+ (p1: P1, p2: P2, token: CancellationToken): HandlerResult<R, E>;
50
+ }
51
+ export interface RequestHandler3<P1, P2, P3, R, E> {
52
+ (p1: P1, p2: P2, p3: P3, token: CancellationToken): HandlerResult<R, E>;
53
+ }
54
+ export interface RequestHandler4<P1, P2, P3, P4, R, E> {
55
+ (p1: P1, p2: P2, p3: P3, p4: P4, token: CancellationToken): HandlerResult<R, E>;
56
+ }
57
+ export interface RequestHandler5<P1, P2, P3, P4, P5, R, E> {
58
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, token: CancellationToken): HandlerResult<R, E>;
59
+ }
60
+ export interface RequestHandler6<P1, P2, P3, P4, P5, P6, R, E> {
61
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, token: CancellationToken): HandlerResult<R, E>;
62
+ }
63
+ export interface RequestHandler7<P1, P2, P3, P4, P5, P6, P7, R, E> {
64
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, token: CancellationToken): HandlerResult<R, E>;
65
+ }
66
+ export interface RequestHandler8<P1, P2, P3, P4, P5, P6, P7, P8, R, E> {
67
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8, token: CancellationToken): HandlerResult<R, E>;
68
+ }
69
+ export interface RequestHandler9<P1, P2, P3, P4, P5, P6, P7, P8, P9, R, E> {
70
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8, p9: P9, token: CancellationToken): HandlerResult<R, E>;
71
+ }
72
+ export type NotificationResult = void | Promise<void>;
73
+ export interface StarNotificationHandler {
74
+ (method: string, params: any[] | object | undefined): NotificationResult;
75
+ }
76
+ export interface GenericNotificationHandler {
77
+ (...params: any[]): NotificationResult;
78
+ }
79
+ export interface NotificationHandler0 {
80
+ (): NotificationResult;
81
+ }
82
+ export interface NotificationHandler<P> {
83
+ (params: P): NotificationResult;
84
+ }
85
+ export interface NotificationHandler1<P1> {
86
+ (p1: P1): NotificationResult;
87
+ }
88
+ export interface NotificationHandler2<P1, P2> {
89
+ (p1: P1, p2: P2): NotificationResult;
90
+ }
91
+ export interface NotificationHandler3<P1, P2, P3> {
92
+ (p1: P1, p2: P2, p3: P3): NotificationResult;
93
+ }
94
+ export interface NotificationHandler4<P1, P2, P3, P4> {
95
+ (p1: P1, p2: P2, p3: P3, p4: P4): NotificationResult;
96
+ }
97
+ export interface NotificationHandler5<P1, P2, P3, P4, P5> {
98
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5): NotificationResult;
99
+ }
100
+ export interface NotificationHandler6<P1, P2, P3, P4, P5, P6> {
101
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6): NotificationResult;
102
+ }
103
+ export interface NotificationHandler7<P1, P2, P3, P4, P5, P6, P7> {
104
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7): NotificationResult;
105
+ }
106
+ export interface NotificationHandler8<P1, P2, P3, P4, P5, P6, P7, P8> {
107
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8): NotificationResult;
108
+ }
109
+ export interface NotificationHandler9<P1, P2, P3, P4, P5, P6, P7, P8, P9> {
110
+ (p1: P1, p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8, p9: P9): NotificationResult;
111
+ }
112
+ export interface Logger {
113
+ error(message: string): void;
114
+ warn(message: string): void;
115
+ info(message: string): void;
116
+ log(message: string): void;
117
+ }
118
+ export declare const NullLogger: Logger;
119
+ export declare enum Trace {
120
+ Off = 0,
121
+ Messages = 1,
122
+ Compact = 2,
123
+ Verbose = 3
124
+ }
125
+ export declare namespace TraceValue {
126
+ /**
127
+ * Turn tracing off.
128
+ */
129
+ const Off: 'off';
130
+ /**
131
+ * Trace messages only.
132
+ */
133
+ const Messages: 'messages';
134
+ /**
135
+ * Compact message tracing.
136
+ */
137
+ const Compact: 'compact';
138
+ /**
139
+ * Verbose message tracing.
140
+ */
141
+ const Verbose: 'verbose';
142
+ }
143
+ export type TraceValue = 'off' | 'messages' | 'compact' | 'verbose';
144
+ /**
145
+ * @deprecated Use TraceValue instead
146
+ */
147
+ export declare const TraceValues: typeof TraceValue;
148
+ export type TraceValues = TraceValue;
149
+ export declare namespace Trace {
150
+ function fromString(value: string): Trace;
151
+ function toString(value: Trace): TraceValue;
152
+ }
153
+ export declare enum TraceFormat {
154
+ Text = "text",
155
+ JSON = "json"
156
+ }
157
+ export declare namespace TraceFormat {
158
+ function fromString(value: string): TraceFormat;
159
+ }
160
+ export interface TraceOptions {
161
+ sendNotification?: boolean;
162
+ traceFormat?: TraceFormat;
163
+ }
164
+ export interface SetTraceParams {
165
+ value: TraceValue;
166
+ }
167
+ export declare namespace SetTraceNotification {
168
+ const type: NotificationType<SetTraceParams>;
169
+ }
170
+ export interface LogTraceParams {
171
+ message: string;
172
+ verbose?: string;
173
+ }
174
+ export declare namespace LogTraceNotification {
175
+ const type: NotificationType<LogTraceParams>;
176
+ }
177
+ export interface Tracer {
178
+ log(dataObject: any): void;
179
+ log(message: string, data?: string): void;
180
+ }
181
+ export declare enum ConnectionErrors {
182
+ /**
183
+ * The connection is closed.
184
+ */
185
+ Closed = 1,
186
+ /**
187
+ * The connection got disposed.
188
+ */
189
+ Disposed = 2,
190
+ /**
191
+ * The connection is already in listening mode.
192
+ */
193
+ AlreadyListening = 3
194
+ }
195
+ export declare class ConnectionError extends Error {
196
+ readonly code: ConnectionErrors;
197
+ constructor(code: ConnectionErrors, message: string);
198
+ }
199
+ export type ConnectionStrategy = {
200
+ cancelUndispatched?: (message: Message, next: (message: Message) => ResponseMessage | undefined) => ResponseMessage | undefined;
201
+ };
202
+ export declare namespace ConnectionStrategy {
203
+ function is(value: any): value is ConnectionStrategy;
204
+ }
205
+ export type CancellationId = number | string;
206
+ export interface IdCancellationReceiverStrategy {
207
+ kind?: 'id';
208
+ /**
209
+ * Creates a CancellationTokenSource from a cancellation id.
210
+ *
211
+ * @param id The cancellation id.
212
+ */
213
+ createCancellationTokenSource(id: CancellationId): AbstractCancellationTokenSource;
214
+ /**
215
+ * An optional method to dispose the strategy.
216
+ */
217
+ dispose?(): void;
218
+ }
219
+ export declare namespace IdCancellationReceiverStrategy {
220
+ function is(value: any): value is IdCancellationReceiverStrategy;
221
+ }
222
+ export interface RequestCancellationReceiverStrategy {
223
+ kind: 'request';
224
+ /**
225
+ * Create a cancellation token source from a given request message.
226
+ *
227
+ * @param requestMessage The request message.
228
+ */
229
+ createCancellationTokenSource(requestMessage: RequestMessage): AbstractCancellationTokenSource;
230
+ /**
231
+ * An optional method to dispose the strategy.
232
+ */
233
+ dispose?(): void;
234
+ }
235
+ export declare namespace RequestCancellationReceiverStrategy {
236
+ function is(value: any): value is RequestCancellationReceiverStrategy;
237
+ }
238
+ export type CancellationReceiverStrategy = IdCancellationReceiverStrategy | RequestCancellationReceiverStrategy;
239
+ export declare namespace CancellationReceiverStrategy {
240
+ const Message: CancellationReceiverStrategy;
241
+ function is(value: any): value is CancellationReceiverStrategy;
242
+ }
243
+ export interface CancellationSenderStrategy {
244
+ /**
245
+ * Hook to enable cancellation for the given request.
246
+ *
247
+ * @param request The request to enable cancellation for.
248
+ */
249
+ enableCancellation?(request: RequestMessage): void;
250
+ /**
251
+ * Send cancellation for the given cancellation id
252
+ *
253
+ * @param conn The connection used.
254
+ * @param id The cancellation id.
255
+ */
256
+ sendCancellation(conn: MessageConnection, id: CancellationId): Promise<void>;
257
+ /**
258
+ * Cleanup any cancellation state for the given cancellation id. After this
259
+ * method has been call no cancellation will be sent anymore for the given id.
260
+ *
261
+ * @param id The cancellation id.
262
+ */
263
+ cleanup(id: CancellationId): void;
264
+ /**
265
+ * An optional method to dispose the strategy.
266
+ */
267
+ dispose?(): void;
268
+ }
269
+ export declare namespace CancellationSenderStrategy {
270
+ const Message: CancellationSenderStrategy;
271
+ function is(value: any): value is CancellationSenderStrategy;
272
+ }
273
+ export interface CancellationStrategy {
274
+ receiver: CancellationReceiverStrategy | RequestCancellationReceiverStrategy;
275
+ sender: CancellationSenderStrategy;
276
+ }
277
+ export declare namespace CancellationStrategy {
278
+ const Message: CancellationStrategy;
279
+ function is(value: any): value is CancellationStrategy;
280
+ }
281
+ export interface MessageStrategy {
282
+ handleMessage(message: Message, next: (message: Message) => NotificationResult): NotificationResult;
283
+ }
284
+ export declare namespace MessageStrategy {
285
+ function is(value: any): value is MessageStrategy;
286
+ }
287
+ /**
288
+ * Connection options. A valid connection option must have at least a
289
+ * `CancellationStrategy` or a `MessageStrategy` or a `ConnectionStrategy`.
290
+ */
291
+ export interface ConnectionOptions {
292
+ cancellationStrategy?: CancellationStrategy;
293
+ connectionStrategy?: ConnectionStrategy;
294
+ messageStrategy?: MessageStrategy;
295
+ maxParallelism?: number;
296
+ }
297
+ export declare namespace ConnectionOptions {
298
+ function is(value: any): value is ConnectionOptions;
299
+ }
300
+ export interface MessageConnection {
301
+ sendRequest<R, E>(type: RequestType0<R, E>, token?: CancellationToken): Promise<R>;
302
+ sendRequest<P, R, E>(type: RequestType<P, R, E>, params: NoInfer<RequestParam<P>>, token?: CancellationToken): Promise<R>;
303
+ sendRequest<P1, R, E>(type: RequestType1<P1, R, E>, p1: NoInfer<RequestParam<P1>>, token?: CancellationToken): Promise<R>;
304
+ sendRequest<P1, P2, R, E>(type: RequestType2<P1, P2, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, token?: CancellationToken): Promise<R>;
305
+ sendRequest<P1, P2, P3, R, E>(type: RequestType3<P1, P2, P3, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, token?: CancellationToken): Promise<R>;
306
+ sendRequest<P1, P2, P3, P4, R, E>(type: RequestType4<P1, P2, P3, P4, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, token?: CancellationToken): Promise<R>;
307
+ sendRequest<P1, P2, P3, P4, P5, R, E>(type: RequestType5<P1, P2, P3, P4, P5, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, token?: CancellationToken): Promise<R>;
308
+ sendRequest<P1, P2, P3, P4, P5, P6, R, E>(type: RequestType6<P1, P2, P3, P4, P5, P6, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, token?: CancellationToken): Promise<R>;
309
+ sendRequest<P1, P2, P3, P4, P5, P6, P7, R, E>(type: RequestType7<P1, P2, P3, P4, P5, P6, P7, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, p7: NoInfer<RequestParam<P7>>, token?: CancellationToken): Promise<R>;
310
+ sendRequest<P1, P2, P3, P4, P5, P6, P7, P8, R, E>(type: RequestType8<P1, P2, P3, P4, P5, P6, P7, P8, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, p7: NoInfer<RequestParam<P7>>, p8: NoInfer<RequestParam<P8>>, token?: CancellationToken): Promise<R>;
311
+ sendRequest<P1, P2, P3, P4, P5, P6, P7, P8, P9, R, E>(type: RequestType9<P1, P2, P3, P4, P5, P6, P7, P8, P9, R, E>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, p7: NoInfer<RequestParam<P7>>, p8: NoInfer<RequestParam<P8>>, p9: NoInfer<RequestParam<P9>>, token?: CancellationToken): Promise<R>;
312
+ sendRequest<R>(method: string, r0?: ParameterStructures | any, ...rest: any[]): Promise<R>;
313
+ onRequest<R, E>(type: RequestType0<R, E>, handler: NoInfer<RequestHandler0<R, E>>): Disposable;
314
+ onRequest<P, R, E>(type: RequestType<P, R, E>, handler: NoInfer<RequestHandler<P, R, E>>): Disposable;
315
+ onRequest<P1, R, E>(type: RequestType1<P1, R, E>, handler: NoInfer<RequestHandler1<P1, R, E>>): Disposable;
316
+ onRequest<P1, P2, R, E>(type: RequestType2<P1, P2, R, E>, handler: NoInfer<RequestHandler2<P1, P2, R, E>>): Disposable;
317
+ onRequest<P1, P2, P3, R, E>(type: RequestType3<P1, P2, P3, R, E>, handler: NoInfer<RequestHandler3<P1, P2, P3, R, E>>): Disposable;
318
+ onRequest<P1, P2, P3, P4, R, E>(type: RequestType4<P1, P2, P3, P4, R, E>, handler: NoInfer<RequestHandler4<P1, P2, P3, P4, R, E>>): Disposable;
319
+ onRequest<P1, P2, P3, P4, P5, R, E>(type: RequestType5<P1, P2, P3, P4, P5, R, E>, handler: NoInfer<RequestHandler5<P1, P2, P3, P4, P5, R, E>>): Disposable;
320
+ onRequest<P1, P2, P3, P4, P5, P6, R, E>(type: RequestType6<P1, P2, P3, P4, P5, P6, R, E>, handler: NoInfer<RequestHandler6<P1, P2, P3, P4, P5, P6, R, E>>): Disposable;
321
+ onRequest<P1, P2, P3, P4, P5, P6, P7, R, E>(type: RequestType7<P1, P2, P3, P4, P5, P6, P7, R, E>, handler: NoInfer<RequestHandler7<P1, P2, P3, P4, P5, P6, P7, R, E>>): Disposable;
322
+ onRequest<P1, P2, P3, P4, P5, P6, P7, P8, R, E>(type: RequestType8<P1, P2, P3, P4, P5, P6, P7, P8, R, E>, handler: NoInfer<RequestHandler8<P1, P2, P3, P4, P5, P6, P7, P8, R, E>>): Disposable;
323
+ onRequest<P1, P2, P3, P4, P5, P6, P7, P8, P9, R, E>(type: RequestType9<P1, P2, P3, P4, P5, P6, P7, P8, P9, R, E>, handler: NoInfer<RequestHandler9<P1, P2, P3, P4, P5, P6, P7, P8, P9, R, E>>): Disposable;
324
+ onRequest<R, E>(method: string, handler: GenericRequestHandler<R, E>): Disposable;
325
+ onRequest(handler: StarRequestHandler): Disposable;
326
+ hasPendingResponse(): boolean;
327
+ sendNotification(type: NotificationType0): Promise<void>;
328
+ sendNotification<P>(type: NotificationType<P>, params?: NoInfer<RequestParam<P>>): Promise<void>;
329
+ sendNotification<P1>(type: NotificationType1<P1>, p1: NoInfer<RequestParam<P1>>): Promise<void>;
330
+ sendNotification<P1, P2>(type: NotificationType2<P1, P2>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>): Promise<void>;
331
+ sendNotification<P1, P2, P3>(type: NotificationType3<P1, P2, P3>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>): Promise<void>;
332
+ sendNotification<P1, P2, P3, P4>(type: NotificationType4<P1, P2, P3, P4>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>): Promise<void>;
333
+ sendNotification<P1, P2, P3, P4, P5>(type: NotificationType5<P1, P2, P3, P4, P5>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>): Promise<void>;
334
+ sendNotification<P1, P2, P3, P4, P5, P6>(type: NotificationType6<P1, P2, P3, P4, P5, P6>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>): Promise<void>;
335
+ sendNotification<P1, P2, P3, P4, P5, P6, P7>(type: NotificationType7<P1, P2, P3, P4, P5, P6, P7>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, p7: NoInfer<RequestParam<P7>>): Promise<void>;
336
+ sendNotification<P1, P2, P3, P4, P5, P6, P7, P8>(type: NotificationType8<P1, P2, P3, P4, P5, P6, P7, P8>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, p7: NoInfer<RequestParam<P7>>, p8: NoInfer<RequestParam<P8>>): Promise<void>;
337
+ sendNotification<P1, P2, P3, P4, P5, P6, P7, P8, P9>(type: NotificationType9<P1, P2, P3, P4, P5, P6, P7, P8, P9>, p1: NoInfer<RequestParam<P1>>, p2: NoInfer<RequestParam<P2>>, p3: NoInfer<RequestParam<P3>>, p4: NoInfer<RequestParam<P4>>, p5: NoInfer<RequestParam<P5>>, p6: NoInfer<RequestParam<P6>>, p7: NoInfer<RequestParam<P7>>, p8: NoInfer<RequestParam<P8>>, p9: NoInfer<RequestParam<P9>>): Promise<void>;
338
+ sendNotification(method: string, r0?: ParameterStructures | any, ...rest: any[]): Promise<void>;
339
+ onNotification(type: NotificationType0, handler: NotificationHandler0): Disposable;
340
+ onNotification<P>(type: NotificationType<P>, handler: NoInfer<NotificationHandler<P>>): Disposable;
341
+ onNotification<P1>(type: NotificationType1<P1>, handler: NoInfer<NotificationHandler1<P1>>): Disposable;
342
+ onNotification<P1, P2>(type: NotificationType2<P1, P2>, handler: NoInfer<NotificationHandler2<P1, P2>>): Disposable;
343
+ onNotification<P1, P2, P3>(type: NotificationType3<P1, P2, P3>, handler: NoInfer<NotificationHandler3<P1, P2, P3>>): Disposable;
344
+ onNotification<P1, P2, P3, P4>(type: NotificationType4<P1, P2, P3, P4>, handler: NoInfer<NotificationHandler4<P1, P2, P3, P4>>): Disposable;
345
+ onNotification<P1, P2, P3, P4, P5>(type: NotificationType5<P1, P2, P3, P4, P5>, handler: NoInfer<NotificationHandler5<P1, P2, P3, P4, P5>>): Disposable;
346
+ onNotification<P1, P2, P3, P4, P5, P6>(type: NotificationType6<P1, P2, P3, P4, P5, P6>, handler: NoInfer<NotificationHandler6<P1, P2, P3, P4, P5, P6>>): Disposable;
347
+ onNotification<P1, P2, P3, P4, P5, P6, P7>(type: NotificationType7<P1, P2, P3, P4, P5, P6, P7>, handler: NoInfer<NotificationHandler7<P1, P2, P3, P4, P5, P6, P7>>): Disposable;
348
+ onNotification<P1, P2, P3, P4, P5, P6, P7, P8>(type: NotificationType8<P1, P2, P3, P4, P5, P6, P7, P8>, handler: NoInfer<NotificationHandler8<P1, P2, P3, P4, P5, P6, P7, P8>>): Disposable;
349
+ onNotification<P1, P2, P3, P4, P5, P6, P7, P8, P9>(type: NotificationType9<P1, P2, P3, P4, P5, P6, P7, P8, P9>, handler: NoInfer<NotificationHandler9<P1, P2, P3, P4, P5, P6, P7, P8, P9>>): Disposable;
350
+ onNotification(method: string, handler: GenericNotificationHandler): Disposable;
351
+ onNotification(handler: StarNotificationHandler): Disposable;
352
+ onUnhandledNotification: Event<NotificationMessage>;
353
+ onProgress<P>(type: ProgressType<P>, token: string | number, handler: NoInfer<NotificationHandler<P>>): Disposable;
354
+ sendProgress<P>(type: ProgressType<P>, token: string | number, value: NoInfer<RequestParam<P>>): Promise<void>;
355
+ onUnhandledProgress: Event<ProgressParams<any>>;
356
+ trace(value: Trace, tracer: Tracer, sendNotification?: boolean): Promise<void>;
357
+ trace(value: Trace, tracer: Tracer, traceOptions?: TraceOptions): Promise<void>;
358
+ onError: Event<[Error, Message | undefined, number | undefined]>;
359
+ onClose: Event<void>;
360
+ listen(): void;
361
+ end(): void;
362
+ onDispose: Event<void>;
363
+ dispose(): void;
364
+ inspect(): void;
365
+ }
366
+ export declare function createMessageConnection(messageReader: MessageReader, messageWriter: MessageWriter, _logger?: Logger, options?: ConnectionOptions): MessageConnection;
367
+ export {};