@topce/native-preview 7.0.0-dev.20260215 → 7.0.0-dev.20260711.3

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 (419) hide show
  1. package/NOTICE.txt +436 -0
  2. package/README.md +3 -1
  3. package/bin/tsgo +2 -0
  4. package/dist/api/async/api.d.ts +576 -0
  5. package/dist/api/async/api.d.ts.map +1 -0
  6. package/dist/api/async/api.js +1695 -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/objectRegistry.d.ts +38 -0
  61. package/dist/api/objectRegistry.d.ts.map +1 -0
  62. package/dist/api/objectRegistry.js +55 -0
  63. package/dist/api/objectRegistry.js.map +1 -0
  64. package/dist/api/options.d.ts +32 -0
  65. package/dist/api/options.d.ts.map +1 -0
  66. package/dist/api/options.js +11 -0
  67. package/dist/api/options.js.map +1 -0
  68. package/dist/api/path.d.ts +110 -0
  69. package/dist/api/path.d.ts.map +1 -0
  70. package/dist/api/path.js +508 -0
  71. package/dist/api/path.js.map +1 -0
  72. package/dist/api/proto.d.ts +239 -0
  73. package/dist/api/proto.d.ts.map +1 -0
  74. package/dist/api/proto.js +37 -0
  75. package/dist/api/proto.js.map +1 -0
  76. package/dist/api/sourceFileCache.d.ts +79 -0
  77. package/dist/api/sourceFileCache.d.ts.map +1 -0
  78. package/dist/api/sourceFileCache.js +169 -0
  79. package/dist/api/sourceFileCache.js.map +1 -0
  80. package/dist/api/sync/api.d.ts +576 -0
  81. package/dist/api/sync/api.d.ts.map +1 -0
  82. package/dist/api/sync/api.js +1703 -0
  83. package/dist/api/sync/api.js.map +1 -0
  84. package/dist/api/sync/client.d.ts +30 -0
  85. package/dist/api/sync/client.d.ts.map +1 -0
  86. package/dist/api/sync/client.js +124 -0
  87. package/dist/api/sync/client.js.map +1 -0
  88. package/dist/api/sync/types.d.ts +310 -0
  89. package/dist/api/sync/types.d.ts.map +1 -0
  90. package/dist/api/sync/types.js +2 -0
  91. package/dist/api/sync/types.js.map +1 -0
  92. package/dist/api/syncChannel.d.ts +114 -0
  93. package/dist/api/syncChannel.d.ts.map +1 -0
  94. package/dist/api/syncChannel.js +508 -0
  95. package/dist/api/syncChannel.js.map +1 -0
  96. package/dist/api/timing.d.ts +175 -0
  97. package/dist/api/timing.d.ts.map +1 -0
  98. package/dist/api/timing.js +149 -0
  99. package/dist/api/timing.js.map +1 -0
  100. package/dist/ast/ast.d.ts +100 -0
  101. package/dist/ast/ast.d.ts.map +1 -0
  102. package/dist/ast/ast.generated.d.ts +1161 -0
  103. package/dist/ast/ast.generated.d.ts.map +1 -0
  104. package/dist/ast/ast.generated.js +4 -0
  105. package/dist/ast/ast.generated.js.map +1 -0
  106. package/dist/ast/ast.js +7 -0
  107. package/dist/ast/ast.js.map +1 -0
  108. package/dist/ast/astnav.d.ts +19 -0
  109. package/dist/ast/astnav.d.ts.map +1 -0
  110. package/dist/ast/astnav.js +596 -0
  111. package/dist/ast/astnav.js.map +1 -0
  112. package/dist/ast/clone.d.ts +16 -0
  113. package/dist/ast/clone.d.ts.map +1 -0
  114. package/dist/ast/clone.js +104 -0
  115. package/dist/ast/clone.js.map +1 -0
  116. package/dist/ast/factory.generated.d.ts +520 -0
  117. package/dist/ast/factory.generated.d.ts.map +1 -0
  118. package/dist/ast/factory.generated.js +3057 -0
  119. package/dist/ast/factory.generated.js.map +1 -0
  120. package/dist/ast/index.d.ts +20 -0
  121. package/dist/ast/index.d.ts.map +1 -0
  122. package/dist/ast/index.js +20 -0
  123. package/dist/ast/index.js.map +1 -0
  124. package/dist/ast/is.d.ts +35 -0
  125. package/dist/ast/is.d.ts.map +1 -0
  126. package/dist/ast/is.generated.d.ts +329 -0
  127. package/dist/ast/is.generated.d.ts.map +1 -0
  128. package/dist/ast/is.generated.js +1103 -0
  129. package/dist/ast/is.generated.js.map +1 -0
  130. package/dist/ast/is.js +233 -0
  131. package/dist/ast/is.js.map +1 -0
  132. package/dist/ast/jsdoc.d.ts +11 -0
  133. package/dist/ast/jsdoc.d.ts.map +1 -0
  134. package/dist/ast/jsdoc.js +202 -0
  135. package/dist/ast/jsdoc.js.map +1 -0
  136. package/dist/ast/scanner.d.ts +97 -0
  137. package/dist/ast/scanner.d.ts.map +1 -0
  138. package/dist/ast/scanner.js +2230 -0
  139. package/dist/ast/scanner.js.map +1 -0
  140. package/dist/ast/utils.d.ts +17 -0
  141. package/dist/ast/utils.d.ts.map +1 -0
  142. package/dist/ast/utils.js +67 -0
  143. package/dist/ast/utils.js.map +1 -0
  144. package/dist/ast/visitor.d.ts +14 -0
  145. package/dist/ast/visitor.d.ts.map +1 -0
  146. package/dist/ast/visitor.generated.d.ts +50 -0
  147. package/dist/ast/visitor.generated.d.ts.map +1 -0
  148. package/dist/ast/visitor.generated.js +978 -0
  149. package/dist/ast/visitor.generated.js.map +1 -0
  150. package/dist/ast/visitor.js +47 -0
  151. package/dist/ast/visitor.js.map +1 -0
  152. package/dist/enums/characterCodes.d.ts +2 -0
  153. package/dist/enums/characterCodes.d.ts.map +1 -0
  154. package/dist/enums/characterCodes.enum.d.ts +129 -0
  155. package/dist/enums/characterCodes.enum.d.ts.map +1 -0
  156. package/dist/enums/characterCodes.enum.js +132 -0
  157. package/dist/enums/characterCodes.enum.js.map +1 -0
  158. package/dist/enums/characterCodes.js +130 -0
  159. package/dist/enums/characterCodes.js.map +1 -0
  160. package/dist/enums/commentDirectiveType.d.ts +2 -0
  161. package/dist/enums/commentDirectiveType.d.ts.map +1 -0
  162. package/dist/enums/commentDirectiveType.enum.d.ts +5 -0
  163. package/dist/enums/commentDirectiveType.enum.d.ts.map +1 -0
  164. package/dist/enums/commentDirectiveType.enum.js +6 -0
  165. package/dist/enums/commentDirectiveType.enum.js.map +1 -0
  166. package/dist/enums/commentDirectiveType.js +6 -0
  167. package/dist/enums/commentDirectiveType.js.map +1 -0
  168. package/dist/enums/completionItemKind.d.ts +2 -0
  169. package/dist/enums/completionItemKind.d.ts.map +1 -0
  170. package/dist/enums/completionItemKind.enum.d.ts +28 -0
  171. package/dist/enums/completionItemKind.enum.d.ts.map +1 -0
  172. package/dist/enums/completionItemKind.enum.js +30 -0
  173. package/dist/enums/completionItemKind.enum.js.map +1 -0
  174. package/dist/enums/completionItemKind.js +30 -0
  175. package/dist/enums/completionItemKind.js.map +1 -0
  176. package/dist/enums/diagnosticCategory.d.ts +2 -0
  177. package/dist/enums/diagnosticCategory.d.ts.map +1 -0
  178. package/dist/enums/diagnosticCategory.enum.d.ts +7 -0
  179. package/dist/enums/diagnosticCategory.enum.d.ts.map +1 -0
  180. package/dist/enums/diagnosticCategory.enum.js +9 -0
  181. package/dist/enums/diagnosticCategory.enum.js.map +1 -0
  182. package/dist/enums/diagnosticCategory.js +9 -0
  183. package/dist/enums/diagnosticCategory.js.map +1 -0
  184. package/dist/enums/elementFlags.d.ts +2 -0
  185. package/dist/enums/elementFlags.d.ts.map +1 -0
  186. package/dist/enums/elementFlags.enum.d.ts +12 -0
  187. package/dist/enums/elementFlags.enum.d.ts.map +1 -0
  188. package/dist/enums/elementFlags.enum.js +14 -0
  189. package/dist/enums/elementFlags.enum.js.map +1 -0
  190. package/dist/enums/elementFlags.js +14 -0
  191. package/dist/enums/elementFlags.js.map +1 -0
  192. package/dist/enums/internalSymbolName.d.ts +2 -0
  193. package/dist/enums/internalSymbolName.d.ts.map +1 -0
  194. package/dist/enums/internalSymbolName.enum.d.ts +23 -0
  195. package/dist/enums/internalSymbolName.enum.d.ts.map +1 -0
  196. package/dist/enums/internalSymbolName.enum.js +25 -0
  197. package/dist/enums/internalSymbolName.enum.js.map +1 -0
  198. package/dist/enums/internalSymbolName.js +25 -0
  199. package/dist/enums/internalSymbolName.js.map +1 -0
  200. package/dist/enums/jsxEmit.d.ts +2 -0
  201. package/dist/enums/jsxEmit.d.ts.map +1 -0
  202. package/dist/enums/jsxEmit.enum.d.ts +9 -0
  203. package/dist/enums/jsxEmit.enum.d.ts.map +1 -0
  204. package/dist/enums/jsxEmit.enum.js +11 -0
  205. package/dist/enums/jsxEmit.enum.js.map +1 -0
  206. package/dist/enums/jsxEmit.js +11 -0
  207. package/dist/enums/jsxEmit.js.map +1 -0
  208. package/dist/enums/languageVariant.d.ts +2 -0
  209. package/dist/enums/languageVariant.d.ts.map +1 -0
  210. package/dist/enums/languageVariant.enum.d.ts +5 -0
  211. package/dist/enums/languageVariant.enum.d.ts.map +1 -0
  212. package/dist/enums/languageVariant.enum.js +6 -0
  213. package/dist/enums/languageVariant.enum.js.map +1 -0
  214. package/dist/enums/languageVariant.js +6 -0
  215. package/dist/enums/languageVariant.js.map +1 -0
  216. package/dist/enums/modifierFlags.d.ts +2 -0
  217. package/dist/enums/modifierFlags.d.ts.map +1 -0
  218. package/dist/enums/modifierFlags.enum.d.ts +42 -0
  219. package/dist/enums/modifierFlags.enum.d.ts.map +1 -0
  220. package/dist/enums/modifierFlags.enum.js +44 -0
  221. package/dist/enums/modifierFlags.enum.js.map +1 -0
  222. package/dist/enums/modifierFlags.js +44 -0
  223. package/dist/enums/modifierFlags.js.map +1 -0
  224. package/dist/enums/moduleDetectionKind.d.ts +2 -0
  225. package/dist/enums/moduleDetectionKind.d.ts.map +1 -0
  226. package/dist/enums/moduleDetectionKind.enum.d.ts +7 -0
  227. package/dist/enums/moduleDetectionKind.enum.d.ts.map +1 -0
  228. package/dist/enums/moduleDetectionKind.enum.js +9 -0
  229. package/dist/enums/moduleDetectionKind.enum.js.map +1 -0
  230. package/dist/enums/moduleDetectionKind.js +9 -0
  231. package/dist/enums/moduleDetectionKind.js.map +1 -0
  232. package/dist/enums/moduleKind.d.ts +2 -0
  233. package/dist/enums/moduleKind.d.ts.map +1 -0
  234. package/dist/enums/moduleKind.enum.d.ts +17 -0
  235. package/dist/enums/moduleKind.enum.d.ts.map +1 -0
  236. package/dist/enums/moduleKind.enum.js +19 -0
  237. package/dist/enums/moduleKind.enum.js.map +1 -0
  238. package/dist/enums/moduleKind.js +19 -0
  239. package/dist/enums/moduleKind.js.map +1 -0
  240. package/dist/enums/moduleResolutionKind.d.ts +2 -0
  241. package/dist/enums/moduleResolutionKind.d.ts.map +1 -0
  242. package/dist/enums/moduleResolutionKind.enum.d.ts +9 -0
  243. package/dist/enums/moduleResolutionKind.enum.d.ts.map +1 -0
  244. package/dist/enums/moduleResolutionKind.enum.js +11 -0
  245. package/dist/enums/moduleResolutionKind.enum.js.map +1 -0
  246. package/dist/enums/moduleResolutionKind.js +11 -0
  247. package/dist/enums/moduleResolutionKind.js.map +1 -0
  248. package/dist/enums/newLineKind.d.ts +2 -0
  249. package/dist/enums/newLineKind.d.ts.map +1 -0
  250. package/dist/enums/newLineKind.enum.d.ts +6 -0
  251. package/dist/enums/newLineKind.enum.d.ts.map +1 -0
  252. package/dist/enums/newLineKind.enum.js +8 -0
  253. package/dist/enums/newLineKind.enum.js.map +1 -0
  254. package/dist/enums/newLineKind.js +8 -0
  255. package/dist/enums/newLineKind.js.map +1 -0
  256. package/dist/enums/nodeBuilderFlags.d.ts +2 -0
  257. package/dist/enums/nodeBuilderFlags.d.ts.map +1 -0
  258. package/dist/enums/nodeBuilderFlags.enum.d.ts +36 -0
  259. package/dist/enums/nodeBuilderFlags.enum.d.ts.map +1 -0
  260. package/dist/enums/nodeBuilderFlags.enum.js +38 -0
  261. package/dist/enums/nodeBuilderFlags.enum.js.map +1 -0
  262. package/dist/enums/nodeBuilderFlags.js +38 -0
  263. package/dist/enums/nodeBuilderFlags.js.map +1 -0
  264. package/dist/enums/nodeFlags.d.ts +2 -0
  265. package/dist/enums/nodeFlags.d.ts.map +1 -0
  266. package/dist/enums/nodeFlags.enum.d.ts +44 -0
  267. package/dist/enums/nodeFlags.enum.d.ts.map +1 -0
  268. package/dist/enums/nodeFlags.enum.js +46 -0
  269. package/dist/enums/nodeFlags.enum.js.map +1 -0
  270. package/dist/enums/nodeFlags.js +46 -0
  271. package/dist/enums/nodeFlags.js.map +1 -0
  272. package/dist/enums/objectFlags.d.ts +2 -0
  273. package/dist/enums/objectFlags.d.ts.map +1 -0
  274. package/dist/enums/objectFlags.enum.d.ts +50 -0
  275. package/dist/enums/objectFlags.enum.d.ts.map +1 -0
  276. package/dist/enums/objectFlags.enum.js +52 -0
  277. package/dist/enums/objectFlags.enum.js.map +1 -0
  278. package/dist/enums/objectFlags.js +52 -0
  279. package/dist/enums/objectFlags.js.map +1 -0
  280. package/dist/enums/outerExpressionKinds.d.ts +2 -0
  281. package/dist/enums/outerExpressionKinds.d.ts.map +1 -0
  282. package/dist/enums/outerExpressionKinds.enum.d.ts +16 -0
  283. package/dist/enums/outerExpressionKinds.enum.d.ts.map +1 -0
  284. package/dist/enums/outerExpressionKinds.enum.js +18 -0
  285. package/dist/enums/outerExpressionKinds.enum.js.map +1 -0
  286. package/dist/enums/outerExpressionKinds.js +18 -0
  287. package/dist/enums/outerExpressionKinds.js.map +1 -0
  288. package/dist/enums/regularExpressionFlags.d.ts +2 -0
  289. package/dist/enums/regularExpressionFlags.d.ts.map +1 -0
  290. package/dist/enums/regularExpressionFlags.enum.d.ts +13 -0
  291. package/dist/enums/regularExpressionFlags.enum.d.ts.map +1 -0
  292. package/dist/enums/regularExpressionFlags.enum.js +14 -0
  293. package/dist/enums/regularExpressionFlags.enum.js.map +1 -0
  294. package/dist/enums/regularExpressionFlags.js +14 -0
  295. package/dist/enums/regularExpressionFlags.js.map +1 -0
  296. package/dist/enums/scriptKind.d.ts +2 -0
  297. package/dist/enums/scriptKind.d.ts.map +1 -0
  298. package/dist/enums/scriptKind.enum.d.ts +11 -0
  299. package/dist/enums/scriptKind.enum.d.ts.map +1 -0
  300. package/dist/enums/scriptKind.enum.js +12 -0
  301. package/dist/enums/scriptKind.enum.js.map +1 -0
  302. package/dist/enums/scriptKind.js +12 -0
  303. package/dist/enums/scriptKind.js.map +1 -0
  304. package/dist/enums/scriptTarget.d.ts +2 -0
  305. package/dist/enums/scriptTarget.d.ts.map +1 -0
  306. package/dist/enums/scriptTarget.enum.d.ts +17 -0
  307. package/dist/enums/scriptTarget.enum.d.ts.map +1 -0
  308. package/dist/enums/scriptTarget.enum.js +18 -0
  309. package/dist/enums/scriptTarget.enum.js.map +1 -0
  310. package/dist/enums/scriptTarget.js +18 -0
  311. package/dist/enums/scriptTarget.js.map +1 -0
  312. package/dist/enums/signatureFlags.d.ts +2 -0
  313. package/dist/enums/signatureFlags.d.ts.map +1 -0
  314. package/dist/enums/signatureFlags.enum.d.ts +15 -0
  315. package/dist/enums/signatureFlags.enum.d.ts.map +1 -0
  316. package/dist/enums/signatureFlags.enum.js +17 -0
  317. package/dist/enums/signatureFlags.enum.js.map +1 -0
  318. package/dist/enums/signatureFlags.js +17 -0
  319. package/dist/enums/signatureFlags.js.map +1 -0
  320. package/dist/enums/signatureKind.d.ts +2 -0
  321. package/dist/enums/signatureKind.d.ts.map +1 -0
  322. package/dist/enums/signatureKind.enum.d.ts +5 -0
  323. package/dist/enums/signatureKind.enum.d.ts.map +1 -0
  324. package/dist/enums/signatureKind.enum.js +7 -0
  325. package/dist/enums/signatureKind.enum.js.map +1 -0
  326. package/dist/enums/signatureKind.js +7 -0
  327. package/dist/enums/signatureKind.js.map +1 -0
  328. package/dist/enums/symbolFlags.d.ts +2 -0
  329. package/dist/enums/symbolFlags.d.ts.map +1 -0
  330. package/dist/enums/symbolFlags.enum.d.ts +71 -0
  331. package/dist/enums/symbolFlags.enum.d.ts.map +1 -0
  332. package/dist/enums/symbolFlags.enum.js +73 -0
  333. package/dist/enums/symbolFlags.enum.js.map +1 -0
  334. package/dist/enums/symbolFlags.js +73 -0
  335. package/dist/enums/symbolFlags.js.map +1 -0
  336. package/dist/enums/syntaxKind.d.ts +2 -0
  337. package/dist/enums/syntaxKind.d.ts.map +1 -0
  338. package/dist/enums/syntaxKind.enum.d.ts +389 -0
  339. package/dist/enums/syntaxKind.enum.d.ts.map +1 -0
  340. package/dist/enums/syntaxKind.enum.js +391 -0
  341. package/dist/enums/syntaxKind.enum.js.map +1 -0
  342. package/dist/enums/syntaxKind.js +391 -0
  343. package/dist/enums/syntaxKind.js.map +1 -0
  344. package/dist/enums/tokenFlags.d.ts +2 -0
  345. package/dist/enums/tokenFlags.d.ts.map +1 -0
  346. package/dist/enums/tokenFlags.enum.d.ts +30 -0
  347. package/dist/enums/tokenFlags.enum.d.ts.map +1 -0
  348. package/dist/enums/tokenFlags.enum.js +32 -0
  349. package/dist/enums/tokenFlags.enum.js.map +1 -0
  350. package/dist/enums/tokenFlags.js +32 -0
  351. package/dist/enums/tokenFlags.js.map +1 -0
  352. package/dist/enums/typeFlags.d.ts +2 -0
  353. package/dist/enums/typeFlags.d.ts.map +1 -0
  354. package/dist/enums/typeFlags.enum.d.ts +76 -0
  355. package/dist/enums/typeFlags.enum.d.ts.map +1 -0
  356. package/dist/enums/typeFlags.enum.js +78 -0
  357. package/dist/enums/typeFlags.enum.js.map +1 -0
  358. package/dist/enums/typeFlags.js +78 -0
  359. package/dist/enums/typeFlags.js.map +1 -0
  360. package/dist/enums/typePredicateKind.d.ts +2 -0
  361. package/dist/enums/typePredicateKind.d.ts.map +1 -0
  362. package/dist/enums/typePredicateKind.enum.d.ts +7 -0
  363. package/dist/enums/typePredicateKind.enum.d.ts.map +1 -0
  364. package/dist/enums/typePredicateKind.enum.js +9 -0
  365. package/dist/enums/typePredicateKind.enum.js.map +1 -0
  366. package/dist/enums/typePredicateKind.js +9 -0
  367. package/dist/enums/typePredicateKind.js.map +1 -0
  368. package/dist/internal/utils.d.ts +23 -0
  369. package/dist/internal/utils.d.ts.map +1 -0
  370. package/dist/internal/utils.js +25 -0
  371. package/dist/internal/utils.js.map +1 -0
  372. package/lib/getExePath.d.ts +2 -0
  373. package/lib/getExePath.js +17 -5
  374. package/{bin → lib}/tsgo.js +28 -18
  375. package/lib/version.cjs +3 -0
  376. package/lib/version.d.cts +2 -0
  377. package/package.json +66 -13
  378. package/vendor/vscode-jsonrpc/License.txt +11 -0
  379. package/vendor/vscode-jsonrpc/README.md +54 -0
  380. package/vendor/vscode-jsonrpc/lib/browser/main.d.ts +17 -0
  381. package/vendor/vscode-jsonrpc/lib/browser/main.js +83 -0
  382. package/vendor/vscode-jsonrpc/lib/browser/ril.d.ts +22 -0
  383. package/vendor/vscode-jsonrpc/lib/browser/ril.js +210 -0
  384. package/vendor/vscode-jsonrpc/lib/common/api.d.ts +14 -0
  385. package/vendor/vscode-jsonrpc/lib/common/api.js +87 -0
  386. package/vendor/vscode-jsonrpc/lib/common/cancellation.d.ts +32 -0
  387. package/vendor/vscode-jsonrpc/lib/common/cancellation.js +132 -0
  388. package/vendor/vscode-jsonrpc/lib/common/connection.d.ts +367 -0
  389. package/vendor/vscode-jsonrpc/lib/common/connection.js +1271 -0
  390. package/vendor/vscode-jsonrpc/lib/common/disposable.d.ts +9 -0
  391. package/vendor/vscode-jsonrpc/lib/common/disposable.js +16 -0
  392. package/vendor/vscode-jsonrpc/lib/common/encoding.d.ts +52 -0
  393. package/vendor/vscode-jsonrpc/lib/common/encoding.js +70 -0
  394. package/vendor/vscode-jsonrpc/lib/common/events.d.ts +39 -0
  395. package/vendor/vscode-jsonrpc/lib/common/events.js +135 -0
  396. package/vendor/vscode-jsonrpc/lib/common/is.d.ts +7 -0
  397. package/vendor/vscode-jsonrpc/lib/common/is.js +34 -0
  398. package/vendor/vscode-jsonrpc/lib/common/linkedMap.d.ts +55 -0
  399. package/vendor/vscode-jsonrpc/lib/common/linkedMap.js +412 -0
  400. package/vendor/vscode-jsonrpc/lib/common/messageBuffer.d.ts +18 -0
  401. package/vendor/vscode-jsonrpc/lib/common/messageBuffer.js +155 -0
  402. package/vendor/vscode-jsonrpc/lib/common/messageReader.d.ts +77 -0
  403. package/vendor/vscode-jsonrpc/lib/common/messageReader.js +246 -0
  404. package/vendor/vscode-jsonrpc/lib/common/messageWriter.d.ts +60 -0
  405. package/vendor/vscode-jsonrpc/lib/common/messageWriter.js +157 -0
  406. package/vendor/vscode-jsonrpc/lib/common/messages.d.ts +369 -0
  407. package/vendor/vscode-jsonrpc/lib/common/messages.js +436 -0
  408. package/vendor/vscode-jsonrpc/lib/common/ral.d.ts +74 -0
  409. package/vendor/vscode-jsonrpc/lib/common/ral.js +23 -0
  410. package/vendor/vscode-jsonrpc/lib/common/semaphore.d.ts +10 -0
  411. package/vendor/vscode-jsonrpc/lib/common/semaphore.js +74 -0
  412. package/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.d.ts +15 -0
  413. package/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +77 -0
  414. package/vendor/vscode-jsonrpc/lib/node/main.d.ts +58 -0
  415. package/vendor/vscode-jsonrpc/lib/node/main.js +289 -0
  416. package/vendor/vscode-jsonrpc/lib/node/ril.d.ts +12 -0
  417. package/vendor/vscode-jsonrpc/lib/node/ril.js +163 -0
  418. package/vendor/vscode-jsonrpc/package.json +54 -0
  419. package/vendor/vscode-jsonrpc/typings/thenable.d.ts +5 -0
@@ -0,0 +1,1695 @@
1
+ /// <reference path="../node/node.ts" preserve="true" />
2
+ import { CompletionItemKind } from "#enums/completionItemKind";
3
+ import { DiagnosticCategory } from "#enums/diagnosticCategory";
4
+ import { ElementFlags } from "#enums/elementFlags";
5
+ import { ModuleKind } from "#enums/moduleKind";
6
+ import { NodeBuilderFlags } from "#enums/nodeBuilderFlags";
7
+ import { ObjectFlags } from "#enums/objectFlags";
8
+ import { SignatureFlags } from "#enums/signatureFlags";
9
+ import { SignatureKind } from "#enums/signatureKind";
10
+ import { SymbolFlags } from "#enums/symbolFlags";
11
+ import { TypeFlags } from "#enums/typeFlags";
12
+ import { TypePredicateKind } from "#enums/typePredicateKind";
13
+ import { ModifierFlags, unescapeLeadingUnderscores, } from "../../ast/index.js";
14
+ import { encodeNode, uint8ArrayToBase64, } from "../node/encoder.js";
15
+ import { decodeNode, getNodeId, parseNodeHandle, readParseOptionsKey, readSourceFileHash, RemoteSourceFile, } from "../node/node.js";
16
+ import { Wtf8Decoder } from "../node/wtf8.js";
17
+ import { createGetCanonicalFileName, toPath, } from "../path.js";
18
+ import { resolveFileName, toUpdateSnapshotRequest, } from "../proto.js";
19
+ import { SourceFileCache } from "../sourceFileCache.js";
20
+ import { Client, } from "./client.js";
21
+ export { documentURIToFileName, fileNameToDocumentURI } from "../path.js";
22
+ export { CompletionItemKind, DiagnosticCategory, ElementFlags, ModifierFlags, ModuleKind, NodeBuilderFlags, ObjectFlags, SignatureFlags, SignatureKind, SymbolFlags, TypeFlags, TypePredicateKind };
23
+ export class API {
24
+ client;
25
+ sourceFileCache;
26
+ toPath;
27
+ initialized = false;
28
+ activeSnapshots = new Set();
29
+ latestSnapshot;
30
+ internal;
31
+ constructor(options = {}) {
32
+ this.client = new Client(options);
33
+ this.sourceFileCache = new SourceFileCache();
34
+ this.internal = new InternalAPI(this.client, () => this.ensureInitialized());
35
+ }
36
+ /**
37
+ * Create an API instance from an existing LSP connection's API session.
38
+ * Use this when connecting to an API pipe provided by an LSP server via custom/initializeAPISession.
39
+ */
40
+ static async fromLSPConnection(options) {
41
+ const api = new API(options);
42
+ await api.ensureInitialized();
43
+ return api;
44
+ }
45
+ async ensureInitialized() {
46
+ if (!this.initialized) {
47
+ const response = await this.client.apiRequest("initialize", null);
48
+ const getCanonicalFileName = createGetCanonicalFileName(response.useCaseSensitiveFileNames);
49
+ const currentDirectory = response.currentDirectory;
50
+ this.toPath = (fileName) => toPath(fileName, currentDirectory, getCanonicalFileName);
51
+ this.initialized = true;
52
+ }
53
+ }
54
+ async parseConfigFile(file) {
55
+ await this.ensureInitialized();
56
+ return this.client.apiRequest("parseConfigFile", { file });
57
+ }
58
+ async updateSnapshot(params) {
59
+ await this.ensureInitialized();
60
+ const requestParams = toUpdateSnapshotRequest(params);
61
+ const data = await this.client.apiRequest("updateSnapshot", requestParams);
62
+ // Retain cached source files from previous snapshot for unchanged files
63
+ if (this.latestSnapshot) {
64
+ this.sourceFileCache.retainForSnapshot(data.snapshot, this.latestSnapshot.id, data.changes);
65
+ if (this.latestSnapshot.isDisposed()) {
66
+ this.sourceFileCache.releaseSnapshot(this.latestSnapshot.id);
67
+ }
68
+ }
69
+ const snapshot = new Snapshot(data, this.client, this.sourceFileCache, this.toPath, () => {
70
+ this.activeSnapshots.delete(snapshot);
71
+ if (snapshot !== this.latestSnapshot) {
72
+ this.sourceFileCache.releaseSnapshot(snapshot.id);
73
+ }
74
+ });
75
+ this.latestSnapshot = snapshot;
76
+ this.activeSnapshots.add(snapshot);
77
+ return snapshot;
78
+ }
79
+ async close() {
80
+ // Dispose all active snapshots
81
+ for (const snapshot of [...this.activeSnapshots]) {
82
+ await snapshot.dispose();
83
+ }
84
+ // Release the latest snapshot's cache refs if still held
85
+ if (this.latestSnapshot) {
86
+ this.sourceFileCache.releaseSnapshot(this.latestSnapshot.id);
87
+ this.latestSnapshot = undefined;
88
+ }
89
+ await this.client.close();
90
+ this.sourceFileCache.clear();
91
+ }
92
+ clearSourceFileCache() {
93
+ this.sourceFileCache.clear();
94
+ }
95
+ /**
96
+ * Returns a snapshot of collected timing information for requests made
97
+ * through this API instance: client-measured round-trip latency and bytes
98
+ * transferred, folded together with the server's own per-request processing
99
+ * time and an estimated transport overhead (round-trip minus server time).
100
+ *
101
+ * Fetching the snapshot issues a lightweight request to the server to
102
+ * retrieve its timing collection. Collection must be enabled via the
103
+ * `collectTiming` option; when it is not, the returned snapshot has
104
+ * `enabled: false` and zeroed totals.
105
+ */
106
+ getTimingInfo() {
107
+ return this.client.getTimingInfo();
108
+ }
109
+ /** Clears all accumulated timing totals and recent-request history, on both the client and the server. */
110
+ resetTimingInfo() {
111
+ return this.client.resetTimingInfo();
112
+ }
113
+ }
114
+ export class InternalAPI {
115
+ client;
116
+ ensureInitialized;
117
+ /** @internal */
118
+ constructor(client, ensureInitialized) {
119
+ this.client = client;
120
+ this.ensureInitialized = ensureInitialized;
121
+ }
122
+ async startCPUProfile(dir) {
123
+ await this.ensureInitialized();
124
+ await this.client.apiRequest("startCPUProfile", { dir });
125
+ }
126
+ async stopCPUProfile() {
127
+ await this.ensureInitialized();
128
+ const result = await this.client.apiRequest("stopCPUProfile", null);
129
+ return result.file;
130
+ }
131
+ async saveHeapProfile(dir) {
132
+ await this.ensureInitialized();
133
+ const result = await this.client.apiRequest("saveHeapProfile", { dir });
134
+ return result.file;
135
+ }
136
+ }
137
+ export class Snapshot {
138
+ id;
139
+ projectMap;
140
+ toPath;
141
+ client;
142
+ disposed = false;
143
+ onDispose;
144
+ snapshotRegistry;
145
+ constructor(data, client, sourceFileCache, toPath, onDispose) {
146
+ this.id = data.snapshot;
147
+ this.client = client;
148
+ this.toPath = toPath;
149
+ this.onDispose = onDispose;
150
+ this.projectMap = new Map();
151
+ this.snapshotRegistry = new SnapshotObjectRegistry(client, this.id, projectId => this.projectMap.get(projectId));
152
+ for (const projData of data.projects) {
153
+ const project = new Project(projData, this.id, client, sourceFileCache, toPath, this.snapshotRegistry);
154
+ this.projectMap.set(toPath(projData.configFileName), project);
155
+ }
156
+ }
157
+ getProjects() {
158
+ this.ensureNotDisposed();
159
+ return [...this.projectMap.values()];
160
+ }
161
+ getProject(configFileName) {
162
+ this.ensureNotDisposed();
163
+ return this.projectMap.get(this.toPath(configFileName));
164
+ }
165
+ async getDefaultProjectForFile(file) {
166
+ this.ensureNotDisposed();
167
+ const data = await this.client.apiRequest("getDefaultProjectForFile", {
168
+ snapshot: this.id,
169
+ file,
170
+ });
171
+ if (!data)
172
+ return undefined;
173
+ return this.projectMap.get(this.toPath(data.configFileName));
174
+ }
175
+ [globalThis.Symbol.dispose]() {
176
+ this.dispose();
177
+ }
178
+ async dispose() {
179
+ if (this.disposed)
180
+ return;
181
+ this.disposed = true;
182
+ for (const project of this.projectMap.values()) {
183
+ project.dispose();
184
+ }
185
+ this.projectMap.clear();
186
+ this.snapshotRegistry.clear();
187
+ this.onDispose();
188
+ await this.client.apiRequest("release", { snapshot: this.id });
189
+ }
190
+ isDisposed() {
191
+ return this.disposed;
192
+ }
193
+ ensureNotDisposed() {
194
+ if (this.disposed) {
195
+ throw new Error("Snapshot is disposed");
196
+ }
197
+ }
198
+ }
199
+ class SnapshotObjectRegistry {
200
+ symbols = new Map();
201
+ client;
202
+ snapshotId;
203
+ resolveProject;
204
+ constructor(client, snapshotId, resolveProject) {
205
+ this.client = client;
206
+ this.snapshotId = snapshotId;
207
+ this.resolveProject = resolveProject;
208
+ }
209
+ /** Resolve a project id (a config file path) to its Project within this snapshot. */
210
+ getProject(projectId) {
211
+ return this.resolveProject(projectId);
212
+ }
213
+ getOrCreateSymbol(data) {
214
+ let symbol = this.symbols.get(data.id);
215
+ if (!symbol) {
216
+ symbol = new Symbol(data, this);
217
+ this.symbols.set(data.id, symbol);
218
+ }
219
+ return symbol;
220
+ }
221
+ getSymbol(id) {
222
+ return this.symbols.get(id);
223
+ }
224
+ clear() {
225
+ this.symbols.clear();
226
+ }
227
+ async fetchSymbol(source, method, handle, projectId) {
228
+ if (!handle)
229
+ return undefined;
230
+ const cached = this.getSymbol(handle);
231
+ if (cached)
232
+ return cached;
233
+ const data = await this.client.apiRequest(method, {
234
+ snapshot: this.snapshotId,
235
+ project: projectId,
236
+ objectId: source.id,
237
+ });
238
+ if (!data)
239
+ throw new Error(`${method} returned null symbol for ${source.constructor.name} ${source.id}`);
240
+ return this.getOrCreateSymbol(data);
241
+ }
242
+ async fetchSymbols(source, method, handles, projectId) {
243
+ if (handles) {
244
+ const result = new Array(handles.length);
245
+ let allCached = true;
246
+ for (let i = 0; i < handles.length; i++) {
247
+ const cached = this.getSymbol(handles[i]);
248
+ if (!cached) {
249
+ allCached = false;
250
+ break;
251
+ }
252
+ result[i] = cached;
253
+ }
254
+ if (allCached)
255
+ return result;
256
+ }
257
+ const symbolData = await this.client.apiRequest(method, {
258
+ snapshot: this.snapshotId,
259
+ project: projectId,
260
+ objectId: source.id,
261
+ });
262
+ if (symbolData == null)
263
+ return [];
264
+ else
265
+ return symbolData.map(data => this.getOrCreateSymbol(data));
266
+ }
267
+ }
268
+ class ProjectObjectRegistry {
269
+ client;
270
+ snapshotId;
271
+ project;
272
+ snapshotRegistry;
273
+ types = new Map();
274
+ signatures = new Map();
275
+ constructor(client, snapshotId, project, snapshotRegistry) {
276
+ this.client = client;
277
+ this.snapshotId = snapshotId;
278
+ this.project = project;
279
+ this.snapshotRegistry = snapshotRegistry;
280
+ }
281
+ getOrCreateSymbol(data) {
282
+ return this.snapshotRegistry.getOrCreateSymbol(data);
283
+ }
284
+ getSymbol(id) {
285
+ return this.snapshotRegistry.getSymbol(id);
286
+ }
287
+ getOrCreateType(data) {
288
+ let type = this.types.get(data.id);
289
+ if (!type) {
290
+ type = new TypeObject(data, this);
291
+ this.types.set(data.id, type);
292
+ }
293
+ return type;
294
+ }
295
+ getType(id) {
296
+ return this.types.get(id);
297
+ }
298
+ getOrCreateSignature(data) {
299
+ let sig = this.signatures.get(data.id);
300
+ if (!sig) {
301
+ sig = new Signature(data, this.project, this);
302
+ this.signatures.set(data.id, sig);
303
+ }
304
+ return sig;
305
+ }
306
+ getSignature(id) {
307
+ return this.signatures.get(id);
308
+ }
309
+ clear() {
310
+ this.types.clear();
311
+ this.signatures.clear();
312
+ }
313
+ async fetchType(source, method, handle) {
314
+ if (handle !== false) {
315
+ if (!handle)
316
+ return undefined;
317
+ const cached = this.getType(handle);
318
+ if (cached)
319
+ return cached;
320
+ }
321
+ const data = await this.client.apiRequest(method, {
322
+ snapshot: this.snapshotId,
323
+ project: this.project.id,
324
+ objectId: source.id,
325
+ });
326
+ if (!data)
327
+ throw new Error(`${method} returned null type for ${source.constructor.name} ${source.id}`);
328
+ return this.getOrCreateType(data);
329
+ }
330
+ async fetchSymbol(source, method, handle) {
331
+ return this.snapshotRegistry.fetchSymbol(source, method, handle, this.project.id);
332
+ }
333
+ async fetchSignature(source, method, handle) {
334
+ if (!handle)
335
+ return undefined;
336
+ const cached = this.getSignature(handle);
337
+ if (cached)
338
+ return cached;
339
+ const data = await this.client.apiRequest(method, {
340
+ snapshot: this.snapshotId,
341
+ project: this.project.id,
342
+ objectId: source.id,
343
+ });
344
+ if (!data)
345
+ throw new Error(`${method} returned null signature for ${source.constructor.name} ${source.id}`);
346
+ return this.getOrCreateSignature(data);
347
+ }
348
+ async fetchTypes(source, method, handles) {
349
+ if (handles) {
350
+ const result = new Array(handles.length);
351
+ let allCached = true;
352
+ for (let i = 0; i < handles.length; i++) {
353
+ const cached = this.getType(handles[i]);
354
+ if (!cached) {
355
+ allCached = false;
356
+ break;
357
+ }
358
+ result[i] = cached;
359
+ }
360
+ if (allCached)
361
+ return result;
362
+ }
363
+ const typesData = await this.client.apiRequest(method, {
364
+ snapshot: this.snapshotId,
365
+ project: this.project.id,
366
+ objectId: source.id,
367
+ });
368
+ if (typesData == null)
369
+ return [];
370
+ else
371
+ return typesData.map(data => this.getOrCreateType(data));
372
+ }
373
+ async fetchSymbols(source, method, handles) {
374
+ return this.snapshotRegistry.fetchSymbols(source, method, handles, this.project.id);
375
+ }
376
+ // getBaseTypes is a checker-level endpoint keyed by `type` (not `objectId`),
377
+ // so it cannot go through fetchTypes. This helper reuses that server method.
378
+ async fetchBaseTypes(source) {
379
+ const typesData = await this.client.apiRequest("getBaseTypes", {
380
+ snapshot: this.snapshotId,
381
+ project: this.project.id,
382
+ type: source.id,
383
+ });
384
+ if (typesData == null)
385
+ return [];
386
+ return typesData.map(data => this.getOrCreateType(data));
387
+ }
388
+ }
389
+ export class Project {
390
+ id;
391
+ configFileName;
392
+ compilerOptions;
393
+ rootFiles;
394
+ program;
395
+ checker;
396
+ emitter;
397
+ client;
398
+ constructor(data, snapshotId, client, sourceFileCache, toPath, snapshotRegistry) {
399
+ this.id = data.id;
400
+ this.configFileName = data.configFileName;
401
+ this.compilerOptions = data.compilerOptions;
402
+ this.rootFiles = data.rootFiles;
403
+ this.client = client;
404
+ this.program = new Program(snapshotId, this, client, sourceFileCache, toPath);
405
+ const objectRegistry = new ProjectObjectRegistry(client, snapshotId, this, snapshotRegistry);
406
+ this.checker = new Checker(snapshotId, this, client, objectRegistry);
407
+ this.emitter = new Emitter(client);
408
+ }
409
+ dispose() {
410
+ this.checker.dispose();
411
+ }
412
+ }
413
+ export class Program {
414
+ snapshotId;
415
+ project;
416
+ client;
417
+ sourceFileCache;
418
+ toPath;
419
+ decoder = new Wtf8Decoder();
420
+ sourceFileMetadataCache = new Map();
421
+ constructor(snapshotId, project, client, sourceFileCache, toPath) {
422
+ this.snapshotId = snapshotId;
423
+ this.project = project;
424
+ this.client = client;
425
+ this.sourceFileCache = sourceFileCache;
426
+ this.toPath = toPath;
427
+ }
428
+ getCompilerOptions() {
429
+ return this.project.compilerOptions;
430
+ }
431
+ async getSourceFile(file) {
432
+ const fileName = resolveFileName(file);
433
+ const path = this.toPath(fileName);
434
+ // Check if we already have a retained cache entry for this (snapshot, project) pair
435
+ const retained = this.sourceFileCache.getRetained(path, this.snapshotId, this.project.id);
436
+ if (retained) {
437
+ return retained;
438
+ }
439
+ // Fetch from server
440
+ const binaryData = await this.client.apiRequestBinary("getSourceFile", {
441
+ snapshot: this.snapshotId,
442
+ project: this.project.id,
443
+ file,
444
+ });
445
+ if (!binaryData) {
446
+ return undefined;
447
+ }
448
+ const view = new DataView(binaryData.buffer, binaryData.byteOffset, binaryData.byteLength);
449
+ const contentHash = readSourceFileHash(view);
450
+ const parseOptionsKey = readParseOptionsKey(view);
451
+ // Create a new RemoteSourceFile and cache it (set returns existing if hash matches)
452
+ const sourceFile = new RemoteSourceFile(binaryData, this.decoder, this.client.getTimingCollector());
453
+ return this.sourceFileCache.set(path, sourceFile, parseOptionsKey, contentHash, this.snapshotId, this.project.id);
454
+ }
455
+ async getSourceFileNames() {
456
+ const data = await this.client.apiRequest("getSourceFileNames", {
457
+ snapshot: this.snapshotId,
458
+ project: this.project.id,
459
+ });
460
+ return data ?? [];
461
+ }
462
+ /**
463
+ * Returns program-stored metadata for the given source file, or `undefined` if the file
464
+ * is not part of the program. Metadata is fetched lazily per file and cached on this
465
+ * `Program` instance.
466
+ */
467
+ getSourceFileMetadata(fileName) {
468
+ return this.getSourceFileMetadataByPath(this.toPath(fileName));
469
+ }
470
+ /**
471
+ * Returns program-stored metadata for the source file at the given path, or `undefined`
472
+ * if the file is not part of the program. Like {@link getSourceFileMetadata}, but skips
473
+ * the file name to path conversion. Metadata is fetched lazily per file and cached on
474
+ * this `Program` instance.
475
+ */
476
+ getSourceFileMetadataByPath(path) {
477
+ let metadata = this.sourceFileMetadataCache.get(path);
478
+ if (metadata === undefined) {
479
+ metadata = this.fetchSourceFileMetadata(path);
480
+ this.sourceFileMetadataCache.set(path, metadata);
481
+ }
482
+ return metadata;
483
+ }
484
+ async fetchSourceFileMetadata(path) {
485
+ const data = await this.client.apiRequest("getSourceFileMetadata", {
486
+ snapshot: this.snapshotId,
487
+ project: this.project.id,
488
+ file: path,
489
+ });
490
+ return data ?? undefined;
491
+ }
492
+ /**
493
+ * Returns whether the given source file was loaded as part of an external library
494
+ * (e.g. a dependency resolved from `node_modules`). The underlying program metadata is
495
+ * fetched lazily per file and cached on this `Program` instance.
496
+ */
497
+ async isSourceFileFromExternalLibrary(file) {
498
+ const metadata = await this.getSourceFileMetadataByPath(file.path);
499
+ return metadata?.isFromExternalLibrary ?? false;
500
+ }
501
+ /**
502
+ * Returns whether the given source file is a default library file (e.g. `lib.d.ts`).
503
+ * The underlying program metadata is fetched lazily per file and cached on this
504
+ * `Program` instance.
505
+ */
506
+ async isSourceFileDefaultLibrary(file) {
507
+ const metadata = await this.getSourceFileMetadataByPath(file.path);
508
+ return metadata?.isDefaultLibrary ?? false;
509
+ }
510
+ /**
511
+ * Get syntactic (parse) diagnostics for a specific file or all files.
512
+ * @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
513
+ */
514
+ async getSyntacticDiagnostics(file) {
515
+ const data = await this.client.apiRequest("getSyntacticDiagnostics", {
516
+ snapshot: this.snapshotId,
517
+ project: this.project.id,
518
+ ...(file !== undefined ? { file } : {}),
519
+ });
520
+ return data ?? [];
521
+ }
522
+ /**
523
+ * Get binder diagnostics for a specific file or all files.
524
+ * @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
525
+ */
526
+ async getBindDiagnostics(file) {
527
+ const data = await this.client.apiRequest("getBindDiagnostics", {
528
+ snapshot: this.snapshotId,
529
+ project: this.project.id,
530
+ ...(file !== undefined ? { file } : {}),
531
+ });
532
+ return data ?? [];
533
+ }
534
+ /**
535
+ * Get semantic (type-check) diagnostics for a specific file or all files.
536
+ * @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
537
+ */
538
+ async getSemanticDiagnostics(file) {
539
+ const data = await this.client.apiRequest("getSemanticDiagnostics", {
540
+ snapshot: this.snapshotId,
541
+ project: this.project.id,
542
+ ...(file !== undefined ? { file } : {}),
543
+ });
544
+ return data ?? [];
545
+ }
546
+ /**
547
+ * Get suggestion diagnostics for a specific file or all files.
548
+ * @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
549
+ */
550
+ async getSuggestionDiagnostics(file) {
551
+ const data = await this.client.apiRequest("getSuggestionDiagnostics", {
552
+ snapshot: this.snapshotId,
553
+ project: this.project.id,
554
+ ...(file !== undefined ? { file } : {}),
555
+ });
556
+ return data ?? [];
557
+ }
558
+ /**
559
+ * Get declaration emit diagnostics for a specific file or all files.
560
+ * @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
561
+ */
562
+ async getDeclarationDiagnostics(file) {
563
+ const data = await this.client.apiRequest("getDeclarationDiagnostics", {
564
+ snapshot: this.snapshotId,
565
+ project: this.project.id,
566
+ ...(file !== undefined ? { file } : {}),
567
+ });
568
+ return data ?? [];
569
+ }
570
+ /**
571
+ * Get program-wide diagnostics for the project, including compiler options diagnostics.
572
+ */
573
+ async getProgramDiagnostics() {
574
+ const data = await this.client.apiRequest("getProgramDiagnostics", {
575
+ snapshot: this.snapshotId,
576
+ project: this.project.id,
577
+ });
578
+ return data ?? [];
579
+ }
580
+ /**
581
+ * Get global (non-file-specific) semantic diagnostics for the project.
582
+ */
583
+ async getGlobalDiagnostics() {
584
+ const data = await this.client.apiRequest("getGlobalDiagnostics", {
585
+ snapshot: this.snapshotId,
586
+ project: this.project.id,
587
+ });
588
+ return data ?? [];
589
+ }
590
+ /**
591
+ * Get config file parsing diagnostics for the project.
592
+ */
593
+ async getConfigFileParsingDiagnostics() {
594
+ const data = await this.client.apiRequest("getConfigFileParsingDiagnostics", {
595
+ snapshot: this.snapshotId,
596
+ project: this.project.id,
597
+ });
598
+ return data ?? [];
599
+ }
600
+ }
601
+ export class Checker {
602
+ snapshotId;
603
+ project;
604
+ client;
605
+ objectRegistry;
606
+ wellKnownSymbols;
607
+ wellKnownSignatures;
608
+ constructor(snapshotId, project, client, objectRegistry) {
609
+ this.snapshotId = snapshotId;
610
+ this.project = project;
611
+ this.client = client;
612
+ this.objectRegistry = objectRegistry;
613
+ }
614
+ dispose() {
615
+ this.objectRegistry.clear();
616
+ }
617
+ async getSymbolAtLocation(nodeOrNodes) {
618
+ if (Array.isArray(nodeOrNodes)) {
619
+ const data = await this.client.apiRequest("getSymbolsAtLocations", {
620
+ snapshot: this.snapshotId,
621
+ project: this.project.id,
622
+ locations: nodeOrNodes.map(node => getNodeId(node)),
623
+ });
624
+ return data.map(d => d ? this.objectRegistry.getOrCreateSymbol(d) : undefined);
625
+ }
626
+ const data = await this.client.apiRequest("getSymbolAtLocation", {
627
+ snapshot: this.snapshotId,
628
+ project: this.project.id,
629
+ location: getNodeId(nodeOrNodes),
630
+ });
631
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
632
+ }
633
+ async getSymbolAtPosition(file, positionOrPositions) {
634
+ if (typeof positionOrPositions === "number") {
635
+ const data = await this.client.apiRequest("getSymbolAtPosition", {
636
+ snapshot: this.snapshotId,
637
+ project: this.project.id,
638
+ file,
639
+ position: positionOrPositions,
640
+ });
641
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
642
+ }
643
+ const data = await this.client.apiRequest("getSymbolsAtPositions", {
644
+ snapshot: this.snapshotId,
645
+ project: this.project.id,
646
+ file,
647
+ positions: positionOrPositions,
648
+ });
649
+ return data.map(d => d ? this.objectRegistry.getOrCreateSymbol(d) : undefined);
650
+ }
651
+ async getTypeOfSymbol(symbolOrSymbols) {
652
+ if (Array.isArray(symbolOrSymbols)) {
653
+ const data = await this.client.apiRequest("getTypesOfSymbols", {
654
+ snapshot: this.snapshotId,
655
+ project: this.project.id,
656
+ symbols: symbolOrSymbols.map(s => s.id),
657
+ });
658
+ return data.map(d => this.objectRegistry.getOrCreateType(d));
659
+ }
660
+ const data = await this.client.apiRequest("getTypeOfSymbol", {
661
+ snapshot: this.snapshotId,
662
+ project: this.project.id,
663
+ symbol: symbolOrSymbols.id,
664
+ });
665
+ return this.objectRegistry.getOrCreateType(data);
666
+ }
667
+ /**
668
+ * Get the declared type of a symbol. Always returns a type; for symbols whose
669
+ * declared type cannot be determined the checker yields the error type (use
670
+ * {@link Type.isErrorType} to detect it).
671
+ */
672
+ async getDeclaredTypeOfSymbol(symbol) {
673
+ const data = await this.client.apiRequest("getDeclaredTypeOfSymbol", {
674
+ snapshot: this.snapshotId,
675
+ project: this.project.id,
676
+ symbol: symbol.id,
677
+ });
678
+ return this.objectRegistry.getOrCreateType(data);
679
+ }
680
+ async getReferencesToSymbolInFile(file, symbol) {
681
+ const data = await this.client.apiRequest("getReferencesToSymbolInFile", {
682
+ snapshot: this.snapshotId,
683
+ project: this.project.id,
684
+ file,
685
+ symbol: symbol.id,
686
+ });
687
+ return (data ?? []).map(h => new NodeHandle(h, this.project));
688
+ }
689
+ async getReferencedSymbolsForNode(node, position) {
690
+ const data = await this.client.apiRequest("getReferencedSymbolsForNode", {
691
+ snapshot: this.snapshotId,
692
+ project: this.project.id,
693
+ node: getNodeId(node),
694
+ position,
695
+ });
696
+ return (data ?? []).map(entry => ({
697
+ definition: new NodeHandle(entry.definition, this.project),
698
+ symbol: entry.symbol ? this.objectRegistry.getOrCreateSymbol(entry.symbol) : undefined,
699
+ references: (entry.references ?? []).map(h => new NodeHandle(h, this.project)),
700
+ }));
701
+ }
702
+ async getSignatureUsage(signatureDecl) {
703
+ const data = await this.client.apiRequest("getSignatureUsages", {
704
+ snapshot: this.snapshotId,
705
+ project: this.project.id,
706
+ signatureDecl: getNodeId(signatureDecl),
707
+ });
708
+ return (data ?? []).map(entry => ({
709
+ name: new NodeHandle(entry.name, this.project),
710
+ call: entry.call ? new NodeHandle(entry.call, this.project) : undefined,
711
+ }));
712
+ }
713
+ async getCompletionsAtPosition(document, position, options) {
714
+ const data = await this.client.apiRequest("getCompletionsAtPosition", {
715
+ snapshot: this.snapshotId,
716
+ project: this.project.id,
717
+ file: document,
718
+ position,
719
+ triggerCharacter: options?.triggerCharacter,
720
+ includeSymbol: options?.includeSymbol,
721
+ });
722
+ if (!data)
723
+ return undefined;
724
+ return {
725
+ isIncomplete: data.isIncomplete,
726
+ entries: data.entries.map(e => ({
727
+ ...e,
728
+ symbol: e.symbol ? this.objectRegistry.getOrCreateSymbol(e.symbol) : undefined,
729
+ })),
730
+ };
731
+ }
732
+ async getTypeAtLocation(nodeOrNodes) {
733
+ if (Array.isArray(nodeOrNodes)) {
734
+ const data = await this.client.apiRequest("getTypeAtLocations", {
735
+ snapshot: this.snapshotId,
736
+ project: this.project.id,
737
+ locations: nodeOrNodes.map(node => getNodeId(node)),
738
+ });
739
+ return data.map(d => this.objectRegistry.getOrCreateType(d));
740
+ }
741
+ const data = await this.client.apiRequest("getTypeAtLocation", {
742
+ snapshot: this.snapshotId,
743
+ project: this.project.id,
744
+ location: getNodeId(nodeOrNodes),
745
+ });
746
+ return this.objectRegistry.getOrCreateType(data);
747
+ }
748
+ async getSignaturesOfType(type, kind) {
749
+ const data = await this.client.apiRequest("getSignaturesOfType", {
750
+ snapshot: this.snapshotId,
751
+ project: this.project.id,
752
+ type: type.id,
753
+ kind,
754
+ });
755
+ return data.map(d => this.objectRegistry.getOrCreateSignature(d));
756
+ }
757
+ /**
758
+ * Get the resolved signature of a call-like expression. Always returns a
759
+ * signature; when a call cannot be resolved the checker yields the unknown
760
+ * signature (use {@link Checker.isUnknownSignature} to detect it).
761
+ */
762
+ async getResolvedSignature(node) {
763
+ const data = await this.client.apiRequest("getResolvedSignature", {
764
+ snapshot: this.snapshotId,
765
+ project: this.project.id,
766
+ location: getNodeId(node),
767
+ });
768
+ return this.objectRegistry.getOrCreateSignature(data);
769
+ }
770
+ async getTypeAtPosition(file, positionOrPositions) {
771
+ if (typeof positionOrPositions === "number") {
772
+ const data = await this.client.apiRequest("getTypeAtPosition", {
773
+ snapshot: this.snapshotId,
774
+ project: this.project.id,
775
+ file,
776
+ position: positionOrPositions,
777
+ });
778
+ return data ? this.objectRegistry.getOrCreateType(data) : undefined;
779
+ }
780
+ const data = await this.client.apiRequest("getTypesAtPositions", {
781
+ snapshot: this.snapshotId,
782
+ project: this.project.id,
783
+ file,
784
+ positions: positionOrPositions,
785
+ });
786
+ return data.map(d => d ? this.objectRegistry.getOrCreateType(d) : undefined);
787
+ }
788
+ async resolveName(name, meaning, location, excludeGlobals) {
789
+ // Distinguish Node (has `kind`) from DocumentPosition (has `document` and `position`)
790
+ const isNode = location && "kind" in location;
791
+ const data = await this.client.apiRequest("resolveName", {
792
+ snapshot: this.snapshotId,
793
+ project: this.project.id,
794
+ name,
795
+ meaning,
796
+ location: isNode ? getNodeId(location) : undefined,
797
+ file: !isNode && location ? location.document : undefined,
798
+ position: !isNode && location ? location.position : undefined,
799
+ excludeGlobals,
800
+ });
801
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
802
+ }
803
+ async getResolvedSymbol(node) {
804
+ const text = node.text;
805
+ if (!text)
806
+ return undefined;
807
+ return this.resolveName(text, SymbolFlags.Value | SymbolFlags.ExportValue, node);
808
+ }
809
+ async getContextualType(node) {
810
+ const data = await this.client.apiRequest("getContextualType", {
811
+ snapshot: this.snapshotId,
812
+ project: this.project.id,
813
+ location: getNodeId(node),
814
+ });
815
+ return data ? this.objectRegistry.getOrCreateType(data) : undefined;
816
+ }
817
+ /** Get the base type of a literal type (e.g. `number` for `42`). Always returns a type. */
818
+ async getBaseTypeOfLiteralType(type) {
819
+ const data = await this.client.apiRequest("getBaseTypeOfLiteralType", {
820
+ snapshot: this.snapshotId,
821
+ project: this.project.id,
822
+ type: type.id,
823
+ });
824
+ return this.objectRegistry.getOrCreateType(data);
825
+ }
826
+ /** Get the type with `null` and `undefined` removed. Always returns a type. */
827
+ async getNonNullableType(type) {
828
+ const data = await this.client.apiRequest("getNonNullableType", {
829
+ snapshot: this.snapshotId,
830
+ project: this.project.id,
831
+ type: type.id,
832
+ });
833
+ return this.objectRegistry.getOrCreateType(data);
834
+ }
835
+ /**
836
+ * Get the type for a type node. Always returns a type; for type nodes whose
837
+ * type cannot be determined the checker yields the error type (use
838
+ * {@link Type.isErrorType} to detect it).
839
+ */
840
+ async getTypeFromTypeNode(node) {
841
+ const data = await this.client.apiRequest("getTypeFromTypeNode", {
842
+ snapshot: this.snapshotId,
843
+ project: this.project.id,
844
+ location: getNodeId(node),
845
+ });
846
+ return this.objectRegistry.getOrCreateType(data);
847
+ }
848
+ /** Get the widened type. Always returns a type. */
849
+ async getWidenedType(type) {
850
+ const data = await this.client.apiRequest("getWidenedType", {
851
+ snapshot: this.snapshotId,
852
+ project: this.project.id,
853
+ type: type.id,
854
+ });
855
+ return this.objectRegistry.getOrCreateType(data);
856
+ }
857
+ /**
858
+ * Get the type of the parameter at the given index in a signature. Always
859
+ * returns a type; an out-of-range index yields the `any` type.
860
+ */
861
+ async getParameterType(signature, index) {
862
+ const data = await this.client.apiRequest("getParameterType", {
863
+ snapshot: this.snapshotId,
864
+ project: this.project.id,
865
+ signature: signature.id,
866
+ index,
867
+ });
868
+ return this.objectRegistry.getOrCreateType(data);
869
+ }
870
+ async isArrayLikeType(type) {
871
+ return this.client.apiRequest("isArrayLikeType", {
872
+ snapshot: this.snapshotId,
873
+ project: this.project.id,
874
+ type: type.id,
875
+ });
876
+ }
877
+ async isTypeAssignableTo(source, target) {
878
+ return this.client.apiRequest("isTypeAssignableTo", {
879
+ snapshot: this.snapshotId,
880
+ project: this.project.id,
881
+ source: source.id,
882
+ target: target.id,
883
+ });
884
+ }
885
+ async getShorthandAssignmentValueSymbol(node) {
886
+ const data = await this.client.apiRequest("getShorthandAssignmentValueSymbol", {
887
+ snapshot: this.snapshotId,
888
+ project: this.project.id,
889
+ location: getNodeId(node),
890
+ });
891
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
892
+ }
893
+ /**
894
+ * Get the type of a symbol as narrowed at a specific location. Always returns
895
+ * a type; for symbols whose type cannot be determined the checker yields the
896
+ * error type (use {@link Type.isErrorType} to detect it).
897
+ */
898
+ async getTypeOfSymbolAtLocation(symbol, location) {
899
+ const data = await this.client.apiRequest("getTypeOfSymbolAtLocation", {
900
+ snapshot: this.snapshotId,
901
+ project: this.project.id,
902
+ symbol: symbol.id,
903
+ location: getNodeId(location),
904
+ });
905
+ return this.objectRegistry.getOrCreateType(data);
906
+ }
907
+ async getIntrinsicType(method) {
908
+ const data = await this.client.apiRequest(method, {
909
+ snapshot: this.snapshotId,
910
+ project: this.project.id,
911
+ });
912
+ return this.objectRegistry.getOrCreateType(data);
913
+ }
914
+ async getAnyType() {
915
+ return this.getIntrinsicType("getAnyType");
916
+ }
917
+ async getStringType() {
918
+ return this.getIntrinsicType("getStringType");
919
+ }
920
+ async getNumberType() {
921
+ return this.getIntrinsicType("getNumberType");
922
+ }
923
+ async getBooleanType() {
924
+ return this.getIntrinsicType("getBooleanType");
925
+ }
926
+ async getVoidType() {
927
+ return this.getIntrinsicType("getVoidType");
928
+ }
929
+ async getUndefinedType() {
930
+ return this.getIntrinsicType("getUndefinedType");
931
+ }
932
+ async getNullType() {
933
+ return this.getIntrinsicType("getNullType");
934
+ }
935
+ async getNeverType() {
936
+ return this.getIntrinsicType("getNeverType");
937
+ }
938
+ async getUnknownType() {
939
+ return this.getIntrinsicType("getUnknownType");
940
+ }
941
+ async getBigIntType() {
942
+ return this.getIntrinsicType("getBigIntType");
943
+ }
944
+ async getESSymbolType() {
945
+ return this.getIntrinsicType("getESSymbolType");
946
+ }
947
+ async typeToTypeNode(type, enclosingDeclaration, flags) {
948
+ const binaryData = await this.client.apiRequestBinary("typeToTypeNode", {
949
+ snapshot: this.snapshotId,
950
+ project: this.project.id,
951
+ type: type.id,
952
+ location: enclosingDeclaration ? getNodeId(enclosingDeclaration) : undefined,
953
+ flags,
954
+ });
955
+ if (!binaryData)
956
+ return undefined;
957
+ return decodeNode(binaryData);
958
+ }
959
+ async signatureToSignatureDeclaration(signature, kind, enclosingDeclaration, flags) {
960
+ const binaryData = await this.client.apiRequestBinary("signatureToSignatureDeclaration", {
961
+ snapshot: this.snapshotId,
962
+ project: this.project.id,
963
+ signature: signature.id,
964
+ kind,
965
+ location: enclosingDeclaration ? getNodeId(enclosingDeclaration) : undefined,
966
+ flags,
967
+ });
968
+ if (!binaryData)
969
+ return undefined;
970
+ return decodeNode(binaryData);
971
+ }
972
+ async typeToString(type, enclosingDeclaration, flags) {
973
+ return this.client.apiRequest("typeToString", {
974
+ snapshot: this.snapshotId,
975
+ project: this.project.id,
976
+ type: type.id,
977
+ location: enclosingDeclaration ? getNodeId(enclosingDeclaration) : undefined,
978
+ flags,
979
+ });
980
+ }
981
+ async isContextSensitive(node) {
982
+ return this.client.apiRequest("isContextSensitive", {
983
+ snapshot: this.snapshotId,
984
+ project: this.project.id,
985
+ location: getNodeId(node),
986
+ });
987
+ }
988
+ async isArrayType(type) {
989
+ return this.client.apiRequest("isArrayType", {
990
+ snapshot: this.snapshotId,
991
+ project: this.project.id,
992
+ type: type.id,
993
+ });
994
+ }
995
+ async isTupleType(type) {
996
+ return this.client.apiRequest("isTupleType", {
997
+ snapshot: this.snapshotId,
998
+ project: this.project.id,
999
+ type: type.id,
1000
+ });
1001
+ }
1002
+ /** Get the return type of a signature. Always returns a type. */
1003
+ async getReturnTypeOfSignature(signature) {
1004
+ const data = await this.client.apiRequest("getReturnTypeOfSignature", {
1005
+ snapshot: this.snapshotId,
1006
+ project: this.project.id,
1007
+ signature: signature.id,
1008
+ });
1009
+ return this.objectRegistry.getOrCreateType(data);
1010
+ }
1011
+ /**
1012
+ * Get the rest type of a signature. Always returns a type; a signature with
1013
+ * no rest parameter yields the `any` type.
1014
+ */
1015
+ async getRestTypeOfSignature(signature) {
1016
+ const data = await this.client.apiRequest("getRestTypeOfSignature", {
1017
+ snapshot: this.snapshotId,
1018
+ project: this.project.id,
1019
+ signature: signature.id,
1020
+ });
1021
+ return this.objectRegistry.getOrCreateType(data);
1022
+ }
1023
+ async getTypePredicateOfSignature(signature) {
1024
+ const data = await this.client.apiRequest("getTypePredicateOfSignature", {
1025
+ snapshot: this.snapshotId,
1026
+ project: this.project.id,
1027
+ signature: signature.id,
1028
+ });
1029
+ if (!data)
1030
+ return undefined;
1031
+ return {
1032
+ kind: data.kind,
1033
+ parameterIndex: data.parameterIndex,
1034
+ parameterName: data.parameterName,
1035
+ type: data.type ? this.objectRegistry.getOrCreateType(data.type) : undefined,
1036
+ };
1037
+ }
1038
+ /**
1039
+ * Get the base types of a class or interface type. A type with no base types
1040
+ * yields an empty array.
1041
+ */
1042
+ async getBaseTypes(type) {
1043
+ const data = await this.client.apiRequest("getBaseTypes", {
1044
+ snapshot: this.snapshotId,
1045
+ project: this.project.id,
1046
+ type: type.id,
1047
+ });
1048
+ return data ? data.map(d => this.objectRegistry.getOrCreateType(d)) : [];
1049
+ }
1050
+ /** Get the apparent type of a type. Always returns a type. */
1051
+ async getApparentType(type) {
1052
+ const data = await this.client.apiRequest("getApparentType", {
1053
+ snapshot: this.snapshotId,
1054
+ project: this.project.id,
1055
+ type: type.id,
1056
+ });
1057
+ return this.objectRegistry.getOrCreateType(data);
1058
+ }
1059
+ async getPropertiesOfType(type) {
1060
+ const data = await this.client.apiRequest("getPropertiesOfType", {
1061
+ snapshot: this.snapshotId,
1062
+ project: this.project.id,
1063
+ type: type.id,
1064
+ });
1065
+ return data ? data.map(d => this.objectRegistry.getOrCreateSymbol(d)) : [];
1066
+ }
1067
+ async getIndexInfosOfType(type) {
1068
+ const data = await this.client.apiRequest("getIndexInfosOfType", {
1069
+ snapshot: this.snapshotId,
1070
+ project: this.project.id,
1071
+ type: type.id,
1072
+ });
1073
+ if (!data)
1074
+ return [];
1075
+ return data.map(d => ({
1076
+ keyType: this.objectRegistry.getOrCreateType(d.keyType),
1077
+ valueType: this.objectRegistry.getOrCreateType(d.valueType),
1078
+ isReadonly: d.isReadonly ?? false,
1079
+ declaration: d.declaration ? new NodeHandle(d.declaration, this.project) : undefined,
1080
+ }));
1081
+ }
1082
+ /**
1083
+ * Get the constraint of a type parameter (the `T` in `<U extends T>`), or
1084
+ * undefined if it has none.
1085
+ */
1086
+ async getConstraintOfTypeParameter(type) {
1087
+ const data = await this.client.apiRequest("getConstraintOfTypeParameter", {
1088
+ snapshot: this.snapshotId,
1089
+ project: this.project.id,
1090
+ type: type.id,
1091
+ });
1092
+ return data ? this.objectRegistry.getOrCreateType(data) : undefined;
1093
+ }
1094
+ async getBaseConstraintOfType(type) {
1095
+ const data = await this.client.apiRequest("getBaseConstraintOfType", {
1096
+ snapshot: this.snapshotId,
1097
+ project: this.project.id,
1098
+ type: type.id,
1099
+ });
1100
+ return data ? this.objectRegistry.getOrCreateType(data) : undefined;
1101
+ }
1102
+ async getPropertyOfType(type, name) {
1103
+ const data = await this.client.apiRequest("getPropertyOfType", {
1104
+ snapshot: this.snapshotId,
1105
+ project: this.project.id,
1106
+ type: type.id,
1107
+ name,
1108
+ });
1109
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
1110
+ }
1111
+ async getConstantValue(node) {
1112
+ const data = await this.client.apiRequest("getConstantValue", {
1113
+ snapshot: this.snapshotId,
1114
+ project: this.project.id,
1115
+ location: getNodeId(node),
1116
+ });
1117
+ return data ?? undefined;
1118
+ }
1119
+ /** Get the signature of a function-like declaration. Always returns a signature. */
1120
+ async getSignatureFromDeclaration(node) {
1121
+ const data = await this.client.apiRequest("getSignatureFromDeclaration", {
1122
+ snapshot: this.snapshotId,
1123
+ project: this.project.id,
1124
+ location: getNodeId(node),
1125
+ });
1126
+ return this.objectRegistry.getOrCreateSignature(data);
1127
+ }
1128
+ async getExportSpecifierLocalTargetSymbol(node) {
1129
+ const data = await this.client.apiRequest("getExportSpecifierLocalTargetSymbol", {
1130
+ snapshot: this.snapshotId,
1131
+ project: this.project.id,
1132
+ location: getNodeId(node),
1133
+ });
1134
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
1135
+ }
1136
+ /**
1137
+ * Follow all aliases to get the original symbol. Always returns a symbol; for
1138
+ * an unresolved alias the checker yields the unknown symbol (use
1139
+ * {@link Checker.isUnknownSymbol} to detect it).
1140
+ */
1141
+ async getAliasedSymbol(symbol) {
1142
+ const data = await this.client.apiRequest("getAliasedSymbol", {
1143
+ snapshot: this.snapshotId,
1144
+ project: this.project.id,
1145
+ symbol: symbol.id,
1146
+ });
1147
+ return this.objectRegistry.getOrCreateSymbol(data);
1148
+ }
1149
+ async getImmediateAliasedSymbol(symbol) {
1150
+ const data = await this.client.apiRequest("getImmediateAliasedSymbol", {
1151
+ snapshot: this.snapshotId,
1152
+ project: this.project.id,
1153
+ symbol: symbol.id,
1154
+ });
1155
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
1156
+ }
1157
+ /**
1158
+ * Fetch (once, then cache) the handle ids of the per-checker singleton
1159
+ * symbols (unknown, undefined, arguments). These ids are stable for the life
1160
+ * of the project's checker, so identity checks against them are local after
1161
+ * the first call.
1162
+ */
1163
+ getWellKnownSymbols() {
1164
+ return this.wellKnownSymbols ??= this.client.apiRequest("getWellKnownSymbols", {
1165
+ snapshot: this.snapshotId,
1166
+ project: this.project.id,
1167
+ });
1168
+ }
1169
+ /**
1170
+ * Returns `true` if the symbol is the checker's "unknown" symbol (e.g. the
1171
+ * result of {@link Checker.getAliasedSymbol} on an unresolved alias).
1172
+ */
1173
+ async isUnknownSymbol(symbol) {
1174
+ return symbol.id === (await this.getWellKnownSymbols()).unknown;
1175
+ }
1176
+ /**
1177
+ * Returns `true` if the symbol is the checker's "undefined" symbol.
1178
+ */
1179
+ async isUndefinedSymbol(symbol) {
1180
+ return symbol.id === (await this.getWellKnownSymbols()).undefined;
1181
+ }
1182
+ /**
1183
+ * Returns `true` if the symbol is the checker's "arguments" symbol.
1184
+ */
1185
+ async isArgumentsSymbol(symbol) {
1186
+ return symbol.id === (await this.getWellKnownSymbols()).arguments;
1187
+ }
1188
+ /**
1189
+ * Fetch (once, then cache) the handle id of the per-checker unknown
1190
+ * signature. This id is stable for the life of the project's checker, so
1191
+ * identity checks against it are local after the first call.
1192
+ */
1193
+ getWellKnownSignatures() {
1194
+ return this.wellKnownSignatures ??= this.client.apiRequest("getWellKnownSignatures", {
1195
+ snapshot: this.snapshotId,
1196
+ project: this.project.id,
1197
+ });
1198
+ }
1199
+ /**
1200
+ * Returns `true` if the signature is the checker's "unknown" signature (e.g.
1201
+ * the result of {@link Checker.getResolvedSignature} on a call that cannot be
1202
+ * resolved).
1203
+ */
1204
+ async isUnknownSignature(signature) {
1205
+ return signature.id === (await this.getWellKnownSignatures()).unknown;
1206
+ }
1207
+ async getExportsOfModule(symbol) {
1208
+ const data = await this.client.apiRequest("getExportsOfModule", {
1209
+ snapshot: this.snapshotId,
1210
+ project: this.project.id,
1211
+ symbol: symbol.id,
1212
+ });
1213
+ return data ? data.map(d => this.objectRegistry.getOrCreateSymbol(d)) : [];
1214
+ }
1215
+ async getMemberInModuleExports(symbol, name) {
1216
+ const data = await this.client.apiRequest("getMemberInModuleExports", {
1217
+ snapshot: this.snapshotId,
1218
+ project: this.project.id,
1219
+ symbol: symbol.id,
1220
+ name,
1221
+ });
1222
+ return data ? this.objectRegistry.getOrCreateSymbol(data) : undefined;
1223
+ }
1224
+ async getJsDocTagsOfSymbol(symbol) {
1225
+ const data = await this.client.apiRequest("getJsDocTags", {
1226
+ snapshot: this.snapshotId,
1227
+ project: this.project.id,
1228
+ symbol: symbol.id,
1229
+ });
1230
+ return data ?? [];
1231
+ }
1232
+ async getDocumentationCommentOfSymbol(symbol) {
1233
+ return this.client.apiRequest("getDocumentationComment", {
1234
+ snapshot: this.snapshotId,
1235
+ project: this.project.id,
1236
+ symbol: symbol.id,
1237
+ });
1238
+ }
1239
+ /**
1240
+ * Get the type arguments of a type reference (e.g. the `string` in `Array<string>`).
1241
+ */
1242
+ async getTypeArguments(type) {
1243
+ const data = await this.client.apiRequest("getTypeArguments", {
1244
+ snapshot: this.snapshotId,
1245
+ project: this.project.id,
1246
+ type: type.id,
1247
+ });
1248
+ return data ? data.map(d => this.objectRegistry.getOrCreateType(d)) : [];
1249
+ }
1250
+ }
1251
+ export class Emitter {
1252
+ client;
1253
+ constructor(client) {
1254
+ this.client = client;
1255
+ }
1256
+ async printNode(node, options = {}) {
1257
+ const encoded = encodeNode(node);
1258
+ const base64 = uint8ArrayToBase64(encoded);
1259
+ return this.client.apiRequest("printNode", {
1260
+ data: base64,
1261
+ ...options,
1262
+ });
1263
+ }
1264
+ }
1265
+ export class NodeHandle {
1266
+ /**
1267
+ * The project this handle was produced in, used as the default for {@link resolve}.
1268
+ * Node handles are only meaningful within a project's program, so the producing project
1269
+ * is remembered so callers don't have to pass it explicitly.
1270
+ */
1271
+ canonicalProject;
1272
+ index;
1273
+ kind;
1274
+ path;
1275
+ constructor(handle, canonicalProject) {
1276
+ const parsed = parseNodeHandle(handle);
1277
+ this.index = parsed.index;
1278
+ this.kind = parsed.kind;
1279
+ this.path = parsed.path;
1280
+ this.canonicalProject = canonicalProject;
1281
+ }
1282
+ /**
1283
+ * Resolve this handle to the actual AST node by fetching the source file from a project
1284
+ * and looking up the node by index. If no project is passed, the project that produced
1285
+ * the handle is used.
1286
+ */
1287
+ async resolve(project = this.canonicalProject) {
1288
+ const sourceFile = await project.program.getSourceFile(this.path);
1289
+ if (!sourceFile) {
1290
+ return undefined;
1291
+ }
1292
+ return sourceFile.getOrCreateNodeAtIndex(this.index);
1293
+ }
1294
+ }
1295
+ export class Symbol {
1296
+ objectRegistry;
1297
+ /**
1298
+ * The project this symbol was first observed in, used as the default project for
1299
+ * lookups that need a project context (members/exports/parent). Symbols are shared
1300
+ * snapshot-wide, so these lookups can otherwise be ambiguous about which project to use.
1301
+ */
1302
+ canonicalProject;
1303
+ id;
1304
+ /** The escaped (`__String`) name, used as the key in member/export tables. */
1305
+ escapedName;
1306
+ /** The display name (escaped underscores removed). */
1307
+ name;
1308
+ flags;
1309
+ checkFlags;
1310
+ declarations;
1311
+ valueDeclaration;
1312
+ parent;
1313
+ exportSymbol;
1314
+ membersCache;
1315
+ exportsCache;
1316
+ constructor(data, objectRegistry) {
1317
+ this.objectRegistry = objectRegistry;
1318
+ this.id = data.id;
1319
+ this.escapedName = data.name;
1320
+ this.name = unescapeLeadingUnderscores(data.name);
1321
+ this.flags = data.flags;
1322
+ this.checkFlags = data.checkFlags;
1323
+ const canonicalProject = objectRegistry.getProject(data.project);
1324
+ if (!canonicalProject) {
1325
+ throw new Error(`Symbol ${data.id} references unknown canonical project '${data.project}'`);
1326
+ }
1327
+ this.canonicalProject = canonicalProject;
1328
+ this.declarations = (data.declarations ?? []).map(d => new NodeHandle(d, canonicalProject));
1329
+ this.valueDeclaration = data.valueDeclaration ? new NodeHandle(data.valueDeclaration, canonicalProject) : undefined;
1330
+ if (data.parent !== undefined)
1331
+ this.parent = data.parent;
1332
+ if (data.exportSymbol !== undefined)
1333
+ this.exportSymbol = data.exportSymbol;
1334
+ }
1335
+ async getParent() {
1336
+ return this.objectRegistry.fetchSymbol(this, "getParentOfSymbol", this.parent, this.canonicalProject.id);
1337
+ }
1338
+ /**
1339
+ * Get this symbol's members keyed by escaped name. The result is cached on
1340
+ * the symbol, so repeated calls do not round-trip to the server.
1341
+ */
1342
+ getMembers() {
1343
+ return this.membersCache ??= this.fetchSymbolTable("getMembersOfSymbol");
1344
+ }
1345
+ /**
1346
+ * Get this symbol's exports keyed by escaped name. The result is cached on
1347
+ * the symbol, so repeated calls do not round-trip to the server.
1348
+ */
1349
+ getExports() {
1350
+ return this.exportsCache ??= this.fetchSymbolTable("getExportsOfSymbol");
1351
+ }
1352
+ async fetchSymbolTable(method) {
1353
+ const symbols = await this.objectRegistry.fetchSymbols(this, method, undefined, this.canonicalProject.id);
1354
+ const table = new Map();
1355
+ for (const symbol of symbols) {
1356
+ table.set(symbol.escapedName, symbol);
1357
+ }
1358
+ return table;
1359
+ }
1360
+ async getExportSymbol() {
1361
+ if (!this.exportSymbol)
1362
+ return this;
1363
+ return this.objectRegistry.fetchSymbol(this, "getExportSymbolOfSymbol", this.exportSymbol, this.canonicalProject.id);
1364
+ }
1365
+ async getJsDocTags(checker) {
1366
+ return checker.getJsDocTagsOfSymbol(this);
1367
+ }
1368
+ async getDocumentationComment(checker) {
1369
+ return checker.getDocumentationCommentOfSymbol(this);
1370
+ }
1371
+ }
1372
+ class TypeObject {
1373
+ objectRegistry;
1374
+ id;
1375
+ flags;
1376
+ objectFlags;
1377
+ symbol;
1378
+ value;
1379
+ intrinsicName;
1380
+ isThisType;
1381
+ freshType;
1382
+ regularType;
1383
+ target;
1384
+ typeParameters;
1385
+ outerTypeParameters;
1386
+ localTypeParameters;
1387
+ aliasTypeArguments;
1388
+ aliasSymbol;
1389
+ elementFlags;
1390
+ fixedLength;
1391
+ readonly;
1392
+ texts;
1393
+ objectType;
1394
+ indexType;
1395
+ checkType;
1396
+ extendsType;
1397
+ baseType;
1398
+ substConstraint;
1399
+ trueType; // false if not yet loaded
1400
+ falseType; // false if not yet loaded
1401
+ constructor(data, objectRegistry) {
1402
+ this.objectRegistry = objectRegistry;
1403
+ this.id = data.id;
1404
+ this.flags = data.flags;
1405
+ if (data.objectFlags !== undefined)
1406
+ this.objectFlags = data.objectFlags;
1407
+ if (data.symbol !== undefined)
1408
+ this.symbol = data.symbol;
1409
+ if (data.value != null) {
1410
+ // BigInt literal values are serialized as decimal strings (e.g. "-123") because
1411
+ // JSON cannot represent bigint. Decode them back into a real bigint here.
1412
+ this.value = (data.flags & TypeFlags.BigIntLiteral) ? BigInt(data.value) : data.value;
1413
+ }
1414
+ if (data.intrinsicName !== undefined)
1415
+ this.intrinsicName = data.intrinsicName;
1416
+ if (data.isThisType !== undefined)
1417
+ this.isThisType = data.isThisType;
1418
+ if (data.freshType !== undefined)
1419
+ this.freshType = data.freshType;
1420
+ if (data.regularType !== undefined)
1421
+ this.regularType = data.regularType;
1422
+ if (data.target !== undefined)
1423
+ this.target = data.target;
1424
+ this.typeParameters = data.typeParameters ?? [];
1425
+ this.outerTypeParameters = data.outerTypeParameters ?? [];
1426
+ this.localTypeParameters = data.localTypeParameters ?? [];
1427
+ this.aliasTypeArguments = data.aliasTypeArguments ?? [];
1428
+ if (data.aliasSymbol !== undefined)
1429
+ this.aliasSymbol = data.aliasSymbol;
1430
+ if (data.elementFlags !== undefined)
1431
+ this.elementFlags = data.elementFlags;
1432
+ if (data.fixedLength !== undefined)
1433
+ this.fixedLength = data.fixedLength;
1434
+ if (data.readonly !== undefined)
1435
+ this.readonly = data.readonly;
1436
+ if (data.texts !== undefined)
1437
+ this.texts = data.texts;
1438
+ if (data.objectType !== undefined)
1439
+ this.objectType = data.objectType;
1440
+ if (data.indexType !== undefined)
1441
+ this.indexType = data.indexType;
1442
+ if (data.checkType !== undefined)
1443
+ this.checkType = data.checkType;
1444
+ if (data.extendsType !== undefined)
1445
+ this.extendsType = data.extendsType;
1446
+ if (data.baseType !== undefined)
1447
+ this.baseType = data.baseType;
1448
+ if (data.substConstraint !== undefined)
1449
+ this.substConstraint = data.substConstraint;
1450
+ this.trueType = false;
1451
+ this.falseType = false;
1452
+ }
1453
+ async getSymbol() {
1454
+ return this.objectRegistry.fetchSymbol(this, "getSymbolOfType", this.symbol);
1455
+ }
1456
+ async getAliasSymbol() {
1457
+ return this.objectRegistry.fetchSymbol(this, "getAliasSymbolOfType", this.aliasSymbol);
1458
+ }
1459
+ async getTarget() {
1460
+ return this.objectRegistry.fetchType(this, "getTargetOfType", this.target);
1461
+ }
1462
+ async getFreshType() {
1463
+ return this.objectRegistry.fetchType(this, "getFreshTypeOfType", this.freshType);
1464
+ }
1465
+ async getRegularType() {
1466
+ return this.objectRegistry.fetchType(this, "getRegularTypeOfType", this.regularType);
1467
+ }
1468
+ async getTypes() {
1469
+ // Only union, intersection, and template literal types have constituent
1470
+ // types; any other kind has none, so return undefined rather than sending
1471
+ // a request the server cannot satisfy.
1472
+ if (!(this.flags & (TypeFlags.UnionOrIntersection | TypeFlags.TemplateLiteral))) {
1473
+ return undefined;
1474
+ }
1475
+ return this.objectRegistry.fetchTypes(this, "getTypesOfType");
1476
+ }
1477
+ async getTypeParameters() {
1478
+ return this.objectRegistry.fetchTypes(this, "getTypeParametersOfType", this.typeParameters);
1479
+ }
1480
+ async getOuterTypeParameters() {
1481
+ return this.objectRegistry.fetchTypes(this, "getOuterTypeParametersOfType", this.outerTypeParameters);
1482
+ }
1483
+ async getLocalTypeParameters() {
1484
+ return this.objectRegistry.fetchTypes(this, "getLocalTypeParametersOfType", this.localTypeParameters);
1485
+ }
1486
+ async getAliasTypeArguments() {
1487
+ return this.objectRegistry.fetchTypes(this, "getAliasTypeArgumentsOfType", this.aliasTypeArguments);
1488
+ }
1489
+ async getObjectType() {
1490
+ return this.objectRegistry.fetchType(this, "getObjectTypeOfType", this.objectType);
1491
+ }
1492
+ async getIndexType() {
1493
+ return this.objectRegistry.fetchType(this, "getIndexTypeOfType", this.indexType);
1494
+ }
1495
+ async getCheckType() {
1496
+ return this.objectRegistry.fetchType(this, "getCheckTypeOfType", this.checkType);
1497
+ }
1498
+ async getExtendsType() {
1499
+ return this.objectRegistry.fetchType(this, "getExtendsTypeOfType", this.extendsType);
1500
+ }
1501
+ async getBaseType() {
1502
+ return this.objectRegistry.fetchType(this, "getBaseTypeOfType", this.baseType);
1503
+ }
1504
+ async getConstraint() {
1505
+ return this.objectRegistry.fetchType(this, "getConstraintOfType", this.substConstraint);
1506
+ }
1507
+ async getTrueType() {
1508
+ const result = await this.objectRegistry.fetchType(this, "getTrueTypeOfConditionalType", this.trueType);
1509
+ this.trueType = result.id;
1510
+ return result;
1511
+ }
1512
+ async getFalseType() {
1513
+ const result = await this.objectRegistry.fetchType(this, "getFalseTypeOfConditionalType", this.falseType);
1514
+ this.falseType = result.id;
1515
+ return result;
1516
+ }
1517
+ /**
1518
+ * Get the base types of this type. Returns `undefined` for any type that is
1519
+ * not a class or interface.
1520
+ */
1521
+ async getBaseTypes() {
1522
+ if (!this.isClassOrInterface()) {
1523
+ return undefined;
1524
+ }
1525
+ return this.objectRegistry.fetchBaseTypes(this);
1526
+ }
1527
+ isClassOrInterface() {
1528
+ return isClassOrInterfaceType(this);
1529
+ }
1530
+ isUnionType() {
1531
+ return isUnionType(this);
1532
+ }
1533
+ isIntersectionType() {
1534
+ return isIntersectionType(this);
1535
+ }
1536
+ isObjectType() {
1537
+ return isObjectType(this);
1538
+ }
1539
+ isIntrinsicType() {
1540
+ return isIntrinsicType(this);
1541
+ }
1542
+ isErrorType() {
1543
+ return isErrorType(this);
1544
+ }
1545
+ isLiteralType() {
1546
+ return isLiteralType(this);
1547
+ }
1548
+ isStringLiteralType() {
1549
+ return isStringLiteralType(this);
1550
+ }
1551
+ isNumberLiteralType() {
1552
+ return isNumberLiteralType(this);
1553
+ }
1554
+ isBigIntLiteralType() {
1555
+ return isBigIntLiteralType(this);
1556
+ }
1557
+ isBooleanLiteralType() {
1558
+ return isBooleanLiteralType(this);
1559
+ }
1560
+ isTypeReference() {
1561
+ return isTypeReference(this);
1562
+ }
1563
+ isTupleType() {
1564
+ return isTupleType(this);
1565
+ }
1566
+ isIndexType() {
1567
+ return isIndexType(this);
1568
+ }
1569
+ isIndexedAccessType() {
1570
+ return isIndexedAccessType(this);
1571
+ }
1572
+ isConditionalType() {
1573
+ return isConditionalType(this);
1574
+ }
1575
+ isSubstitutionType() {
1576
+ return isSubstitutionType(this);
1577
+ }
1578
+ isTemplateLiteralType() {
1579
+ return isTemplateLiteralType(this);
1580
+ }
1581
+ isStringMappingType() {
1582
+ return isStringMappingType(this);
1583
+ }
1584
+ isTypeParameter() {
1585
+ return isTypeParameter(this);
1586
+ }
1587
+ }
1588
+ export function isUnionType(type) {
1589
+ return (type.flags & TypeFlags.Union) !== 0;
1590
+ }
1591
+ export function isIntersectionType(type) {
1592
+ return (type.flags & TypeFlags.Intersection) !== 0;
1593
+ }
1594
+ export function isObjectType(type) {
1595
+ return (type.flags & TypeFlags.Object) !== 0;
1596
+ }
1597
+ export function isClassOrInterfaceType(type) {
1598
+ return isObjectType(type) && (type.objectFlags & ObjectFlags.ClassOrInterface) !== 0;
1599
+ }
1600
+ export function isIntrinsicType(type) {
1601
+ return (type.flags & TypeFlags.Intrinsic) !== 0;
1602
+ }
1603
+ /**
1604
+ * Whether this is the error type — the placeholder the checker produces when a
1605
+ * type cannot be determined (e.g. an unresolved reference). It is an intrinsic
1606
+ * type named `"error"` (this covers both the singleton error type and the
1607
+ * per-alias error types manufactured for unresolved type alias references).
1608
+ */
1609
+ export function isErrorType(type) {
1610
+ return isIntrinsicType(type) && type.intrinsicName === "error";
1611
+ }
1612
+ export function isLiteralType(type) {
1613
+ return (type.flags & TypeFlags.Literal) !== 0;
1614
+ }
1615
+ export function isStringLiteralType(type) {
1616
+ return (type.flags & TypeFlags.StringLiteral) !== 0;
1617
+ }
1618
+ export function isNumberLiteralType(type) {
1619
+ return (type.flags & TypeFlags.NumberLiteral) !== 0;
1620
+ }
1621
+ export function isBigIntLiteralType(type) {
1622
+ return (type.flags & TypeFlags.BigIntLiteral) !== 0;
1623
+ }
1624
+ export function isBooleanLiteralType(type) {
1625
+ return (type.flags & TypeFlags.BooleanLiteral) !== 0;
1626
+ }
1627
+ export function isTypeReference(type) {
1628
+ return isObjectType(type) && (type.objectFlags & ObjectFlags.Reference) !== 0;
1629
+ }
1630
+ export function isTupleType(type) {
1631
+ return isObjectType(type) && (type.objectFlags & ObjectFlags.Tuple) !== 0;
1632
+ }
1633
+ export function isIndexType(type) {
1634
+ return (type.flags & TypeFlags.Index) !== 0;
1635
+ }
1636
+ export function isIndexedAccessType(type) {
1637
+ return (type.flags & TypeFlags.IndexedAccess) !== 0;
1638
+ }
1639
+ export function isConditionalType(type) {
1640
+ return (type.flags & TypeFlags.Conditional) !== 0;
1641
+ }
1642
+ export function isSubstitutionType(type) {
1643
+ return (type.flags & TypeFlags.Substitution) !== 0;
1644
+ }
1645
+ export function isTemplateLiteralType(type) {
1646
+ return (type.flags & TypeFlags.TemplateLiteral) !== 0;
1647
+ }
1648
+ export function isStringMappingType(type) {
1649
+ return (type.flags & TypeFlags.StringMapping) !== 0;
1650
+ }
1651
+ export function isTypeParameter(type) {
1652
+ return (type.flags & TypeFlags.TypeParameter) !== 0;
1653
+ }
1654
+ export class Signature {
1655
+ flags;
1656
+ objectRegistry;
1657
+ id;
1658
+ declaration;
1659
+ typeParameters;
1660
+ parameters;
1661
+ thisParameter;
1662
+ target;
1663
+ constructor(data, project, objectRegistry) {
1664
+ this.id = data.id;
1665
+ this.flags = data.flags;
1666
+ this.objectRegistry = objectRegistry;
1667
+ this.declaration = data.declaration ? new NodeHandle(data.declaration, project) : undefined;
1668
+ this.typeParameters = data.typeParameters ?? [];
1669
+ this.parameters = data.parameters ?? [];
1670
+ this.thisParameter = data.thisParameter;
1671
+ this.target = data.target;
1672
+ }
1673
+ async getTypeParameters() {
1674
+ return this.objectRegistry.fetchTypes(this, "getTypeParametersOfSignature", this.typeParameters);
1675
+ }
1676
+ async getParameters() {
1677
+ return this.objectRegistry.fetchSymbols(this, "getParametersOfSignature", this.parameters);
1678
+ }
1679
+ async getThisParameter() {
1680
+ return this.objectRegistry.fetchSymbol(this, "getThisParameterOfSignature", this.thisParameter);
1681
+ }
1682
+ async getTarget() {
1683
+ return this.objectRegistry.fetchSignature(this, "getTargetOfSignature", this.target);
1684
+ }
1685
+ get hasRestParameter() {
1686
+ return (this.flags & SignatureFlags.HasRestParameter) !== 0;
1687
+ }
1688
+ get isConstruct() {
1689
+ return (this.flags & SignatureFlags.Construct) !== 0;
1690
+ }
1691
+ get isAbstract() {
1692
+ return (this.flags & SignatureFlags.Abstract) !== 0;
1693
+ }
1694
+ }
1695
+ //# sourceMappingURL=api.js.map