@enjoys/context-engine 1.0.9 → 1.1.1

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 (570) hide show
  1. package/README.md +28 -0
  2. package/data/codeActions/awk.json +41 -0
  3. package/data/codeActions/bash.json +169 -0
  4. package/data/codeActions/c.json +35 -0
  5. package/data/codeActions/caddy.json +35 -0
  6. package/data/codeActions/cpp.json +35 -0
  7. package/data/codeActions/crontab.json +27 -0
  8. package/data/codeActions/csharp.json +35 -0
  9. package/data/codeActions/dart.json +31 -0
  10. package/data/codeActions/docker-compose.json +112 -0
  11. package/data/codeActions/dockerfile.json +35 -0
  12. package/data/codeActions/dotenv.json +27 -0
  13. package/data/codeActions/go.json +49 -0
  14. package/data/codeActions/graphql.json +41 -0
  15. package/data/codeActions/hcl.json +35 -0
  16. package/data/codeActions/html.json +27 -0
  17. package/data/codeActions/ini.json +27 -0
  18. package/data/codeActions/java.json +35 -0
  19. package/data/codeActions/javascript.json +49 -0
  20. package/data/codeActions/json.json +27 -0
  21. package/data/codeActions/kotlin.json +18 -0
  22. package/data/codeActions/lua.json +49 -0
  23. package/data/codeActions/makefile.json +35 -0
  24. package/data/codeActions/markdown.json +27 -0
  25. package/data/codeActions/nginx.json +35 -0
  26. package/data/codeActions/perl.json +49 -0
  27. package/data/codeActions/php.json +49 -0
  28. package/data/codeActions/powershell.json +49 -0
  29. package/data/codeActions/protobuf.json +49 -0
  30. package/data/codeActions/python.json +49 -0
  31. package/data/codeActions/redis-cli.json +27 -0
  32. package/data/codeActions/ruby.json +49 -0
  33. package/data/codeActions/rust.json +49 -0
  34. package/data/codeActions/scala.json +26 -0
  35. package/data/codeActions/sql.json +41 -0
  36. package/data/codeActions/ssh_config.json +35 -0
  37. package/data/codeActions/swift.json +26 -0
  38. package/data/codeActions/systemd.json +27 -0
  39. package/data/codeActions/toml.json +27 -0
  40. package/data/codeActions/typescript.json +49 -0
  41. package/data/codeActions/xml.json +27 -0
  42. package/data/codeActions/yaml.json +27 -0
  43. package/data/codeActions/zsh.json +49 -0
  44. package/data/codeLens/awk.json +12 -0
  45. package/data/codeLens/bash.json +75 -0
  46. package/data/codeLens/c.json +12 -0
  47. package/data/codeLens/caddy.json +12 -0
  48. package/data/codeLens/cpp.json +26 -0
  49. package/data/codeLens/crontab.json +12 -0
  50. package/data/codeLens/csharp.json +33 -0
  51. package/data/codeLens/dart.json +15 -0
  52. package/data/codeLens/docker-compose.json +4 -0
  53. package/data/codeLens/dockerfile.json +4 -0
  54. package/data/codeLens/dotenv.json +4 -0
  55. package/data/codeLens/go.json +26 -0
  56. package/data/codeLens/graphql.json +33 -0
  57. package/data/codeLens/hcl.json +12 -0
  58. package/data/codeLens/html.json +12 -0
  59. package/data/codeLens/ini.json +4 -0
  60. package/data/codeLens/java.json +33 -0
  61. package/data/codeLens/javascript.json +40 -0
  62. package/data/codeLens/json.json +4 -0
  63. package/data/codeLens/kotlin.json +10 -0
  64. package/data/codeLens/lua.json +12 -0
  65. package/data/codeLens/makefile.json +19 -0
  66. package/data/codeLens/markdown.json +4 -0
  67. package/data/codeLens/nginx.json +12 -0
  68. package/data/codeLens/perl.json +19 -0
  69. package/data/codeLens/php.json +40 -0
  70. package/data/codeLens/powershell.json +26 -0
  71. package/data/codeLens/protobuf.json +26 -0
  72. package/data/codeLens/python.json +26 -0
  73. package/data/codeLens/redis-cli.json +4 -0
  74. package/data/codeLens/ruby.json +26 -0
  75. package/data/codeLens/rust.json +40 -0
  76. package/data/codeLens/scala.json +18 -0
  77. package/data/codeLens/sql.json +33 -0
  78. package/data/codeLens/ssh_config.json +4 -0
  79. package/data/codeLens/swift.json +15 -0
  80. package/data/codeLens/systemd.json +4 -0
  81. package/data/codeLens/toml.json +4 -0
  82. package/data/codeLens/typescript.json +47 -0
  83. package/data/codeLens/xml.json +12 -0
  84. package/data/codeLens/yaml.json +4 -0
  85. package/data/codeLens/zsh.json +19 -0
  86. package/data/color/awk.json +6 -0
  87. package/data/color/bash.json +100 -0
  88. package/data/color/c.json +6 -0
  89. package/data/color/caddy.json +6 -0
  90. package/data/color/cpp.json +6 -0
  91. package/data/color/crontab.json +6 -0
  92. package/data/color/csharp.json +6 -0
  93. package/data/color/dart.json +37 -0
  94. package/data/color/docker-compose.json +6 -0
  95. package/data/color/dockerfile.json +6 -0
  96. package/data/color/dotenv.json +6 -0
  97. package/data/color/go.json +6 -0
  98. package/data/color/graphql.json +6 -0
  99. package/data/color/hcl.json +6 -0
  100. package/data/color/html.json +85 -0
  101. package/data/color/ini.json +6 -0
  102. package/data/color/java.json +6 -0
  103. package/data/color/javascript.json +85 -0
  104. package/data/color/json.json +6 -0
  105. package/data/color/kotlin.json +12 -0
  106. package/data/color/lua.json +6 -0
  107. package/data/color/makefile.json +6 -0
  108. package/data/color/markdown.json +6 -0
  109. package/data/color/nginx.json +6 -0
  110. package/data/color/perl.json +6 -0
  111. package/data/color/php.json +85 -0
  112. package/data/color/powershell.json +6 -0
  113. package/data/color/protobuf.json +6 -0
  114. package/data/color/python.json +6 -0
  115. package/data/color/redis-cli.json +6 -0
  116. package/data/color/ruby.json +6 -0
  117. package/data/color/rust.json +6 -0
  118. package/data/color/scala.json +13 -0
  119. package/data/color/sql.json +6 -0
  120. package/data/color/ssh_config.json +6 -0
  121. package/data/color/swift.json +37 -0
  122. package/data/color/systemd.json +6 -0
  123. package/data/color/toml.json +6 -0
  124. package/data/color/typescript.json +85 -0
  125. package/data/color/xml.json +6 -0
  126. package/data/color/yaml.json +6 -0
  127. package/data/color/zsh.json +6 -0
  128. package/data/commands/bash.json +102 -0
  129. package/data/commands/kotlin.json +45 -0
  130. package/data/commands/manifest.json +1 -0
  131. package/data/commands/scala.json +171 -0
  132. package/data/commands/swift.json +67 -0
  133. package/data/completion/dart.json +1436 -0
  134. package/data/completion/docker-compose.json +959 -0
  135. package/data/completion/kotlin.json +1580 -0
  136. package/data/completion/scala.json +1076 -0
  137. package/data/completion/swift.json +1742 -0
  138. package/data/declaration/awk.json +175 -0
  139. package/data/declaration/bash.json +301 -0
  140. package/data/declaration/c.json +205 -0
  141. package/data/declaration/caddy.json +115 -0
  142. package/data/declaration/cpp.json +217 -0
  143. package/data/declaration/crontab.json +12 -0
  144. package/data/declaration/csharp.json +205 -0
  145. package/data/declaration/dart.json +25 -0
  146. package/data/declaration/docker-compose.json +42 -0
  147. package/data/declaration/dockerfile.json +24 -0
  148. package/data/declaration/dotenv.json +12 -0
  149. package/data/declaration/go.json +139 -0
  150. package/data/declaration/graphql.json +42 -0
  151. package/data/declaration/hcl.json +211 -0
  152. package/data/declaration/html.json +18 -0
  153. package/data/declaration/ini.json +18 -0
  154. package/data/declaration/java.json +217 -0
  155. package/data/declaration/javascript.json +217 -0
  156. package/data/declaration/json.json +12 -0
  157. package/data/declaration/kotlin.json +14 -0
  158. package/data/declaration/lua.json +199 -0
  159. package/data/declaration/makefile.json +199 -0
  160. package/data/declaration/markdown.json +18 -0
  161. package/data/declaration/nginx.json +24 -0
  162. package/data/declaration/perl.json +199 -0
  163. package/data/declaration/php.json +223 -0
  164. package/data/declaration/powershell.json +211 -0
  165. package/data/declaration/protobuf.json +30 -0
  166. package/data/declaration/python.json +205 -0
  167. package/data/declaration/redis-cli.json +186 -0
  168. package/data/declaration/ruby.json +211 -0
  169. package/data/declaration/rust.json +241 -0
  170. package/data/declaration/scala.json +23 -0
  171. package/data/declaration/sql.json +217 -0
  172. package/data/declaration/ssh_config.json +18 -0
  173. package/data/declaration/swift.json +18 -0
  174. package/data/declaration/systemd.json +18 -0
  175. package/data/declaration/toml.json +24 -0
  176. package/data/declaration/typescript.json +235 -0
  177. package/data/declaration/xml.json +18 -0
  178. package/data/declaration/yaml.json +24 -0
  179. package/data/declaration/zsh.json +205 -0
  180. package/data/defination/dart.json +369 -0
  181. package/data/defination/docker-compose.json +347 -0
  182. package/data/defination/kotlin.json +789 -0
  183. package/data/defination/scala.json +285 -0
  184. package/data/defination/swift.json +551 -0
  185. package/data/documentHighlight/awk.json +135 -0
  186. package/data/documentHighlight/bash.json +393 -0
  187. package/data/documentHighlight/c.json +183 -0
  188. package/data/documentHighlight/caddy.json +135 -0
  189. package/data/documentHighlight/cpp.json +314 -0
  190. package/data/documentHighlight/crontab.json +39 -0
  191. package/data/documentHighlight/csharp.json +363 -0
  192. package/data/documentHighlight/dart.json +84 -0
  193. package/data/documentHighlight/docker-compose.json +233 -0
  194. package/data/documentHighlight/dockerfile.json +113 -0
  195. package/data/documentHighlight/dotenv.json +19 -0
  196. package/data/documentHighlight/go.json +234 -0
  197. package/data/documentHighlight/graphql.json +104 -0
  198. package/data/documentHighlight/hcl.json +145 -0
  199. package/data/documentHighlight/html.json +180 -0
  200. package/data/documentHighlight/ini.json +36 -0
  201. package/data/documentHighlight/java.json +318 -0
  202. package/data/documentHighlight/javascript.json +262 -0
  203. package/data/documentHighlight/json.json +28 -0
  204. package/data/documentHighlight/kotlin.json +37 -0
  205. package/data/documentHighlight/lua.json +141 -0
  206. package/data/documentHighlight/makefile.json +280 -0
  207. package/data/documentHighlight/markdown.json +23 -0
  208. package/data/documentHighlight/nginx.json +215 -0
  209. package/data/documentHighlight/perl.json +288 -0
  210. package/data/documentHighlight/php.json +321 -0
  211. package/data/documentHighlight/powershell.json +320 -0
  212. package/data/documentHighlight/protobuf.json +131 -0
  213. package/data/documentHighlight/python.json +222 -0
  214. package/data/documentHighlight/redis-cli.json +23 -0
  215. package/data/documentHighlight/ruby.json +342 -0
  216. package/data/documentHighlight/rust.json +238 -0
  217. package/data/documentHighlight/scala.json +79 -0
  218. package/data/documentHighlight/sql.json +547 -0
  219. package/data/documentHighlight/ssh_config.json +236 -0
  220. package/data/documentHighlight/swift.json +89 -0
  221. package/data/documentHighlight/systemd.json +363 -0
  222. package/data/documentHighlight/toml.json +32 -0
  223. package/data/documentHighlight/typescript.json +364 -0
  224. package/data/documentHighlight/xml.json +97 -0
  225. package/data/documentHighlight/yaml.json +48 -0
  226. package/data/documentHighlight/zsh.json +266 -0
  227. package/data/documentSymbol/awk.json +12 -0
  228. package/data/documentSymbol/bash.json +124 -0
  229. package/data/documentSymbol/c.json +26 -0
  230. package/data/documentSymbol/caddy.json +19 -0
  231. package/data/documentSymbol/cpp.json +40 -0
  232. package/data/documentSymbol/crontab.json +12 -0
  233. package/data/documentSymbol/csharp.json +47 -0
  234. package/data/documentSymbol/dart.json +20 -0
  235. package/data/documentSymbol/docker-compose.json +75 -0
  236. package/data/documentSymbol/dockerfile.json +26 -0
  237. package/data/documentSymbol/dotenv.json +12 -0
  238. package/data/documentSymbol/go.json +33 -0
  239. package/data/documentSymbol/graphql.json +47 -0
  240. package/data/documentSymbol/hcl.json +33 -0
  241. package/data/documentSymbol/html.json +19 -0
  242. package/data/documentSymbol/ini.json +19 -0
  243. package/data/documentSymbol/java.json +40 -0
  244. package/data/documentSymbol/javascript.json +40 -0
  245. package/data/documentSymbol/json.json +12 -0
  246. package/data/documentSymbol/kotlin.json +15 -0
  247. package/data/documentSymbol/lua.json +19 -0
  248. package/data/documentSymbol/makefile.json +19 -0
  249. package/data/documentSymbol/markdown.json +19 -0
  250. package/data/documentSymbol/nginx.json +26 -0
  251. package/data/documentSymbol/perl.json +26 -0
  252. package/data/documentSymbol/php.json +47 -0
  253. package/data/documentSymbol/powershell.json +33 -0
  254. package/data/documentSymbol/protobuf.json +33 -0
  255. package/data/documentSymbol/python.json +26 -0
  256. package/data/documentSymbol/redis-cli.json +4 -0
  257. package/data/documentSymbol/ruby.json +33 -0
  258. package/data/documentSymbol/rust.json +68 -0
  259. package/data/documentSymbol/scala.json +21 -0
  260. package/data/documentSymbol/sql.json +40 -0
  261. package/data/documentSymbol/ssh_config.json +19 -0
  262. package/data/documentSymbol/swift.json +17 -0
  263. package/data/documentSymbol/systemd.json +19 -0
  264. package/data/documentSymbol/toml.json +26 -0
  265. package/data/documentSymbol/typescript.json +61 -0
  266. package/data/documentSymbol/xml.json +19 -0
  267. package/data/documentSymbol/yaml.json +26 -0
  268. package/data/documentSymbol/zsh.json +26 -0
  269. package/data/formatting/awk.json +28 -0
  270. package/data/formatting/bash.json +88 -0
  271. package/data/formatting/c.json +28 -0
  272. package/data/formatting/caddy.json +23 -0
  273. package/data/formatting/cpp.json +28 -0
  274. package/data/formatting/crontab.json +19 -0
  275. package/data/formatting/csharp.json +28 -0
  276. package/data/formatting/dart.json +16 -0
  277. package/data/formatting/docker-compose.json +24 -0
  278. package/data/formatting/dockerfile.json +19 -0
  279. package/data/formatting/dotenv.json +19 -0
  280. package/data/formatting/go.json +28 -0
  281. package/data/formatting/graphql.json +23 -0
  282. package/data/formatting/hcl.json +23 -0
  283. package/data/formatting/html.json +23 -0
  284. package/data/formatting/ini.json +19 -0
  285. package/data/formatting/java.json +28 -0
  286. package/data/formatting/javascript.json +28 -0
  287. package/data/formatting/json.json +23 -0
  288. package/data/formatting/kotlin.json +14 -0
  289. package/data/formatting/lua.json +28 -0
  290. package/data/formatting/makefile.json +24 -0
  291. package/data/formatting/markdown.json +19 -0
  292. package/data/formatting/nginx.json +28 -0
  293. package/data/formatting/perl.json +28 -0
  294. package/data/formatting/php.json +28 -0
  295. package/data/formatting/powershell.json +28 -0
  296. package/data/formatting/protobuf.json +23 -0
  297. package/data/formatting/python.json +28 -0
  298. package/data/formatting/redis-cli.json +19 -0
  299. package/data/formatting/ruby.json +28 -0
  300. package/data/formatting/rust.json +28 -0
  301. package/data/formatting/scala.json +17 -0
  302. package/data/formatting/sql.json +28 -0
  303. package/data/formatting/ssh_config.json +22 -0
  304. package/data/formatting/swift.json +19 -0
  305. package/data/formatting/systemd.json +19 -0
  306. package/data/formatting/toml.json +19 -0
  307. package/data/formatting/typescript.json +28 -0
  308. package/data/formatting/xml.json +23 -0
  309. package/data/formatting/yaml.json +22 -0
  310. package/data/formatting/zsh.json +28 -0
  311. package/data/hover/bash.json +579 -245
  312. package/data/hover/dart.json +161 -0
  313. package/data/hover/docker-compose.json +404 -0
  314. package/data/hover/kotlin.json +341 -0
  315. package/data/hover/scala.json +209 -0
  316. package/data/hover/swift.json +239 -0
  317. package/data/implementation/awk.json +7 -0
  318. package/data/implementation/bash.json +44 -0
  319. package/data/implementation/c.json +7 -0
  320. package/data/implementation/caddy.json +7 -0
  321. package/data/implementation/cpp.json +20 -0
  322. package/data/implementation/crontab.json +7 -0
  323. package/data/implementation/csharp.json +27 -0
  324. package/data/implementation/dart.json +14 -0
  325. package/data/implementation/docker-compose.json +7 -0
  326. package/data/implementation/dockerfile.json +7 -0
  327. package/data/implementation/dotenv.json +7 -0
  328. package/data/implementation/go.json +9 -0
  329. package/data/implementation/graphql.json +20 -0
  330. package/data/implementation/hcl.json +7 -0
  331. package/data/implementation/html.json +7 -0
  332. package/data/implementation/ini.json +7 -0
  333. package/data/implementation/java.json +27 -0
  334. package/data/implementation/javascript.json +20 -0
  335. package/data/implementation/json.json +7 -0
  336. package/data/implementation/kotlin.json +13 -0
  337. package/data/implementation/lua.json +7 -0
  338. package/data/implementation/makefile.json +7 -0
  339. package/data/implementation/markdown.json +7 -0
  340. package/data/implementation/nginx.json +7 -0
  341. package/data/implementation/perl.json +7 -0
  342. package/data/implementation/php.json +34 -0
  343. package/data/implementation/powershell.json +9 -0
  344. package/data/implementation/protobuf.json +9 -0
  345. package/data/implementation/python.json +10 -0
  346. package/data/implementation/redis-cli.json +7 -0
  347. package/data/implementation/ruby.json +20 -0
  348. package/data/implementation/rust.json +20 -0
  349. package/data/implementation/scala.json +16 -0
  350. package/data/implementation/sql.json +7 -0
  351. package/data/implementation/ssh_config.json +7 -0
  352. package/data/implementation/swift.json +14 -0
  353. package/data/implementation/systemd.json +7 -0
  354. package/data/implementation/toml.json +7 -0
  355. package/data/implementation/typescript.json +27 -0
  356. package/data/implementation/xml.json +7 -0
  357. package/data/implementation/yaml.json +7 -0
  358. package/data/implementation/zsh.json +7 -0
  359. package/data/inlayHints/awk.json +35 -0
  360. package/data/inlayHints/bash.json +207 -0
  361. package/data/inlayHints/c.json +35 -0
  362. package/data/inlayHints/caddy.json +35 -0
  363. package/data/inlayHints/cpp.json +43 -0
  364. package/data/inlayHints/crontab.json +26 -0
  365. package/data/inlayHints/csharp.json +43 -0
  366. package/data/inlayHints/dart.json +29 -0
  367. package/data/inlayHints/docker-compose.json +43 -0
  368. package/data/inlayHints/dockerfile.json +35 -0
  369. package/data/inlayHints/dotenv.json +26 -0
  370. package/data/inlayHints/go.json +43 -0
  371. package/data/inlayHints/graphql.json +26 -0
  372. package/data/inlayHints/hcl.json +43 -0
  373. package/data/inlayHints/html.json +26 -0
  374. package/data/inlayHints/ini.json +26 -0
  375. package/data/inlayHints/java.json +43 -0
  376. package/data/inlayHints/javascript.json +43 -0
  377. package/data/inlayHints/json.json +26 -0
  378. package/data/inlayHints/kotlin.json +23 -0
  379. package/data/inlayHints/lua.json +43 -0
  380. package/data/inlayHints/makefile.json +35 -0
  381. package/data/inlayHints/markdown.json +26 -0
  382. package/data/inlayHints/nginx.json +35 -0
  383. package/data/inlayHints/perl.json +43 -0
  384. package/data/inlayHints/php.json +43 -0
  385. package/data/inlayHints/powershell.json +43 -0
  386. package/data/inlayHints/protobuf.json +26 -0
  387. package/data/inlayHints/python.json +35 -0
  388. package/data/inlayHints/redis-cli.json +35 -0
  389. package/data/inlayHints/ruby.json +35 -0
  390. package/data/inlayHints/rust.json +43 -0
  391. package/data/inlayHints/scala.json +42 -0
  392. package/data/inlayHints/sql.json +43 -0
  393. package/data/inlayHints/ssh_config.json +26 -0
  394. package/data/inlayHints/swift.json +37 -0
  395. package/data/inlayHints/systemd.json +26 -0
  396. package/data/inlayHints/toml.json +26 -0
  397. package/data/inlayHints/typescript.json +43 -0
  398. package/data/inlayHints/xml.json +26 -0
  399. package/data/inlayHints/yaml.json +26 -0
  400. package/data/inlayHints/zsh.json +43 -0
  401. package/data/inlineCompletions/awk.json +17 -0
  402. package/data/inlineCompletions/bash.json +155 -0
  403. package/data/inlineCompletions/c.json +17 -0
  404. package/data/inlineCompletions/caddy.json +11 -0
  405. package/data/inlineCompletions/cpp.json +17 -0
  406. package/data/inlineCompletions/crontab.json +11 -0
  407. package/data/inlineCompletions/csharp.json +23 -0
  408. package/data/inlineCompletions/dart.json +27 -0
  409. package/data/inlineCompletions/docker-compose.json +89 -0
  410. package/data/inlineCompletions/dockerfile.json +11 -0
  411. package/data/inlineCompletions/dotenv.json +4 -0
  412. package/data/inlineCompletions/go.json +23 -0
  413. package/data/inlineCompletions/graphql.json +17 -0
  414. package/data/inlineCompletions/hcl.json +17 -0
  415. package/data/inlineCompletions/html.json +11 -0
  416. package/data/inlineCompletions/ini.json +4 -0
  417. package/data/inlineCompletions/java.json +17 -0
  418. package/data/inlineCompletions/javascript.json +17 -0
  419. package/data/inlineCompletions/json.json +4 -0
  420. package/data/inlineCompletions/kotlin.json +19 -0
  421. package/data/inlineCompletions/lua.json +17 -0
  422. package/data/inlineCompletions/makefile.json +11 -0
  423. package/data/inlineCompletions/markdown.json +4 -0
  424. package/data/inlineCompletions/nginx.json +17 -0
  425. package/data/inlineCompletions/perl.json +17 -0
  426. package/data/inlineCompletions/php.json +17 -0
  427. package/data/inlineCompletions/powershell.json +17 -0
  428. package/data/inlineCompletions/protobuf.json +17 -0
  429. package/data/inlineCompletions/python.json +23 -0
  430. package/data/inlineCompletions/redis-cli.json +4 -0
  431. package/data/inlineCompletions/ruby.json +17 -0
  432. package/data/inlineCompletions/rust.json +23 -0
  433. package/data/inlineCompletions/scala.json +26 -0
  434. package/data/inlineCompletions/sql.json +17 -0
  435. package/data/inlineCompletions/ssh_config.json +11 -0
  436. package/data/inlineCompletions/swift.json +23 -0
  437. package/data/inlineCompletions/systemd.json +4 -0
  438. package/data/inlineCompletions/toml.json +4 -0
  439. package/data/inlineCompletions/typescript.json +17 -0
  440. package/data/inlineCompletions/xml.json +4 -0
  441. package/data/inlineCompletions/yaml.json +4 -0
  442. package/data/inlineCompletions/zsh.json +17 -0
  443. package/data/links/awk.json +10 -0
  444. package/data/links/bash.json +56 -0
  445. package/data/links/c.json +15 -0
  446. package/data/links/caddy.json +15 -0
  447. package/data/links/cpp.json +15 -0
  448. package/data/links/crontab.json +10 -0
  449. package/data/links/csharp.json +15 -0
  450. package/data/links/dart.json +16 -0
  451. package/data/links/docker-compose.json +47 -0
  452. package/data/links/dockerfile.json +15 -0
  453. package/data/links/dotenv.json +10 -0
  454. package/data/links/go.json +15 -0
  455. package/data/links/graphql.json +10 -0
  456. package/data/links/hcl.json +15 -0
  457. package/data/links/html.json +15 -0
  458. package/data/links/ini.json +10 -0
  459. package/data/links/java.json +15 -0
  460. package/data/links/javascript.json +15 -0
  461. package/data/links/json.json +10 -0
  462. package/data/links/kotlin.json +10 -0
  463. package/data/links/lua.json +15 -0
  464. package/data/links/makefile.json +15 -0
  465. package/data/links/markdown.json +15 -0
  466. package/data/links/nginx.json +15 -0
  467. package/data/links/perl.json +15 -0
  468. package/data/links/php.json +15 -0
  469. package/data/links/powershell.json +15 -0
  470. package/data/links/protobuf.json +15 -0
  471. package/data/links/python.json +15 -0
  472. package/data/links/redis-cli.json +10 -0
  473. package/data/links/ruby.json +15 -0
  474. package/data/links/rust.json +15 -0
  475. package/data/links/scala.json +17 -0
  476. package/data/links/sql.json +10 -0
  477. package/data/links/ssh_config.json +15 -0
  478. package/data/links/swift.json +13 -0
  479. package/data/links/systemd.json +10 -0
  480. package/data/links/toml.json +10 -0
  481. package/data/links/typescript.json +15 -0
  482. package/data/links/xml.json +15 -0
  483. package/data/links/yaml.json +10 -0
  484. package/data/links/zsh.json +15 -0
  485. package/data/manifest.json +1535 -470
  486. package/data/references/awk.json +166 -0
  487. package/data/references/bash.json +221 -0
  488. package/data/references/c.json +166 -0
  489. package/data/references/caddy.json +134 -0
  490. package/data/references/cpp.json +166 -0
  491. package/data/references/crontab.json +5 -0
  492. package/data/references/csharp.json +166 -0
  493. package/data/references/dart.json +15 -0
  494. package/data/references/docker-compose.json +42 -0
  495. package/data/references/dockerfile.json +5 -0
  496. package/data/references/dotenv.json +5 -0
  497. package/data/references/go.json +150 -0
  498. package/data/references/graphql.json +5 -0
  499. package/data/references/hcl.json +166 -0
  500. package/data/references/html.json +5 -0
  501. package/data/references/ini.json +5 -0
  502. package/data/references/java.json +166 -0
  503. package/data/references/javascript.json +166 -0
  504. package/data/references/json.json +5 -0
  505. package/data/references/kotlin.json +12 -0
  506. package/data/references/lua.json +166 -0
  507. package/data/references/makefile.json +166 -0
  508. package/data/references/markdown.json +5 -0
  509. package/data/references/nginx.json +5 -0
  510. package/data/references/perl.json +166 -0
  511. package/data/references/php.json +166 -0
  512. package/data/references/powershell.json +166 -0
  513. package/data/references/protobuf.json +5 -0
  514. package/data/references/python.json +166 -0
  515. package/data/references/redis-cli.json +166 -0
  516. package/data/references/ruby.json +166 -0
  517. package/data/references/rust.json +166 -0
  518. package/data/references/scala.json +15 -0
  519. package/data/references/sql.json +166 -0
  520. package/data/references/ssh_config.json +5 -0
  521. package/data/references/swift.json +14 -0
  522. package/data/references/systemd.json +5 -0
  523. package/data/references/toml.json +5 -0
  524. package/data/references/typescript.json +166 -0
  525. package/data/references/xml.json +5 -0
  526. package/data/references/yaml.json +5 -0
  527. package/data/references/zsh.json +166 -0
  528. package/data/typeDefinition/awk.json +29 -0
  529. package/data/typeDefinition/bash.json +95 -0
  530. package/data/typeDefinition/c.json +149 -0
  531. package/data/typeDefinition/caddy.json +4 -0
  532. package/data/typeDefinition/cpp.json +257 -0
  533. package/data/typeDefinition/crontab.json +4 -0
  534. package/data/typeDefinition/csharp.json +251 -0
  535. package/data/typeDefinition/dart.json +35 -0
  536. package/data/typeDefinition/docker-compose.json +4 -0
  537. package/data/typeDefinition/dockerfile.json +4 -0
  538. package/data/typeDefinition/dotenv.json +4 -0
  539. package/data/typeDefinition/go.json +173 -0
  540. package/data/typeDefinition/graphql.json +35 -0
  541. package/data/typeDefinition/hcl.json +59 -0
  542. package/data/typeDefinition/html.json +4 -0
  543. package/data/typeDefinition/ini.json +4 -0
  544. package/data/typeDefinition/java.json +311 -0
  545. package/data/typeDefinition/javascript.json +293 -0
  546. package/data/typeDefinition/json.json +41 -0
  547. package/data/typeDefinition/kotlin.json +33 -0
  548. package/data/typeDefinition/lua.json +53 -0
  549. package/data/typeDefinition/makefile.json +4 -0
  550. package/data/typeDefinition/markdown.json +4 -0
  551. package/data/typeDefinition/nginx.json +4 -0
  552. package/data/typeDefinition/perl.json +47 -0
  553. package/data/typeDefinition/php.json +311 -0
  554. package/data/typeDefinition/powershell.json +167 -0
  555. package/data/typeDefinition/protobuf.json +197 -0
  556. package/data/typeDefinition/python.json +293 -0
  557. package/data/typeDefinition/redis-cli.json +59 -0
  558. package/data/typeDefinition/ruby.json +317 -0
  559. package/data/typeDefinition/rust.json +521 -0
  560. package/data/typeDefinition/scala.json +52 -0
  561. package/data/typeDefinition/sql.json +281 -0
  562. package/data/typeDefinition/ssh_config.json +4 -0
  563. package/data/typeDefinition/swift.json +56 -0
  564. package/data/typeDefinition/systemd.json +4 -0
  565. package/data/typeDefinition/toml.json +65 -0
  566. package/data/typeDefinition/typescript.json +425 -0
  567. package/data/typeDefinition/xml.json +4 -0
  568. package/data/typeDefinition/yaml.json +71 -0
  569. package/data/typeDefinition/zsh.json +35 -0
  570. package/package.json +1 -1
@@ -0,0 +1,789 @@
1
+ {
2
+ "language": "kotlin",
3
+ "definitions": {
4
+ "println": {
5
+ "signature": "fun println(message: Any?): Unit",
6
+ "description": "Prints the given message and a newline to standard output",
7
+ "type": "function",
8
+ "module": "kotlin.io",
9
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/println.html"
10
+ },
11
+ "print": {
12
+ "signature": "fun print(message: Any?): Unit",
13
+ "description": "Prints the given message to standard output without a newline",
14
+ "type": "function",
15
+ "module": "kotlin.io",
16
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/print.html"
17
+ },
18
+ "readLine": {
19
+ "signature": "fun readLine(): String?",
20
+ "description": "Reads a line from standard input, returns null if EOF reached",
21
+ "type": "function",
22
+ "module": "kotlin.io",
23
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/read-line.html"
24
+ },
25
+ "listOf": {
26
+ "signature": "fun <T> listOf(vararg elements: T): List<T>",
27
+ "description": "Returns a new read-only list of given elements",
28
+ "type": "function",
29
+ "module": "kotlin.collections",
30
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/list-of.html"
31
+ },
32
+ "mutableListOf": {
33
+ "signature": "fun <T> mutableListOf(vararg elements: T): MutableList<T>",
34
+ "description": "Returns a new MutableList with the given elements",
35
+ "type": "function",
36
+ "module": "kotlin.collections",
37
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/mutable-list-of.html"
38
+ },
39
+ "mapOf": {
40
+ "signature": "fun <K, V> mapOf(vararg pairs: Pair<K, V>): Map<K, V>",
41
+ "description": "Returns a new read-only map with the specified key-value pairs",
42
+ "type": "function",
43
+ "module": "kotlin.collections",
44
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/map-of.html"
45
+ },
46
+ "mutableMapOf": {
47
+ "signature": "fun <K, V> mutableMapOf(vararg pairs: Pair<K, V>): MutableMap<K, V>",
48
+ "description": "Returns a new MutableMap with the specified key-value pairs",
49
+ "type": "function",
50
+ "module": "kotlin.collections",
51
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/mutable-map-of.html"
52
+ },
53
+ "setOf": {
54
+ "signature": "fun <T> setOf(vararg elements: T): Set<T>",
55
+ "description": "Returns a new read-only set with the given elements",
56
+ "type": "function",
57
+ "module": "kotlin.collections",
58
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/set-of.html"
59
+ },
60
+ "mutableSetOf": {
61
+ "signature": "fun <T> mutableSetOf(vararg elements: T): MutableSet<T>",
62
+ "description": "Returns a new MutableSet with the given elements",
63
+ "type": "function",
64
+ "module": "kotlin.collections",
65
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/mutable-set-of.html"
66
+ },
67
+ "arrayOf": {
68
+ "signature": "fun <T> arrayOf(vararg elements: T): Array<T>",
69
+ "description": "Returns an array containing the specified elements",
70
+ "type": "function",
71
+ "module": "kotlin",
72
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/array-of.html"
73
+ },
74
+ "intArrayOf": {
75
+ "signature": "fun intArrayOf(vararg elements: Int): IntArray",
76
+ "description": "Returns an IntArray containing the specified elements",
77
+ "type": "function",
78
+ "module": "kotlin",
79
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/int-array-of.html"
80
+ },
81
+ "let": {
82
+ "signature": "fun <T, R> T.let(block: (T) -> R): R",
83
+ "description": "Calls the specified function block with this value as its argument and returns its result",
84
+ "type": "function",
85
+ "module": "kotlin",
86
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/let.html"
87
+ },
88
+ "run": {
89
+ "signature": "fun <T, R> T.run(block: T.() -> R): R",
90
+ "description": "Calls the specified function block with this value as its receiver and returns its result",
91
+ "type": "function",
92
+ "module": "kotlin",
93
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/run.html"
94
+ },
95
+ "with": {
96
+ "signature": "fun <T, R> with(receiver: T, block: T.() -> R): R",
97
+ "description": "Calls the specified function block with the given receiver as its receiver and returns its result",
98
+ "type": "function",
99
+ "module": "kotlin",
100
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/with.html"
101
+ },
102
+ "apply": {
103
+ "signature": "fun <T> T.apply(block: T.() -> Unit): T",
104
+ "description": "Calls the specified function block with this value as its receiver and returns this value",
105
+ "type": "function",
106
+ "module": "kotlin",
107
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/apply.html"
108
+ },
109
+ "also": {
110
+ "signature": "fun <T> T.also(block: (T) -> Unit): T",
111
+ "description": "Calls the specified function block with this value as its argument and returns this value",
112
+ "type": "function",
113
+ "module": "kotlin",
114
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/also.html"
115
+ },
116
+ "takeIf": {
117
+ "signature": "fun <T> T.takeIf(predicate: (T) -> Boolean): T?",
118
+ "description": "Returns this value if it satisfies the given predicate or null if it doesn't",
119
+ "type": "function",
120
+ "module": "kotlin",
121
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/take-if.html"
122
+ },
123
+ "takeUnless": {
124
+ "signature": "fun <T> T.takeUnless(predicate: (T) -> Boolean): T?",
125
+ "description": "Returns this value if it does not satisfy the given predicate or null if it does",
126
+ "type": "function",
127
+ "module": "kotlin",
128
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/take-unless.html"
129
+ },
130
+ "repeat": {
131
+ "signature": "fun repeat(times: Int, action: (Int) -> Unit)",
132
+ "description": "Executes the given function action specified number of times",
133
+ "type": "function",
134
+ "module": "kotlin",
135
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/repeat.html"
136
+ },
137
+ "require": {
138
+ "signature": "fun require(value: Boolean, lazyMessage: () -> Any): Unit",
139
+ "description": "Throws an IllegalArgumentException if the value is false",
140
+ "type": "function",
141
+ "module": "kotlin",
142
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/require.html"
143
+ },
144
+ "check": {
145
+ "signature": "fun check(value: Boolean, lazyMessage: () -> Any): Unit",
146
+ "description": "Throws an IllegalStateException if the value is false",
147
+ "type": "function",
148
+ "module": "kotlin",
149
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/check.html"
150
+ },
151
+ "error": {
152
+ "signature": "fun error(message: Any): Nothing",
153
+ "description": "Throws an IllegalStateException with the given message",
154
+ "type": "function",
155
+ "module": "kotlin",
156
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/error.html"
157
+ },
158
+ "TODO": {
159
+ "signature": "fun TODO(reason: String): Nothing",
160
+ "description": "Always throws NotImplementedError stating that operation is not implemented",
161
+ "type": "function",
162
+ "module": "kotlin",
163
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-t-o-d-o.html"
164
+ },
165
+ "lazy": {
166
+ "signature": "fun <T> lazy(initializer: () -> T): Lazy<T>",
167
+ "description": "Creates a new instance of Lazy that uses the specified initialization function",
168
+ "type": "function",
169
+ "module": "kotlin",
170
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/lazy.html"
171
+ },
172
+ "sequence": {
173
+ "signature": "fun <T> sequence(block: suspend SequenceScope<T>.() -> Unit): Sequence<T>",
174
+ "description": "Builds a Sequence lazily yielding values one by one",
175
+ "type": "function",
176
+ "module": "kotlin.sequences",
177
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/sequence.html"
178
+ },
179
+ "buildList": {
180
+ "signature": "fun <E> buildList(builderAction: MutableList<E>.() -> Unit): List<E>",
181
+ "description": "Builds a new read-only List by populating a MutableList using the given builder action",
182
+ "type": "function",
183
+ "module": "kotlin.collections",
184
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/build-list.html"
185
+ },
186
+ "buildMap": {
187
+ "signature": "fun <K, V> buildMap(builderAction: MutableMap<K, V>.() -> Unit): Map<K, V>",
188
+ "description": "Builds a new read-only Map by populating a MutableMap using the given builder action",
189
+ "type": "function",
190
+ "module": "kotlin.collections",
191
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/build-map.html"
192
+ },
193
+ "buildSet": {
194
+ "signature": "fun <E> buildSet(builderAction: MutableSet<E>.() -> Unit): Set<E>",
195
+ "description": "Builds a new read-only Set by populating a MutableSet using the given builder action",
196
+ "type": "function",
197
+ "module": "kotlin.collections",
198
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/build-set.html"
199
+ },
200
+ "emptyList": {
201
+ "signature": "fun <T> emptyList(): List<T>",
202
+ "description": "Returns an empty read-only list",
203
+ "type": "function",
204
+ "module": "kotlin.collections",
205
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/empty-list.html"
206
+ },
207
+ "emptyMap": {
208
+ "signature": "fun <K, V> emptyMap(): Map<K, V>",
209
+ "description": "Returns an empty read-only map",
210
+ "type": "function",
211
+ "module": "kotlin.collections",
212
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/empty-map.html"
213
+ },
214
+ "emptySet": {
215
+ "signature": "fun <T> emptySet(): Set<T>",
216
+ "description": "Returns an empty read-only set",
217
+ "type": "function",
218
+ "module": "kotlin.collections",
219
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/empty-set.html"
220
+ },
221
+ "forEach": {
222
+ "signature": "fun <T> Iterable<T>.forEach(action: (T) -> Unit)",
223
+ "description": "Performs the given action on each element",
224
+ "type": "function",
225
+ "module": "kotlin.collections",
226
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/for-each.html"
227
+ },
228
+ "map": {
229
+ "signature": "fun <T, R> Iterable<T>.map(transform: (T) -> R): List<R>",
230
+ "description": "Returns a list containing the results of applying the given transform function to each element",
231
+ "type": "function",
232
+ "module": "kotlin.collections",
233
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/map.html"
234
+ },
235
+ "filter": {
236
+ "signature": "fun <T> Iterable<T>.filter(predicate: (T) -> Boolean): List<T>",
237
+ "description": "Returns a list containing only elements matching the given predicate",
238
+ "type": "function",
239
+ "module": "kotlin.collections",
240
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/filter.html"
241
+ },
242
+ "flatMap": {
243
+ "signature": "fun <T, R> Iterable<T>.flatMap(transform: (T) -> Iterable<R>): List<R>",
244
+ "description": "Returns a single list of all elements yielded from results of transform function being invoked on each element",
245
+ "type": "function",
246
+ "module": "kotlin.collections",
247
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/flat-map.html"
248
+ },
249
+ "reduce": {
250
+ "signature": "fun <S, T : S> Iterable<T>.reduce(operation: (acc: S, T) -> S): S",
251
+ "description": "Accumulates value starting with the first element and applying operation from left to right",
252
+ "type": "function",
253
+ "module": "kotlin.collections",
254
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/reduce.html"
255
+ },
256
+ "fold": {
257
+ "signature": "fun <T, R> Iterable<T>.fold(initial: R, operation: (acc: R, T) -> R): R",
258
+ "description": "Accumulates value starting with initial value and applying operation from left to right",
259
+ "type": "function",
260
+ "module": "kotlin.collections",
261
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/fold.html"
262
+ },
263
+ "groupBy": {
264
+ "signature": "fun <T, K> Iterable<T>.groupBy(keySelector: (T) -> K): Map<K, List<T>>",
265
+ "description": "Groups elements of the collection by the key returned by the given function",
266
+ "type": "function",
267
+ "module": "kotlin.collections",
268
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/group-by.html"
269
+ },
270
+ "sortedBy": {
271
+ "signature": "fun <T, R : Comparable<R>> Iterable<T>.sortedBy(selector: (T) -> R?): List<T>",
272
+ "description": "Returns a list of all elements sorted according to natural sort order of the value returned by the selector",
273
+ "type": "function",
274
+ "module": "kotlin.collections",
275
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/sorted-by.html"
276
+ },
277
+ "associate": {
278
+ "signature": "fun <T, K, V> Iterable<T>.associate(transform: (T) -> Pair<K, V>): Map<K, V>",
279
+ "description": "Returns a Map containing key-value pairs provided by transform function applied to elements",
280
+ "type": "function",
281
+ "module": "kotlin.collections",
282
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/associate.html"
283
+ },
284
+ "first": {
285
+ "signature": "fun <T> Iterable<T>.first(): T",
286
+ "description": "Returns the first element, throws NoSuchElementException if empty",
287
+ "type": "function",
288
+ "module": "kotlin.collections",
289
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/first.html"
290
+ },
291
+ "firstOrNull": {
292
+ "signature": "fun <T> Iterable<T>.firstOrNull(): T?",
293
+ "description": "Returns the first element, or null if the collection is empty",
294
+ "type": "function",
295
+ "module": "kotlin.collections",
296
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/first-or-null.html"
297
+ },
298
+ "any": {
299
+ "signature": "fun <T> Iterable<T>.any(predicate: (T) -> Boolean): Boolean",
300
+ "description": "Returns true if at least one element matches the given predicate",
301
+ "type": "function",
302
+ "module": "kotlin.collections",
303
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/any.html"
304
+ },
305
+ "all": {
306
+ "signature": "fun <T> Iterable<T>.all(predicate: (T) -> Boolean): Boolean",
307
+ "description": "Returns true if all elements match the given predicate",
308
+ "type": "function",
309
+ "module": "kotlin.collections",
310
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/all.html"
311
+ },
312
+ "none": {
313
+ "signature": "fun <T> Iterable<T>.none(predicate: (T) -> Boolean): Boolean",
314
+ "description": "Returns true if no elements match the given predicate",
315
+ "type": "function",
316
+ "module": "kotlin.collections",
317
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/none.html"
318
+ },
319
+ "count": {
320
+ "signature": "fun <T> Iterable<T>.count(): Int",
321
+ "description": "Returns the number of elements in the collection",
322
+ "type": "function",
323
+ "module": "kotlin.collections",
324
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/count.html"
325
+ },
326
+ "joinToString": {
327
+ "signature": "fun <T> Iterable<T>.joinToString(separator: CharSequence = \", \"): String",
328
+ "description": "Creates a string from all the elements separated using separator",
329
+ "type": "function",
330
+ "module": "kotlin.collections",
331
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/join-to-string.html"
332
+ },
333
+ "toList": {
334
+ "signature": "fun <T> Iterable<T>.toList(): List<T>",
335
+ "description": "Returns a List containing all elements",
336
+ "type": "function",
337
+ "module": "kotlin.collections",
338
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/to-list.html"
339
+ },
340
+ "toMutableList": {
341
+ "signature": "fun <T> Iterable<T>.toMutableList(): MutableList<T>",
342
+ "description": "Returns a MutableList filled with all elements of this collection",
343
+ "type": "function",
344
+ "module": "kotlin.collections",
345
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/to-mutable-list.html"
346
+ },
347
+ "toSet": {
348
+ "signature": "fun <T> Iterable<T>.toSet(): Set<T>",
349
+ "description": "Returns a Set of all elements",
350
+ "type": "function",
351
+ "module": "kotlin.collections",
352
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/to-set.html"
353
+ },
354
+ "toMap": {
355
+ "signature": "fun <K, V> Iterable<Pair<K, V>>.toMap(): Map<K, V>",
356
+ "description": "Returns a new map containing all key-value pairs from the given collection of pairs",
357
+ "type": "function",
358
+ "module": "kotlin.collections",
359
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/to-map.html"
360
+ },
361
+ "toInt": {
362
+ "signature": "fun String.toInt(): Int",
363
+ "description": "Parses the string as a signed Int number and returns the result",
364
+ "type": "function",
365
+ "module": "kotlin.text",
366
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/to-int.html"
367
+ },
368
+ "toDouble": {
369
+ "signature": "fun String.toDouble(): Double",
370
+ "description": "Parses the string as a Double number and returns the result",
371
+ "type": "function",
372
+ "module": "kotlin.text",
373
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/to-double.html"
374
+ },
375
+ "toIntOrNull": {
376
+ "signature": "fun String.toIntOrNull(): Int?",
377
+ "description": "Parses the string as a signed Int number and returns the result or null if the string is not a valid integer",
378
+ "type": "function",
379
+ "module": "kotlin.text",
380
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/to-int-or-null.html"
381
+ },
382
+ "runBlocking": {
383
+ "signature": "fun <T> runBlocking(context: CoroutineContext = EmptyCoroutineContext, block: suspend CoroutineScope.() -> T): T",
384
+ "description": "Runs a new coroutine and blocks the current thread until its completion",
385
+ "type": "function",
386
+ "module": "kotlinx.coroutines",
387
+ "url": "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/run-blocking.html"
388
+ },
389
+ "launch": {
390
+ "signature": "fun CoroutineScope.launch(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job",
391
+ "description": "Launches a new coroutine without blocking the current thread and returns a reference to it as a Job",
392
+ "type": "function",
393
+ "module": "kotlinx.coroutines",
394
+ "url": "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/launch.html"
395
+ },
396
+ "async": {
397
+ "signature": "fun <T> CoroutineScope.async(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> T): Deferred<T>",
398
+ "description": "Creates a coroutine and returns its future result as an implementation of Deferred",
399
+ "type": "function",
400
+ "module": "kotlinx.coroutines",
401
+ "url": "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/async.html"
402
+ },
403
+ "withContext": {
404
+ "signature": "suspend fun <T> withContext(context: CoroutineContext, block: suspend CoroutineScope.() -> T): T",
405
+ "description": "Calls the specified suspending block with a given coroutine context, suspends until it completes, and returns the result",
406
+ "type": "function",
407
+ "module": "kotlinx.coroutines",
408
+ "url": "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/with-context.html"
409
+ },
410
+ "delay": {
411
+ "signature": "suspend fun delay(timeMillis: Long)",
412
+ "description": "Delays coroutine for a given time without blocking a thread",
413
+ "type": "function",
414
+ "module": "kotlinx.coroutines",
415
+ "url": "https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/delay.html"
416
+ },
417
+ "fun": {
418
+ "signature": "fun",
419
+ "description": "Declares a function",
420
+ "type": "keyword",
421
+ "module": "kotlin",
422
+ "url": "https://kotlinlang.org/docs/functions.html"
423
+ },
424
+ "val": {
425
+ "signature": "val",
426
+ "description": "Declares a read-only (immutable) property or local variable",
427
+ "type": "keyword",
428
+ "module": "kotlin",
429
+ "url": "https://kotlinlang.org/docs/basic-syntax.html#variables"
430
+ },
431
+ "var": {
432
+ "signature": "var",
433
+ "description": "Declares a mutable property or local variable",
434
+ "type": "keyword",
435
+ "module": "kotlin",
436
+ "url": "https://kotlinlang.org/docs/basic-syntax.html#variables"
437
+ },
438
+ "class": {
439
+ "signature": "class",
440
+ "description": "Declares a class",
441
+ "type": "keyword",
442
+ "module": "kotlin",
443
+ "url": "https://kotlinlang.org/docs/classes.html"
444
+ },
445
+ "object": {
446
+ "signature": "object",
447
+ "description": "Declares a singleton object or object expression",
448
+ "type": "keyword",
449
+ "module": "kotlin",
450
+ "url": "https://kotlinlang.org/docs/object-declarations.html"
451
+ },
452
+ "interface": {
453
+ "signature": "interface",
454
+ "description": "Declares an interface",
455
+ "type": "keyword",
456
+ "module": "kotlin",
457
+ "url": "https://kotlinlang.org/docs/interfaces.html"
458
+ },
459
+ "when": {
460
+ "signature": "when",
461
+ "description": "Starts a when expression (replacement for switch)",
462
+ "type": "keyword",
463
+ "module": "kotlin",
464
+ "url": "https://kotlinlang.org/docs/control-flow.html#when-expression"
465
+ },
466
+ "if": {
467
+ "signature": "if",
468
+ "description": "Conditional expression",
469
+ "type": "keyword",
470
+ "module": "kotlin",
471
+ "url": "https://kotlinlang.org/docs/control-flow.html#if-expression"
472
+ },
473
+ "for": {
474
+ "signature": "for",
475
+ "description": "For loop that iterates through anything that provides an iterator",
476
+ "type": "keyword",
477
+ "module": "kotlin",
478
+ "url": "https://kotlinlang.org/docs/control-flow.html#for-loops"
479
+ },
480
+ "while": {
481
+ "signature": "while",
482
+ "description": "While loop that executes body while condition is true",
483
+ "type": "keyword",
484
+ "module": "kotlin",
485
+ "url": "https://kotlinlang.org/docs/control-flow.html#while-loops"
486
+ },
487
+ "return": {
488
+ "signature": "return",
489
+ "description": "Returns from the nearest enclosing function or anonymous function",
490
+ "type": "keyword",
491
+ "module": "kotlin",
492
+ "url": "https://kotlinlang.org/docs/returns.html"
493
+ },
494
+ "throw": {
495
+ "signature": "throw",
496
+ "description": "Throws an exception",
497
+ "type": "keyword",
498
+ "module": "kotlin",
499
+ "url": "https://kotlinlang.org/docs/exceptions.html"
500
+ },
501
+ "try": {
502
+ "signature": "try",
503
+ "description": "Begins a try-catch exception handling block",
504
+ "type": "keyword",
505
+ "module": "kotlin",
506
+ "url": "https://kotlinlang.org/docs/exceptions.html"
507
+ },
508
+ "catch": {
509
+ "signature": "catch",
510
+ "description": "Handles an exception type in a try block",
511
+ "type": "keyword",
512
+ "module": "kotlin",
513
+ "url": "https://kotlinlang.org/docs/exceptions.html"
514
+ },
515
+ "finally": {
516
+ "signature": "finally",
517
+ "description": "Block that executes after try/catch regardless of exception",
518
+ "type": "keyword",
519
+ "module": "kotlin",
520
+ "url": "https://kotlinlang.org/docs/exceptions.html"
521
+ },
522
+ "suspend": {
523
+ "signature": "suspend",
524
+ "description": "Marks a function or lambda as suspending (callable from coroutines)",
525
+ "type": "keyword",
526
+ "module": "kotlin",
527
+ "url": "https://kotlinlang.org/docs/coroutines-basics.html"
528
+ },
529
+ "data": {
530
+ "signature": "data",
531
+ "description": "Marks a class as a data class, auto-generating equals, hashCode, toString, copy",
532
+ "type": "keyword",
533
+ "module": "kotlin",
534
+ "url": "https://kotlinlang.org/docs/data-classes.html"
535
+ },
536
+ "sealed": {
537
+ "signature": "sealed",
538
+ "description": "Marks a class or interface as sealed, restricting subclasses to the same package",
539
+ "type": "keyword",
540
+ "module": "kotlin",
541
+ "url": "https://kotlinlang.org/docs/sealed-classes.html"
542
+ },
543
+ "enum": {
544
+ "signature": "enum",
545
+ "description": "Declares an enum class with a fixed set of instances",
546
+ "type": "keyword",
547
+ "module": "kotlin",
548
+ "url": "https://kotlinlang.org/docs/enum-classes.html"
549
+ },
550
+ "override": {
551
+ "signature": "override",
552
+ "description": "Marks a member override of a superclass member or interface member",
553
+ "type": "keyword",
554
+ "module": "kotlin",
555
+ "url": "https://kotlinlang.org/docs/inheritance.html#overriding-methods"
556
+ },
557
+ "open": {
558
+ "signature": "open",
559
+ "description": "Allows a class to be inherited from or a member to be overridden",
560
+ "type": "keyword",
561
+ "module": "kotlin",
562
+ "url": "https://kotlinlang.org/docs/inheritance.html"
563
+ },
564
+ "abstract": {
565
+ "signature": "abstract",
566
+ "description": "Marks a class or member as abstract",
567
+ "type": "keyword",
568
+ "module": "kotlin",
569
+ "url": "https://kotlinlang.org/docs/classes.html#abstract-classes"
570
+ },
571
+ "companion": {
572
+ "signature": "companion object",
573
+ "description": "Declares a companion object inside a class",
574
+ "type": "keyword",
575
+ "module": "kotlin",
576
+ "url": "https://kotlinlang.org/docs/object-declarations.html#companion-objects"
577
+ },
578
+ "inline": {
579
+ "signature": "inline",
580
+ "description": "Requests the compiler to inline the function body and lambda parameters at call sites",
581
+ "type": "keyword",
582
+ "module": "kotlin",
583
+ "url": "https://kotlinlang.org/docs/inline-functions.html"
584
+ },
585
+ "infix": {
586
+ "signature": "infix",
587
+ "description": "Allows a function to be called with infix notation",
588
+ "type": "keyword",
589
+ "module": "kotlin",
590
+ "url": "https://kotlinlang.org/docs/functions.html#infix-notation"
591
+ },
592
+ "operator": {
593
+ "signature": "operator",
594
+ "description": "Marks a function as an operator overload",
595
+ "type": "keyword",
596
+ "module": "kotlin",
597
+ "url": "https://kotlinlang.org/docs/operator-overloading.html"
598
+ },
599
+ "typealias": {
600
+ "signature": "typealias",
601
+ "description": "Provides alternative names for existing types",
602
+ "type": "keyword",
603
+ "module": "kotlin",
604
+ "url": "https://kotlinlang.org/docs/type-aliases.html"
605
+ },
606
+ "lateinit": {
607
+ "signature": "lateinit",
608
+ "description": "Allows initializing a non-null property outside of a constructor body",
609
+ "type": "keyword",
610
+ "module": "kotlin",
611
+ "url": "https://kotlinlang.org/docs/properties.html#late-initialized-properties-and-variables"
612
+ },
613
+ "const": {
614
+ "signature": "const",
615
+ "description": "Marks a property as a compile-time constant",
616
+ "type": "keyword",
617
+ "module": "kotlin",
618
+ "url": "https://kotlinlang.org/docs/properties.html#compile-time-constants"
619
+ },
620
+ "Int": {
621
+ "signature": "class Int : Number, Comparable<Int>",
622
+ "description": "Represents a 32-bit signed integer",
623
+ "type": "class",
624
+ "module": "kotlin",
625
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/"
626
+ },
627
+ "Long": {
628
+ "signature": "class Long : Number, Comparable<Long>",
629
+ "description": "Represents a 64-bit signed integer",
630
+ "type": "class",
631
+ "module": "kotlin",
632
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/"
633
+ },
634
+ "Double": {
635
+ "signature": "class Double : Number, Comparable<Double>",
636
+ "description": "Represents a double-precision 64-bit IEEE 754 floating point number",
637
+ "type": "class",
638
+ "module": "kotlin",
639
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/"
640
+ },
641
+ "Float": {
642
+ "signature": "class Float : Number, Comparable<Float>",
643
+ "description": "Represents a single-precision 32-bit IEEE 754 floating point number",
644
+ "type": "class",
645
+ "module": "kotlin",
646
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/"
647
+ },
648
+ "Boolean": {
649
+ "signature": "class Boolean : Comparable<Boolean>",
650
+ "description": "Represents a value which is either true or false",
651
+ "type": "class",
652
+ "module": "kotlin",
653
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/"
654
+ },
655
+ "String": {
656
+ "signature": "class String : Comparable<String>, CharSequence",
657
+ "description": "Represents an array of characters. Strings are immutable",
658
+ "type": "class",
659
+ "module": "kotlin",
660
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/"
661
+ },
662
+ "Char": {
663
+ "signature": "class Char : Comparable<Char>",
664
+ "description": "Represents a 16-bit Unicode character",
665
+ "type": "class",
666
+ "module": "kotlin",
667
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/"
668
+ },
669
+ "Unit": {
670
+ "signature": "object Unit",
671
+ "description": "The type with only one value: the Unit object. Corresponds to void in Java",
672
+ "type": "class",
673
+ "module": "kotlin",
674
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/"
675
+ },
676
+ "Nothing": {
677
+ "signature": "class Nothing",
678
+ "description": "Nothing has no instances. Used as return type of functions that never return",
679
+ "type": "class",
680
+ "module": "kotlin",
681
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-nothing.html"
682
+ },
683
+ "Any": {
684
+ "signature": "open class Any",
685
+ "description": "The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass",
686
+ "type": "class",
687
+ "module": "kotlin",
688
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/"
689
+ },
690
+ "Array": {
691
+ "signature": "class Array<T>",
692
+ "description": "Represents an array",
693
+ "type": "class",
694
+ "module": "kotlin",
695
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/"
696
+ },
697
+ "List": {
698
+ "signature": "interface List<out E> : Collection<E>",
699
+ "description": "A generic ordered collection of elements that supports indexed access",
700
+ "type": "interface",
701
+ "module": "kotlin.collections",
702
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/"
703
+ },
704
+ "MutableList": {
705
+ "signature": "interface MutableList<E> : List<E>, MutableCollection<E>",
706
+ "description": "A generic ordered collection of elements that supports adding and removing elements",
707
+ "type": "interface",
708
+ "module": "kotlin.collections",
709
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/"
710
+ },
711
+ "Map": {
712
+ "signature": "interface Map<K, out V>",
713
+ "description": "A collection that holds pairs of objects (keys and values)",
714
+ "type": "interface",
715
+ "module": "kotlin.collections",
716
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/"
717
+ },
718
+ "MutableMap": {
719
+ "signature": "interface MutableMap<K, V> : Map<K, V>",
720
+ "description": "A modifiable collection that holds pairs of objects and supports adding and removing entries",
721
+ "type": "interface",
722
+ "module": "kotlin.collections",
723
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/"
724
+ },
725
+ "Set": {
726
+ "signature": "interface Set<out E> : Collection<E>",
727
+ "description": "A generic unordered collection of elements that does not support duplicate elements",
728
+ "type": "interface",
729
+ "module": "kotlin.collections",
730
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/"
731
+ },
732
+ "MutableSet": {
733
+ "signature": "interface MutableSet<E> : Set<E>, MutableCollection<E>",
734
+ "description": "A generic unordered collection of elements that does not support duplicate elements and supports adding and removing elements",
735
+ "type": "interface",
736
+ "module": "kotlin.collections",
737
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-set/"
738
+ },
739
+ "Pair": {
740
+ "signature": "data class Pair<out A, out B>(val first: A, val second: B)",
741
+ "description": "Represents a generic pair of two values",
742
+ "type": "class",
743
+ "module": "kotlin",
744
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/"
745
+ },
746
+ "Triple": {
747
+ "signature": "data class Triple<out A, out B, out C>(val first: A, val second: B, val third: C)",
748
+ "description": "Represents a triad of values",
749
+ "type": "class",
750
+ "module": "kotlin",
751
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-triple/"
752
+ },
753
+ "Sequence": {
754
+ "signature": "interface Sequence<out T>",
755
+ "description": "A sequence that returns values through its iterator, values are evaluated lazily",
756
+ "type": "interface",
757
+ "module": "kotlin.sequences",
758
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/-sequence/"
759
+ },
760
+ "Regex": {
761
+ "signature": "class Regex",
762
+ "description": "Represents an immutable regular expression",
763
+ "type": "class",
764
+ "module": "kotlin.text",
765
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-regex/"
766
+ },
767
+ "Comparable": {
768
+ "signature": "interface Comparable<in T>",
769
+ "description": "Classes which inherit from this interface have a defined total ordering between their instances",
770
+ "type": "interface",
771
+ "module": "kotlin",
772
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-comparable/"
773
+ },
774
+ "Iterable": {
775
+ "signature": "interface Iterable<out T>",
776
+ "description": "Classes that inherit from this interface can be represented as a sequence of elements that can be iterated over",
777
+ "type": "interface",
778
+ "module": "kotlin.collections",
779
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterable/"
780
+ },
781
+ "Collection": {
782
+ "signature": "interface Collection<out E> : Iterable<E>",
783
+ "description": "A generic collection of elements, provides read-only methods",
784
+ "type": "interface",
785
+ "module": "kotlin.collections",
786
+ "url": "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/"
787
+ }
788
+ }
789
+ }