@hydranium/core 1.0.0-next.10

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 (868) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +100 -0
  3. package/lib/documents/ast-document-manager.d.ts +243 -0
  4. package/lib/documents/ast-document-manager.d.ts.map +1 -0
  5. package/lib/documents/ast-document-manager.js +302 -0
  6. package/lib/documents/ast-document-manager.js.map +1 -0
  7. package/lib/documents/client-ids.d.ts +30 -0
  8. package/lib/documents/client-ids.d.ts.map +1 -0
  9. package/lib/documents/client-ids.js +30 -0
  10. package/lib/documents/client-ids.js.map +1 -0
  11. package/lib/documents/hydranium-text-documents.d.ts +490 -0
  12. package/lib/documents/hydranium-text-documents.d.ts.map +1 -0
  13. package/lib/documents/hydranium-text-documents.js +893 -0
  14. package/lib/documents/hydranium-text-documents.js.map +1 -0
  15. package/lib/documents/index.d.ts +14 -0
  16. package/lib/documents/index.d.ts.map +1 -0
  17. package/lib/documents/index.js +14 -0
  18. package/lib/documents/index.js.map +1 -0
  19. package/lib/documents/language-client-text-shadow.d.ts +101 -0
  20. package/lib/documents/language-client-text-shadow.d.ts.map +1 -0
  21. package/lib/documents/language-client-text-shadow.js +156 -0
  22. package/lib/documents/language-client-text-shadow.js.map +1 -0
  23. package/lib/documents/self-save-registry.d.ts +55 -0
  24. package/lib/documents/self-save-registry.d.ts.map +1 -0
  25. package/lib/documents/self-save-registry.js +68 -0
  26. package/lib/documents/self-save-registry.js.map +1 -0
  27. package/lib/index.d.ts +38 -0
  28. package/lib/index.d.ts.map +1 -0
  29. package/lib/index.js +39 -0
  30. package/lib/index.js.map +1 -0
  31. package/lib/langium/ast-extension/ast-extension-contribution.d.ts +33 -0
  32. package/lib/langium/ast-extension/ast-extension-contribution.d.ts.map +1 -0
  33. package/lib/langium/ast-extension/ast-extension-contribution.js +10 -0
  34. package/lib/langium/ast-extension/ast-extension-contribution.js.map +1 -0
  35. package/lib/langium/ast-extension/ast-extension-service.d.ts +212 -0
  36. package/lib/langium/ast-extension/ast-extension-service.d.ts.map +1 -0
  37. package/lib/langium/ast-extension/ast-extension-service.js +181 -0
  38. package/lib/langium/ast-extension/ast-extension-service.js.map +1 -0
  39. package/lib/langium/ast-extension/ast-node-builder.d.ts +90 -0
  40. package/lib/langium/ast-extension/ast-node-builder.d.ts.map +1 -0
  41. package/lib/langium/ast-extension/ast-node-builder.js +61 -0
  42. package/lib/langium/ast-extension/ast-node-builder.js.map +1 -0
  43. package/lib/langium/ast-extension/index.d.ts +12 -0
  44. package/lib/langium/ast-extension/index.d.ts.map +1 -0
  45. package/lib/langium/ast-extension/index.js +12 -0
  46. package/lib/langium/ast-extension/index.js.map +1 -0
  47. package/lib/langium/bootstrap.d.ts +224 -0
  48. package/lib/langium/bootstrap.d.ts.map +1 -0
  49. package/lib/langium/bootstrap.js +512 -0
  50. package/lib/langium/bootstrap.js.map +1 -0
  51. package/lib/langium/build-phase-pass/build-phase-pass-service.d.ts +77 -0
  52. package/lib/langium/build-phase-pass/build-phase-pass-service.d.ts.map +1 -0
  53. package/lib/langium/build-phase-pass/build-phase-pass-service.js +102 -0
  54. package/lib/langium/build-phase-pass/build-phase-pass-service.js.map +1 -0
  55. package/lib/langium/build-phase-pass/build-phase-pass.d.ts +106 -0
  56. package/lib/langium/build-phase-pass/build-phase-pass.d.ts.map +1 -0
  57. package/lib/langium/build-phase-pass/build-phase-pass.js +43 -0
  58. package/lib/langium/build-phase-pass/build-phase-pass.js.map +1 -0
  59. package/lib/langium/build-phase-pass/index.d.ts +11 -0
  60. package/lib/langium/build-phase-pass/index.d.ts.map +1 -0
  61. package/lib/langium/build-phase-pass/index.js +11 -0
  62. package/lib/langium/build-phase-pass/index.js.map +1 -0
  63. package/lib/langium/config/index.d.ts +10 -0
  64. package/lib/langium/config/index.d.ts.map +1 -0
  65. package/lib/langium/config/index.js +10 -0
  66. package/lib/langium/config/index.js.map +1 -0
  67. package/lib/langium/config/settings.d.ts +173 -0
  68. package/lib/langium/config/settings.d.ts.map +1 -0
  69. package/lib/langium/config/settings.js +196 -0
  70. package/lib/langium/config/settings.js.map +1 -0
  71. package/lib/langium/diagnostics/hydranium-langium-profiler.d.ts +109 -0
  72. package/lib/langium/diagnostics/hydranium-langium-profiler.d.ts.map +1 -0
  73. package/lib/langium/diagnostics/hydranium-langium-profiler.js +153 -0
  74. package/lib/langium/diagnostics/hydranium-langium-profiler.js.map +1 -0
  75. package/lib/langium/diagnostics/index.d.ts +14 -0
  76. package/lib/langium/diagnostics/index.d.ts.map +1 -0
  77. package/lib/langium/diagnostics/index.js +19 -0
  78. package/lib/langium/diagnostics/index.js.map +1 -0
  79. package/lib/langium/diagnostics/log-file-token.d.ts +16 -0
  80. package/lib/langium/diagnostics/log-file-token.d.ts.map +1 -0
  81. package/lib/langium/diagnostics/log-file-token.js +25 -0
  82. package/lib/langium/diagnostics/log-file-token.js.map +1 -0
  83. package/lib/langium/diagnostics/log-preamble.d.ts +42 -0
  84. package/lib/langium/diagnostics/log-preamble.d.ts.map +1 -0
  85. package/lib/langium/diagnostics/log-preamble.js +57 -0
  86. package/lib/langium/diagnostics/log-preamble.js.map +1 -0
  87. package/lib/langium/diagnostics/logger.d.ts +104 -0
  88. package/lib/langium/diagnostics/logger.d.ts.map +1 -0
  89. package/lib/langium/diagnostics/logger.js +178 -0
  90. package/lib/langium/diagnostics/logger.js.map +1 -0
  91. package/lib/langium/diagnostics/lsp-logger.d.ts +76 -0
  92. package/lib/langium/diagnostics/lsp-logger.d.ts.map +1 -0
  93. package/lib/langium/diagnostics/lsp-logger.js +223 -0
  94. package/lib/langium/diagnostics/lsp-logger.js.map +1 -0
  95. package/lib/langium/diagnostics/server-tracer.d.ts +27 -0
  96. package/lib/langium/diagnostics/server-tracer.d.ts.map +1 -0
  97. package/lib/langium/diagnostics/server-tracer.js +66 -0
  98. package/lib/langium/diagnostics/server-tracer.js.map +1 -0
  99. package/lib/langium/document-builder/build-pipeline-integration.d.ts +88 -0
  100. package/lib/langium/document-builder/build-pipeline-integration.d.ts.map +1 -0
  101. package/lib/langium/document-builder/build-pipeline-integration.js +151 -0
  102. package/lib/langium/document-builder/build-pipeline-integration.js.map +1 -0
  103. package/lib/langium/document-builder/document-builder.d.ts +405 -0
  104. package/lib/langium/document-builder/document-builder.d.ts.map +1 -0
  105. package/lib/langium/document-builder/document-builder.js +729 -0
  106. package/lib/langium/document-builder/document-builder.js.map +1 -0
  107. package/lib/langium/document-builder/index.d.ts +12 -0
  108. package/lib/langium/document-builder/index.d.ts.map +1 -0
  109. package/lib/langium/document-builder/index.js +12 -0
  110. package/lib/langium/document-builder/index.js.map +1 -0
  111. package/lib/langium/document-builder/labeled-phase-listener.d.ts +21 -0
  112. package/lib/langium/document-builder/labeled-phase-listener.d.ts.map +1 -0
  113. package/lib/langium/document-builder/labeled-phase-listener.js +15 -0
  114. package/lib/langium/document-builder/labeled-phase-listener.js.map +1 -0
  115. package/lib/langium/documentation/comment-provider.d.ts +31 -0
  116. package/lib/langium/documentation/comment-provider.d.ts.map +1 -0
  117. package/lib/langium/documentation/comment-provider.js +36 -0
  118. package/lib/langium/documentation/comment-provider.js.map +1 -0
  119. package/lib/langium/documentation/index.d.ts +10 -0
  120. package/lib/langium/documentation/index.d.ts.map +1 -0
  121. package/lib/langium/documentation/index.js +10 -0
  122. package/lib/langium/documentation/index.js.map +1 -0
  123. package/lib/langium/integration-services.d.ts +200 -0
  124. package/lib/langium/integration-services.d.ts.map +1 -0
  125. package/lib/langium/integration-services.js +65 -0
  126. package/lib/langium/integration-services.js.map +1 -0
  127. package/lib/langium/integrity/index.d.ts +12 -0
  128. package/lib/langium/integrity/index.d.ts.map +1 -0
  129. package/lib/langium/integrity/index.js +12 -0
  130. package/lib/langium/integrity/index.js.map +1 -0
  131. package/lib/langium/integrity/integrity-contribution.d.ts +42 -0
  132. package/lib/langium/integrity/integrity-contribution.d.ts.map +1 -0
  133. package/lib/langium/integrity/integrity-contribution.js +10 -0
  134. package/lib/langium/integrity/integrity-contribution.js.map +1 -0
  135. package/lib/langium/integrity/integrity-rule.d.ts +82 -0
  136. package/lib/langium/integrity/integrity-rule.d.ts.map +1 -0
  137. package/lib/langium/integrity/integrity-rule.js +52 -0
  138. package/lib/langium/integrity/integrity-rule.js.map +1 -0
  139. package/lib/langium/integrity/integrity-service.d.ts +221 -0
  140. package/lib/langium/integrity/integrity-service.d.ts.map +1 -0
  141. package/lib/langium/integrity/integrity-service.js +328 -0
  142. package/lib/langium/integrity/integrity-service.js.map +1 -0
  143. package/lib/langium/keys/default-element-key-provider.d.ts +19 -0
  144. package/lib/langium/keys/default-element-key-provider.d.ts.map +1 -0
  145. package/lib/langium/keys/default-element-key-provider.js +18 -0
  146. package/lib/langium/keys/default-element-key-provider.js.map +1 -0
  147. package/lib/langium/keys/element-key-provider.d.ts +106 -0
  148. package/lib/langium/keys/element-key-provider.d.ts.map +1 -0
  149. package/lib/langium/keys/element-key-provider.js +25 -0
  150. package/lib/langium/keys/element-key-provider.js.map +1 -0
  151. package/lib/langium/keys/index.d.ts +13 -0
  152. package/lib/langium/keys/index.d.ts.map +1 -0
  153. package/lib/langium/keys/index.js +13 -0
  154. package/lib/langium/keys/index.js.map +1 -0
  155. package/lib/langium/keys/name-based-key-provider.d.ts +99 -0
  156. package/lib/langium/keys/name-based-key-provider.d.ts.map +1 -0
  157. package/lib/langium/keys/name-based-key-provider.js +134 -0
  158. package/lib/langium/keys/name-based-key-provider.js.map +1 -0
  159. package/lib/langium/keys/positional-key-provider.d.ts +41 -0
  160. package/lib/langium/keys/positional-key-provider.d.ts.map +1 -0
  161. package/lib/langium/keys/positional-key-provider.js +48 -0
  162. package/lib/langium/keys/positional-key-provider.js.map +1 -0
  163. package/lib/langium/labeling/index.d.ts +10 -0
  164. package/lib/langium/labeling/index.d.ts.map +1 -0
  165. package/lib/langium/labeling/index.js +10 -0
  166. package/lib/langium/labeling/index.js.map +1 -0
  167. package/lib/langium/labeling/label-provider.d.ts +79 -0
  168. package/lib/langium/labeling/label-provider.d.ts.map +1 -0
  169. package/lib/langium/labeling/label-provider.js +44 -0
  170. package/lib/langium/labeling/label-provider.js.map +1 -0
  171. package/lib/langium/language-module.d.ts +281 -0
  172. package/lib/langium/language-module.d.ts.map +1 -0
  173. package/lib/langium/language-module.js +103 -0
  174. package/lib/langium/language-module.js.map +1 -0
  175. package/lib/langium/language-types.d.ts +85 -0
  176. package/lib/langium/language-types.d.ts.map +1 -0
  177. package/lib/langium/language-types.js +173 -0
  178. package/lib/langium/language-types.js.map +1 -0
  179. package/lib/langium/model-service/index.d.ts +10 -0
  180. package/lib/langium/model-service/index.d.ts.map +1 -0
  181. package/lib/langium/model-service/index.js +10 -0
  182. package/lib/langium/model-service/index.js.map +1 -0
  183. package/lib/langium/model-service/model-service.d.ts +598 -0
  184. package/lib/langium/model-service/model-service.d.ts.map +1 -0
  185. package/lib/langium/model-service/model-service.js +889 -0
  186. package/lib/langium/model-service/model-service.js.map +1 -0
  187. package/lib/langium/module.d.ts +308 -0
  188. package/lib/langium/module.d.ts.map +1 -0
  189. package/lib/langium/module.js +165 -0
  190. package/lib/langium/module.js.map +1 -0
  191. package/lib/langium/naming/index.d.ts +11 -0
  192. package/lib/langium/naming/index.d.ts.map +1 -0
  193. package/lib/langium/naming/index.js +11 -0
  194. package/lib/langium/naming/index.js.map +1 -0
  195. package/lib/langium/naming/name-provider.d.ts +360 -0
  196. package/lib/langium/naming/name-provider.d.ts.map +1 -0
  197. package/lib/langium/naming/name-provider.js +240 -0
  198. package/lib/langium/naming/name-provider.js.map +1 -0
  199. package/lib/langium/naming/name-separator-validation.d.ts +47 -0
  200. package/lib/langium/naming/name-separator-validation.d.ts.map +1 -0
  201. package/lib/langium/naming/name-separator-validation.js +61 -0
  202. package/lib/langium/naming/name-separator-validation.js.map +1 -0
  203. package/lib/langium/project/abstract-project-manager.d.ts +242 -0
  204. package/lib/langium/project/abstract-project-manager.d.ts.map +1 -0
  205. package/lib/langium/project/abstract-project-manager.js +545 -0
  206. package/lib/langium/project/abstract-project-manager.js.map +1 -0
  207. package/lib/langium/project/index.d.ts +13 -0
  208. package/lib/langium/project/index.d.ts.map +1 -0
  209. package/lib/langium/project/index.js +13 -0
  210. package/lib/langium/project/index.js.map +1 -0
  211. package/lib/langium/project/project-change-event.d.ts +64 -0
  212. package/lib/langium/project/project-change-event.d.ts.map +1 -0
  213. package/lib/langium/project/project-change-event.js +10 -0
  214. package/lib/langium/project/project-change-event.js.map +1 -0
  215. package/lib/langium/project/project-manager.d.ts +196 -0
  216. package/lib/langium/project/project-manager.d.ts.map +1 -0
  217. package/lib/langium/project/project-manager.js +10 -0
  218. package/lib/langium/project/project-manager.js.map +1 -0
  219. package/lib/langium/project/single-project-manager.d.ts +69 -0
  220. package/lib/langium/project/single-project-manager.d.ts.map +1 -0
  221. package/lib/langium/project/single-project-manager.js +104 -0
  222. package/lib/langium/project/single-project-manager.js.map +1 -0
  223. package/lib/langium/residency/cst-residency-service.d.ts +214 -0
  224. package/lib/langium/residency/cst-residency-service.d.ts.map +1 -0
  225. package/lib/langium/residency/cst-residency-service.js +349 -0
  226. package/lib/langium/residency/cst-residency-service.js.map +1 -0
  227. package/lib/langium/residency/index.d.ts +10 -0
  228. package/lib/langium/residency/index.d.ts.map +1 -0
  229. package/lib/langium/residency/index.js +10 -0
  230. package/lib/langium/residency/index.js.map +1 -0
  231. package/lib/langium/scope/ast-node-description-provider.d.ts +122 -0
  232. package/lib/langium/scope/ast-node-description-provider.d.ts.map +1 -0
  233. package/lib/langium/scope/ast-node-description-provider.js +115 -0
  234. package/lib/langium/scope/ast-node-description-provider.js.map +1 -0
  235. package/lib/langium/scope/hydranium-scope-computation.d.ts +163 -0
  236. package/lib/langium/scope/hydranium-scope-computation.d.ts.map +1 -0
  237. package/lib/langium/scope/hydranium-scope-computation.js +220 -0
  238. package/lib/langium/scope/hydranium-scope-computation.js.map +1 -0
  239. package/lib/langium/scope/hydranium-scope-provider.d.ts +411 -0
  240. package/lib/langium/scope/hydranium-scope-provider.d.ts.map +1 -0
  241. package/lib/langium/scope/hydranium-scope-provider.js +543 -0
  242. package/lib/langium/scope/hydranium-scope-provider.js.map +1 -0
  243. package/lib/langium/scope/index.d.ts +18 -0
  244. package/lib/langium/scope/index.d.ts.map +1 -0
  245. package/lib/langium/scope/index.js +18 -0
  246. package/lib/langium/scope/index.js.map +1 -0
  247. package/lib/langium/scope/reference-builder.d.ts +125 -0
  248. package/lib/langium/scope/reference-builder.d.ts.map +1 -0
  249. package/lib/langium/scope/reference-builder.js +115 -0
  250. package/lib/langium/scope/reference-builder.js.map +1 -0
  251. package/lib/langium/scope/reference-candidate-provider.d.ts +228 -0
  252. package/lib/langium/scope/reference-candidate-provider.d.ts.map +1 -0
  253. package/lib/langium/scope/reference-candidate-provider.js +185 -0
  254. package/lib/langium/scope/reference-candidate-provider.js.map +1 -0
  255. package/lib/langium/scope/scope-extension-contribution.d.ts +32 -0
  256. package/lib/langium/scope/scope-extension-contribution.d.ts.map +1 -0
  257. package/lib/langium/scope/scope-extension-contribution.js +10 -0
  258. package/lib/langium/scope/scope-extension-contribution.js.map +1 -0
  259. package/lib/langium/scope/scope-extension-service.d.ts +149 -0
  260. package/lib/langium/scope/scope-extension-service.d.ts.map +1 -0
  261. package/lib/langium/scope/scope-extension-service.js +94 -0
  262. package/lib/langium/scope/scope-extension-service.js.map +1 -0
  263. package/lib/langium/scope/scoped-ast-node-description.d.ts +160 -0
  264. package/lib/langium/scope/scoped-ast-node-description.d.ts.map +1 -0
  265. package/lib/langium/scope/scoped-ast-node-description.js +98 -0
  266. package/lib/langium/scope/scoped-ast-node-description.js.map +1 -0
  267. package/lib/langium/scope/tier-specificity.d.ts +47 -0
  268. package/lib/langium/scope/tier-specificity.d.ts.map +1 -0
  269. package/lib/langium/scope/tier-specificity.js +83 -0
  270. package/lib/langium/scope/tier-specificity.js.map +1 -0
  271. package/lib/langium/serialization/abstract-serializer.d.ts +316 -0
  272. package/lib/langium/serialization/abstract-serializer.d.ts.map +1 -0
  273. package/lib/langium/serialization/abstract-serializer.js +351 -0
  274. package/lib/langium/serialization/abstract-serializer.js.map +1 -0
  275. package/lib/langium/serialization/index.d.ts +14 -0
  276. package/lib/langium/serialization/index.d.ts.map +1 -0
  277. package/lib/langium/serialization/index.js +14 -0
  278. package/lib/langium/serialization/index.js.map +1 -0
  279. package/lib/langium/serialization/json-serializer.d.ts +106 -0
  280. package/lib/langium/serialization/json-serializer.d.ts.map +1 -0
  281. package/lib/langium/serialization/json-serializer.js +198 -0
  282. package/lib/langium/serialization/json-serializer.js.map +1 -0
  283. package/lib/langium/serialization/serialization-util.d.ts +29 -0
  284. package/lib/langium/serialization/serialization-util.d.ts.map +1 -0
  285. package/lib/langium/serialization/serialization-util.js +37 -0
  286. package/lib/langium/serialization/serialization-util.js.map +1 -0
  287. package/lib/langium/serialization/serializer.d.ts +66 -0
  288. package/lib/langium/serialization/serializer.d.ts.map +1 -0
  289. package/lib/langium/serialization/serializer.js +10 -0
  290. package/lib/langium/serialization/serializer.js.map +1 -0
  291. package/lib/langium/serialization/yaml-serializer.d.ts +166 -0
  292. package/lib/langium/serialization/yaml-serializer.d.ts.map +1 -0
  293. package/lib/langium/serialization/yaml-serializer.js +228 -0
  294. package/lib/langium/serialization/yaml-serializer.js.map +1 -0
  295. package/lib/langium/service-registry.d.ts +220 -0
  296. package/lib/langium/service-registry.d.ts.map +1 -0
  297. package/lib/langium/service-registry.js +258 -0
  298. package/lib/langium/service-registry.js.map +1 -0
  299. package/lib/langium/shared-services.d.ts +98 -0
  300. package/lib/langium/shared-services.d.ts.map +1 -0
  301. package/lib/langium/shared-services.js +30 -0
  302. package/lib/langium/shared-services.js.map +1 -0
  303. package/lib/langium/transfer/index.d.ts +10 -0
  304. package/lib/langium/transfer/index.d.ts.map +1 -0
  305. package/lib/langium/transfer/index.js +10 -0
  306. package/lib/langium/transfer/index.js.map +1 -0
  307. package/lib/langium/transfer/transfer-encoder.d.ts +294 -0
  308. package/lib/langium/transfer/transfer-encoder.d.ts.map +1 -0
  309. package/lib/langium/transfer/transfer-encoder.js +328 -0
  310. package/lib/langium/transfer/transfer-encoder.js.map +1 -0
  311. package/lib/langium/update-rewrite/index.d.ts +14 -0
  312. package/lib/langium/update-rewrite/index.d.ts.map +1 -0
  313. package/lib/langium/update-rewrite/index.js +14 -0
  314. package/lib/langium/update-rewrite/index.js.map +1 -0
  315. package/lib/langium/update-rewrite/normalize-empty-strings.d.ts +52 -0
  316. package/lib/langium/update-rewrite/normalize-empty-strings.d.ts.map +1 -0
  317. package/lib/langium/update-rewrite/normalize-empty-strings.js +83 -0
  318. package/lib/langium/update-rewrite/normalize-empty-strings.js.map +1 -0
  319. package/lib/langium/update-rewrite/semantic-root-rewrite.d.ts +37 -0
  320. package/lib/langium/update-rewrite/semantic-root-rewrite.d.ts.map +1 -0
  321. package/lib/langium/update-rewrite/semantic-root-rewrite.js +51 -0
  322. package/lib/langium/update-rewrite/semantic-root-rewrite.js.map +1 -0
  323. package/lib/langium/update-rewrite/update-rewrite-contribution.d.ts +42 -0
  324. package/lib/langium/update-rewrite/update-rewrite-contribution.d.ts.map +1 -0
  325. package/lib/langium/update-rewrite/update-rewrite-contribution.js +10 -0
  326. package/lib/langium/update-rewrite/update-rewrite-contribution.js.map +1 -0
  327. package/lib/langium/update-rewrite/update-rewrite-service.d.ts +89 -0
  328. package/lib/langium/update-rewrite/update-rewrite-service.d.ts.map +1 -0
  329. package/lib/langium/update-rewrite/update-rewrite-service.js +75 -0
  330. package/lib/langium/update-rewrite/update-rewrite-service.js.map +1 -0
  331. package/lib/langium/update-rewrite/update-rewrite.d.ts +59 -0
  332. package/lib/langium/update-rewrite/update-rewrite.d.ts.map +1 -0
  333. package/lib/langium/update-rewrite/update-rewrite.js +10 -0
  334. package/lib/langium/update-rewrite/update-rewrite.js.map +1 -0
  335. package/lib/langium/validation/document-validator.d.ts +106 -0
  336. package/lib/langium/validation/document-validator.d.ts.map +1 -0
  337. package/lib/langium/validation/document-validator.js +118 -0
  338. package/lib/langium/validation/document-validator.js.map +1 -0
  339. package/lib/langium/validation/index.d.ts +12 -0
  340. package/lib/langium/validation/index.d.ts.map +1 -0
  341. package/lib/langium/validation/index.js +12 -0
  342. package/lib/langium/validation/index.js.map +1 -0
  343. package/lib/langium/validation/validation-contribution-collector.d.ts +34 -0
  344. package/lib/langium/validation/validation-contribution-collector.d.ts.map +1 -0
  345. package/lib/langium/validation/validation-contribution-collector.js +51 -0
  346. package/lib/langium/validation/validation-contribution-collector.js.map +1 -0
  347. package/lib/langium/validation/validation-contribution.d.ts +36 -0
  348. package/lib/langium/validation/validation-contribution.d.ts.map +1 -0
  349. package/lib/langium/validation/validation-contribution.js +10 -0
  350. package/lib/langium/validation/validation-contribution.js.map +1 -0
  351. package/lib/langium/workspace/additional-document-contribution.d.ts +68 -0
  352. package/lib/langium/workspace/additional-document-contribution.d.ts.map +1 -0
  353. package/lib/langium/workspace/additional-document-contribution.js +23 -0
  354. package/lib/langium/workspace/additional-document-contribution.js.map +1 -0
  355. package/lib/langium/workspace/document-uri-policy.d.ts +151 -0
  356. package/lib/langium/workspace/document-uri-policy.d.ts.map +1 -0
  357. package/lib/langium/workspace/document-uri-policy.js +121 -0
  358. package/lib/langium/workspace/document-uri-policy.js.map +1 -0
  359. package/lib/langium/workspace/file-system-provider.d.ts +30 -0
  360. package/lib/langium/workspace/file-system-provider.d.ts.map +1 -0
  361. package/lib/langium/workspace/file-system-provider.js +41 -0
  362. package/lib/langium/workspace/file-system-provider.js.map +1 -0
  363. package/lib/langium/workspace/hydranium-langium-document-factory.d.ts +45 -0
  364. package/lib/langium/workspace/hydranium-langium-document-factory.d.ts.map +1 -0
  365. package/lib/langium/workspace/hydranium-langium-document-factory.js +64 -0
  366. package/lib/langium/workspace/hydranium-langium-document-factory.js.map +1 -0
  367. package/lib/langium/workspace/hydranium-workspace-lock.d.ts +31 -0
  368. package/lib/langium/workspace/hydranium-workspace-lock.d.ts.map +1 -0
  369. package/lib/langium/workspace/hydranium-workspace-lock.js +33 -0
  370. package/lib/langium/workspace/hydranium-workspace-lock.js.map +1 -0
  371. package/lib/langium/workspace/hydranium-workspace-manager.d.ts +232 -0
  372. package/lib/langium/workspace/hydranium-workspace-manager.d.ts.map +1 -0
  373. package/lib/langium/workspace/hydranium-workspace-manager.js +368 -0
  374. package/lib/langium/workspace/hydranium-workspace-manager.js.map +1 -0
  375. package/lib/langium/workspace/in-memory-file-system-provider.d.ts +127 -0
  376. package/lib/langium/workspace/in-memory-file-system-provider.d.ts.map +1 -0
  377. package/lib/langium/workspace/in-memory-file-system-provider.js +195 -0
  378. package/lib/langium/workspace/in-memory-file-system-provider.js.map +1 -0
  379. package/lib/langium/workspace/index-manager.d.ts +142 -0
  380. package/lib/langium/workspace/index-manager.d.ts.map +1 -0
  381. package/lib/langium/workspace/index-manager.js +245 -0
  382. package/lib/langium/workspace/index-manager.js.map +1 -0
  383. package/lib/langium/workspace/index.d.ts +23 -0
  384. package/lib/langium/workspace/index.d.ts.map +1 -0
  385. package/lib/langium/workspace/index.js +23 -0
  386. package/lib/langium/workspace/index.js.map +1 -0
  387. package/lib/langium/workspace/initialize-workspace.d.ts +63 -0
  388. package/lib/langium/workspace/initialize-workspace.d.ts.map +1 -0
  389. package/lib/langium/workspace/initialize-workspace.js +88 -0
  390. package/lib/langium/workspace/initialize-workspace.js.map +1 -0
  391. package/lib/langium/workspace/langium-documents.d.ts +47 -0
  392. package/lib/langium/workspace/langium-documents.d.ts.map +1 -0
  393. package/lib/langium/workspace/langium-documents.js +85 -0
  394. package/lib/langium/workspace/langium-documents.js.map +1 -0
  395. package/lib/langium/workspace/persistent-file-system-provider.d.ts +207 -0
  396. package/lib/langium/workspace/persistent-file-system-provider.d.ts.map +1 -0
  397. package/lib/langium/workspace/persistent-file-system-provider.js +208 -0
  398. package/lib/langium/workspace/persistent-file-system-provider.js.map +1 -0
  399. package/lib/langium/workspace/synthetic.d.ts +38 -0
  400. package/lib/langium/workspace/synthetic.d.ts.map +1 -0
  401. package/lib/langium/workspace/synthetic.js +58 -0
  402. package/lib/langium/workspace/synthetic.js.map +1 -0
  403. package/lib/langium/workspace/virtual-document.d.ts +78 -0
  404. package/lib/langium/workspace/virtual-document.d.ts.map +1 -0
  405. package/lib/langium/workspace/virtual-document.js +89 -0
  406. package/lib/langium/workspace/virtual-document.js.map +1 -0
  407. package/lib/langium/workspace/write-lock-scope.d.ts +69 -0
  408. package/lib/langium/workspace/write-lock-scope.d.ts.map +1 -0
  409. package/lib/langium/workspace/write-lock-scope.js +54 -0
  410. package/lib/langium/workspace/write-lock-scope.js.map +1 -0
  411. package/lib/launcher/index.d.ts +10 -0
  412. package/lib/launcher/index.d.ts.map +1 -0
  413. package/lib/launcher/index.js +12 -0
  414. package/lib/launcher/index.js.map +1 -0
  415. package/lib/launcher/integrated-server.d.ts +28 -0
  416. package/lib/launcher/integrated-server.d.ts.map +1 -0
  417. package/lib/launcher/integrated-server.js +10 -0
  418. package/lib/launcher/integrated-server.js.map +1 -0
  419. package/lib/lsp/completion/hydranium-completion-provider.d.ts +89 -0
  420. package/lib/lsp/completion/hydranium-completion-provider.d.ts.map +1 -0
  421. package/lib/lsp/completion/hydranium-completion-provider.js +123 -0
  422. package/lib/lsp/completion/hydranium-completion-provider.js.map +1 -0
  423. package/lib/lsp/hydranium-document-update-handler.d.ts +204 -0
  424. package/lib/lsp/hydranium-document-update-handler.d.ts.map +1 -0
  425. package/lib/lsp/hydranium-document-update-handler.js +288 -0
  426. package/lib/lsp/hydranium-document-update-handler.js.map +1 -0
  427. package/lib/lsp/index.d.ts +23 -0
  428. package/lib/lsp/index.d.ts.map +1 -0
  429. package/lib/lsp/index.js +23 -0
  430. package/lib/lsp/index.js.map +1 -0
  431. package/lib/lsp/instrument-connection.d.ts +36 -0
  432. package/lib/lsp/instrument-connection.d.ts.map +1 -0
  433. package/lib/lsp/instrument-connection.js +62 -0
  434. package/lib/lsp/instrument-connection.js.map +1 -0
  435. package/lib/lsp/language-module.d.ts +53 -0
  436. package/lib/lsp/language-module.d.ts.map +1 -0
  437. package/lib/lsp/language-module.js +28 -0
  438. package/lib/lsp/language-module.js.map +1 -0
  439. package/lib/lsp/semantic-token-provider.d.ts +131 -0
  440. package/lib/lsp/semantic-token-provider.d.ts.map +1 -0
  441. package/lib/lsp/semantic-token-provider.js +148 -0
  442. package/lib/lsp/semantic-token-provider.js.map +1 -0
  443. package/lib/lsp/shared-module.d.ts +76 -0
  444. package/lib/lsp/shared-module.d.ts.map +1 -0
  445. package/lib/lsp/shared-module.js +33 -0
  446. package/lib/lsp/shared-module.js.map +1 -0
  447. package/lib/lsp/start-language-server.d.ts +43 -0
  448. package/lib/lsp/start-language-server.d.ts.map +1 -0
  449. package/lib/lsp/start-language-server.js +60 -0
  450. package/lib/lsp/start-language-server.js.map +1 -0
  451. package/lib/node/ast-ground-truth.d.ts +57 -0
  452. package/lib/node/ast-ground-truth.d.ts.map +1 -0
  453. package/lib/node/ast-ground-truth.js +46 -0
  454. package/lib/node/ast-ground-truth.js.map +1 -0
  455. package/lib/node/event-loop-monitor.d.ts +40 -0
  456. package/lib/node/event-loop-monitor.d.ts.map +1 -0
  457. package/lib/node/event-loop-monitor.js +62 -0
  458. package/lib/node/event-loop-monitor.js.map +1 -0
  459. package/lib/node/index.d.ts +29 -0
  460. package/lib/node/index.d.ts.map +1 -0
  461. package/lib/node/index.js +50 -0
  462. package/lib/node/index.js.map +1 -0
  463. package/lib/node/latency-from-env.d.ts +32 -0
  464. package/lib/node/latency-from-env.d.ts.map +1 -0
  465. package/lib/node/latency-from-env.js +36 -0
  466. package/lib/node/latency-from-env.js.map +1 -0
  467. package/lib/node/lint-grammar.d.ts +87 -0
  468. package/lib/node/lint-grammar.d.ts.map +1 -0
  469. package/lib/node/lint-grammar.js +124 -0
  470. package/lib/node/lint-grammar.js.map +1 -0
  471. package/lib/node/log-file-sink.d.ts +22 -0
  472. package/lib/node/log-file-sink.d.ts.map +1 -0
  473. package/lib/node/log-file-sink.js +43 -0
  474. package/lib/node/log-file-sink.js.map +1 -0
  475. package/lib/node/log-preamble-node.d.ts +28 -0
  476. package/lib/node/log-preamble-node.d.ts.map +1 -0
  477. package/lib/node/log-preamble-node.js +55 -0
  478. package/lib/node/log-preamble-node.js.map +1 -0
  479. package/lib/node/measure-memory.d.ts +86 -0
  480. package/lib/node/measure-memory.d.ts.map +1 -0
  481. package/lib/node/measure-memory.js +128 -0
  482. package/lib/node/measure-memory.js.map +1 -0
  483. package/lib/node/memory-monitor.d.ts +42 -0
  484. package/lib/node/memory-monitor.d.ts.map +1 -0
  485. package/lib/node/memory-monitor.js +83 -0
  486. package/lib/node/memory-monitor.js.map +1 -0
  487. package/lib/node/node-file-system-provider.d.ts +112 -0
  488. package/lib/node/node-file-system-provider.d.ts.map +1 -0
  489. package/lib/node/node-file-system-provider.js +230 -0
  490. package/lib/node/node-file-system-provider.js.map +1 -0
  491. package/lib/node/process-memory.d.ts +66 -0
  492. package/lib/node/process-memory.d.ts.map +1 -0
  493. package/lib/node/process-memory.js +252 -0
  494. package/lib/node/process-memory.js.map +1 -0
  495. package/lib/node/profile-capture.d.ts +118 -0
  496. package/lib/node/profile-capture.d.ts.map +1 -0
  497. package/lib/node/profile-capture.js +315 -0
  498. package/lib/node/profile-capture.js.map +1 -0
  499. package/lib/node/profile-digest.d.ts +49 -0
  500. package/lib/node/profile-digest.d.ts.map +1 -0
  501. package/lib/node/profile-digest.js +74 -0
  502. package/lib/node/profile-digest.js.map +1 -0
  503. package/lib/node/profiling-run.d.ts +80 -0
  504. package/lib/node/profiling-run.d.ts.map +1 -0
  505. package/lib/node/profiling-run.js +183 -0
  506. package/lib/node/profiling-run.js.map +1 -0
  507. package/lib/node/reflect-grammar.d.ts +109 -0
  508. package/lib/node/reflect-grammar.d.ts.map +1 -0
  509. package/lib/node/reflect-grammar.js +96 -0
  510. package/lib/node/reflect-grammar.js.map +1 -0
  511. package/lib/node/server-diagnostics.d.ts +43 -0
  512. package/lib/node/server-diagnostics.d.ts.map +1 -0
  513. package/lib/node/server-diagnostics.js +46 -0
  514. package/lib/node/server-diagnostics.js.map +1 -0
  515. package/lib/node/server-state-snapshot.d.ts +48 -0
  516. package/lib/node/server-state-snapshot.d.ts.map +1 -0
  517. package/lib/node/server-state-snapshot.js +139 -0
  518. package/lib/node/server-state-snapshot.js.map +1 -0
  519. package/lib/node/socket-launcher.d.ts +106 -0
  520. package/lib/node/socket-launcher.d.ts.map +1 -0
  521. package/lib/node/socket-launcher.js +138 -0
  522. package/lib/node/socket-launcher.js.map +1 -0
  523. package/lib/node/stdio-launcher.d.ts +88 -0
  524. package/lib/node/stdio-launcher.d.ts.map +1 -0
  525. package/lib/node/stdio-launcher.js +83 -0
  526. package/lib/node/stdio-launcher.js.map +1 -0
  527. package/lib/node/validate-workspace.d.ts +80 -0
  528. package/lib/node/validate-workspace.d.ts.map +1 -0
  529. package/lib/node/validate-workspace.js +72 -0
  530. package/lib/node/validate-workspace.js.map +1 -0
  531. package/lib/node/write-lock-scope-node.d.ts +27 -0
  532. package/lib/node/write-lock-scope-node.d.ts.map +1 -0
  533. package/lib/node/write-lock-scope-node.js +38 -0
  534. package/lib/node/write-lock-scope-node.js.map +1 -0
  535. package/lib/testing/ast-snapshot.d.ts +38 -0
  536. package/lib/testing/ast-snapshot.d.ts.map +1 -0
  537. package/lib/testing/ast-snapshot.js +78 -0
  538. package/lib/testing/ast-snapshot.js.map +1 -0
  539. package/lib/testing/document-uri-policy-conformance.d.ts +65 -0
  540. package/lib/testing/document-uri-policy-conformance.d.ts.map +1 -0
  541. package/lib/testing/document-uri-policy-conformance.js +69 -0
  542. package/lib/testing/document-uri-policy-conformance.js.map +1 -0
  543. package/lib/testing/fake-description.d.ts +35 -0
  544. package/lib/testing/fake-description.d.ts.map +1 -0
  545. package/lib/testing/fake-description.js +38 -0
  546. package/lib/testing/fake-description.js.map +1 -0
  547. package/lib/testing/fake-document.d.ts +71 -0
  548. package/lib/testing/fake-document.d.ts.map +1 -0
  549. package/lib/testing/fake-document.js +85 -0
  550. package/lib/testing/fake-document.js.map +1 -0
  551. package/lib/testing/fake-reflection.d.ts +29 -0
  552. package/lib/testing/fake-reflection.d.ts.map +1 -0
  553. package/lib/testing/fake-reflection.js +30 -0
  554. package/lib/testing/fake-reflection.js.map +1 -0
  555. package/lib/testing/index.d.ts +44 -0
  556. package/lib/testing/index.d.ts.map +1 -0
  557. package/lib/testing/index.js +44 -0
  558. package/lib/testing/index.js.map +1 -0
  559. package/lib/testing/langium-test-helpers.d.ts +26 -0
  560. package/lib/testing/langium-test-helpers.d.ts.map +1 -0
  561. package/lib/testing/langium-test-helpers.js +26 -0
  562. package/lib/testing/langium-test-helpers.js.map +1 -0
  563. package/lib/testing/make-noop-language-services.d.ts +39 -0
  564. package/lib/testing/make-noop-language-services.d.ts.map +1 -0
  565. package/lib/testing/make-noop-language-services.js +30 -0
  566. package/lib/testing/make-noop-language-services.js.map +1 -0
  567. package/lib/testing/make-noop-shared-services.d.ts +61 -0
  568. package/lib/testing/make-noop-shared-services.d.ts.map +1 -0
  569. package/lib/testing/make-noop-shared-services.js +49 -0
  570. package/lib/testing/make-noop-shared-services.js.map +1 -0
  571. package/lib/testing/make-test-services.d.ts +217 -0
  572. package/lib/testing/make-test-services.d.ts.map +1 -0
  573. package/lib/testing/make-test-services.js +128 -0
  574. package/lib/testing/make-test-services.js.map +1 -0
  575. package/lib/testing/make-test-tracer.d.ts +67 -0
  576. package/lib/testing/make-test-tracer.d.ts.map +1 -0
  577. package/lib/testing/make-test-tracer.js +68 -0
  578. package/lib/testing/make-test-tracer.js.map +1 -0
  579. package/lib/testing/node/generated-workspace.d.ts +95 -0
  580. package/lib/testing/node/generated-workspace.d.ts.map +1 -0
  581. package/lib/testing/node/generated-workspace.js +134 -0
  582. package/lib/testing/node/generated-workspace.js.map +1 -0
  583. package/lib/testing/node/golden-corpus.d.ts +50 -0
  584. package/lib/testing/node/golden-corpus.d.ts.map +1 -0
  585. package/lib/testing/node/golden-corpus.js +80 -0
  586. package/lib/testing/node/golden-corpus.js.map +1 -0
  587. package/lib/testing/node/index.d.ts +28 -0
  588. package/lib/testing/node/index.d.ts.map +1 -0
  589. package/lib/testing/node/index.js +28 -0
  590. package/lib/testing/node/index.js.map +1 -0
  591. package/lib/testing/node/lsp-harness.d.ts +139 -0
  592. package/lib/testing/node/lsp-harness.d.ts.map +1 -0
  593. package/lib/testing/node/lsp-harness.js +119 -0
  594. package/lib/testing/node/lsp-harness.js.map +1 -0
  595. package/lib/testing/node/lsp-server-connection.d.ts +232 -0
  596. package/lib/testing/node/lsp-server-connection.d.ts.map +1 -0
  597. package/lib/testing/node/lsp-server-connection.js +304 -0
  598. package/lib/testing/node/lsp-server-connection.js.map +1 -0
  599. package/lib/testing/node/scratch-workspace.d.ts +60 -0
  600. package/lib/testing/node/scratch-workspace.d.ts.map +1 -0
  601. package/lib/testing/node/scratch-workspace.js +87 -0
  602. package/lib/testing/node/scratch-workspace.js.map +1 -0
  603. package/lib/testing/node/spawned-server.d.ts +170 -0
  604. package/lib/testing/node/spawned-server.d.ts.map +1 -0
  605. package/lib/testing/node/spawned-server.js +265 -0
  606. package/lib/testing/node/spawned-server.js.map +1 -0
  607. package/lib/testing/parse-semantic-root.d.ts +83 -0
  608. package/lib/testing/parse-semantic-root.d.ts.map +1 -0
  609. package/lib/testing/parse-semantic-root.js +119 -0
  610. package/lib/testing/parse-semantic-root.js.map +1 -0
  611. package/lib/testing/playwright/browser-capture-bridge.d.ts +80 -0
  612. package/lib/testing/playwright/browser-capture-bridge.d.ts.map +1 -0
  613. package/lib/testing/playwright/browser-capture-bridge.js +161 -0
  614. package/lib/testing/playwright/browser-capture-bridge.js.map +1 -0
  615. package/lib/testing/playwright/e2e-profiling.d.ts +132 -0
  616. package/lib/testing/playwright/e2e-profiling.d.ts.map +1 -0
  617. package/lib/testing/playwright/e2e-profiling.js +270 -0
  618. package/lib/testing/playwright/e2e-profiling.js.map +1 -0
  619. package/lib/testing/playwright/index.d.ts +13 -0
  620. package/lib/testing/playwright/index.d.ts.map +1 -0
  621. package/lib/testing/playwright/index.js +16 -0
  622. package/lib/testing/playwright/index.js.map +1 -0
  623. package/lib/testing/playwright/server-log-capture.d.ts +230 -0
  624. package/lib/testing/playwright/server-log-capture.d.ts.map +1 -0
  625. package/lib/testing/playwright/server-log-capture.js +336 -0
  626. package/lib/testing/playwright/server-log-capture.js.map +1 -0
  627. package/lib/testing/playwright/server-log-fixture.d.ts +36 -0
  628. package/lib/testing/playwright/server-log-fixture.d.ts.map +1 -0
  629. package/lib/testing/playwright/server-log-fixture.js +38 -0
  630. package/lib/testing/playwright/server-log-fixture.js.map +1 -0
  631. package/lib/testing/playwright/server-log-rename-reporter.d.ts +22 -0
  632. package/lib/testing/playwright/server-log-rename-reporter.d.ts.map +1 -0
  633. package/lib/testing/playwright/server-log-rename-reporter.js +26 -0
  634. package/lib/testing/playwright/server-log-rename-reporter.js.map +1 -0
  635. package/lib/testing/run-update-pipeline.d.ts +99 -0
  636. package/lib/testing/run-update-pipeline.d.ts.map +1 -0
  637. package/lib/testing/run-update-pipeline.js +24 -0
  638. package/lib/testing/run-update-pipeline.js.map +1 -0
  639. package/lib/testing/stub-ast-document-manager.d.ts +82 -0
  640. package/lib/testing/stub-ast-document-manager.d.ts.map +1 -0
  641. package/lib/testing/stub-ast-document-manager.js +125 -0
  642. package/lib/testing/stub-ast-document-manager.js.map +1 -0
  643. package/lib/testing/stub-document-builder.d.ts +99 -0
  644. package/lib/testing/stub-document-builder.d.ts.map +1 -0
  645. package/lib/testing/stub-document-builder.js +142 -0
  646. package/lib/testing/stub-document-builder.js.map +1 -0
  647. package/lib/testing/stub-hydranium-text-documents.d.ts +125 -0
  648. package/lib/testing/stub-hydranium-text-documents.d.ts.map +1 -0
  649. package/lib/testing/stub-hydranium-text-documents.js +164 -0
  650. package/lib/testing/stub-hydranium-text-documents.js.map +1 -0
  651. package/lib/testing/stub-index-manager.d.ts +40 -0
  652. package/lib/testing/stub-index-manager.d.ts.map +1 -0
  653. package/lib/testing/stub-index-manager.js +38 -0
  654. package/lib/testing/stub-index-manager.js.map +1 -0
  655. package/lib/testing/stub-langium-documents.d.ts +53 -0
  656. package/lib/testing/stub-langium-documents.d.ts.map +1 -0
  657. package/lib/testing/stub-langium-documents.js +62 -0
  658. package/lib/testing/stub-langium-documents.js.map +1 -0
  659. package/lib/testing/stub-model-service.d.ts +31 -0
  660. package/lib/testing/stub-model-service.d.ts.map +1 -0
  661. package/lib/testing/stub-model-service.js +45 -0
  662. package/lib/testing/stub-model-service.js.map +1 -0
  663. package/lib/testing/stub-project-manager.d.ts +43 -0
  664. package/lib/testing/stub-project-manager.d.ts.map +1 -0
  665. package/lib/testing/stub-project-manager.js +125 -0
  666. package/lib/testing/stub-project-manager.js.map +1 -0
  667. package/lib/testing/stub-self-save-registry.d.ts +31 -0
  668. package/lib/testing/stub-self-save-registry.d.ts.map +1 -0
  669. package/lib/testing/stub-self-save-registry.js +23 -0
  670. package/lib/testing/stub-self-save-registry.js.map +1 -0
  671. package/lib/testing/stub-service-registry.d.ts +95 -0
  672. package/lib/testing/stub-service-registry.d.ts.map +1 -0
  673. package/lib/testing/stub-service-registry.js +108 -0
  674. package/lib/testing/stub-service-registry.js.map +1 -0
  675. package/lib/testing/stub-writable-file-system.d.ts +42 -0
  676. package/lib/testing/stub-writable-file-system.d.ts.map +1 -0
  677. package/lib/testing/stub-writable-file-system.js +26 -0
  678. package/lib/testing/stub-writable-file-system.js.map +1 -0
  679. package/lib/util/connection-liveness.d.ts +25 -0
  680. package/lib/util/connection-liveness.d.ts.map +1 -0
  681. package/lib/util/connection-liveness.js +46 -0
  682. package/lib/util/connection-liveness.js.map +1 -0
  683. package/lib/util/environment.d.ts +53 -0
  684. package/lib/util/environment.d.ts.map +1 -0
  685. package/lib/util/environment.js +78 -0
  686. package/lib/util/environment.js.map +1 -0
  687. package/lib/util/index.d.ts +13 -0
  688. package/lib/util/index.d.ts.map +1 -0
  689. package/lib/util/index.js +18 -0
  690. package/lib/util/index.js.map +1 -0
  691. package/lib/util/registry.d.ts +88 -0
  692. package/lib/util/registry.d.ts.map +1 -0
  693. package/lib/util/registry.js +105 -0
  694. package/lib/util/registry.js.map +1 -0
  695. package/package.json +134 -0
  696. package/src/documents/ast-document-manager.ts +455 -0
  697. package/src/documents/client-ids.ts +33 -0
  698. package/src/documents/hydranium-text-documents.ts +1142 -0
  699. package/src/documents/index.ts +14 -0
  700. package/src/documents/language-client-text-shadow.ts +175 -0
  701. package/src/documents/self-save-registry.ts +81 -0
  702. package/src/index.ts +39 -0
  703. package/src/langium/ast-extension/ast-extension-contribution.ts +35 -0
  704. package/src/langium/ast-extension/ast-extension-service.ts +311 -0
  705. package/src/langium/ast-extension/ast-node-builder.ts +125 -0
  706. package/src/langium/ast-extension/index.ts +12 -0
  707. package/src/langium/bootstrap.ts +600 -0
  708. package/src/langium/build-phase-pass/build-phase-pass-service.ts +141 -0
  709. package/src/langium/build-phase-pass/build-phase-pass.ts +123 -0
  710. package/src/langium/build-phase-pass/index.ts +11 -0
  711. package/src/langium/config/index.ts +10 -0
  712. package/src/langium/config/settings.ts +353 -0
  713. package/src/langium/diagnostics/hydranium-langium-profiler.ts +187 -0
  714. package/src/langium/diagnostics/index.ts +19 -0
  715. package/src/langium/diagnostics/log-file-token.ts +26 -0
  716. package/src/langium/diagnostics/log-preamble.ts +87 -0
  717. package/src/langium/diagnostics/logger.ts +246 -0
  718. package/src/langium/diagnostics/lsp-logger.ts +277 -0
  719. package/src/langium/diagnostics/server-tracer.ts +73 -0
  720. package/src/langium/document-builder/build-pipeline-integration.ts +193 -0
  721. package/src/langium/document-builder/document-builder.ts +839 -0
  722. package/src/langium/document-builder/index.ts +12 -0
  723. package/src/langium/document-builder/labeled-phase-listener.ts +26 -0
  724. package/src/langium/documentation/comment-provider.ts +37 -0
  725. package/src/langium/documentation/index.ts +10 -0
  726. package/src/langium/integration-services.ts +281 -0
  727. package/src/langium/integrity/index.ts +12 -0
  728. package/src/langium/integrity/integrity-contribution.ts +44 -0
  729. package/src/langium/integrity/integrity-rule.ts +100 -0
  730. package/src/langium/integrity/integrity-service.ts +423 -0
  731. package/src/langium/keys/default-element-key-provider.ts +20 -0
  732. package/src/langium/keys/element-key-provider.ts +114 -0
  733. package/src/langium/keys/index.ts +13 -0
  734. package/src/langium/keys/name-based-key-provider.ts +146 -0
  735. package/src/langium/keys/positional-key-provider.ts +57 -0
  736. package/src/langium/labeling/index.ts +10 -0
  737. package/src/langium/labeling/label-provider.ts +110 -0
  738. package/src/langium/language-module.ts +367 -0
  739. package/src/langium/language-types.ts +214 -0
  740. package/src/langium/model-service/index.ts +10 -0
  741. package/src/langium/model-service/model-service.ts +1051 -0
  742. package/src/langium/module.ts +446 -0
  743. package/src/langium/naming/index.ts +11 -0
  744. package/src/langium/naming/name-provider.ts +533 -0
  745. package/src/langium/naming/name-separator-validation.ts +73 -0
  746. package/src/langium/project/abstract-project-manager.ts +630 -0
  747. package/src/langium/project/index.ts +13 -0
  748. package/src/langium/project/project-change-event.ts +66 -0
  749. package/src/langium/project/project-manager.ts +221 -0
  750. package/src/langium/project/single-project-manager.ts +126 -0
  751. package/src/langium/residency/cst-residency-service.ts +412 -0
  752. package/src/langium/residency/index.ts +10 -0
  753. package/src/langium/scope/ast-node-description-provider.ts +141 -0
  754. package/src/langium/scope/hydranium-scope-computation.ts +246 -0
  755. package/src/langium/scope/hydranium-scope-provider.ts +659 -0
  756. package/src/langium/scope/index.ts +18 -0
  757. package/src/langium/scope/reference-builder.ts +194 -0
  758. package/src/langium/scope/reference-candidate-provider.ts +314 -0
  759. package/src/langium/scope/scope-extension-contribution.ts +34 -0
  760. package/src/langium/scope/scope-extension-service.ts +207 -0
  761. package/src/langium/scope/scoped-ast-node-description.ts +174 -0
  762. package/src/langium/scope/tier-specificity.ts +89 -0
  763. package/src/langium/serialization/abstract-serializer.ts +474 -0
  764. package/src/langium/serialization/index.ts +14 -0
  765. package/src/langium/serialization/json-serializer.ts +264 -0
  766. package/src/langium/serialization/serialization-util.ts +40 -0
  767. package/src/langium/serialization/serializer.ts +68 -0
  768. package/src/langium/serialization/yaml-serializer.ts +348 -0
  769. package/src/langium/service-registry.ts +323 -0
  770. package/src/langium/shared-services.ts +107 -0
  771. package/src/langium/transfer/index.ts +10 -0
  772. package/src/langium/transfer/transfer-encoder.ts +434 -0
  773. package/src/langium/update-rewrite/index.ts +14 -0
  774. package/src/langium/update-rewrite/normalize-empty-strings.ts +86 -0
  775. package/src/langium/update-rewrite/semantic-root-rewrite.ts +57 -0
  776. package/src/langium/update-rewrite/update-rewrite-contribution.ts +44 -0
  777. package/src/langium/update-rewrite/update-rewrite-service.ts +129 -0
  778. package/src/langium/update-rewrite/update-rewrite.ts +60 -0
  779. package/src/langium/validation/document-validator.ts +188 -0
  780. package/src/langium/validation/index.ts +12 -0
  781. package/src/langium/validation/validation-contribution-collector.ts +61 -0
  782. package/src/langium/validation/validation-contribution.ts +38 -0
  783. package/src/langium/workspace/additional-document-contribution.ts +80 -0
  784. package/src/langium/workspace/document-uri-policy.ts +187 -0
  785. package/src/langium/workspace/file-system-provider.ts +52 -0
  786. package/src/langium/workspace/hydranium-langium-document-factory.ts +78 -0
  787. package/src/langium/workspace/hydranium-workspace-lock.ts +35 -0
  788. package/src/langium/workspace/hydranium-workspace-manager.ts +412 -0
  789. package/src/langium/workspace/in-memory-file-system-provider.ts +241 -0
  790. package/src/langium/workspace/index-manager.ts +266 -0
  791. package/src/langium/workspace/index.ts +23 -0
  792. package/src/langium/workspace/initialize-workspace.ts +102 -0
  793. package/src/langium/workspace/langium-documents.ts +94 -0
  794. package/src/langium/workspace/persistent-file-system-provider.ts +287 -0
  795. package/src/langium/workspace/synthetic.ts +63 -0
  796. package/src/langium/workspace/virtual-document.ts +94 -0
  797. package/src/langium/workspace/write-lock-scope.ts +88 -0
  798. package/src/launcher/index.ts +12 -0
  799. package/src/launcher/integrated-server.ts +28 -0
  800. package/src/lsp/completion/hydranium-completion-provider.ts +132 -0
  801. package/src/lsp/hydranium-document-update-handler.ts +345 -0
  802. package/src/lsp/index.ts +24 -0
  803. package/src/lsp/instrument-connection.ts +66 -0
  804. package/src/lsp/language-module.ts +64 -0
  805. package/src/lsp/semantic-token-provider.ts +215 -0
  806. package/src/lsp/shared-module.ts +88 -0
  807. package/src/lsp/start-language-server.ts +68 -0
  808. package/src/node/ast-ground-truth.ts +76 -0
  809. package/src/node/event-loop-monitor.ts +89 -0
  810. package/src/node/index.ts +53 -0
  811. package/src/node/latency-from-env.ts +39 -0
  812. package/src/node/lint-grammar.ts +189 -0
  813. package/src/node/log-file-sink.ts +43 -0
  814. package/src/node/log-preamble-node.ts +63 -0
  815. package/src/node/measure-memory.ts +196 -0
  816. package/src/node/memory-monitor.ts +103 -0
  817. package/src/node/node-file-system-provider.ts +252 -0
  818. package/src/node/process-memory.ts +299 -0
  819. package/src/node/profile-capture.ts +377 -0
  820. package/src/node/profile-digest.ts +112 -0
  821. package/src/node/profiling-run.ts +236 -0
  822. package/src/node/reflect-grammar.ts +182 -0
  823. package/src/node/server-diagnostics.ts +63 -0
  824. package/src/node/server-state-snapshot.ts +192 -0
  825. package/src/node/socket-launcher.ts +210 -0
  826. package/src/node/stdio-launcher.ts +150 -0
  827. package/src/node/validate-workspace.ts +133 -0
  828. package/src/node/write-lock-scope-node.ts +41 -0
  829. package/src/testing/ast-snapshot.ts +88 -0
  830. package/src/testing/document-uri-policy-conformance.ts +104 -0
  831. package/src/testing/fake-description.ts +52 -0
  832. package/src/testing/fake-document.ts +120 -0
  833. package/src/testing/fake-reflection.ts +39 -0
  834. package/src/testing/index.ts +45 -0
  835. package/src/testing/langium-test-helpers.ts +26 -0
  836. package/src/testing/make-noop-language-services.ts +47 -0
  837. package/src/testing/make-noop-shared-services.ts +78 -0
  838. package/src/testing/make-test-services.ts +356 -0
  839. package/src/testing/make-test-tracer.ts +92 -0
  840. package/src/testing/node/generated-workspace.ts +222 -0
  841. package/src/testing/node/golden-corpus.ts +114 -0
  842. package/src/testing/node/index.ts +29 -0
  843. package/src/testing/node/lsp-harness.ts +230 -0
  844. package/src/testing/node/lsp-server-connection.ts +575 -0
  845. package/src/testing/node/scratch-workspace.ts +137 -0
  846. package/src/testing/node/spawned-server.ts +447 -0
  847. package/src/testing/parse-semantic-root.ts +150 -0
  848. package/src/testing/playwright/browser-capture-bridge.ts +258 -0
  849. package/src/testing/playwright/e2e-profiling.ts +362 -0
  850. package/src/testing/playwright/index.ts +16 -0
  851. package/src/testing/playwright/server-log-capture.ts +433 -0
  852. package/src/testing/playwright/server-log-fixture.ts +57 -0
  853. package/src/testing/playwright/server-log-rename-reporter.ts +29 -0
  854. package/src/testing/run-update-pipeline.ts +113 -0
  855. package/src/testing/stub-ast-document-manager.ts +224 -0
  856. package/src/testing/stub-document-builder.ts +242 -0
  857. package/src/testing/stub-hydranium-text-documents.ts +270 -0
  858. package/src/testing/stub-index-manager.ts +79 -0
  859. package/src/testing/stub-langium-documents.ts +104 -0
  860. package/src/testing/stub-model-service.ts +72 -0
  861. package/src/testing/stub-project-manager.ts +161 -0
  862. package/src/testing/stub-self-save-registry.ts +43 -0
  863. package/src/testing/stub-service-registry.ts +192 -0
  864. package/src/testing/stub-writable-file-system.ts +58 -0
  865. package/src/util/connection-liveness.ts +47 -0
  866. package/src/util/environment.ts +88 -0
  867. package/src/util/index.ts +18 -0
  868. package/src/util/registry.ts +129 -0
@@ -0,0 +1,1051 @@
1
+ /********************************************************************************
2
+ * Copyright (c) 2026 CrossBreeze, EclipseSource and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the MIT License which is available in the project root.
6
+ *
7
+ * SPDX-License-Identifier: MIT
8
+ ********************************************************************************/
9
+
10
+ import {
11
+ type CanonicalUri,
12
+ type CloseModelArgs,
13
+ ConflictError,
14
+ Logger,
15
+ type MaybeObservableValue,
16
+ type MaybePromise,
17
+ ObservableValue,
18
+ type TransferDiagnostic,
19
+ type TransferElement,
20
+ type OpenModelArgs,
21
+ type Tracer,
22
+ type TransferSaveArgs,
23
+ type TransferUpdateArgs
24
+ } from '@hydranium/protocol';
25
+ import { type AstNode, DocumentState, type LangiumDocument, UriUtils, type URI } from '@hydranium/langium';
26
+ import { type DocumentUriPolicy } from '../workspace/document-uri-policy.js';
27
+ import { ReentrantWriteLockError, isInsideWriteLock } from '../workspace/write-lock-scope.js';
28
+ import { type CancellationToken, type Disposable } from 'vscode-languageserver';
29
+ import { AstDocument, type AstDocumentSavedEvent, type AstDocumentUpdatedEvent } from '../../documents/ast-document-manager.js';
30
+ import { isConnectionGoneError } from '../../util/connection-liveness.js';
31
+ import { type LogNameOptions } from '../diagnostics/logger.js';
32
+ import { IntegrityService } from '../integrity/integrity-service.js';
33
+ import { labelPhaseListener } from '../document-builder/labeled-phase-listener.js';
34
+ import { LANGUAGE_CLIENT_ID } from '../../documents/client-ids.js';
35
+ import { type ServerSharedServices } from '../module.js';
36
+
37
+ /** Max time {@link ModelService.settleSave} waits for the build to settle and the sync chain to drain. */
38
+ const SAVE_SETTLE_TIMEOUT_MS = 10_000;
39
+
40
+ /**
41
+ * Marks the {@link SAVE_SETTLE_TIMEOUT_MS} branch of
42
+ * {@link ModelService.settleSave}'s race so it stays distinguishable from a
43
+ * genuine rejection (a cancelled token, an `applyEdit` reverse-RPC error, a
44
+ * build throw). With a plain `Error` the only log line an adopter has blames
45
+ * the timeout for every one of them, which points debugging at the wrong layer.
46
+ */
47
+ class SaveSettleTimeoutError extends Error {}
48
+
49
+ /**
50
+ * Constructor options for {@link ModelService}. All fields are optional,
51
+ * and the defaults are the behaviour described on each one.
52
+ */
53
+ export interface ModelServiceOptions extends LogNameOptions {
54
+ /**
55
+ * When set, {@link ModelService.update} logs a `warn` line if its
56
+ * end-to-end wait (serialise + content-change apply + rebuild +
57
+ * settled-phase wait) exceeds this many milliseconds. Default
58
+ * `undefined` (no warn line ever emitted; the underlying
59
+ * `Logger.time` debug timing log is unchanged either way).
60
+ *
61
+ * Pure observability — does NOT abort the update, does NOT change
62
+ * resolution semantics. Adopters wanting a hard timeout that throws
63
+ * instead override {@link ModelService.update} on their subclass and
64
+ * race the parent call against their own deadline.
65
+ *
66
+ * Recommended starting threshold: 2-5 seconds for interactive paths
67
+ * (form save, diagram edit). Workspaces with very large documents
68
+ * or slow validation may legitimately exceed 5s on the cold path —
69
+ * tune per workspace.
70
+ *
71
+ * Accepts a {@link MaybeObservableValue} so the threshold can be a
72
+ * fixed constant or bound to a user setting via `Settings.number`
73
+ * and retuned live. Leaving it unset disables the warn line entirely
74
+ * (and skips the per-update stopwatch).
75
+ */
76
+ readonly slowUpdateWarnMs?: MaybeObservableValue<number>;
77
+ /**
78
+ * Serialise the facade's own build under the workspace WRITE lock, the way
79
+ * Langium's `DefaultDocumentUpdateHandler` dispatches its build. Default
80
+ * `true`.
81
+ *
82
+ * **Why it defaults on.** Unlocked, the facade's build races the LSP bridge's
83
+ * build of the same URI — both are legitimate (the bridge exists only under a
84
+ * `Connection`, so the facade stands in for it headless), but nothing
85
+ * serialises them, so both run a full validation pass and Langium appends the
86
+ * second onto the first. Every diagnostic is then duplicated, and the
87
+ * duplication compounds per rebuild. Serialised, Langium elides the second
88
+ * build entirely, so the redundant work goes too.
89
+ *
90
+ * **What `false` costs.** The facade's build is then unserialised and can run
91
+ * concurrently with the bridge's build of the same URI, so the affected
92
+ * documents are validated twice per write — double the validation work.
93
+ * Reported diagnostics stay correct even then, because
94
+ * `HydraniumDocumentBuilder.dedupeDiagnostics` collapses the byte-identical
95
+ * duplicates a repeated pass produces before any listener sees them; what this
96
+ * option removes is the wasted pass, not just its visible symptom.
97
+ *
98
+ * **What `false` buys.** `WorkspaceLock` is not reentrant. A caller that
99
+ * reaches `update` / `save` / `rebuild` while already holding the write lock —
100
+ * an integrity rule or build-phase pass that writes through this facade —
101
+ * deadlocks: acquiring the lock cancels the running holder, and the new
102
+ * acquisition then waits for that holder to release while the holder waits
103
+ * for this call. On `true` that shape is DETECTED and rejected with
104
+ * {@link ReentrantWriteLockError} rather than hanging, wherever a host
105
+ * installs a write-lock scope tracker (`@hydranium/core/node` does at entry
106
+ * load; see {@link isInsideWriteLock}). Setting `false` is the escape hatch
107
+ * for an adopter whose reentrant shape is unavoidable — nothing acquires the
108
+ * lock then, so there is nothing to be reentrant about; prefer it over
109
+ * unserialised builds only in that case.
110
+ *
111
+ * Accepts a {@link MaybeObservableValue} so it can be bound to a setting and
112
+ * flipped without a restart.
113
+ */
114
+ readonly serializeBuilds?: MaybeObservableValue<boolean>;
115
+ }
116
+
117
+ /**
118
+ * In-process facade over the framework's document plumbing
119
+ * (`HydraniumTextDocuments`, `LangiumDocuments`,
120
+ * `DocumentBuilder`, `WritableFileSystemProvider`). Owns the
121
+ * `open / request / update / save / ready` lifecycle that protocol heads
122
+ * (LSP, data-server, GLSP) delegate to so coordinating those primitives
123
+ * doesn't have to be re-implemented per-head.
124
+ *
125
+ * "Model" here means the parsed AST — distinct from the wire-shape
126
+ * `TransferDocument` in `@hydranium/protocol`.
127
+ *
128
+ * **Why a facade**
129
+ *
130
+ * Multiple in-process consumers want the same workspace-level
131
+ * operations:
132
+ * - The data-server head turns these into typed RPC methods.
133
+ * - The GLSP head uses the same lifecycle for diagram-driven edits;
134
+ * GModel operation handlers route through `update` for AST mutation,
135
+ * `waitForDocumentState` for indexed-phase waits before reads, etc.
136
+ * - Server-internal callers (integrity service, ad-hoc bridges, tests)
137
+ * want the same operations without the wire serialisation step.
138
+ *
139
+ * Coordinating the primitives per-head drifts between heads — different
140
+ * superseded-version handling, different settled-phase choices, different
141
+ * content-change paths. The facade collapses that duplication and gives
142
+ * adopters one extension surface — {@link rewriteModel},
143
+ * {@link serialize} — to customise the in-process behaviour without
144
+ * re-implementing the plumbing.
145
+ *
146
+ * **Read-latest supersession**
147
+ *
148
+ * The default `update` and `save` flows use Langium's per-URI
149
+ * `DocumentBuilder.waitUntil` to wait for the integrity-settled landmark
150
+ * ({@link IntegrityService.SettledState}), then read the post-build state. Concurrent
151
+ * in-process callers on the same URI all see the latest post-build
152
+ * snapshot — none deadlock waiting for a specific version's settled
153
+ * event. Adopters wanting strict version-matched semantics (resolve
154
+ * with vN's snapshot specifically, log "vN superseded by vM at vN+1")
155
+ * override {@link update} to attach a phase-listener with explicit
156
+ * version checks; the framework default doesn't need it for safety.
157
+ *
158
+ * **Returns AST snapshots, not wire envelopes**
159
+ *
160
+ * The facade returns {@link AstDocument} (the in-process AST-typed
161
+ * envelope), not `TransferDocument` (the lossy wire shape). In-
162
+ * process callers consume `$container` / `Reference<T>` directly;
163
+ * encoding-on-return would be wasteful and would force the wire-side
164
+ * lossy `$refText` shape on every consumer. The wire-side caller
165
+ * (`DataServer.updateModelDocument` etc.) encodes once on return via
166
+ * the injected `TransferEncoder` — symmetric with the
167
+ * `getModelDocument` envelope path.
168
+ *
169
+ * **Subscriptions** ({@link onModelUpdated} / {@link onModelSaved} /
170
+ * {@link onClientClosed}) are thin pass-throughs over
171
+ * `DocumentBuilder.onDocumentPhase` and
172
+ * `HydraniumTextDocuments.onDidSave` / `onDidClose`. Filtering
173
+ * by URI happens here so consumers can subscribe per-document without
174
+ * implementing the URI gate at each callsite.
175
+ *
176
+ * **Generic parameters.**
177
+ * - `TAst` — the AST root type each consumer expects on the returned
178
+ * {@link AstDocument}. Constrained to {@link AstNode}.
179
+ * - `TDiagnostic` — wire diagnostic shape used by the injected
180
+ * `TransferEncoder`. Defaults to {@link TransferDiagnostic}.
181
+ * - `TTransfer` — transfer-model root accepted by `update` / `save`
182
+ * args. Constrained to {@link TransferElement}. Defaults to the
183
+ * structural base.
184
+ */
185
+ export class ModelService<
186
+ TAst extends AstNode,
187
+ TDiagnostic = TransferDiagnostic,
188
+ /**
189
+ * Structured payload accepted by `update` / `save`. Constrained to
190
+ * {@link TransferElement} — the minimal `{ readonly $type: string }`
191
+ * shape. Both transfer-model overlay roots (which extend
192
+ * `TransferElement` explicitly) and AST root types (which have
193
+ * `$type: string` as a required `AstNode` field) satisfy the
194
+ * constraint, so in-process callers (e.g. GLSP state or an
195
+ * integrity service) that pass AST roots remain compatible.
196
+ */
197
+ TTransfer extends TransferElement = TransferElement
198
+ > {
199
+ protected readonly tracer: Tracer;
200
+ /**
201
+ * The single document-identity seam (`services.workspace.DocumentUriPolicy`),
202
+ * cached for the public doors that canonicalize an incoming URI once before
203
+ * threading the resulting {@link CanonicalUri} through the internal cores. A
204
+ * field reference to the shared service, NOT a `canonicalUri` wrapper method —
205
+ * the wrapper was deliberately removed so canonicalisation has a single policy
206
+ * (see {@link DocumentUriPolicy}).
207
+ */
208
+ protected readonly uriPolicy: DocumentUriPolicy;
209
+ /**
210
+ * Live slow-update-warn threshold cell, or `undefined` when the option
211
+ * was not supplied (warn line + stopwatch disabled). Reads `.value` per
212
+ * update so a setting-bound threshold retunes without reconstruction.
213
+ */
214
+ protected readonly slowUpdateWarn?: ObservableValue<number>;
215
+ /** See {@link ModelServiceOptions.serializeBuilds}. Defaults to `true`. */
216
+ protected readonly serializeBuilds: ObservableValue<boolean>;
217
+
218
+ /**
219
+ * Per-URI applyEdit coalescing: at most one in-flight `applyEditToLanguageClient`
220
+ * RPC per URI, newest text wins. A newer settle while the current RPC is in
221
+ * flight overwrites {@link pendingSync}; the chain picks up the latest on its
222
+ * next iteration so the shadow never drifts from Monaco.
223
+ */
224
+ protected readonly syncChains = new Map<string, Promise<void>>();
225
+ protected readonly pendingSync = new Map<string, string>();
226
+
227
+ /**
228
+ * Workspace-level readiness gate. Resolves when the framework has
229
+ * finished its first workspace build cycle and the `ModelService`
230
+ * methods will behave predictably: per-URI waits resolve, queries
231
+ * return current snapshots, and the build pipeline is driving
232
+ * documents through phases.
233
+ *
234
+ * The default delegates to
235
+ * `services.workspace.WorkspaceManager.workspaceInitialized`, NOT to
236
+ * Langium's `WorkspaceManager.ready`. The difference is load-bearing:
237
+ * Langium resolves `ready` inside `performStartup`, once the workspace
238
+ * documents have been created but BEFORE `documentBuilder.build` runs, so
239
+ * `ready` does not mean "the first build cycle finished". A caller that
240
+ * gated a write on it could land that write mid-initial-build, where two
241
+ * things go wrong at once — the write's `WorkspaceLock.write` cancels the
242
+ * initial build, and the cancelled build's non-validating options are then
243
+ * inherited by the write's own build (see
244
+ * `HydraniumDocumentBuilder.prepareBuild`), so cross-document dependents
245
+ * are silently never validated. `workspaceInitialized` resolves after
246
+ * `initializeWorkspace` completes, build included, which is what this
247
+ * gate has always claimed to mean.
248
+ *
249
+ * Adopters that need a stricter gate (post-warm-load, AI model
250
+ * initialised, plugin warm-up) rebind the slot with a subclass and replace
251
+ * this field with a Promise that awaits both the workspace and the extra
252
+ * concern.
253
+ *
254
+ * Property (not method) — matches `ProjectManager.ready` and Langium's
255
+ * `WorkspaceManager.ready` conventions; the shape difference signals
256
+ * "in-process readiness" vs the wire-side `DataServer.waitForReady()`
257
+ * method (RPC operation).
258
+ */
259
+ readonly ready: Promise<void>;
260
+
261
+ constructor(
262
+ protected readonly services: ServerSharedServices,
263
+ options: ModelServiceOptions = {}
264
+ ) {
265
+ this.tracer = services.Tracer.for(options.logName ?? 'ModelService').trace('instantiated');
266
+ this.uriPolicy = services.workspace.DocumentUriPolicy;
267
+ this.slowUpdateWarn = options.slowUpdateWarnMs !== undefined ? ObservableValue.from(options.slowUpdateWarnMs) : undefined;
268
+ this.serializeBuilds = ObservableValue.from(options.serializeBuilds ?? true);
269
+ // Optional-chain so a harness that binds no WorkspaceManager awaits
270
+ // `undefined` and resolves immediately; production hosts always have it
271
+ // bound.
272
+ // Deliberately NO fallback to Langium's `ready`: it resolves pre-build,
273
+ // so falling back to it would silently reinstate the very gap this gate
274
+ // exists to close.
275
+ // Captured rather than read off `this` inside the closure, which TS cannot
276
+ // prove runs after the field is assigned.
277
+ const tracer = this.tracer;
278
+ this.ready = (async () => {
279
+ try {
280
+ await services.workspace.WorkspaceManager?.workspaceInitialized;
281
+ } catch (error: unknown) {
282
+ // NEVER rejects, deliberately. This gate is about TIMING — "the
283
+ // initial build has finished" — not about whether it succeeded, and
284
+ // Langium's `ready` (what it replaced) could not reject at all.
285
+ // `workspaceInitialized` can: it rejects on a cancelled initial
286
+ // build (routine — any write preempts one) and on a failed one
287
+ // (e.g. a disposed connection at teardown). Propagating either would
288
+ // fail every `waitForReady` for the rest of the process lifetime,
289
+ // a far worse failure than the late gate this exists to fix.
290
+ tracer.debug(`Initial workspace build did not complete cleanly: ${error instanceof Error ? error.message : String(error)}`);
291
+ }
292
+ })();
293
+ // One persistent listener mirroring non-LSP-client changes back to the LSP
294
+ // textual language client. Fires per document as it reaches the
295
+ // post-integrity settled phase (post-integrity, pre-validation) so editors
296
+ // converge as soon as cross-references resolve. Self-healing: it re-derives
297
+ // the sync decision from the current settled state every time, so a doc
298
+ // that needs syncing on a later settle (re-open refresh, recovery build) is
299
+ // caught even though an earlier settle already synced it. See
300
+ // `syncToLanguageClient`.
301
+ this.services.workspace.DocumentBuilder.onDocumentPhase(
302
+ IntegrityService.SettledState,
303
+ labelPhaseListener(document => this.syncToLanguageClient(document), 'ModelService.syncToLanguageClient')
304
+ );
305
+ }
306
+
307
+ // ============================================================
308
+ // Lifecycle (public API)
309
+ // ============================================================
310
+
311
+ /**
312
+ * Wait for the document at `uri` to reach `state`. Pure wait — does
313
+ * not trigger a build. If `uri` is not yet in the document registry
314
+ * the call will hang until something else drives it through the
315
+ * pipeline; for the cold-start case use {@link rebuild} instead.
316
+ *
317
+ * Wrapped in a debug-level timing log via {@link Tracer.time} so
318
+ * slow per-URI waits surface in build telemetry; the URI is
319
+ * attached via {@link Tracer.withUri} for callsite attribution.
320
+ */
321
+ async waitForDocumentState(uri: string, state: DocumentState, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
322
+ return this.waitForDocumentStateCanonical(this.uriPolicy.canonicalUri(uri), state, cancelToken);
323
+ }
324
+
325
+ /**
326
+ * Wait for the document at `uri` to reach the integrity-settled landmark
327
+ * ({@link IntegrityService.SettledState}) — the earliest phase at which the
328
+ * AST + serialised text are stable post-integrity. Convenience wrapper over
329
+ * {@link waitForDocumentState} for the common "wait until content is stable"
330
+ * case (e.g. settling a save). Pure wait — does not trigger a build.
331
+ */
332
+ async waitForDocumentSettled(uri: string, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
333
+ return this.waitForDocumentStateCanonical(this.uriPolicy.canonicalUri(uri), IntegrityService.SettledState, cancelToken);
334
+ }
335
+
336
+ /**
337
+ * Internal wait core operating on an already-{@link CanonicalUri canonical}
338
+ * URI. The public string doors ({@link waitForDocumentState} /
339
+ * {@link waitForDocumentSettled}) and the build/ensure cores
340
+ * ({@link rebuildCanonical} / {@link ensureDocumentStateCanonical}) canonicalize
341
+ * once at entry and thread the result here, so a single high-level op resolves
342
+ * the identity once instead of re-running the (filesystem-touching) `realpath`
343
+ * at every wait. The `CanonicalUri` parameter type enforces that — a raw
344
+ * `string` cannot be passed without minting through the URI policy.
345
+ */
346
+ protected async waitForDocumentStateCanonical(
347
+ uri: CanonicalUri,
348
+ state: DocumentState,
349
+ cancelToken?: CancellationToken
350
+ ): Promise<AstDocument<TAst, TDiagnostic>> {
351
+ const documentUri = UriUtils.toUri(uri);
352
+ await this.tracer
353
+ .withUri(uri)
354
+ .time(
355
+ `Wait for document state '${DocumentState[state]}'`,
356
+ () => this.services.workspace.DocumentBuilder.waitUntil(state, documentUri, cancelToken),
357
+ 'debug'
358
+ );
359
+ return this.toAstDocument(documentUri);
360
+ }
361
+
362
+ /**
363
+ * Wait for the document builder to reach `state` across its currently-
364
+ * queued documents. Pure wait — does not trigger a build. Used by
365
+ * shutdown / cascade-rebuild observers / tests; per-URI callers
366
+ * should use {@link waitForDocumentState} instead.
367
+ *
368
+ * Timing log fires on the unattributed logger (no URI scope, since
369
+ * the wait spans the whole build queue).
370
+ */
371
+ async waitForBuilderState(state: DocumentState, cancelToken?: CancellationToken): Promise<void> {
372
+ await this.tracer.time(
373
+ `Wait for builder state '${DocumentState[state]}'`,
374
+ () => this.services.workspace.DocumentBuilder.waitUntil(state, cancelToken),
375
+ 'debug'
376
+ );
377
+ }
378
+
379
+ /**
380
+ * Force a fresh build of the document at `uri` and wait for it to
381
+ * reach `state` (or the integrity-settled landmark
382
+ * {@link IntegrityService.SettledState} if omitted).
383
+ * Always triggers `DocumentBuilder.update([uri], [])` regardless of
384
+ * whether the document is already in the registry — call this when
385
+ * you want to re-process from scratch.
386
+ *
387
+ * The facade is responsible for firing `DocumentBuilder.update`
388
+ * directly because Langium's `DefaultDocumentUpdateHandler.didChangeContent`
389
+ * (the standard text-document → builder bridge) only runs under an
390
+ * LSP `Connection`. Running headless the bridge never fires; the
391
+ * facade stands in for it on its own update path.
392
+ *
393
+ * Coexistence with an LSP head running on the same `DocumentBuilder` is
394
+ * fine, but not because the builder merges the two: Langium does NOT
395
+ * coalesce concurrent builds of the same URI. The LSP head fires `update`
396
+ * from the LSP-driven event and the facade fires it from its own RPC-driven
397
+ * event — both legitimate — so this method takes the workspace WRITE lock,
398
+ * the same one Langium's own text-change bridge builds under, to serialise
399
+ * them. Two unserialised builds of one URI each run a full validation pass
400
+ * and Langium appends the second set onto the first, duplicating every
401
+ * diagnostic. Opt out via
402
+ * {@link ModelServiceOptions.serializeBuilds} — see there for the
403
+ * non-reentrancy hazard that is the reason the opt-out exists.
404
+ *
405
+ * Returns an empty `{ root, diagnostics }` envelope when the document
406
+ * cannot be loaded; adopters that want to throw override this method
407
+ * on their subclass.
408
+ *
409
+ * Consumers wanting "give me this doc at state X, building only if
410
+ * needed" — use the per-state methods ({@link parsed} / {@link linked}
411
+ * / {@link settled} / {@link indexed} / {@link validated}) instead.
412
+ */
413
+ async rebuild(uri: string, state?: DocumentState, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
414
+ return this.rebuildCanonical(this.uriPolicy.canonicalUri(uri), state, cancelToken);
415
+ }
416
+
417
+ /**
418
+ * Internal build core operating on an already-{@link CanonicalUri canonical}
419
+ * URI — the build counterpart to {@link waitForDocumentStateCanonical}. Drives
420
+ * `DocumentBuilder.update` then waits via the canonical wait core, so the
421
+ * identity is resolved once at the public door and neither sink re-runs the
422
+ * `realpath`. (`DocumentBuilder.update` still resolves each URI internally for
423
+ * directory flattening — that is the build's own existence-aware resolution,
424
+ * not a redundant identity canonicalisation.)
425
+ */
426
+ protected async rebuildCanonical(
427
+ uri: CanonicalUri,
428
+ state?: DocumentState,
429
+ cancelToken?: CancellationToken
430
+ ): Promise<AstDocument<TAst, TDiagnostic>> {
431
+ const documentUri = UriUtils.toUri(uri);
432
+ // Runs under the workspace WRITE lock, matching Langium's own
433
+ // `DefaultDocumentUpdateHandler`, which dispatches its build as
434
+ // `workspaceLock.write(token => documentBuilder.update(...))`.
435
+ //
436
+ // Unlocked, this build races the LSP bridge's build of the same URI: both
437
+ // are legitimate (the bridge only exists under a `Connection`, so the
438
+ // facade stands in for it headless), and the coexistence note above relied
439
+ // on Langium coalescing them by URI. It does not — nothing serialises the
440
+ // two, so both reach `Validated`, and because each computes its missing
441
+ // validation categories before the other has recorded its own, both run a
442
+ // FULL pass and Langium appends the second onto the first (its append is
443
+ // meant for category-partitioned passes). The user-visible result is every
444
+ // diagnostic duplicated, plus double the validation work per write.
445
+ //
446
+ // Opt out via `ModelServiceOptions.serializeBuilds` — see there for
447
+ // the non-reentrancy hazard that opt-out exists for.
448
+ if (this.serializeBuilds.value) {
449
+ // Fail loudly on the one shape the lock cannot survive. `WorkspaceLock`
450
+ // is not reentrant: acquiring the write lock cancels the running holder,
451
+ // so a caller already inside one — an integrity rule or build-phase pass
452
+ // writing back through this facade — would cancel its own enclosing
453
+ // build and then likely stall in the phase wait below. The check is
454
+ // gated on `serializeBuilds` deliberately, because acquiring the lock IS
455
+ // the hazard: with serialisation off there is nothing to be reentrant
456
+ // about, which makes the existing opt-out the guard's opt-out too.
457
+ // Detection needs async-context propagation, so it is inert until a host
458
+ // installs a tracker (`@hydranium/core/node` does) — see
459
+ // `isInsideWriteLock`.
460
+ if (isInsideWriteLock()) {
461
+ throw new ReentrantWriteLockError(uri);
462
+ }
463
+ // The lock's OWN token, not the caller's: a later `write` cancels the
464
+ // running one through that token, so substituting the caller's would
465
+ // leave this build deaf to the lock's cancellation protocol. A caller
466
+ // token still governs the phase wait below.
467
+ await this.services.workspace.WorkspaceLock.write(lockToken =>
468
+ this.services.workspace.DocumentBuilder.update([documentUri], [], lockToken)
469
+ );
470
+ } else {
471
+ await this.services.workspace.DocumentBuilder.update([documentUri], [], cancelToken);
472
+ }
473
+ return this.waitForDocumentStateCanonical(uri, state ?? IntegrityService.SettledState, cancelToken);
474
+ }
475
+
476
+ /**
477
+ * Per-state typed convenience methods. Each ensures the document at
478
+ * `uri` reaches the named phase and returns the AST envelope with
479
+ * the narrowest accurate diagnostics type for that phase. Smart
480
+ * dispatch internally: warm path (URI already in the document
481
+ * registry) just waits via {@link waitForDocumentState}; cold path
482
+ * triggers a build via {@link rebuild}. Consumers do not need to
483
+ * know which path was taken.
484
+ *
485
+ * Phase invariants encoded in the return type:
486
+ * - `parsed` / `linked` / `settled` / `indexed` return
487
+ * `AstDocument<TAst, never>` — diagnostics array is empty by phase
488
+ * contract.
489
+ * - `validated` returns `AstDocument<TAst, TDiagnostic>` — diagnostics
490
+ * are populated.
491
+ *
492
+ * `settled` is the integrity-overlay name for "all integrity rules
493
+ * have fired"; it maps to {@link IntegrityService.SettledState} (which
494
+ * equals `DocumentState.IndexedReferences`), but the dedicated method
495
+ * exists so consumers track the semantic stability even if the landmark
496
+ * ever moves.
497
+ */
498
+ async parsed(uri: string, cancelToken?: CancellationToken): Promise<AstDocument<TAst, never>> {
499
+ return this.ensureDocumentState(uri, DocumentState.Parsed, cancelToken) as Promise<AstDocument<TAst, never>>;
500
+ }
501
+
502
+ async linked(uri: string, cancelToken?: CancellationToken): Promise<AstDocument<TAst, never>> {
503
+ return this.ensureDocumentState(uri, DocumentState.Linked, cancelToken) as Promise<AstDocument<TAst, never>>;
504
+ }
505
+
506
+ async settled(uri: string, cancelToken?: CancellationToken): Promise<AstDocument<TAst, never>> {
507
+ return this.ensureDocumentState(uri, IntegrityService.SettledState, cancelToken) as Promise<AstDocument<TAst, never>>;
508
+ }
509
+
510
+ async indexed(uri: string, cancelToken?: CancellationToken): Promise<AstDocument<TAst, never>> {
511
+ return this.ensureDocumentState(uri, DocumentState.IndexedReferences, cancelToken) as Promise<AstDocument<TAst, never>>;
512
+ }
513
+
514
+ async validated(uri: string, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
515
+ return this.ensureDocumentState(uri, DocumentState.Validated, cancelToken);
516
+ }
517
+
518
+ /**
519
+ * Ensure the document at `uri` reaches `state` (or the integrity-settled
520
+ * landmark {@link IntegrityService.SettledState} if omitted) and return its
521
+ * AST envelope. Smart
522
+ * dispatch: warm path (URI already in `LangiumDocuments`) just waits
523
+ * via {@link waitForDocumentState}; cold path forces a build via
524
+ * {@link rebuild}.
525
+ *
526
+ * Pairs with {@link rebuild} — same default phase, but `rebuild`
527
+ * always builds while this skips the build for an already-loaded
528
+ * document. Also pairs with {@link waitForDocumentState} — the verb
529
+ * difference (`ensure` vs `waitFor`) signals the side-effect
530
+ * difference. The per-state convenience methods (`parsed` / `linked`
531
+ * / `settled` / `indexed` / `validated`) all delegate here with an
532
+ * explicit phase.
533
+ */
534
+ async ensureDocumentState(uri: string, state?: DocumentState, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
535
+ return this.ensureDocumentStateCanonical(this.uriPolicy.canonicalUri(uri), state, cancelToken);
536
+ }
537
+
538
+ /**
539
+ * Internal smart-dispatch core operating on an already-{@link CanonicalUri canonical}
540
+ * URI. The `hasDocument` probe keys `LangiumDocuments` directly with the
541
+ * canonical URI — no re-canonicalisation — which is the reason the parameter is
542
+ * typed `CanonicalUri` rather than `string`. The warm path waits via the
543
+ * canonical wait core ({@link waitForDocumentStateCanonical}); the cold path
544
+ * dispatches through the public {@link rebuild} (which re-canonicalizes once,
545
+ * idempotently) so an adopter `rebuild` override stays in the build path — the
546
+ * one customization seam this chain deliberately preserves.
547
+ */
548
+ protected async ensureDocumentStateCanonical(
549
+ uri: CanonicalUri,
550
+ state?: DocumentState,
551
+ cancelToken?: CancellationToken
552
+ ): Promise<AstDocument<TAst, TDiagnostic>> {
553
+ const target = state ?? IntegrityService.SettledState;
554
+ if (this.services.workspace.LangiumDocuments.hasDocument(UriUtils.toUri(uri))) {
555
+ return this.waitForDocumentStateCanonical(uri, target, cancelToken);
556
+ }
557
+ return this.rebuild(uri, target, cancelToken);
558
+ }
559
+
560
+ /**
561
+ * Apply an update for `uri`. The structured-or-textual `model` payload
562
+ * is serialised (via {@link serialize} after {@link rewriteModel} when
563
+ * structured), pushed into the multi-client text-document store with
564
+ * a fresh version, drives a build to the target phase, and returns
565
+ * the post-build AST snapshot.
566
+ *
567
+ * **Read-latest supersession**: concurrent callers on the same URI
568
+ * all see the same post-build state once `waitUntil` resolves; none
569
+ * deadlock waiting for a specific version's settled event. The
570
+ * framework emits a post-resolution `debug` log line distinguishing
571
+ * "vN ready" from "vN ready at vM (superseded)" so callers can
572
+ * observe when their write was overtaken by a newer one before
573
+ * settling — purely observability, doesn't change resolution
574
+ * semantics. Adopters wanting version-matched resolution (resolve
575
+ * with vN's specific settled snapshot, intermediate-phase
576
+ * observability, slow-warn / hard-timeout behaviour) override this
577
+ * method.
578
+ */
579
+ async update(args: TransferUpdateArgs<TTransfer>, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
580
+ const stopwatch = this.slowUpdateWarn !== undefined ? this.services.Clock.stopwatch() : undefined;
581
+ // Per-stage self-time breakdown of the update/reconcile chain (serialise →
582
+ // open → apply → rebuild), opt-in at debug — the default path skips the
583
+ // session and `run` calls the stage directly. `update` is a per-operation
584
+ // method (one user save / diagram edit), not a per-node hot loop, so the
585
+ // stage closures `run` allocates on the non-debug path are negligible.
586
+ // Canonicalize the write URI once at the door and thread the resulting
587
+ // CanonicalUri through the chain. The text store keys documents by their
588
+ // canonical identity, so any spelling of a file — a canonical
589
+ // (server-identity) URI from a GLSP cross-document save derived from
590
+ // `findDocument(node).uri`, or the symlink path an editor opened — collapses
591
+ // to the one registration; there is no second registration to fork. The
592
+ // build step reuses the canonical wait core (`rebuildCanonical`) so the
593
+ // identity is not re-resolved downstream.
594
+ const uri = this.uriPolicy.canonicalUri(args.uri);
595
+ const session = Logger.isLevelEnabled('debug') ? this.tracer.profile(`model-update ${uri}`) : undefined;
596
+ const run = async <T>(stage: string, fn: () => MaybePromise<T>): Promise<T> => (session ? session.scope(stage, fn) : fn());
597
+ // Open WITH the new text so a cold URI (no open editor, no file on disk) is
598
+ // created from the payload rather than read from the filesystem — `update`
599
+ // is an upsert. For an already-open document `open` refreshes content (the
600
+ // text is ignored on that branch), so existing-document behaviour is
601
+ // unchanged. `version` is intentionally NOT forwarded to `open`: a cold
602
+ // create stays at its initial version, so a based-on-`version` update of a
603
+ // not-yet-existing document still trips the conflict gate below.
604
+ const text = await run('serialize', () => this.modelToText(uri, args.model, cancelToken));
605
+ await run('open', () => this.open({ uri, clientId: args.clientId, text }));
606
+ if (args.baseVersion !== undefined) {
607
+ const current = this.services.workspace.TextDocuments.version(uri);
608
+ if (current !== args.baseVersion) {
609
+ // Distinct from the post-build "superseded" debug line below: this is a
610
+ // based-on-stale rejection (the write never applies), not two writes racing.
611
+ this.tracer.debug(`Conflict on ${uri}: based-on v${args.baseVersion} stale, server at v${current}`);
612
+ throw new ConflictError(uri, args.baseVersion, current);
613
+ }
614
+ }
615
+ const appliedVersion = await run('apply', () => this.services.workspace.AstDocumentManager.update(uri, text, args.clientId));
616
+ // Dispatch through the public `rebuild` (which re-canonicalizes the already-
617
+ // canonical `uri` once, idempotently) rather than `rebuildCanonical`, so an
618
+ // adopter `rebuild` override stays in the update path. The redundant call is
619
+ // a single kernel-cached `realpath`; correctness of the override contract
620
+ // wins over shaving it.
621
+ const doc = await run('rebuild', () => this.rebuild(uri, undefined, cancelToken));
622
+ const finalVersion = this.services.workspace.TextDocuments.version(uri);
623
+ if (finalVersion > appliedVersion) {
624
+ this.tracer.debug(`Update to v${appliedVersion} ready at v${finalVersion} (superseded)`);
625
+ } else {
626
+ this.tracer.debug(`Update to v${appliedVersion} ready`);
627
+ }
628
+ if (this.slowUpdateWarn !== undefined && stopwatch) {
629
+ const elapsed = Math.round(stopwatch.elapsedMs);
630
+ const threshold = this.slowUpdateWarn.value;
631
+ if (elapsed >= threshold) {
632
+ this.tracer.withUri(uri).warn(`Slow update: ${elapsed}ms ≥ ${threshold}ms (v${appliedVersion}, client=${args.clientId})`);
633
+ }
634
+ }
635
+ // One line per stage (serialise / open / apply / rebuild) + unaccounted — only when profiling.
636
+ session?.report('debug');
637
+ return doc;
638
+ }
639
+
640
+ /**
641
+ * Persist `uri` to disk. Same content-change + settled-phase flow as
642
+ * {@link update}, then writes via the
643
+ * `WritableFileSystemProvider` and notifies the multi-client
644
+ * text-document store of the save (so any open LSP-side editor sees
645
+ * the `onDidSave` event regardless of who originated the persist).
646
+ *
647
+ * Returns the post-save AST snapshot.
648
+ */
649
+ async save(args: TransferSaveArgs<TTransfer>, cancelToken?: CancellationToken): Promise<AstDocument<TAst, TDiagnostic>> {
650
+ // Dispatch through `update` (not its internals) so an adopter `update`
651
+ // override — version-matched resolution, etc. — applies to saves too.
652
+ const doc = await this.update(args, cancelToken);
653
+ // Persist under the same canonical identity `update` operated on. Writing
654
+ // the canonical (real) path follows any symlink to the same file, and the
655
+ // `onDidSave` keys the one canonical registration.
656
+ const uri = this.uriPolicy.canonicalUri(args.uri);
657
+ await this.services.workspace.AstDocumentManager.save(uri, args.clientId);
658
+ return doc;
659
+ }
660
+
661
+ /**
662
+ * Wait for the document at `uri` to reach the integrity-settled landmark and
663
+ * drain any in-flight write-path applyEdit sync chain (see {@link syncChains})
664
+ * so every language client reflects the latest content before a save returns.
665
+ * No-op tail for headless adopters — `syncChains` is empty without an LSP
666
+ * client. Bounded by {@link SAVE_SETTLE_TIMEOUT_MS} so a hung build, or an
667
+ * applyEdit reverse-RPC deadlock, can't freeze the caller; on timeout it logs
668
+ * a warning and returns rather than throwing.
669
+ *
670
+ * Adopters with a save flow that must converge editor + disk before returning
671
+ * (e.g. a dual form/code editor that would otherwise show a content-conflict
672
+ * dialog on rapid save) call this after their `save`.
673
+ */
674
+ protected async settleSave(uri: string, cancelToken?: CancellationToken): Promise<void> {
675
+ const canonical = this.uriPolicy.canonicalUri(uri);
676
+ const key = UriUtils.toUri(canonical).toString();
677
+ const timeout = new Promise<void>((_, reject) =>
678
+ setTimeout(() => reject(new SaveSettleTimeoutError('settle timeout')), SAVE_SETTLE_TIMEOUT_MS)
679
+ );
680
+ try {
681
+ await Promise.race([this.waitForDocumentStateCanonical(canonical, IntegrityService.SettledState, cancelToken), timeout]);
682
+ const pending = this.syncChains.get(key);
683
+ if (pending) {
684
+ await Promise.race([pending, timeout]);
685
+ }
686
+ } catch (err: unknown) {
687
+ if (err instanceof SaveSettleTimeoutError) {
688
+ this.tracer.withUri(key).warn(`Save settle exceeded ${SAVE_SETTLE_TIMEOUT_MS}ms — returning anyway`);
689
+ } else {
690
+ const detail = err instanceof Error ? (err.stack ?? err.message) : String(err);
691
+ this.tracer.withUri(key).warn(`Save settle failed before the timeout — returning anyway. ${detail}`);
692
+ }
693
+ }
694
+ }
695
+
696
+ /**
697
+ * Open the document at `args.uri` on behalf of `args.clientId`.
698
+ * Multi-client: each (uri, clientId) pair is tracked as one
699
+ * registration; the underlying document stays open until the last
700
+ * client closes it. If `args.text` is omitted the document content
701
+ * is read from the `FileSystemProvider`.
702
+ *
703
+ * Returns a {@link Disposable} that closes the registration when
704
+ * disposed — useful for `using` blocks and shutdown cleanup.
705
+ *
706
+ * Delegates to the framework-bound
707
+ * `services.workspace.AstDocumentManager`. Adopter subclasses with
708
+ * extra open-time behaviour (logging, sync-chain bootstrapping)
709
+ * override on their `ModelService` subclass and call `super.open`.
710
+ *
711
+ * The open path does not thread cancellation: `AstDocumentManager.open`
712
+ * and the filesystem read behind it take no token, so a cancelled caller
713
+ * still completes the open.
714
+ */
715
+ async open(args: OpenModelArgs): Promise<Disposable> {
716
+ return this.services.workspace.AstDocumentManager.open(args);
717
+ }
718
+
719
+ /**
720
+ * Close the document at `args.uri` for `args.clientId`. Counterpart
721
+ * to {@link open}; the underlying document stays open until every
722
+ * registered client has closed.
723
+ */
724
+ async close(args: CloseModelArgs): Promise<void> {
725
+ return this.services.workspace.AstDocumentManager.close(args);
726
+ }
727
+
728
+ /**
729
+ * True when the document at `uri` is currently open for at least one
730
+ * client. Pure read; no side effects.
731
+ */
732
+ isOpen(uri: string): boolean {
733
+ return this.services.workspace.AstDocumentManager.isOpen(uri);
734
+ }
735
+
736
+ /**
737
+ * The built {@link LangiumDocument} for `uri`, looked up by canonical identity —
738
+ * the synchronous, phase-agnostic sibling of {@link ensureDocumentState} /
739
+ * {@link waitForDocumentState} (which await a build state). The single
740
+ * canonicalizing door for callers that need the live document without reaching
741
+ * into `LangiumDocuments` directly: a symlinked / `..` / case-divergent URI
742
+ * still resolves to the one document the build keys by its real path. Returns
743
+ * `undefined` if no document is registered for `uri`.
744
+ */
745
+ getDocument(uri: string): LangiumDocument | undefined {
746
+ return this.services.workspace.AstDocumentManager.getDocument(uri);
747
+ }
748
+
749
+ // ============================================================
750
+ // LSP-client sync (mirror non-LSP-client changes back to Monaco)
751
+ // ============================================================
752
+
753
+ /**
754
+ * Mirror a server-side change of `document` back to the LSP textual language
755
+ * client, run per document as it reaches the post-integrity settled phase.
756
+ * The single framework caller of
757
+ * `HydraniumTextDocuments.applyEditToLanguageClient` and
758
+ * `HydraniumTextDocuments.stagePendingContent`.
759
+ *
760
+ * Routes to one of two mechanisms by language-client registration, because
761
+ * an open and a closed document answer different questions:
762
+ *
763
+ * - **Open in the language client** → {@link syncOpenDocument}: mirror the
764
+ * settled text via a coalesced `applyEditToLanguageClient`, routed purely by
765
+ * **content**.
766
+ * - **Closed in the language client** → {@link stageClosedDocument}: stage the
767
+ * text for the eventual first `didOpen`, gated by **provenance**
768
+ * ({@link isNonLanguageClientEdit}).
769
+ *
770
+ * The decision is **re-derived from the current settled state every time** (it
771
+ * is not a one-shot enrolment), which is what makes it self-healing: a doc
772
+ * that still needs syncing on a later settle — a re-open refresh, a recovery
773
+ * build after cancellation — is caught even though an earlier settle already
774
+ * synced it.
775
+ */
776
+ protected syncToLanguageClient(document: LangiumDocument): void {
777
+ // `document.textDocument.uri` is the server-identity (canonical) URI off the
778
+ // build. Route by language-client registration (a presence question —
779
+ // `isOpenInLanguageClient` canonicalizes internally, so a divergent open path
780
+ // still resolves to the same record), but key the outbound sync by this
781
+ // CANONICAL URI — the same key `settleSave` looks the chain up under —
782
+ // so a save-settle can drain the in-flight applyEdit. The canonical→client-URI
783
+ // translation (a symlinked path the client opened, or a dual-open fan-out)
784
+ // happens at the `applyEditToLanguageClient` egress, where the text store maps
785
+ // the canonical key to the recorded language-client URI(s); driving the chain
786
+ // in client space here would key it under a URI `settleSave` never computes, so
787
+ // the drain would miss for a divergent open path.
788
+ if (this.services.workspace.TextDocuments.isOpenInLanguageClient(document.textDocument.uri)) {
789
+ this.syncOpenDocument(document.textDocument.uri, document.textDocument.getText());
790
+ } else {
791
+ this.stageClosedDocument(document);
792
+ }
793
+ }
794
+
795
+ /**
796
+ * Mirror the settled text of a document open in the language client via a
797
+ * coalesced `applyEditToLanguageClient`. `uri` is the document's CANONICAL identity
798
+ * (the chain key); the egress (`applyEditToLanguageClient`) translates it to the
799
+ * recorded language-client URI(s). Routed purely by **content**: the shadow
800
+ * no-ops the RPC when Monaco already matches, so a Monaco echo (the client's
801
+ * own edit coming back) and a cascade-affected doc whose serialized text is
802
+ * unchanged both cost nothing — a string compare, no RPC. Author is
803
+ * irrelevant here: the shadow suppresses the echo precisely, so no
804
+ * author-based skip is needed.
805
+ */
806
+ protected syncOpenDocument(uri: string, text: string): void {
807
+ this.queueSync(uri, text);
808
+ }
809
+
810
+ /**
811
+ * Stage the settled text of a document closed in the language client so the
812
+ * eventual first `didOpen` sees this in-memory text instead of stale disk —
813
+ * but only for a {@link isNonLanguageClientEdit genuine non-language-client edit}.
814
+ * A document rebuilt by an internal build is skipped, leaving disk authoritative
815
+ * on the next open.
816
+ */
817
+ protected stageClosedDocument(document: LangiumDocument): void {
818
+ if (this.isNonLanguageClientEdit(document)) {
819
+ this.services.workspace.TextDocuments.stagePendingContent(document.textDocument.uri, document.textDocument.getText());
820
+ }
821
+ }
822
+
823
+ /**
824
+ * Whether `document`'s settled state is a genuine edit by a client *other than
825
+ * the language client* — a write a form / GLSP / integrity client actually made.
826
+ * Excludes two non-edits: the **language client** itself (the LSP/Monaco text
827
+ * client — it already holds its own edits, and the staging here exists to feed
828
+ * it) and an **internal build** (workspace startup, a cascade relink, a
829
+ * `didClose`-reload). This is the gate for {@link stageClosedDocument}: staging
830
+ * an internal build would
831
+ * (a) pre-stage every file on boot and (b) re-stage discarded content after
832
+ * close (e.g. a disposing GLSP session's debounced submit firing after close),
833
+ * which then shadows clean disk on the next open.
834
+ *
835
+ * The signal is "a known client other than the language client authored this
836
+ * version **and** the URI was in the last build's changed set
837
+ * (`isDirectChange`)". A framework-internal rebuild reports no author
838
+ * (`getAuthor` → `undefined`), so it fails `hasKnownAuthor` without comparing
839
+ * against a sentinel. This is NOT redundant with content/registration — it
840
+ * distinguishes "client edited" from "framework rebuilt", which neither the
841
+ * shadow nor `isDirectChange` alone can.
842
+ */
843
+ protected isNonLanguageClientEdit(document: LangiumDocument): boolean {
844
+ const documents = this.services.workspace.AstDocumentManager;
845
+ const author = documents.getAuthor(document);
846
+ const hasKnownAuthor = !!author && author !== LANGUAGE_CLIENT_ID;
847
+ return hasKnownAuthor && documents.isDirectChange(document.textDocument.uri);
848
+ }
849
+
850
+ /**
851
+ * Enqueue a sync to the language client. The pending slot per URI holds only
852
+ * the latest text: if a newer settle fires while the current RPC is in
853
+ * flight, the intermediate text is dropped and the chain picks up the latest
854
+ * on its next iteration. Coalescing guarantees a single in-flight applyEdit
855
+ * per URI so the shadow never drifts from Monaco.
856
+ */
857
+ protected queueSync(uri: string, text: string): void {
858
+ this.pendingSync.set(uri, text);
859
+ if (this.syncChains.has(uri)) {
860
+ return;
861
+ }
862
+ // Start the drain a microtask late so `syncChains` is populated BEFORE the
863
+ // first push goes out. Calling `drainSyncQueue` directly would run its
864
+ // synchronous prologue — loop head plus the `applyEditToLanguageClient`
865
+ // call — ahead of the `set` below, so a `queueSync` re-entered from within
866
+ // that window would see no chain and start a SECOND one. Two concurrent
867
+ // chains break the single-in-flight-per-URI guarantee this coalescing
868
+ // exists to provide, and that guarantee is what keeps the shadow from
869
+ // drifting: overlapping pushes diff against each other's optimistic
870
+ // baseline and the later one can land stale text last.
871
+ const chain = Promise.resolve()
872
+ .then(() => this.drainSyncQueue(uri))
873
+ .finally(() => {
874
+ if (this.syncChains.get(uri) === chain) {
875
+ this.syncChains.delete(uri);
876
+ }
877
+ });
878
+ this.syncChains.set(uri, chain);
879
+ }
880
+
881
+ protected async drainSyncQueue(uri: string): Promise<void> {
882
+ const uriLogger = this.tracer.withUri(uri);
883
+ while (this.pendingSync.has(uri)) {
884
+ const text = this.pendingSync.get(uri)!;
885
+ this.pendingSync.delete(uri);
886
+ try {
887
+ let result = await this.services.workspace.TextDocuments.applyEditToLanguageClient(uri, text, { label: 'Update Model' });
888
+ if (result?.applied === false && !this.pendingSync.has(uri)) {
889
+ // The push is addressed at the client's LAST DECLARED VERSION, so a
890
+ // rejection normally means the client's buffer moved while the
891
+ // line-keyed diff was in flight — exactly the case where applying it
892
+ // would splice the file. Dropping the push there would leave the
893
+ // editor showing text the server has already superseded, with no
894
+ // later settle guaranteed to correct it (a content-identical echo
895
+ // mints no rebuild). The rejection invalidated the shadow, so the
896
+ // retry is a full-range replace: position-independent, and therefore
897
+ // correct against whatever the client now holds.
898
+ //
899
+ // Retried INLINE rather than re-enqueued, and exactly once. Inline
900
+ // because a re-enqueue would have to out-order any settle that lands
901
+ // in the meantime, which nothing here can guarantee; once because a
902
+ // client that refuses every edit (a read-only file, a modal holding
903
+ // the workspace) must cost one extra RPC rather than spin. The
904
+ // `pendingSync` check skips the retry when a newer settle has already
905
+ // queued — best-effort, since a settle arriving later simply pushes
906
+ // after this and still wins.
907
+ uriLogger.warn(`Language client rejected applyEdit at its declared version — re-pushing a full replace`);
908
+ result = await this.services.workspace.TextDocuments.applyEditToLanguageClient(uri, text, { label: 'Update Model' });
909
+ if (result?.applied === false) {
910
+ uriLogger.warn(`Language client rejected the full-replace retry too — client content is stale`);
911
+ }
912
+ }
913
+ } catch (err: unknown) {
914
+ // A disconnected client is not a failure of this edit: pushing text
915
+ // to a peer that has gone is a no-op, and it happens on every
916
+ // ordinary shutdown. Reporting it at `error` makes routine teardown
917
+ // look like it needs investigating. A genuine applyEdit failure
918
+ // (client refused, request malformed) still surfaces at `error`.
919
+ if (isConnectionGoneError(err)) {
920
+ uriLogger.debug(`applyEdit to ${LANGUAGE_CLIENT_ID} skipped: client disconnected`);
921
+ } else {
922
+ uriLogger.error(`applyEdit to ${LANGUAGE_CLIENT_ID} failed: ${err}`);
923
+ }
924
+ }
925
+ }
926
+ }
927
+
928
+ // ============================================================
929
+ // Subscription pass-throughs
930
+ // ============================================================
931
+
932
+ /**
933
+ * Subscribe to AST-snapshot updates for `uri`. Fires after each
934
+ * rebuild that reaches the target phase. Delegates to the
935
+ * `HydraniumTextDocuments` — single listener registration shared with
936
+ * any direct `HydraniumTextDocuments.onUpdate` subscriber, so the same
937
+ * underlying `DocumentBuilder.onDocumentPhase` listener serves both
938
+ * call paths. `sourceClientId` is resolved from the multi-client
939
+ * author history; reason discrimination follows the manager's own
940
+ * `lastUpdate` snapshot (see `AstDocumentManager.onUpdate`).
941
+ */
942
+ onModelUpdated(uri: string, listener: (event: AstDocumentUpdatedEvent<TAst, TDiagnostic>) => void): Disposable {
943
+ return this.services.workspace.AstDocumentManager.onUpdate(uri, listener as never);
944
+ }
945
+
946
+ /**
947
+ * Subscribe to save events for `uri`. Fires on every persist through
948
+ * the multi-client text-document store — including saves originated
949
+ * by other heads (LSP editor `Ctrl+S`, the data-server `save`, etc.)
950
+ * so subscribers see one consistent stream regardless of who wrote
951
+ * the file. Delegates to the manager — single listener registration
952
+ * shared with any direct `HydraniumTextDocuments.onSave` subscriber.
953
+ */
954
+ onModelSaved(uri: string, listener: (event: AstDocumentSavedEvent<TAst, TDiagnostic>) => void): Disposable {
955
+ return this.services.workspace.AstDocumentManager.onSave(uri, listener as never);
956
+ }
957
+
958
+ /**
959
+ * Subscribe to the `(uri, clientId)` close event. Delegates to the
960
+ * manager so the listener registry is shared with any direct
961
+ * `HydraniumTextDocuments.onClientClosed` subscriber.
962
+ */
963
+ onClientClosed(uri: string, clientId: string, listener: () => void): Disposable {
964
+ return this.services.workspace.AstDocumentManager.onClientClosed(uri, clientId, listener);
965
+ }
966
+
967
+ // ============================================================
968
+ // Adopter hooks (override on subclass)
969
+ // ============================================================
970
+
971
+ /**
972
+ * Serialise a transfer-model root via the language-specific
973
+ * `Serializer` bound at `services.serializer.Serializer`,
974
+ * resolved per-URI through `services.ServiceRegistry.getServices(uri)`
975
+ * so multi-grammar workspaces route to the right serializer per file.
976
+ * Adopters bind their own per-language; the framework default
977
+ * `UnboundSerializer` throws if none is bound.
978
+ *
979
+ * Adopters whose serializer call shape differs (custom service
980
+ * names, generator-driven YAML pretty printers, etc.) override this
981
+ * method. Routes through `Serializer.serializeTransfer` because
982
+ * `ModelService.update` / `ModelService.save` always receive a
983
+ * transfer-model shape (cross-references as plain strings) from
984
+ * adopter callers — the AST-shape entry point is `serializeAst`.
985
+ *
986
+ * Returns {@link MaybePromise} so adopter `Serializer` overrides can be
987
+ * async (remote schema lookup, external canonical-value resolution); the
988
+ * single caller ({@link modelToText} → {@link update}) is already `async`,
989
+ * so a naive `await` covers both branches without extra ceremony.
990
+ */
991
+ protected serialize(uri: string, root: TTransfer): MaybePromise<string> {
992
+ const services = this.services.ServiceRegistry.getServices(UriUtils.toUri(uri));
993
+ return services.serializer.Serializer.serializeTransfer(root);
994
+ }
995
+
996
+ // ============================================================
997
+ // Protected plumbing (override sparingly)
998
+ // ============================================================
999
+
1000
+ /**
1001
+ * Convert a structured-or-textual `model` payload to its textual form.
1002
+ *
1003
+ * Textual payloads (LSP / pre-serialised callers) pass through untouched.
1004
+ * Structured payloads run the per-language `UpdateRewriteService` chain
1005
+ * (transfer-model transforms; diff-aware rewrites see the previous AST root),
1006
+ * then serialise. The chain is the single transfer-model-transform seam — a
1007
+ * unary normalisation is just a rewrite that ignores `previous`, as
1008
+ * `NormalizeEmptyStringsContribution` does. The chain is empty by
1009
+ * default, so this is a no-op for adopters that register none.
1010
+ */
1011
+ protected async modelToText(uri: string, model: TTransfer | string, cancelToken?: CancellationToken): Promise<string> {
1012
+ if (typeof model === 'string') {
1013
+ return model;
1014
+ }
1015
+ const rewritten = await this.rewriteModel(uri, model, cancelToken);
1016
+ return this.serialize(uri, rewritten);
1017
+ }
1018
+
1019
+ /**
1020
+ * Run the per-language transfer-model rewrite chain. Resolves the
1021
+ * `UpdateRewriteService` per-URI (like {@link serialize}) and threads
1022
+ * in the previous AST root — `document.parseResult.value`, or `undefined`
1023
+ * for a not-yet-built document — so diff-based rewrites can distinguish a
1024
+ * real user change from a stale echo.
1025
+ */
1026
+ protected async rewriteModel(uri: string, model: TTransfer, cancelToken?: CancellationToken): Promise<TTransfer> {
1027
+ // Optional-chain so incomplete test stubs (no ServiceRegistry / no
1028
+ // updateRewrite slot) degrade to the identity chain; production wiring
1029
+ // always provides the slot via `createServerLanguageModule`.
1030
+ const service = this.services.ServiceRegistry?.getServices(UriUtils.toUri(uri))?.updateRewrite?.UpdateRewriteService;
1031
+ if (!service) {
1032
+ return model;
1033
+ }
1034
+ const previous = this.services.workspace.AstDocumentManager.getDocument(uri)?.parseResult.value as TAst | undefined;
1035
+ return (await service.apply(model, previous, cancelToken)) as TTransfer;
1036
+ }
1037
+
1038
+ /**
1039
+ * Build an {@link AstDocument} envelope from the current
1040
+ * {@link LangiumDocument} state via the shared {@link AstDocument.from}
1041
+ * projection. Returns an empty envelope (built via
1042
+ * {@link AstDocument.create}) when the document is absent from the
1043
+ * registry — adopters that prefer to throw override on their subclass.
1044
+ */
1045
+ protected toAstDocument(uri: URI): AstDocument<TAst, TDiagnostic> {
1046
+ const document = this.services.workspace.LangiumDocuments.getDocument(uri);
1047
+ return document
1048
+ ? AstDocument.from<TAst, TDiagnostic>(document)
1049
+ : AstDocument.create<TAst, TDiagnostic>(uri.toString(), 0, undefined as unknown as TAst, []);
1050
+ }
1051
+ }