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
@@ -1,10 +1,20 @@
1
- /*!----------------- TypeScript ThirdPartyNotices -------------------------------------------------------
1
+ NOTICES AND INFORMATION
2
+ Do Not Translate or Localize
2
3
 
3
- The TypeScript software incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all other rights not expressly granted, whether by implication, estoppel or otherwise.
4
+ This software incorporates material from third parties.
5
+ Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com,
6
+ or you may send a check or money order for US $5.00, including the product name,
7
+ the open source component name, platform, and version number, to:
8
+
9
+ Source Code Compliance Team
10
+ Microsoft Corporation
11
+ One Microsoft Way
12
+ Redmond, WA 98052
13
+ USA
14
+
15
+ Notwithstanding any other terms, you may reverse engineer this software to the extent
16
+ required to debug changes to any libraries licensed under the GNU Lesser General Public License.
4
17
 
5
- ---------------------------------------------
6
- Third Party Code Components
7
- --------------------------------------------
8
18
 
9
19
  ------------------- DefinitelyTyped --------------------
10
20
  This file is based on or incorporates material from the projects listed below (collectively "Third Party Code"). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license, under which Microsoft received such Third Party Code, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft, not the third party, licenses the Third Party Code to you under the terms set forth in the EULA for the Microsoft Product. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
@@ -189,5 +199,238 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
189
199
  MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
190
200
  ------------------------------------------------------
191
201
 
192
- ------------- End of ThirdPartyNotices ------------------------------------------- */
202
+ ---------------------------------------------------------
203
+
204
+ github.com/zeebo/xxh3 v1.1.0 - BSD-2-Clause
205
+
206
+
207
+ Copyright (c) 2019, Jeff Wendling
208
+ Copyright (c) 2012-2014, Yann Collet
209
+
210
+ Copyright (c) <year> <owner> . All rights reserved.
211
+
212
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
213
+
214
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
215
+
216
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
217
+
218
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
219
+
220
+ ---------------------------------------------------------
221
+
222
+ ---------------------------------------------------------
223
+
224
+ github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68 - BSD-3-Clause
225
+
226
+
227
+ Copyright 2010 The Go Authors
228
+ Copyright 2011 The Go Authors
229
+ Copyright 2016 The Go Authors
230
+ Copyright 2018 The Go Authors
231
+ Copyright 2020 The Go Authors
232
+ Copyright 2021 The Go Authors
233
+ Copyright 2022 The Go Authors
234
+ Copyright 2023 The Go Authors
235
+ Copyright 2024 The Go Authors
236
+ Copyright (c) 2020 The Go Authors
237
+
238
+ Copyright (c) <year> <owner> . All rights reserved.
239
+
240
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
241
+
242
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
243
+
244
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
245
+
246
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
247
+
248
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249
+
250
+ ---------------------------------------------------------
251
+
252
+ ---------------------------------------------------------
253
+
254
+ golang.org/x/sync v0.21.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
255
+
256
+
257
+ Copyright 2009 The Go Authors
258
+ Copyright 2013 The Go Authors
259
+ Copyright 2016 The Go Authors
260
+ Copyright 2017 The Go Authors
261
+ Copyright 2019 The Go Authors
262
+
263
+ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
264
+
265
+ ---------------------------------------------------------
266
+
267
+ ---------------------------------------------------------
268
+
269
+ golang.org/x/sys v0.46.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
270
+
271
+
272
+ Copyright 2009 The Go Authors
273
+ Copyright 2010 The Go Authors
274
+ Copyright 2011 The Go Authors
275
+ Copyright 2012 The Go Authors
276
+ Copyright 2013 The Go Authors
277
+ Copyright 2014 The Go Authors
278
+ Copyright 2015 The Go Authors
279
+ Copyright 2016 The Go Authors
280
+ Copyright 2017 The Go Authors
281
+ Copyright 2018 The Go Authors
282
+ Copyright 2019 The Go Authors
283
+ Copyright 2020 The Go Authors
284
+ Copyright 2021 The Go Authors
285
+ Copyright 2022 The Go Authors
286
+ Copyright 2023 The Go Authors
287
+ Copyright 2024 The Go Authors
288
+ Copyright 2025 The Go Authors
289
+ Copyright 2009,2010 The Go Authors
290
+
291
+ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
292
+
293
+ ---------------------------------------------------------
294
+
295
+ ---------------------------------------------------------
296
+
297
+ golang.org/x/term v0.44.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
298
+
299
+
300
+ Copyright 2009 The Go Authors
301
+ Copyright 2011 The Go Authors
302
+ Copyright 2013 The Go Authors
303
+ Copyright 2019 The Go Authors
304
+ Copyright 2021 The Go Authors
305
+
306
+ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
307
+
308
+ ---------------------------------------------------------
309
+
310
+ ---------------------------------------------------------
311
+
312
+ golang.org/x/text v0.38.0 - BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
313
+
314
+
315
+ (c) AeHa (c)
316
+ (c) EeAoq (c)
317
+ (c) EAiE (c) A
318
+ (c) lEEe (c) AE
319
+ (c) (c) AAEE (c)
320
+ (c) oav!A (c) AY
321
+ (c) aA"AE (c) 1AE (c)
322
+ Copyright 2009 The Go Authors
323
+ Copyright 2011 The Go Authors
324
+ Copyright 2012 The Go Authors
325
+ Copyright 2013 The Go Authors
326
+ Copyright 2014 The Go Authors
327
+ Copyright 2015 The Go Authors
328
+ Copyright 2016 The Go Authors
329
+ Copyright 2017 The Go Authors
330
+ Copyright 2018 The Go Authors
331
+ Copyright 2019 The Go Authors
332
+ Copyright 2021 The Go Authors
333
+ Copyright 2025 The Go Authors
334
+
335
+ BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
336
+
337
+ ---------------------------------------------------------
338
+
339
+ ---------------------------------------------------------
340
+
341
+ github.com/klauspost/cpuid/v2 v2.2.10 - MIT
342
+
343
+
344
+ Copyright (c) 2015 Klaus Post
345
+ Copyright (c) 2020 Klaus Post
346
+ Copyright (c) 2021 Klaus Post
347
+ Copyright 2018 The Go Authors
348
+ Copyright (c) 2015- Klaus Post & Contributors
349
+
350
+ MIT License
351
+
352
+ Copyright (c) <year> <copyright holders>
353
+
354
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
355
+
356
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
357
+
358
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
359
+
360
+ ---------------------------------------------------------
361
+
362
+ ---------------------------------------------------------
363
+
364
+ github.com/Microsoft/go-winio v0.6.2 - MIT
365
+
366
+
367
+ Copyright (c) 2015 Microsoft
368
+ Copyright 2013 The Go Authors
369
+
370
+ MIT License
371
+
372
+ Copyright (c) <year> <copyright holders>
373
+
374
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
375
+
376
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
377
+
378
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
379
+
380
+ ---------------------------------------------------------
381
+
382
+ ---------------------------------------------------------
383
+
384
+ github.com/mackerelio/go-osstat v0.2.7 - Apache-2.0
385
+
386
+
387
+ Copyright 2017-2019 Hatena Co., Ltd.
388
+
389
+ Licensed under the Apache License, Version 2.0 (the "License");
390
+ you may not use this file except in compliance with the License.
391
+ You may obtain a copy of the License at
392
+
393
+ http://www.apache.org/licenses/LICENSE-2.0
394
+
395
+ Unless required by applicable law or agreed to in writing, software
396
+ distributed under the License is distributed on an "AS IS" BASIS,
397
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
398
+ See the License for the specific language governing permissions and
399
+ limitations under the License.
400
+
401
+ ---------------------------------------------------------
402
+
403
+ ---------------------------------------------------------
404
+
405
+ parcel-bundler/watcher 8926bb8b281733bbfcaf69bb4e62ab7a1431c42a - MIT
406
+
407
+
408
+ Copyright Node.js contributors
409
+ Copyright 2012-2020 Facebook, Inc.
410
+ Copyright (c) 2017-present Devon Govett
411
+
412
+ MIT License
413
+
414
+ Copyright (c) 2017-present Devon Govett
415
+
416
+ Permission is hereby granted, free of charge, to any person obtaining a copy
417
+ of this software and associated documentation files (the "Software"), to deal
418
+ in the Software without restriction, including without limitation the rights
419
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
420
+ copies of the Software, and to permit persons to whom the Software is
421
+ furnished to do so, subject to the following conditions:
422
+
423
+ The above copyright notice and this permission notice shall be included in all
424
+ copies or substantial portions of the Software.
425
+
426
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
427
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
428
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
429
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
430
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
431
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
432
+ SOFTWARE.
433
+
434
+
435
+ ---------------------------------------------------------
193
436
 
package/README.md CHANGED
@@ -1,50 +1,49 @@
1
-
2
- # TypeScript
3
-
4
- [![CI](https://github.com/microsoft/TypeScript/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/TypeScript/actions/workflows/ci.yml)
5
- [![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript)
6
- [![Downloads](https://img.shields.io/npm/dm/typescript.svg)](https://www.npmjs.com/package/typescript)
7
- [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/TypeScript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/TypeScript)
8
-
9
-
10
- [TypeScript](https://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](https://www.typescriptlang.org/play/), and stay up to date via [our blog](https://blogs.msdn.microsoft.com/typescript) and [Twitter account](https://twitter.com/typescript).
11
-
12
- Find others who are using TypeScript at [our community page](https://www.typescriptlang.org/community/).
13
-
14
- ## Installing
15
-
16
- For the latest stable version:
17
-
18
- ```bash
19
- npm install -D typescript
20
- ```
21
-
22
- For our nightly builds:
23
-
24
- ```bash
25
- npm install -D typescript@next
26
- ```
27
-
28
- ## Contribute
29
-
30
- There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md) to TypeScript.
31
- * [Submit bugs](https://github.com/microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
32
- * Review the [source code changes](https://github.com/microsoft/TypeScript/pulls).
33
- * Engage with other TypeScript users and developers on [StackOverflow](https://stackoverflow.com/questions/tagged/typescript).
34
- * Help each other in the [TypeScript Community Discord](https://discord.gg/typescript).
35
- * Join the [#typescript](https://twitter.com/search?q=%23TypeScript) discussion on Twitter.
36
- * [Contribute bug fixes](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md).
37
-
38
- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see
39
- the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
40
- with any additional questions or comments.
41
-
42
- ## Documentation
43
-
44
- * [TypeScript in 5 minutes](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
45
- * [Programming handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
46
- * [Homepage](https://www.typescriptlang.org/)
47
-
48
- ## Roadmap
49
-
50
- For details on our planned features and future direction, please refer to our [roadmap](https://github.com/microsoft/TypeScript/wiki/Roadmap).
1
+ # TypeScript
2
+
3
+ [![CI](https://github.com/microsoft/TypeScript/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/TypeScript/actions/workflows/ci.yml)
4
+ [![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript)
5
+ [![Downloads](https://img.shields.io/npm/dm/typescript.svg)](https://www.npmjs.com/package/typescript)
6
+ [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/TypeScript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/TypeScript)
7
+
8
+ [TypeScript](https://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](https://www.typescriptlang.org/play/), and stay up to date via [our blog](https://devblogs.microsoft.com/typescript/) and [Bluesky](https://bsky.app/profile/typescriptlang.org).
9
+
10
+ Find others who are using TypeScript at [our community page](https://www.typescriptlang.org/community/).
11
+
12
+ ## Installing
13
+
14
+ For the latest stable version:
15
+
16
+ ```bash
17
+ npm install -D typescript
18
+ ```
19
+
20
+ For our nightly builds:
21
+
22
+ ```bash
23
+ npm install -D typescript@next
24
+ ```
25
+
26
+ ## Contribute
27
+
28
+ There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md) to TypeScript.
29
+
30
+ * [Submit bugs](https://github.com/microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
31
+ * Review the [source code changes](https://github.com/microsoft/TypeScript/pulls).
32
+ * Engage with other TypeScript users and developers on [Stack Overflow](https://stackoverflow.com/questions/tagged/typescript).
33
+ * Help each other in the [TypeScript Community Discord](https://discord.gg/typescript).
34
+ * Join the [#typescript](https://bsky.app/search?q=%23typescript) discussion on Bluesky.
35
+ * [Contribute bug fixes](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md).
36
+
37
+ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see
38
+ the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
39
+ with any additional questions or comments.
40
+
41
+ ## Documentation
42
+
43
+ * [TypeScript in 5 minutes](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
44
+ * [Programming handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
45
+ * [Homepage](https://www.typescriptlang.org/)
46
+
47
+ ## Roadmap
48
+
49
+ For details on our planned features and future direction, please refer to our [roadmap](https://github.com/microsoft/TypeScript/wiki/Roadmap).
package/bin/tsc CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- require('../lib/tsc.js')
2
+ import "../lib/tsc.js";