@andrew.ng/symbion 0.1.0

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 (417) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +125 -0
  3. package/apps/daemon/dist/boot/menu.d.ts +11 -0
  4. package/apps/daemon/dist/boot/menu.d.ts.map +1 -0
  5. package/apps/daemon/dist/boot/menu.js +32 -0
  6. package/apps/daemon/dist/boot/menu.js.map +1 -0
  7. package/apps/daemon/dist/fs/folderPick.d.ts +13 -0
  8. package/apps/daemon/dist/fs/folderPick.d.ts.map +1 -0
  9. package/apps/daemon/dist/fs/folderPick.js +4 -0
  10. package/apps/daemon/dist/fs/folderPick.js.map +1 -0
  11. package/apps/daemon/dist/fs/listDir.d.ts +13 -0
  12. package/apps/daemon/dist/fs/listDir.d.ts.map +1 -0
  13. package/apps/daemon/dist/fs/listDir.js +121 -0
  14. package/apps/daemon/dist/fs/listDir.js.map +1 -0
  15. package/apps/daemon/dist/fs/readTargetFiles.d.ts +20 -0
  16. package/apps/daemon/dist/fs/readTargetFiles.d.ts.map +1 -0
  17. package/apps/daemon/dist/fs/readTargetFiles.js +76 -0
  18. package/apps/daemon/dist/fs/readTargetFiles.js.map +1 -0
  19. package/apps/daemon/dist/fs/writeFiles.d.ts +32 -0
  20. package/apps/daemon/dist/fs/writeFiles.d.ts.map +1 -0
  21. package/apps/daemon/dist/fs/writeFiles.js +93 -0
  22. package/apps/daemon/dist/fs/writeFiles.js.map +1 -0
  23. package/apps/daemon/dist/git/status.d.ts +11 -0
  24. package/apps/daemon/dist/git/status.d.ts.map +1 -0
  25. package/apps/daemon/dist/git/status.js +30 -0
  26. package/apps/daemon/dist/git/status.js.map +1 -0
  27. package/apps/daemon/dist/index.d.ts +2 -0
  28. package/apps/daemon/dist/index.d.ts.map +1 -0
  29. package/apps/daemon/dist/index.js +69 -0
  30. package/apps/daemon/dist/index.js.map +1 -0
  31. package/apps/daemon/dist/llm/anthropicProvider.d.ts +26 -0
  32. package/apps/daemon/dist/llm/anthropicProvider.d.ts.map +1 -0
  33. package/apps/daemon/dist/llm/anthropicProvider.js +90 -0
  34. package/apps/daemon/dist/llm/anthropicProvider.js.map +1 -0
  35. package/apps/daemon/dist/llm/geminiProvider.d.ts +25 -0
  36. package/apps/daemon/dist/llm/geminiProvider.d.ts.map +1 -0
  37. package/apps/daemon/dist/llm/geminiProvider.js +89 -0
  38. package/apps/daemon/dist/llm/geminiProvider.js.map +1 -0
  39. package/apps/daemon/dist/llm/installInstructions.d.ts +40 -0
  40. package/apps/daemon/dist/llm/installInstructions.d.ts.map +1 -0
  41. package/apps/daemon/dist/llm/installInstructions.js +80 -0
  42. package/apps/daemon/dist/llm/installInstructions.js.map +1 -0
  43. package/apps/daemon/dist/llm/ollamaProvider.d.ts +55 -0
  44. package/apps/daemon/dist/llm/ollamaProvider.d.ts.map +1 -0
  45. package/apps/daemon/dist/llm/ollamaProvider.js +213 -0
  46. package/apps/daemon/dist/llm/ollamaProvider.js.map +1 -0
  47. package/apps/daemon/dist/llm/openaiProvider.d.ts +25 -0
  48. package/apps/daemon/dist/llm/openaiProvider.d.ts.map +1 -0
  49. package/apps/daemon/dist/llm/openaiProvider.js +90 -0
  50. package/apps/daemon/dist/llm/openaiProvider.js.map +1 -0
  51. package/apps/daemon/dist/llm/providerStatus.d.ts +60 -0
  52. package/apps/daemon/dist/llm/providerStatus.d.ts.map +1 -0
  53. package/apps/daemon/dist/llm/providerStatus.js +88 -0
  54. package/apps/daemon/dist/llm/providerStatus.js.map +1 -0
  55. package/apps/daemon/dist/llm/registry.d.ts +14 -0
  56. package/apps/daemon/dist/llm/registry.d.ts.map +1 -0
  57. package/apps/daemon/dist/llm/registry.js +35 -0
  58. package/apps/daemon/dist/llm/registry.js.map +1 -0
  59. package/apps/daemon/dist/llm/remoteProvider.d.ts +25 -0
  60. package/apps/daemon/dist/llm/remoteProvider.d.ts.map +1 -0
  61. package/apps/daemon/dist/llm/remoteProvider.js +88 -0
  62. package/apps/daemon/dist/llm/remoteProvider.js.map +1 -0
  63. package/apps/daemon/dist/llm/secrets.d.ts +55 -0
  64. package/apps/daemon/dist/llm/secrets.d.ts.map +1 -0
  65. package/apps/daemon/dist/llm/secrets.js +167 -0
  66. package/apps/daemon/dist/llm/secrets.js.map +1 -0
  67. package/apps/daemon/dist/llm/types.d.ts +50 -0
  68. package/apps/daemon/dist/llm/types.d.ts.map +1 -0
  69. package/apps/daemon/dist/llm/types.js +16 -0
  70. package/apps/daemon/dist/llm/types.js.map +1 -0
  71. package/apps/daemon/dist/net/findOpenPort.d.ts +26 -0
  72. package/apps/daemon/dist/net/findOpenPort.d.ts.map +1 -0
  73. package/apps/daemon/dist/net/findOpenPort.js +37 -0
  74. package/apps/daemon/dist/net/findOpenPort.js.map +1 -0
  75. package/apps/daemon/dist/rpc/contract.d.ts +10 -0
  76. package/apps/daemon/dist/rpc/contract.d.ts.map +1 -0
  77. package/apps/daemon/dist/rpc/contract.js +2 -0
  78. package/apps/daemon/dist/rpc/contract.js.map +1 -0
  79. package/apps/daemon/dist/rpc/guard.d.ts +18 -0
  80. package/apps/daemon/dist/rpc/guard.d.ts.map +1 -0
  81. package/apps/daemon/dist/rpc/guard.js +75 -0
  82. package/apps/daemon/dist/rpc/guard.js.map +1 -0
  83. package/apps/daemon/dist/rpc/handlers.d.ts +118 -0
  84. package/apps/daemon/dist/rpc/handlers.d.ts.map +1 -0
  85. package/apps/daemon/dist/rpc/handlers.js +694 -0
  86. package/apps/daemon/dist/rpc/handlers.js.map +1 -0
  87. package/apps/daemon/dist/rpc/pathStyle.d.ts +27 -0
  88. package/apps/daemon/dist/rpc/pathStyle.d.ts.map +1 -0
  89. package/apps/daemon/dist/rpc/pathStyle.js +43 -0
  90. package/apps/daemon/dist/rpc/pathStyle.js.map +1 -0
  91. package/apps/daemon/dist/rpc/rpcError.d.ts +13 -0
  92. package/apps/daemon/dist/rpc/rpcError.d.ts.map +1 -0
  93. package/apps/daemon/dist/rpc/rpcError.js +16 -0
  94. package/apps/daemon/dist/rpc/rpcError.js.map +1 -0
  95. package/apps/daemon/dist/server.d.ts +18 -0
  96. package/apps/daemon/dist/server.d.ts.map +1 -0
  97. package/apps/daemon/dist/server.js +208 -0
  98. package/apps/daemon/dist/server.js.map +1 -0
  99. package/apps/daemon/dist/store/publishLog.d.ts +6 -0
  100. package/apps/daemon/dist/store/publishLog.d.ts.map +1 -0
  101. package/apps/daemon/dist/store/publishLog.js +27 -0
  102. package/apps/daemon/dist/store/publishLog.js.map +1 -0
  103. package/apps/daemon/dist/store/store.d.ts +35 -0
  104. package/apps/daemon/dist/store/store.d.ts.map +1 -0
  105. package/apps/daemon/dist/store/store.js +129 -0
  106. package/apps/daemon/dist/store/store.js.map +1 -0
  107. package/apps/daemon/dist/templates/githubFetch.d.ts +49 -0
  108. package/apps/daemon/dist/templates/githubFetch.d.ts.map +1 -0
  109. package/apps/daemon/dist/templates/githubFetch.js +168 -0
  110. package/apps/daemon/dist/templates/githubFetch.js.map +1 -0
  111. package/apps/web/out/404.html +1 -0
  112. package/apps/web/out/_next/static/IIw50lkv8jQuwHOBZJifS/_buildManifest.js +1 -0
  113. package/apps/web/out/_next/static/IIw50lkv8jQuwHOBZJifS/_ssgManifest.js +1 -0
  114. package/apps/web/out/_next/static/chunks/1dd3208c-6a745fea7bd2124a.js +1 -0
  115. package/apps/web/out/_next/static/chunks/426-deb95a16531d3b4b.js +25 -0
  116. package/apps/web/out/_next/static/chunks/528-6e64508688610bfe.js +2 -0
  117. package/apps/web/out/_next/static/chunks/656-fd1628581ad77b01.js +1 -0
  118. package/apps/web/out/_next/static/chunks/777-d587bc7cc0fc6be8.js +1 -0
  119. package/apps/web/out/_next/static/chunks/990-f2445c68c17fa077.js +1 -0
  120. package/apps/web/out/_next/static/chunks/app/_not-found/page-e0d77774c4eb9aef.js +1 -0
  121. package/apps/web/out/_next/static/chunks/app/layout-e5023aba6634ce53.js +1 -0
  122. package/apps/web/out/_next/static/chunks/app/page-a545c902535ac2e3.js +1 -0
  123. package/apps/web/out/_next/static/chunks/app/settings/page-a68ed4ae2ccb8840.js +1 -0
  124. package/apps/web/out/_next/static/chunks/app/templates/page-e5f0cefb905e5b72.js +1 -0
  125. package/apps/web/out/_next/static/chunks/baeaa4ff-28d2e32e4dd119b9.js +1 -0
  126. package/apps/web/out/_next/static/chunks/eb0351e1-329719bc902eaf71.js +1 -0
  127. package/apps/web/out/_next/static/chunks/framework-3664cab31236a9fa.js +1 -0
  128. package/apps/web/out/_next/static/chunks/main-app-d515c42ecb17b8e8.js +1 -0
  129. package/apps/web/out/_next/static/chunks/main-ff24788874d4ec1b.js +1 -0
  130. package/apps/web/out/_next/static/chunks/pages/_app-10a93ab5b7c32eb3.js +1 -0
  131. package/apps/web/out/_next/static/chunks/pages/_error-2d792b2a41857be4.js +1 -0
  132. package/apps/web/out/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  133. package/apps/web/out/_next/static/chunks/webpack-ae7ee8fe97fdceba.js +1 -0
  134. package/apps/web/out/_next/static/css/0a42edcfc2beb916.css +3 -0
  135. package/apps/web/out/_next/static/css/a275cc2b185e04f8.css +1 -0
  136. package/apps/web/out/_next/static/media/011e180705008d6f-s.woff2 +0 -0
  137. package/apps/web/out/_next/static/media/20535187d867b7b9-s.woff2 +0 -0
  138. package/apps/web/out/_next/static/media/26d4368bf94c0ec4-s.p.woff2 +0 -0
  139. package/apps/web/out/_next/static/media/2801417b65625cf5-s.woff2 +0 -0
  140. package/apps/web/out/_next/static/media/28793f5c5e3d822d-s.woff2 +0 -0
  141. package/apps/web/out/_next/static/media/5356a6a4f2c8c8d8-s.woff2 +0 -0
  142. package/apps/web/out/_next/static/media/58f386aa6b1a2a92-s.woff2 +0 -0
  143. package/apps/web/out/_next/static/media/73cb51aac9c97f90-s.woff2 +0 -0
  144. package/apps/web/out/_next/static/media/7b19b489dc6743ba-s.woff2 +0 -0
  145. package/apps/web/out/_next/static/media/7ba5fb2a8c88521c-s.woff2 +0 -0
  146. package/apps/web/out/_next/static/media/92eeb95d069020cc-s.woff2 +0 -0
  147. package/apps/web/out/_next/static/media/98e207f02528a563-s.p.woff2 +0 -0
  148. package/apps/web/out/_next/static/media/99dcf268bda04fe5-s.woff2 +0 -0
  149. package/apps/web/out/_next/static/media/b3bf17a9041d9433-s.woff2 +0 -0
  150. package/apps/web/out/_next/static/media/c9c3823090ec8b55-s.woff2 +0 -0
  151. package/apps/web/out/_next/static/media/d26bbd13d6b70f89-s.woff2 +0 -0
  152. package/apps/web/out/_next/static/media/d29838c109ef09b4-s.woff2 +0 -0
  153. package/apps/web/out/_next/static/media/d3ebbfd689654d3a-s.p.woff2 +0 -0
  154. package/apps/web/out/_next/static/media/db96af6b531dc71f-s.p.woff2 +0 -0
  155. package/apps/web/out/_next/static/media/e40af3453d7c920a-s.woff2 +0 -0
  156. package/apps/web/out/_next/static/media/ef4d5661765d0e49-s.woff2 +0 -0
  157. package/apps/web/out/index.html +1 -0
  158. package/apps/web/out/index.txt +6 -0
  159. package/apps/web/out/settings.html +1 -0
  160. package/apps/web/out/settings.txt +6 -0
  161. package/apps/web/out/templates.html +1 -0
  162. package/apps/web/out/templates.txt +6 -0
  163. package/bin/symbion.mjs +41 -0
  164. package/node_modules/@symbion/core/dist/adapters/claude.d.ts +3 -0
  165. package/node_modules/@symbion/core/dist/adapters/claude.d.ts.map +1 -0
  166. package/node_modules/@symbion/core/dist/adapters/claude.js +43 -0
  167. package/node_modules/@symbion/core/dist/adapters/claude.js.map +1 -0
  168. package/node_modules/@symbion/core/dist/adapters/codex.d.ts +3 -0
  169. package/node_modules/@symbion/core/dist/adapters/codex.d.ts.map +1 -0
  170. package/node_modules/@symbion/core/dist/adapters/codex.js +58 -0
  171. package/node_modules/@symbion/core/dist/adapters/codex.js.map +1 -0
  172. package/node_modules/@symbion/core/dist/adapters/registry.d.ts +5 -0
  173. package/node_modules/@symbion/core/dist/adapters/registry.d.ts.map +1 -0
  174. package/node_modules/@symbion/core/dist/adapters/registry.js +14 -0
  175. package/node_modules/@symbion/core/dist/adapters/registry.js.map +1 -0
  176. package/node_modules/@symbion/core/dist/adapters/types.d.ts +34 -0
  177. package/node_modules/@symbion/core/dist/adapters/types.d.ts.map +1 -0
  178. package/node_modules/@symbion/core/dist/adapters/types.js +2 -0
  179. package/node_modules/@symbion/core/dist/adapters/types.js.map +1 -0
  180. package/node_modules/@symbion/core/dist/diff/conflict.d.ts +19 -0
  181. package/node_modules/@symbion/core/dist/diff/conflict.d.ts.map +1 -0
  182. package/node_modules/@symbion/core/dist/diff/conflict.js +20 -0
  183. package/node_modules/@symbion/core/dist/diff/conflict.js.map +1 -0
  184. package/node_modules/@symbion/core/dist/diff/diff.d.ts +44 -0
  185. package/node_modules/@symbion/core/dist/diff/diff.d.ts.map +1 -0
  186. package/node_modules/@symbion/core/dist/diff/diff.js +124 -0
  187. package/node_modules/@symbion/core/dist/diff/diff.js.map +1 -0
  188. package/node_modules/@symbion/core/dist/generate/bodyPrompt.d.ts +27 -0
  189. package/node_modules/@symbion/core/dist/generate/bodyPrompt.d.ts.map +1 -0
  190. package/node_modules/@symbion/core/dist/generate/bodyPrompt.js +55 -0
  191. package/node_modules/@symbion/core/dist/generate/bodyPrompt.js.map +1 -0
  192. package/node_modules/@symbion/core/dist/generate/description.d.ts +18 -0
  193. package/node_modules/@symbion/core/dist/generate/description.d.ts.map +1 -0
  194. package/node_modules/@symbion/core/dist/generate/description.js +164 -0
  195. package/node_modules/@symbion/core/dist/generate/description.js.map +1 -0
  196. package/node_modules/@symbion/core/dist/index.d.ts +23 -0
  197. package/node_modules/@symbion/core/dist/index.d.ts.map +1 -0
  198. package/node_modules/@symbion/core/dist/index.js +24 -0
  199. package/node_modules/@symbion/core/dist/index.js.map +1 -0
  200. package/node_modules/@symbion/core/dist/ir/refs.d.ts +11 -0
  201. package/node_modules/@symbion/core/dist/ir/refs.d.ts.map +1 -0
  202. package/node_modules/@symbion/core/dist/ir/refs.js +25 -0
  203. package/node_modules/@symbion/core/dist/ir/refs.js.map +1 -0
  204. package/node_modules/@symbion/core/dist/ir/types.d.ts +107 -0
  205. package/node_modules/@symbion/core/dist/ir/types.d.ts.map +1 -0
  206. package/node_modules/@symbion/core/dist/ir/types.js +19 -0
  207. package/node_modules/@symbion/core/dist/ir/types.js.map +1 -0
  208. package/node_modules/@symbion/core/dist/ir/validate.d.ts +13 -0
  209. package/node_modules/@symbion/core/dist/ir/validate.d.ts.map +1 -0
  210. package/node_modules/@symbion/core/dist/ir/validate.js +114 -0
  211. package/node_modules/@symbion/core/dist/ir/validate.js.map +1 -0
  212. package/node_modules/@symbion/core/dist/parse/scan.d.ts +47 -0
  213. package/node_modules/@symbion/core/dist/parse/scan.d.ts.map +1 -0
  214. package/node_modules/@symbion/core/dist/parse/scan.js +109 -0
  215. package/node_modules/@symbion/core/dist/parse/scan.js.map +1 -0
  216. package/node_modules/@symbion/core/dist/render/frontmatter.d.ts +29 -0
  217. package/node_modules/@symbion/core/dist/render/frontmatter.d.ts.map +1 -0
  218. package/node_modules/@symbion/core/dist/render/frontmatter.js +99 -0
  219. package/node_modules/@symbion/core/dist/render/frontmatter.js.map +1 -0
  220. package/node_modules/@symbion/core/dist/render/marker.d.ts +30 -0
  221. package/node_modules/@symbion/core/dist/render/marker.d.ts.map +1 -0
  222. package/node_modules/@symbion/core/dist/render/marker.js +48 -0
  223. package/node_modules/@symbion/core/dist/render/marker.js.map +1 -0
  224. package/node_modules/@symbion/core/dist/render/render.d.ts +12 -0
  225. package/node_modules/@symbion/core/dist/render/render.d.ts.map +1 -0
  226. package/node_modules/@symbion/core/dist/render/render.js +10 -0
  227. package/node_modules/@symbion/core/dist/render/render.js.map +1 -0
  228. package/node_modules/@symbion/core/dist/runcommand/render.d.ts +13 -0
  229. package/node_modules/@symbion/core/dist/runcommand/render.d.ts.map +1 -0
  230. package/node_modules/@symbion/core/dist/runcommand/render.js +19 -0
  231. package/node_modules/@symbion/core/dist/runcommand/render.js.map +1 -0
  232. package/node_modules/@symbion/core/dist/templates/authorSource.d.ts +55 -0
  233. package/node_modules/@symbion/core/dist/templates/authorSource.d.ts.map +1 -0
  234. package/node_modules/@symbion/core/dist/templates/authorSource.js +24 -0
  235. package/node_modules/@symbion/core/dist/templates/authorSource.js.map +1 -0
  236. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.d.ts +28 -0
  237. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.d.ts.map +1 -0
  238. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.js +54 -0
  239. package/node_modules/@symbion/core/dist/templates/matchAuthorFolders.js.map +1 -0
  240. package/node_modules/@symbion/core/dist/templates/parseTemplate.d.ts +42 -0
  241. package/node_modules/@symbion/core/dist/templates/parseTemplate.d.ts.map +1 -0
  242. package/node_modules/@symbion/core/dist/templates/parseTemplate.js +56 -0
  243. package/node_modules/@symbion/core/dist/templates/parseTemplate.js.map +1 -0
  244. package/node_modules/@symbion/core/dist/templates/templateListItem.d.ts +39 -0
  245. package/node_modules/@symbion/core/dist/templates/templateListItem.d.ts.map +1 -0
  246. package/node_modules/@symbion/core/dist/templates/templateListItem.js +2 -0
  247. package/node_modules/@symbion/core/dist/templates/templateListItem.js.map +1 -0
  248. package/node_modules/@symbion/core/dist/util/sha256.d.ts +9 -0
  249. package/node_modules/@symbion/core/dist/util/sha256.d.ts.map +1 -0
  250. package/node_modules/@symbion/core/dist/util/sha256.js +91 -0
  251. package/node_modules/@symbion/core/dist/util/sha256.js.map +1 -0
  252. package/node_modules/@symbion/core/dist/version/semver.d.ts +18 -0
  253. package/node_modules/@symbion/core/dist/version/semver.d.ts.map +1 -0
  254. package/node_modules/@symbion/core/dist/version/semver.js +53 -0
  255. package/node_modules/@symbion/core/dist/version/semver.js.map +1 -0
  256. package/node_modules/@symbion/core/package.json +14 -0
  257. package/node_modules/@symbion/rpc-types/dist/index.d.ts +444 -0
  258. package/node_modules/@symbion/rpc-types/dist/index.d.ts.map +1 -0
  259. package/node_modules/@symbion/rpc-types/dist/index.js +2 -0
  260. package/node_modules/@symbion/rpc-types/dist/index.js.map +1 -0
  261. package/node_modules/@symbion/rpc-types/package.json +11 -0
  262. package/node_modules/yaml/dist/cli.d.ts +8 -0
  263. package/node_modules/yaml/dist/cli.mjs +201 -0
  264. package/node_modules/yaml/dist/compose/compose-collection.d.ts +11 -0
  265. package/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  266. package/node_modules/yaml/dist/compose/compose-doc.d.ts +7 -0
  267. package/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  268. package/node_modules/yaml/dist/compose/compose-node.d.ts +29 -0
  269. package/node_modules/yaml/dist/compose/compose-node.js +112 -0
  270. package/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
  271. package/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  272. package/node_modules/yaml/dist/compose/composer.d.ts +63 -0
  273. package/node_modules/yaml/dist/compose/composer.js +224 -0
  274. package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +6 -0
  275. package/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  276. package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +11 -0
  277. package/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  278. package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +6 -0
  279. package/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  280. package/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
  281. package/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  282. package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -0
  283. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  284. package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
  285. package/node_modules/yaml/dist/compose/resolve-flow-scalar.js +227 -0
  286. package/node_modules/yaml/dist/compose/resolve-props.d.ts +23 -0
  287. package/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  288. package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
  289. package/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  290. package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
  291. package/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  292. package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
  293. package/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  294. package/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
  295. package/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  296. package/node_modules/yaml/dist/doc/Document.d.ts +141 -0
  297. package/node_modules/yaml/dist/doc/Document.js +337 -0
  298. package/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
  299. package/node_modules/yaml/dist/doc/anchors.js +76 -0
  300. package/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
  301. package/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  302. package/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
  303. package/node_modules/yaml/dist/doc/createNode.js +90 -0
  304. package/node_modules/yaml/dist/doc/directives.d.ts +49 -0
  305. package/node_modules/yaml/dist/doc/directives.js +178 -0
  306. package/node_modules/yaml/dist/errors.d.ts +21 -0
  307. package/node_modules/yaml/dist/errors.js +62 -0
  308. package/node_modules/yaml/dist/index.d.ts +25 -0
  309. package/node_modules/yaml/dist/index.js +50 -0
  310. package/node_modules/yaml/dist/log.d.ts +3 -0
  311. package/node_modules/yaml/dist/log.js +19 -0
  312. package/node_modules/yaml/dist/nodes/Alias.d.ts +29 -0
  313. package/node_modules/yaml/dist/nodes/Alias.js +118 -0
  314. package/node_modules/yaml/dist/nodes/Collection.d.ts +73 -0
  315. package/node_modules/yaml/dist/nodes/Collection.js +151 -0
  316. package/node_modules/yaml/dist/nodes/Node.d.ts +53 -0
  317. package/node_modules/yaml/dist/nodes/Node.js +40 -0
  318. package/node_modules/yaml/dist/nodes/Pair.d.ts +22 -0
  319. package/node_modules/yaml/dist/nodes/Pair.js +39 -0
  320. package/node_modules/yaml/dist/nodes/Scalar.d.ts +47 -0
  321. package/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  322. package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +53 -0
  323. package/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  324. package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +60 -0
  325. package/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  326. package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +4 -0
  327. package/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  328. package/node_modules/yaml/dist/nodes/identity.d.ts +23 -0
  329. package/node_modules/yaml/dist/nodes/identity.js +53 -0
  330. package/node_modules/yaml/dist/nodes/toJS.d.ts +29 -0
  331. package/node_modules/yaml/dist/nodes/toJS.js +39 -0
  332. package/node_modules/yaml/dist/options.d.ts +350 -0
  333. package/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
  334. package/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  335. package/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
  336. package/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  337. package/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
  338. package/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  339. package/node_modules/yaml/dist/parse/cst.d.ts +109 -0
  340. package/node_modules/yaml/dist/parse/cst.js +112 -0
  341. package/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
  342. package/node_modules/yaml/dist/parse/lexer.js +723 -0
  343. package/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
  344. package/node_modules/yaml/dist/parse/line-counter.js +41 -0
  345. package/node_modules/yaml/dist/parse/parser.d.ts +84 -0
  346. package/node_modules/yaml/dist/parse/parser.js +980 -0
  347. package/node_modules/yaml/dist/public-api.d.ts +44 -0
  348. package/node_modules/yaml/dist/public-api.js +107 -0
  349. package/node_modules/yaml/dist/schema/Schema.d.ts +17 -0
  350. package/node_modules/yaml/dist/schema/Schema.js +39 -0
  351. package/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
  352. package/node_modules/yaml/dist/schema/common/map.js +19 -0
  353. package/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
  354. package/node_modules/yaml/dist/schema/common/null.js +17 -0
  355. package/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
  356. package/node_modules/yaml/dist/schema/common/seq.js +19 -0
  357. package/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
  358. package/node_modules/yaml/dist/schema/common/string.js +16 -0
  359. package/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
  360. package/node_modules/yaml/dist/schema/core/bool.js +21 -0
  361. package/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
  362. package/node_modules/yaml/dist/schema/core/float.js +47 -0
  363. package/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
  364. package/node_modules/yaml/dist/schema/core/int.js +42 -0
  365. package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
  366. package/node_modules/yaml/dist/schema/core/schema.js +25 -0
  367. package/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
  368. package/node_modules/yaml/dist/schema/json/schema.js +64 -0
  369. package/node_modules/yaml/dist/schema/json-schema.d.ts +69 -0
  370. package/node_modules/yaml/dist/schema/tags.d.ts +48 -0
  371. package/node_modules/yaml/dist/schema/tags.js +99 -0
  372. package/node_modules/yaml/dist/schema/types.d.ts +92 -0
  373. package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
  374. package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  375. package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
  376. package/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  377. package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
  378. package/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  379. package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
  380. package/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  381. package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +9 -0
  382. package/node_modules/yaml/dist/schema/yaml-1.1/merge.js +71 -0
  383. package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +22 -0
  384. package/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  385. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
  386. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  387. package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
  388. package/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  389. package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +28 -0
  390. package/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  391. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
  392. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  393. package/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
  394. package/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  395. package/node_modules/yaml/dist/stringify/stringify.d.ts +21 -0
  396. package/node_modules/yaml/dist/stringify/stringify.js +132 -0
  397. package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
  398. package/node_modules/yaml/dist/stringify/stringifyCollection.js +155 -0
  399. package/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
  400. package/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  401. package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +4 -0
  402. package/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  403. package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
  404. package/node_modules/yaml/dist/stringify/stringifyNumber.js +27 -0
  405. package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
  406. package/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  407. package/node_modules/yaml/dist/stringify/stringifyString.d.ts +9 -0
  408. package/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  409. package/node_modules/yaml/dist/test-events.d.ts +4 -0
  410. package/node_modules/yaml/dist/test-events.js +134 -0
  411. package/node_modules/yaml/dist/util.d.ts +16 -0
  412. package/node_modules/yaml/dist/util.js +28 -0
  413. package/node_modules/yaml/dist/visit.d.ts +102 -0
  414. package/node_modules/yaml/dist/visit.js +236 -0
  415. package/node_modules/yaml/package.json +20 -0
  416. package/node_modules/yaml/util.js +2 -0
  417. package/package.json +39 -0
@@ -0,0 +1,723 @@
1
+ 'use strict';
2
+
3
+ var cst = require('./cst.js');
4
+
5
+ /*
6
+ START -> stream
7
+
8
+ stream
9
+ directive -> line-end -> stream
10
+ indent + line-end -> stream
11
+ [else] -> line-start
12
+
13
+ line-end
14
+ comment -> line-end
15
+ newline -> .
16
+ input-end -> END
17
+
18
+ line-start
19
+ doc-start -> doc
20
+ doc-end -> stream
21
+ [else] -> indent -> block-start
22
+
23
+ block-start
24
+ seq-item-start -> block-start
25
+ explicit-key-start -> block-start
26
+ map-value-start -> block-start
27
+ [else] -> doc
28
+
29
+ doc
30
+ line-end -> line-start
31
+ spaces -> doc
32
+ anchor -> doc
33
+ tag -> doc
34
+ flow-start -> flow -> doc
35
+ flow-end -> error -> doc
36
+ seq-item-start -> error -> doc
37
+ explicit-key-start -> error -> doc
38
+ map-value-start -> doc
39
+ alias -> doc
40
+ quote-start -> quoted-scalar -> doc
41
+ block-scalar-header -> line-end -> block-scalar(min) -> line-start
42
+ [else] -> plain-scalar(false, min) -> doc
43
+
44
+ flow
45
+ line-end -> flow
46
+ spaces -> flow
47
+ anchor -> flow
48
+ tag -> flow
49
+ flow-start -> flow -> flow
50
+ flow-end -> .
51
+ seq-item-start -> error -> flow
52
+ explicit-key-start -> flow
53
+ map-value-start -> flow
54
+ alias -> flow
55
+ quote-start -> quoted-scalar -> flow
56
+ comma -> flow
57
+ [else] -> plain-scalar(true, 0) -> flow
58
+
59
+ quoted-scalar
60
+ quote-end -> .
61
+ [else] -> quoted-scalar
62
+
63
+ block-scalar(min)
64
+ newline + peek(indent < min) -> .
65
+ [else] -> block-scalar(min)
66
+
67
+ plain-scalar(is-flow, min)
68
+ scalar-end(is-flow) -> .
69
+ peek(newline + (indent < min)) -> .
70
+ [else] -> plain-scalar(min)
71
+ */
72
+ function isEmpty(ch) {
73
+ switch (ch) {
74
+ case undefined:
75
+ case ' ':
76
+ case '\n':
77
+ case '\r':
78
+ case '\t':
79
+ return true;
80
+ default:
81
+ return false;
82
+ }
83
+ }
84
+ const hexDigits = new Set('0123456789ABCDEFabcdef');
85
+ const tagChars = new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()");
86
+ const flowIndicatorChars = new Set(',[]{}');
87
+ const invalidAnchorChars = new Set(' ,[]{}\n\r\t');
88
+ const isNotAnchorChar = (ch) => !ch || invalidAnchorChars.has(ch);
89
+ /**
90
+ * Splits an input string into lexical tokens, i.e. smaller strings that are
91
+ * easily identifiable by `tokens.tokenType()`.
92
+ *
93
+ * Lexing starts always in a "stream" context. Incomplete input may be buffered
94
+ * until a complete token can be emitted.
95
+ *
96
+ * In addition to slices of the original input, the following control characters
97
+ * may also be emitted:
98
+ *
99
+ * - `\x02` (Start of Text): A document starts with the next token
100
+ * - `\x18` (Cancel): Unexpected end of flow-mode (indicates an error)
101
+ * - `\x1f` (Unit Separator): Next token is a scalar value
102
+ * - `\u{FEFF}` (Byte order mark): Emitted separately outside documents
103
+ */
104
+ class Lexer {
105
+ constructor() {
106
+ /**
107
+ * Flag indicating whether the end of the current buffer marks the end of
108
+ * all input
109
+ */
110
+ this.atEnd = false;
111
+ /**
112
+ * Explicit indent set in block scalar header, as an offset from the current
113
+ * minimum indent, so e.g. set to 1 from a header `|2+`. Set to -1 if not
114
+ * explicitly set.
115
+ */
116
+ this.blockScalarIndent = -1;
117
+ /**
118
+ * Block scalars that include a + (keep) chomping indicator in their header
119
+ * include trailing empty lines, which are otherwise excluded from the
120
+ * scalar's contents.
121
+ */
122
+ this.blockScalarKeep = false;
123
+ /** Current input */
124
+ this.buffer = '';
125
+ /**
126
+ * Flag noting whether the map value indicator : can immediately follow this
127
+ * node within a flow context.
128
+ */
129
+ this.flowKey = false;
130
+ /** Count of surrounding flow collection levels. */
131
+ this.flowLevel = 0;
132
+ /**
133
+ * Minimum level of indentation required for next lines to be parsed as a
134
+ * part of the current scalar value.
135
+ */
136
+ this.indentNext = 0;
137
+ /** Indentation level of the current line. */
138
+ this.indentValue = 0;
139
+ /** Position of the next \n character. */
140
+ this.lineEndPos = null;
141
+ /** Stores the state of the lexer if reaching the end of incpomplete input */
142
+ this.next = null;
143
+ /** A pointer to `buffer`; the current position of the lexer. */
144
+ this.pos = 0;
145
+ }
146
+ /**
147
+ * Generate YAML tokens from the `source` string. If `incomplete`,
148
+ * a part of the last line may be left as a buffer for the next call.
149
+ *
150
+ * @returns A generator of lexical tokens
151
+ */
152
+ *lex(source, incomplete = false) {
153
+ if (source) {
154
+ if (typeof source !== 'string')
155
+ throw TypeError('source is not a string');
156
+ this.buffer = this.buffer ? this.buffer + source : source;
157
+ this.lineEndPos = null;
158
+ }
159
+ this.atEnd = !incomplete;
160
+ let next = this.next ?? 'stream';
161
+ while (next && (incomplete || this.hasChars(1)))
162
+ next = yield* this.parseNext(next);
163
+ }
164
+ atLineEnd() {
165
+ let i = this.pos;
166
+ let ch = this.buffer[i];
167
+ while (ch === ' ' || ch === '\t')
168
+ ch = this.buffer[++i];
169
+ if (!ch || ch === '#' || ch === '\n')
170
+ return true;
171
+ if (ch === '\r')
172
+ return this.buffer[i + 1] === '\n';
173
+ return false;
174
+ }
175
+ charAt(n) {
176
+ return this.buffer[this.pos + n];
177
+ }
178
+ continueScalar(offset) {
179
+ let ch = this.buffer[offset];
180
+ if (this.indentNext > 0) {
181
+ let indent = 0;
182
+ while (ch === ' ')
183
+ ch = this.buffer[++indent + offset];
184
+ if (ch === '\r') {
185
+ const next = this.buffer[indent + offset + 1];
186
+ if (next === '\n' || (!next && !this.atEnd))
187
+ return offset + indent + 1;
188
+ }
189
+ return ch === '\n' || indent >= this.indentNext || (!ch && !this.atEnd)
190
+ ? offset + indent
191
+ : -1;
192
+ }
193
+ if (ch === '-' || ch === '.') {
194
+ const dt = this.buffer.substr(offset, 3);
195
+ if ((dt === '---' || dt === '...') && isEmpty(this.buffer[offset + 3]))
196
+ return -1;
197
+ }
198
+ return offset;
199
+ }
200
+ getLine() {
201
+ let end = this.lineEndPos;
202
+ if (typeof end !== 'number' || (end !== -1 && end < this.pos)) {
203
+ end = this.buffer.indexOf('\n', this.pos);
204
+ this.lineEndPos = end;
205
+ }
206
+ if (end === -1)
207
+ return this.atEnd ? this.buffer.substring(this.pos) : null;
208
+ if (this.buffer[end - 1] === '\r')
209
+ end -= 1;
210
+ return this.buffer.substring(this.pos, end);
211
+ }
212
+ hasChars(n) {
213
+ return this.pos + n <= this.buffer.length;
214
+ }
215
+ setNext(state) {
216
+ this.buffer = this.buffer.substring(this.pos);
217
+ this.pos = 0;
218
+ this.lineEndPos = null;
219
+ this.next = state;
220
+ return null;
221
+ }
222
+ peek(n) {
223
+ return this.buffer.substr(this.pos, n);
224
+ }
225
+ *parseNext(next) {
226
+ switch (next) {
227
+ case 'stream':
228
+ return yield* this.parseStream();
229
+ case 'line-start':
230
+ return yield* this.parseLineStart();
231
+ case 'block-start':
232
+ return yield* this.parseBlockStart();
233
+ case 'doc':
234
+ return yield* this.parseDocument();
235
+ case 'flow':
236
+ return yield* this.parseFlowCollection();
237
+ case 'quoted-scalar':
238
+ return yield* this.parseQuotedScalar();
239
+ case 'block-scalar':
240
+ return yield* this.parseBlockScalar();
241
+ case 'plain-scalar':
242
+ return yield* this.parsePlainScalar();
243
+ }
244
+ }
245
+ *parseStream() {
246
+ let line = this.getLine();
247
+ if (line === null)
248
+ return this.setNext('stream');
249
+ if (line[0] === cst.BOM) {
250
+ yield* this.pushCount(1);
251
+ line = line.substring(1);
252
+ }
253
+ if (line[0] === '%') {
254
+ let dirEnd = line.length;
255
+ let cs = line.indexOf('#');
256
+ while (cs !== -1) {
257
+ const ch = line[cs - 1];
258
+ if (ch === ' ' || ch === '\t') {
259
+ dirEnd = cs - 1;
260
+ break;
261
+ }
262
+ else {
263
+ cs = line.indexOf('#', cs + 1);
264
+ }
265
+ }
266
+ while (true) {
267
+ const ch = line[dirEnd - 1];
268
+ if (ch === ' ' || ch === '\t')
269
+ dirEnd -= 1;
270
+ else
271
+ break;
272
+ }
273
+ const n = (yield* this.pushCount(dirEnd)) + (yield* this.pushSpaces(true));
274
+ yield* this.pushCount(line.length - n); // possible comment
275
+ this.pushNewline();
276
+ return 'stream';
277
+ }
278
+ if (this.atLineEnd()) {
279
+ const sp = yield* this.pushSpaces(true);
280
+ yield* this.pushCount(line.length - sp);
281
+ yield* this.pushNewline();
282
+ return 'stream';
283
+ }
284
+ yield cst.DOCUMENT;
285
+ return yield* this.parseLineStart();
286
+ }
287
+ *parseLineStart() {
288
+ const ch = this.charAt(0);
289
+ if (!ch && !this.atEnd)
290
+ return this.setNext('line-start');
291
+ if (ch === '-' || ch === '.') {
292
+ if (!this.atEnd && !this.hasChars(4))
293
+ return this.setNext('line-start');
294
+ const s = this.peek(3);
295
+ if ((s === '---' || s === '...') && isEmpty(this.charAt(3))) {
296
+ yield* this.pushCount(3);
297
+ this.indentValue = 0;
298
+ this.indentNext = 0;
299
+ return s === '---' ? 'doc' : 'stream';
300
+ }
301
+ }
302
+ this.indentValue = yield* this.pushSpaces(false);
303
+ if (this.indentNext > this.indentValue && !isEmpty(this.charAt(1)))
304
+ this.indentNext = this.indentValue;
305
+ return yield* this.parseBlockStart();
306
+ }
307
+ *parseBlockStart() {
308
+ const [ch0, ch1] = this.peek(2);
309
+ if (!ch1 && !this.atEnd)
310
+ return this.setNext('block-start');
311
+ if ((ch0 === '-' || ch0 === '?' || ch0 === ':') && isEmpty(ch1)) {
312
+ const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
313
+ this.indentNext = this.indentValue + 1;
314
+ this.indentValue += n;
315
+ return 'block-start';
316
+ }
317
+ return 'doc';
318
+ }
319
+ *parseDocument() {
320
+ yield* this.pushSpaces(true);
321
+ const line = this.getLine();
322
+ if (line === null)
323
+ return this.setNext('doc');
324
+ let n = yield* this.pushIndicators();
325
+ switch (line[n]) {
326
+ case '#':
327
+ yield* this.pushCount(line.length - n);
328
+ // fallthrough
329
+ case undefined:
330
+ yield* this.pushNewline();
331
+ return yield* this.parseLineStart();
332
+ case '{':
333
+ case '[':
334
+ yield* this.pushCount(1);
335
+ this.flowKey = false;
336
+ this.flowLevel = 1;
337
+ return 'flow';
338
+ case '}':
339
+ case ']':
340
+ // this is an error
341
+ yield* this.pushCount(1);
342
+ return 'doc';
343
+ case '*':
344
+ yield* this.pushUntil(isNotAnchorChar);
345
+ return 'doc';
346
+ case '"':
347
+ case "'":
348
+ return yield* this.parseQuotedScalar();
349
+ case '|':
350
+ case '>':
351
+ n += yield* this.parseBlockScalarHeader();
352
+ n += yield* this.pushSpaces(true);
353
+ yield* this.pushCount(line.length - n);
354
+ yield* this.pushNewline();
355
+ return yield* this.parseBlockScalar();
356
+ default:
357
+ return yield* this.parsePlainScalar();
358
+ }
359
+ }
360
+ *parseFlowCollection() {
361
+ let nl, sp;
362
+ let indent = -1;
363
+ do {
364
+ nl = yield* this.pushNewline();
365
+ if (nl > 0) {
366
+ sp = yield* this.pushSpaces(false);
367
+ this.indentValue = indent = sp;
368
+ }
369
+ else {
370
+ sp = 0;
371
+ }
372
+ sp += yield* this.pushSpaces(true);
373
+ } while (nl + sp > 0);
374
+ const line = this.getLine();
375
+ if (line === null)
376
+ return this.setNext('flow');
377
+ if ((indent !== -1 && indent < this.indentNext && line[0] !== '#') ||
378
+ (indent === 0 &&
379
+ (line.startsWith('---') || line.startsWith('...')) &&
380
+ isEmpty(line[3]))) {
381
+ // Allowing for the terminal ] or } at the same (rather than greater)
382
+ // indent level as the initial [ or { is technically invalid, but
383
+ // failing here would be surprising to users.
384
+ const atFlowEndMarker = indent === this.indentNext - 1 &&
385
+ this.flowLevel === 1 &&
386
+ (line[0] === ']' || line[0] === '}');
387
+ if (!atFlowEndMarker) {
388
+ // this is an error
389
+ this.flowLevel = 0;
390
+ yield cst.FLOW_END;
391
+ return yield* this.parseLineStart();
392
+ }
393
+ }
394
+ let n = 0;
395
+ while (line[n] === ',') {
396
+ n += yield* this.pushCount(1);
397
+ n += yield* this.pushSpaces(true);
398
+ this.flowKey = false;
399
+ }
400
+ n += yield* this.pushIndicators();
401
+ switch (line[n]) {
402
+ case undefined:
403
+ return 'flow';
404
+ case '#':
405
+ yield* this.pushCount(line.length - n);
406
+ return 'flow';
407
+ case '{':
408
+ case '[':
409
+ yield* this.pushCount(1);
410
+ this.flowKey = false;
411
+ this.flowLevel += 1;
412
+ return 'flow';
413
+ case '}':
414
+ case ']':
415
+ yield* this.pushCount(1);
416
+ this.flowKey = true;
417
+ this.flowLevel -= 1;
418
+ return this.flowLevel ? 'flow' : 'doc';
419
+ case '*':
420
+ yield* this.pushUntil(isNotAnchorChar);
421
+ return 'flow';
422
+ case '"':
423
+ case "'":
424
+ this.flowKey = true;
425
+ return yield* this.parseQuotedScalar();
426
+ case ':': {
427
+ const next = this.charAt(1);
428
+ if (this.flowKey || isEmpty(next) || next === ',') {
429
+ this.flowKey = false;
430
+ yield* this.pushCount(1);
431
+ yield* this.pushSpaces(true);
432
+ return 'flow';
433
+ }
434
+ }
435
+ // fallthrough
436
+ default:
437
+ this.flowKey = false;
438
+ return yield* this.parsePlainScalar();
439
+ }
440
+ }
441
+ *parseQuotedScalar() {
442
+ const quote = this.charAt(0);
443
+ let end = this.buffer.indexOf(quote, this.pos + 1);
444
+ if (quote === "'") {
445
+ while (end !== -1 && this.buffer[end + 1] === "'")
446
+ end = this.buffer.indexOf("'", end + 2);
447
+ }
448
+ else {
449
+ // double-quote
450
+ while (end !== -1) {
451
+ let n = 0;
452
+ while (this.buffer[end - 1 - n] === '\\')
453
+ n += 1;
454
+ if (n % 2 === 0)
455
+ break;
456
+ end = this.buffer.indexOf('"', end + 1);
457
+ }
458
+ }
459
+ // Only looking for newlines within the quotes
460
+ const qb = this.buffer.substring(0, end);
461
+ let nl = qb.indexOf('\n', this.pos);
462
+ if (nl !== -1) {
463
+ while (nl !== -1) {
464
+ const cs = this.continueScalar(nl + 1);
465
+ if (cs === -1)
466
+ break;
467
+ nl = qb.indexOf('\n', cs);
468
+ }
469
+ if (nl !== -1) {
470
+ // this is an error caused by an unexpected unindent
471
+ end = nl - (qb[nl - 1] === '\r' ? 2 : 1);
472
+ }
473
+ }
474
+ if (end === -1) {
475
+ if (!this.atEnd)
476
+ return this.setNext('quoted-scalar');
477
+ end = this.buffer.length;
478
+ }
479
+ yield* this.pushToIndex(end + 1, false);
480
+ return this.flowLevel ? 'flow' : 'doc';
481
+ }
482
+ *parseBlockScalarHeader() {
483
+ this.blockScalarIndent = -1;
484
+ this.blockScalarKeep = false;
485
+ let i = this.pos;
486
+ while (true) {
487
+ const ch = this.buffer[++i];
488
+ if (ch === '+')
489
+ this.blockScalarKeep = true;
490
+ else if (ch > '0' && ch <= '9')
491
+ this.blockScalarIndent = Number(ch) - 1;
492
+ else if (ch !== '-')
493
+ break;
494
+ }
495
+ return yield* this.pushUntil(ch => isEmpty(ch) || ch === '#');
496
+ }
497
+ *parseBlockScalar() {
498
+ let nl = this.pos - 1; // may be -1 if this.pos === 0
499
+ let indent = 0;
500
+ let ch;
501
+ loop: for (let i = this.pos; (ch = this.buffer[i]); ++i) {
502
+ switch (ch) {
503
+ case ' ':
504
+ indent += 1;
505
+ break;
506
+ case '\n':
507
+ nl = i;
508
+ indent = 0;
509
+ break;
510
+ case '\r': {
511
+ const next = this.buffer[i + 1];
512
+ if (!next && !this.atEnd)
513
+ return this.setNext('block-scalar');
514
+ if (next === '\n')
515
+ break;
516
+ } // fallthrough
517
+ default:
518
+ break loop;
519
+ }
520
+ }
521
+ if (!ch && !this.atEnd)
522
+ return this.setNext('block-scalar');
523
+ if (indent >= this.indentNext) {
524
+ if (this.blockScalarIndent === -1)
525
+ this.indentNext = indent;
526
+ else {
527
+ this.indentNext =
528
+ this.blockScalarIndent + (this.indentNext === 0 ? 1 : this.indentNext);
529
+ }
530
+ do {
531
+ const cs = this.continueScalar(nl + 1);
532
+ if (cs === -1)
533
+ break;
534
+ nl = this.buffer.indexOf('\n', cs);
535
+ } while (nl !== -1);
536
+ if (nl === -1) {
537
+ if (!this.atEnd)
538
+ return this.setNext('block-scalar');
539
+ nl = this.buffer.length;
540
+ }
541
+ }
542
+ // Trailing insufficiently indented tabs are invalid.
543
+ // To catch that during parsing, we include them in the block scalar value.
544
+ let i = nl + 1;
545
+ ch = this.buffer[i];
546
+ while (ch === ' ')
547
+ ch = this.buffer[++i];
548
+ if (ch === '\t') {
549
+ while (ch === '\t' || ch === ' ' || ch === '\r' || ch === '\n')
550
+ ch = this.buffer[++i];
551
+ nl = i - 1;
552
+ }
553
+ else if (!this.blockScalarKeep) {
554
+ do {
555
+ let i = nl - 1;
556
+ let ch = this.buffer[i];
557
+ if (ch === '\r')
558
+ ch = this.buffer[--i];
559
+ const lastChar = i; // Drop the line if last char not more indented
560
+ while (ch === ' ')
561
+ ch = this.buffer[--i];
562
+ if (ch === '\n' && i >= this.pos && i + 1 + indent > lastChar)
563
+ nl = i;
564
+ else
565
+ break;
566
+ } while (true);
567
+ }
568
+ yield cst.SCALAR;
569
+ yield* this.pushToIndex(nl + 1, true);
570
+ return yield* this.parseLineStart();
571
+ }
572
+ *parsePlainScalar() {
573
+ const inFlow = this.flowLevel > 0;
574
+ let end = this.pos - 1;
575
+ let i = this.pos - 1;
576
+ let ch;
577
+ while ((ch = this.buffer[++i])) {
578
+ if (ch === ':') {
579
+ const next = this.buffer[i + 1];
580
+ if (isEmpty(next) || (inFlow && flowIndicatorChars.has(next)))
581
+ break;
582
+ end = i;
583
+ }
584
+ else if (isEmpty(ch)) {
585
+ let next = this.buffer[i + 1];
586
+ if (ch === '\r') {
587
+ if (next === '\n') {
588
+ i += 1;
589
+ ch = '\n';
590
+ next = this.buffer[i + 1];
591
+ }
592
+ else
593
+ end = i;
594
+ }
595
+ if (next === '#' || (inFlow && flowIndicatorChars.has(next)))
596
+ break;
597
+ if (ch === '\n') {
598
+ const cs = this.continueScalar(i + 1);
599
+ if (cs === -1)
600
+ break;
601
+ i = Math.max(i, cs - 2); // to advance, but still account for ' #'
602
+ }
603
+ }
604
+ else {
605
+ if (inFlow && flowIndicatorChars.has(ch))
606
+ break;
607
+ end = i;
608
+ }
609
+ }
610
+ if (!ch && !this.atEnd)
611
+ return this.setNext('plain-scalar');
612
+ yield cst.SCALAR;
613
+ yield* this.pushToIndex(end + 1, true);
614
+ return inFlow ? 'flow' : 'doc';
615
+ }
616
+ *pushCount(n) {
617
+ if (n > 0) {
618
+ yield this.buffer.substr(this.pos, n);
619
+ this.pos += n;
620
+ return n;
621
+ }
622
+ return 0;
623
+ }
624
+ *pushToIndex(i, allowEmpty) {
625
+ const s = this.buffer.slice(this.pos, i);
626
+ if (s) {
627
+ yield s;
628
+ this.pos += s.length;
629
+ return s.length;
630
+ }
631
+ else if (allowEmpty)
632
+ yield '';
633
+ return 0;
634
+ }
635
+ *pushIndicators() {
636
+ let n = 0;
637
+ loop: while (true) {
638
+ switch (this.charAt(0)) {
639
+ case '!':
640
+ n += yield* this.pushTag();
641
+ n += yield* this.pushSpaces(true);
642
+ continue loop;
643
+ case '&':
644
+ n += yield* this.pushUntil(isNotAnchorChar);
645
+ n += yield* this.pushSpaces(true);
646
+ continue loop;
647
+ case '-': // this is an error
648
+ case '?': // this is an error outside flow collections
649
+ case ':': {
650
+ const inFlow = this.flowLevel > 0;
651
+ const ch1 = this.charAt(1);
652
+ if (isEmpty(ch1) || (inFlow && flowIndicatorChars.has(ch1))) {
653
+ if (!inFlow)
654
+ this.indentNext = this.indentValue + 1;
655
+ else if (this.flowKey)
656
+ this.flowKey = false;
657
+ n += yield* this.pushCount(1);
658
+ n += yield* this.pushSpaces(true);
659
+ continue loop;
660
+ }
661
+ }
662
+ }
663
+ break loop;
664
+ }
665
+ return n;
666
+ }
667
+ *pushTag() {
668
+ if (this.charAt(1) === '<') {
669
+ let i = this.pos + 2;
670
+ let ch = this.buffer[i];
671
+ while (!isEmpty(ch) && ch !== '>')
672
+ ch = this.buffer[++i];
673
+ return yield* this.pushToIndex(ch === '>' ? i + 1 : i, false);
674
+ }
675
+ else {
676
+ let i = this.pos + 1;
677
+ let ch = this.buffer[i];
678
+ while (ch) {
679
+ if (tagChars.has(ch))
680
+ ch = this.buffer[++i];
681
+ else if (ch === '%' &&
682
+ hexDigits.has(this.buffer[i + 1]) &&
683
+ hexDigits.has(this.buffer[i + 2])) {
684
+ ch = this.buffer[(i += 3)];
685
+ }
686
+ else
687
+ break;
688
+ }
689
+ return yield* this.pushToIndex(i, false);
690
+ }
691
+ }
692
+ *pushNewline() {
693
+ const ch = this.buffer[this.pos];
694
+ if (ch === '\n')
695
+ return yield* this.pushCount(1);
696
+ else if (ch === '\r' && this.charAt(1) === '\n')
697
+ return yield* this.pushCount(2);
698
+ else
699
+ return 0;
700
+ }
701
+ *pushSpaces(allowTabs) {
702
+ let i = this.pos - 1;
703
+ let ch;
704
+ do {
705
+ ch = this.buffer[++i];
706
+ } while (ch === ' ' || (allowTabs && ch === '\t'));
707
+ const n = i - this.pos;
708
+ if (n > 0) {
709
+ yield this.buffer.substr(this.pos, n);
710
+ this.pos = i;
711
+ }
712
+ return n;
713
+ }
714
+ *pushUntil(test) {
715
+ let i = this.pos;
716
+ let ch = this.buffer[i];
717
+ while (!test(ch))
718
+ ch = this.buffer[++i];
719
+ return yield* this.pushToIndex(i, false);
720
+ }
721
+ }
722
+
723
+ exports.Lexer = Lexer;