projen 0.51.4 → 0.51.8

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 (395) hide show
  1. package/.jsii +69 -9
  2. package/API.md +12 -1
  3. package/changelog.md +1 -1
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +9 -2
  14. package/lib/awscdk/lambda-function.js +2 -2
  15. package/lib/build/build-workflow.js +1 -1
  16. package/lib/cdk/construct-lib.js +1 -1
  17. package/lib/cdk/jsii-docgen.js +1 -1
  18. package/lib/cdk/jsii-project.js +1 -1
  19. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  20. package/lib/cdk8s/cdk8s-construct.js +1 -1
  21. package/lib/cdktf/cdktf-construct.js +1 -1
  22. package/lib/component.js +1 -1
  23. package/lib/dependencies.js +1 -1
  24. package/lib/dev-env.js +1 -1
  25. package/lib/docker-compose.js +2 -2
  26. package/lib/file.js +1 -1
  27. package/lib/gitattributes.js +1 -1
  28. package/lib/github/auto-approve.js +1 -1
  29. package/lib/github/auto-merge.js +1 -1
  30. package/lib/github/dependabot.js +1 -1
  31. package/lib/github/github-project.js +1 -1
  32. package/lib/github/github.js +1 -1
  33. package/lib/github/mergify.js +1 -1
  34. package/lib/github/pr-template.js +1 -1
  35. package/lib/github/pull-request-lint.js +1 -1
  36. package/lib/github/stale-util.js +12 -7
  37. package/lib/github/stale.d.ts +10 -1
  38. package/lib/github/stale.js +10 -2
  39. package/lib/github/task-workflow.js +1 -1
  40. package/lib/github/workflows.js +1 -1
  41. package/lib/gitlab/configuration.js +1 -1
  42. package/lib/gitlab/gitlab-configuration.js +1 -1
  43. package/lib/gitlab/nested-configuration.js +1 -1
  44. package/lib/gitpod.js +1 -1
  45. package/lib/ignore-file.js +1 -1
  46. package/lib/ini.js +1 -1
  47. package/lib/java/java-project.js +1 -1
  48. package/lib/java/junit.js +1 -1
  49. package/lib/java/maven-compile.js +1 -1
  50. package/lib/java/maven-packaging.js +1 -1
  51. package/lib/java/maven-sample.js +1 -1
  52. package/lib/java/pom.js +1 -1
  53. package/lib/java/projenrc.js +1 -1
  54. package/lib/javascript/bundler.js +1 -1
  55. package/lib/javascript/eslint.js +1 -1
  56. package/lib/javascript/jest.js +1 -1
  57. package/lib/javascript/node-package.js +1 -1
  58. package/lib/javascript/node-project.js +1 -1
  59. package/lib/javascript/npm-config.js +1 -1
  60. package/lib/javascript/prettier.js +1 -1
  61. package/lib/javascript/projenrc.js +1 -1
  62. package/lib/javascript/typescript-config.js +1 -1
  63. package/lib/javascript/upgrade-dependencies.js +2 -2
  64. package/lib/json.js +1 -1
  65. package/lib/license.js +1 -1
  66. package/lib/logger.js +1 -1
  67. package/lib/makefile.js +1 -1
  68. package/lib/object-file.js +1 -1
  69. package/lib/project-build.js +1 -1
  70. package/lib/project.js +1 -1
  71. package/lib/projects.js +1 -1
  72. package/lib/projenrc-json.js +1 -1
  73. package/lib/python/pip.js +1 -1
  74. package/lib/python/poetry.js +2 -2
  75. package/lib/python/projenrc.js +1 -1
  76. package/lib/python/pytest.js +1 -1
  77. package/lib/python/python-project.js +1 -1
  78. package/lib/python/python-sample.js +1 -1
  79. package/lib/python/requirements-file.js +1 -1
  80. package/lib/python/setuppy.js +1 -1
  81. package/lib/python/setuptools.js +1 -1
  82. package/lib/python/venv.js +1 -1
  83. package/lib/readme.js +1 -1
  84. package/lib/release/publisher.js +1 -1
  85. package/lib/release/release-trigger.js +1 -1
  86. package/lib/release/release.js +1 -1
  87. package/lib/sample-file.js +2 -2
  88. package/lib/semver.js +1 -1
  89. package/lib/source-code.js +1 -1
  90. package/lib/task-runtime.js +1 -1
  91. package/lib/task.js +1 -1
  92. package/lib/tasks.js +1 -1
  93. package/lib/testing.js +1 -1
  94. package/lib/textfile.js +1 -1
  95. package/lib/toml.js +1 -1
  96. package/lib/typescript/projenrc.js +1 -1
  97. package/lib/typescript/typescript-typedoc.js +1 -1
  98. package/lib/typescript/typescript.js +3 -3
  99. package/lib/version.js +1 -1
  100. package/lib/vscode/devcontainer.js +1 -1
  101. package/lib/vscode/launch-config.js +1 -1
  102. package/lib/vscode/vscode.js +1 -1
  103. package/lib/web/next.js +3 -3
  104. package/lib/web/postcss.js +1 -1
  105. package/lib/web/react.js +4 -4
  106. package/lib/web/tailwind.js +1 -1
  107. package/lib/xmlfile.js +1 -1
  108. package/lib/yaml.d.ts +13 -0
  109. package/lib/yaml.js +8 -3
  110. package/node_modules/{fs-extra/node_modules/universalify → universalify}/LICENSE +0 -0
  111. package/node_modules/{fs-extra/node_modules/universalify → universalify}/README.md +0 -0
  112. package/node_modules/{fs-extra/node_modules/universalify → universalify}/index.js +0 -0
  113. package/node_modules/{fs-extra/node_modules/universalify → universalify}/package.json +0 -0
  114. package/node_modules/yaml/LICENSE +1 -1
  115. package/node_modules/yaml/README.md +57 -41
  116. package/node_modules/yaml/browser/dist/compose/compose-collection.js +59 -0
  117. package/node_modules/yaml/browser/dist/compose/compose-doc.js +40 -0
  118. package/node_modules/yaml/browser/dist/compose/compose-node.js +81 -0
  119. package/node_modules/yaml/browser/dist/compose/compose-scalar.js +81 -0
  120. package/node_modules/yaml/browser/dist/compose/composer.js +219 -0
  121. package/node_modules/yaml/browser/dist/compose/resolve-block-map.js +107 -0
  122. package/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +185 -0
  123. package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +45 -0
  124. package/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  125. package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +200 -0
  126. package/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
  127. package/node_modules/yaml/browser/dist/compose/resolve-props.js +128 -0
  128. package/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  129. package/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +27 -0
  130. package/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  131. package/node_modules/yaml/browser/dist/compose/util-map-includes.js +17 -0
  132. package/node_modules/yaml/browser/dist/doc/Document.js +321 -0
  133. package/node_modules/yaml/browser/dist/doc/anchors.js +72 -0
  134. package/node_modules/yaml/browser/dist/doc/applyReviver.js +54 -0
  135. package/node_modules/yaml/browser/dist/doc/createNode.js +84 -0
  136. package/node_modules/yaml/browser/dist/doc/directives.js +166 -0
  137. package/node_modules/yaml/browser/dist/errors.js +57 -0
  138. package/node_modules/yaml/browser/dist/index.js +18 -1002
  139. package/node_modules/yaml/browser/dist/log.js +14 -0
  140. package/node_modules/yaml/browser/dist/node_modules/tslib/tslib.es6.js +164 -0
  141. package/node_modules/yaml/browser/dist/nodes/Alias.js +94 -0
  142. package/node_modules/yaml/browser/dist/nodes/Collection.js +146 -0
  143. package/node_modules/yaml/browser/dist/nodes/Node.js +48 -0
  144. package/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  145. package/node_modules/yaml/browser/dist/nodes/Scalar.js +23 -0
  146. package/node_modules/yaml/browser/dist/nodes/YAMLMap.js +116 -0
  147. package/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +105 -0
  148. package/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +104 -0
  149. package/node_modules/yaml/browser/dist/nodes/toJS.js +35 -0
  150. package/node_modules/yaml/browser/dist/options.js +18 -0
  151. package/node_modules/yaml/browser/dist/parse/cst-scalar.js +215 -0
  152. package/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  153. package/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  154. package/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  155. package/node_modules/yaml/browser/dist/parse/lexer.js +692 -0
  156. package/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  157. package/node_modules/yaml/browser/dist/parse/parser.js +882 -0
  158. package/node_modules/yaml/browser/dist/public-api.js +99 -0
  159. package/node_modules/yaml/browser/dist/schema/Schema.js +34 -0
  160. package/node_modules/yaml/browser/dist/schema/common/map.js +42 -0
  161. package/node_modules/yaml/browser/dist/schema/common/null.js +13 -0
  162. package/node_modules/yaml/browser/dist/schema/common/seq.js +33 -0
  163. package/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  164. package/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  165. package/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  166. package/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  167. package/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  168. package/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  169. package/node_modules/yaml/browser/dist/schema/tags.js +83 -0
  170. package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +66 -0
  171. package/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  172. package/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  173. package/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  174. package/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +73 -0
  175. package/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +77 -0
  176. package/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +37 -0
  177. package/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +87 -0
  178. package/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  179. package/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +135 -0
  180. package/node_modules/yaml/browser/dist/stringify/stringify.js +124 -0
  181. package/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +152 -0
  182. package/node_modules/yaml/browser/dist/stringify/stringifyComment.js +18 -0
  183. package/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +68 -0
  184. package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
  185. package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +122 -0
  186. package/node_modules/yaml/browser/dist/stringify/stringifyString.js +314 -0
  187. package/node_modules/yaml/browser/dist/util.js +9 -2
  188. package/node_modules/yaml/browser/dist/visit.js +146 -0
  189. package/node_modules/yaml/browser/index.js +5 -1
  190. package/node_modules/yaml/browser/package.json +3 -0
  191. package/node_modules/yaml/dist/compose/compose-collection.d.ts +5 -0
  192. package/node_modules/yaml/dist/compose/compose-collection.js +61 -0
  193. package/node_modules/yaml/dist/compose/compose-doc.d.ts +6 -0
  194. package/node_modules/yaml/dist/compose/compose-doc.js +42 -0
  195. package/node_modules/yaml/dist/compose/compose-node.d.ts +26 -0
  196. package/node_modules/yaml/dist/compose/compose-node.js +84 -0
  197. package/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
  198. package/node_modules/yaml/dist/compose/compose-scalar.js +83 -0
  199. package/node_modules/yaml/dist/compose/composer.d.ts +62 -0
  200. package/node_modules/yaml/dist/compose/composer.js +223 -0
  201. package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +6 -0
  202. package/node_modules/yaml/dist/compose/resolve-block-map.js +109 -0
  203. package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +10 -0
  204. package/node_modules/yaml/dist/compose/resolve-block-scalar.js +187 -0
  205. package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +5 -0
  206. package/node_modules/yaml/dist/compose/resolve-block-seq.js +47 -0
  207. package/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
  208. package/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  209. package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +6 -0
  210. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +202 -0
  211. package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
  212. package/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  213. package/node_modules/yaml/dist/compose/resolve-props.d.ts +21 -0
  214. package/node_modules/yaml/dist/compose/resolve-props.js +130 -0
  215. package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
  216. package/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  217. package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
  218. package/node_modules/yaml/dist/compose/util-empty-scalar-position.js +29 -0
  219. package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
  220. package/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  221. package/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
  222. package/node_modules/yaml/dist/compose/util-map-includes.js +19 -0
  223. package/node_modules/yaml/dist/doc/Document.d.ts +139 -0
  224. package/node_modules/yaml/dist/doc/Document.js +323 -0
  225. package/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
  226. package/node_modules/yaml/dist/doc/anchors.js +77 -0
  227. package/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
  228. package/node_modules/yaml/dist/doc/applyReviver.js +56 -0
  229. package/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
  230. package/node_modules/yaml/dist/doc/createNode.js +86 -0
  231. package/node_modules/yaml/dist/doc/directives.d.ts +47 -0
  232. package/node_modules/yaml/dist/doc/directives.js +168 -0
  233. package/node_modules/yaml/dist/errors.d.ts +21 -0
  234. package/node_modules/yaml/dist/errors.js +62 -0
  235. package/node_modules/yaml/dist/index.d.ts +19 -0
  236. package/node_modules/yaml/dist/index.js +49 -77
  237. package/node_modules/yaml/dist/log.d.ts +3 -0
  238. package/node_modules/yaml/dist/log.js +17 -0
  239. package/node_modules/yaml/dist/node_modules/tslib/tslib.es6.js +76 -0
  240. package/node_modules/yaml/dist/nodes/Alias.d.ts +28 -0
  241. package/node_modules/yaml/dist/nodes/Alias.js +96 -0
  242. package/node_modules/yaml/dist/nodes/Collection.d.ts +73 -0
  243. package/node_modules/yaml/dist/nodes/Collection.js +150 -0
  244. package/node_modules/yaml/dist/nodes/Node.d.ts +53 -0
  245. package/node_modules/yaml/dist/nodes/Node.js +66 -0
  246. package/node_modules/yaml/dist/nodes/Pair.d.ts +21 -0
  247. package/node_modules/yaml/dist/nodes/Pair.js +39 -0
  248. package/node_modules/yaml/dist/nodes/Scalar.d.ts +42 -0
  249. package/node_modules/yaml/dist/nodes/Scalar.js +26 -0
  250. package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +41 -0
  251. package/node_modules/yaml/dist/nodes/YAMLMap.js +119 -0
  252. package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +55 -0
  253. package/node_modules/yaml/dist/nodes/YAMLSeq.js +107 -0
  254. package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +3 -0
  255. package/node_modules/yaml/dist/nodes/addPairToJSMap.js +106 -0
  256. package/node_modules/yaml/dist/nodes/toJS.d.ts +30 -0
  257. package/node_modules/yaml/dist/nodes/toJS.js +37 -0
  258. package/node_modules/yaml/dist/options.d.ts +338 -0
  259. package/node_modules/yaml/dist/options.js +20 -0
  260. package/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
  261. package/node_modules/yaml/dist/parse/cst-scalar.js +219 -0
  262. package/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
  263. package/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  264. package/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
  265. package/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  266. package/node_modules/yaml/dist/parse/cst.d.ts +106 -0
  267. package/node_modules/yaml/dist/parse/cst.js +112 -0
  268. package/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
  269. package/node_modules/yaml/dist/parse/lexer.js +694 -0
  270. package/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
  271. package/node_modules/yaml/dist/parse/line-counter.js +41 -0
  272. package/node_modules/yaml/dist/parse/parser.d.ts +84 -0
  273. package/node_modules/yaml/dist/parse/parser.js +886 -0
  274. package/node_modules/yaml/dist/public-api.d.ts +43 -0
  275. package/node_modules/yaml/dist/public-api.js +104 -0
  276. package/node_modules/yaml/dist/schema/Schema.d.ts +18 -0
  277. package/node_modules/yaml/dist/schema/Schema.js +36 -0
  278. package/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
  279. package/node_modules/yaml/dist/schema/common/map.js +44 -0
  280. package/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
  281. package/node_modules/yaml/dist/schema/common/null.js +15 -0
  282. package/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
  283. package/node_modules/yaml/dist/schema/common/seq.js +35 -0
  284. package/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
  285. package/node_modules/yaml/dist/schema/common/string.js +16 -0
  286. package/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
  287. package/node_modules/yaml/dist/schema/core/bool.js +21 -0
  288. package/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
  289. package/node_modules/yaml/dist/schema/core/float.js +47 -0
  290. package/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
  291. package/node_modules/yaml/dist/schema/core/int.js +42 -0
  292. package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
  293. package/node_modules/yaml/dist/schema/core/schema.js +25 -0
  294. package/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
  295. package/node_modules/yaml/dist/schema/json/schema.js +64 -0
  296. package/node_modules/yaml/dist/schema/tags.d.ts +40 -0
  297. package/node_modules/yaml/dist/schema/tags.js +86 -0
  298. package/node_modules/yaml/dist/schema/types.d.ts +82 -0
  299. package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
  300. package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +68 -0
  301. package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
  302. package/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  303. package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
  304. package/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  305. package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
  306. package/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  307. package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +21 -0
  308. package/node_modules/yaml/dist/schema/yaml-1.1/omap.js +76 -0
  309. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
  310. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +81 -0
  311. package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
  312. package/node_modules/yaml/dist/schema/yaml-1.1/schema.js +39 -0
  313. package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +22 -0
  314. package/node_modules/yaml/dist/schema/yaml-1.1/set.js +90 -0
  315. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
  316. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  317. package/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
  318. package/node_modules/yaml/dist/stringify/foldFlowLines.js +140 -0
  319. package/node_modules/yaml/dist/stringify/stringify.d.ts +20 -0
  320. package/node_modules/yaml/dist/stringify/stringify.js +127 -0
  321. package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
  322. package/node_modules/yaml/dist/stringify/stringifyCollection.js +154 -0
  323. package/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
  324. package/node_modules/yaml/dist/stringify/stringifyComment.js +22 -0
  325. package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +3 -0
  326. package/node_modules/yaml/dist/stringify/stringifyDocument.js +70 -0
  327. package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
  328. package/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  329. package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
  330. package/node_modules/yaml/dist/stringify/stringifyPair.js +124 -0
  331. package/node_modules/yaml/dist/stringify/stringifyString.d.ts +3 -0
  332. package/node_modules/yaml/dist/stringify/stringifyString.js +316 -0
  333. package/node_modules/yaml/dist/test-events.d.ts +4 -0
  334. package/node_modules/yaml/dist/test-events.js +126 -152
  335. package/node_modules/yaml/dist/util.d.ts +9 -0
  336. package/node_modules/yaml/dist/util.js +19 -14
  337. package/node_modules/yaml/dist/visit.d.ts +63 -0
  338. package/node_modules/yaml/dist/visit.js +148 -0
  339. package/node_modules/yaml/package.json +43 -55
  340. package/node_modules/yaml/util.d.ts +3 -86
  341. package/node_modules/yaml/util.js +2 -16
  342. package/package.json +3 -3
  343. package/releasetag.txt +1 -1
  344. package/version.txt +1 -1
  345. package/node_modules/jsonfile/node_modules/universalify/LICENSE +0 -20
  346. package/node_modules/jsonfile/node_modules/universalify/README.md +0 -76
  347. package/node_modules/jsonfile/node_modules/universalify/index.js +0 -24
  348. package/node_modules/jsonfile/node_modules/universalify/package.json +0 -34
  349. package/node_modules/yaml/browser/dist/PlainValue-b8036b75.js +0 -1275
  350. package/node_modules/yaml/browser/dist/Schema-e94716c8.js +0 -682
  351. package/node_modules/yaml/browser/dist/legacy-exports.js +0 -3
  352. package/node_modules/yaml/browser/dist/package.json +0 -1
  353. package/node_modules/yaml/browser/dist/parse-cst.js +0 -1904
  354. package/node_modules/yaml/browser/dist/resolveSeq-492ab440.js +0 -2419
  355. package/node_modules/yaml/browser/dist/types.js +0 -4
  356. package/node_modules/yaml/browser/dist/warnings-df54cb69.js +0 -499
  357. package/node_modules/yaml/browser/map.js +0 -2
  358. package/node_modules/yaml/browser/pair.js +0 -2
  359. package/node_modules/yaml/browser/parse-cst.js +0 -1
  360. package/node_modules/yaml/browser/scalar.js +0 -2
  361. package/node_modules/yaml/browser/schema.js +0 -9
  362. package/node_modules/yaml/browser/seq.js +0 -2
  363. package/node_modules/yaml/browser/types/binary.js +0 -8
  364. package/node_modules/yaml/browser/types/omap.js +0 -3
  365. package/node_modules/yaml/browser/types/pairs.js +0 -3
  366. package/node_modules/yaml/browser/types/set.js +0 -3
  367. package/node_modules/yaml/browser/types/timestamp.js +0 -10
  368. package/node_modules/yaml/browser/types.js +0 -1
  369. package/node_modules/yaml/browser/util.js +0 -1
  370. package/node_modules/yaml/dist/Document-9b4560a1.js +0 -757
  371. package/node_modules/yaml/dist/PlainValue-ec8e588e.js +0 -876
  372. package/node_modules/yaml/dist/Schema-88e323a7.js +0 -525
  373. package/node_modules/yaml/dist/legacy-exports.js +0 -16
  374. package/node_modules/yaml/dist/parse-cst.js +0 -1753
  375. package/node_modules/yaml/dist/resolveSeq-d03cb037.js +0 -2161
  376. package/node_modules/yaml/dist/types.js +0 -23
  377. package/node_modules/yaml/dist/warnings-1000a372.js +0 -416
  378. package/node_modules/yaml/index.d.ts +0 -372
  379. package/node_modules/yaml/index.js +0 -1
  380. package/node_modules/yaml/map.js +0 -2
  381. package/node_modules/yaml/pair.js +0 -2
  382. package/node_modules/yaml/parse-cst.d.ts +0 -191
  383. package/node_modules/yaml/parse-cst.js +0 -1
  384. package/node_modules/yaml/scalar.js +0 -2
  385. package/node_modules/yaml/schema.js +0 -9
  386. package/node_modules/yaml/seq.js +0 -2
  387. package/node_modules/yaml/types/binary.js +0 -8
  388. package/node_modules/yaml/types/omap.js +0 -3
  389. package/node_modules/yaml/types/pairs.js +0 -3
  390. package/node_modules/yaml/types/set.js +0 -3
  391. package/node_modules/yaml/types/timestamp.js +0 -10
  392. package/node_modules/yaml/types.d.ts +0 -407
  393. package/node_modules/yaml/types.js +0 -17
  394. package/node_modules/yaml/types.mjs +0 -17
  395. package/node_modules/yaml/util.mjs +0 -18
@@ -0,0 +1,886 @@
1
+ 'use strict';
2
+
3
+ var cst = require('./cst.js');
4
+ var lexer = require('./lexer.js');
5
+
6
+ function includesToken(list, type) {
7
+ for (let i = 0; i < list.length; ++i)
8
+ if (list[i].type === type)
9
+ return true;
10
+ return false;
11
+ }
12
+ function includesNonEmpty(list) {
13
+ for (let i = 0; i < list.length; ++i) {
14
+ switch (list[i].type) {
15
+ case 'space':
16
+ case 'comment':
17
+ case 'newline':
18
+ break;
19
+ default:
20
+ return true;
21
+ }
22
+ }
23
+ return false;
24
+ }
25
+ function isFlowToken(token) {
26
+ switch (token === null || token === void 0 ? void 0 : token.type) {
27
+ case 'alias':
28
+ case 'scalar':
29
+ case 'single-quoted-scalar':
30
+ case 'double-quoted-scalar':
31
+ case 'flow-collection':
32
+ return true;
33
+ default:
34
+ return false;
35
+ }
36
+ }
37
+ function getPrevProps(parent) {
38
+ switch (parent.type) {
39
+ case 'document':
40
+ return parent.start;
41
+ case 'block-map': {
42
+ const it = parent.items[parent.items.length - 1];
43
+ return it.sep || it.start;
44
+ }
45
+ case 'block-seq':
46
+ return parent.items[parent.items.length - 1].start;
47
+ /* istanbul ignore next should not happen */
48
+ default:
49
+ return [];
50
+ }
51
+ }
52
+ /** Note: May modify input array */
53
+ function getFirstKeyStartProps(prev) {
54
+ var _a;
55
+ if (prev.length === 0)
56
+ return [];
57
+ let i = prev.length;
58
+ loop: while (--i >= 0) {
59
+ switch (prev[i].type) {
60
+ case 'doc-start':
61
+ case 'explicit-key-ind':
62
+ case 'map-value-ind':
63
+ case 'seq-item-ind':
64
+ case 'newline':
65
+ break loop;
66
+ }
67
+ }
68
+ while (((_a = prev[++i]) === null || _a === void 0 ? void 0 : _a.type) === 'space') {
69
+ /* loop */
70
+ }
71
+ return prev.splice(i, prev.length);
72
+ }
73
+ function fixFlowSeqItems(fc) {
74
+ if (fc.start.type === 'flow-seq-start') {
75
+ for (const it of fc.items) {
76
+ if (it.sep &&
77
+ !it.value &&
78
+ !includesToken(it.start, 'explicit-key-ind') &&
79
+ !includesToken(it.sep, 'map-value-ind')) {
80
+ if (it.key)
81
+ it.value = it.key;
82
+ delete it.key;
83
+ if (isFlowToken(it.value)) {
84
+ if (it.value.end)
85
+ Array.prototype.push.apply(it.value.end, it.sep);
86
+ else
87
+ it.value.end = it.sep;
88
+ }
89
+ else
90
+ Array.prototype.push.apply(it.start, it.sep);
91
+ delete it.sep;
92
+ }
93
+ }
94
+ }
95
+ }
96
+ /**
97
+ * A YAML concrete syntax tree (CST) parser
98
+ *
99
+ * ```ts
100
+ * const src: string = ...
101
+ * for (const token of new Parser().parse(src)) {
102
+ * // token: Token
103
+ * }
104
+ * ```
105
+ *
106
+ * To use the parser with a user-provided lexer:
107
+ *
108
+ * ```ts
109
+ * function* parse(source: string, lexer: Lexer) {
110
+ * const parser = new Parser()
111
+ * for (const lexeme of lexer.lex(source))
112
+ * yield* parser.next(lexeme)
113
+ * yield* parser.end()
114
+ * }
115
+ *
116
+ * const src: string = ...
117
+ * const lexer = new Lexer()
118
+ * for (const token of parse(src, lexer)) {
119
+ * // token: Token
120
+ * }
121
+ * ```
122
+ */
123
+ class Parser {
124
+ /**
125
+ * @param onNewLine - If defined, called separately with the start position of
126
+ * each new line (in `parse()`, including the start of input).
127
+ */
128
+ constructor(onNewLine) {
129
+ /** If true, space and sequence indicators count as indentation */
130
+ this.atNewLine = true;
131
+ /** If true, next token is a scalar value */
132
+ this.atScalar = false;
133
+ /** Current indentation level */
134
+ this.indent = 0;
135
+ /** Current offset since the start of parsing */
136
+ this.offset = 0;
137
+ /** On the same line with a block map key */
138
+ this.onKeyLine = false;
139
+ /** Top indicates the node that's currently being built */
140
+ this.stack = [];
141
+ /** The source of the current token, set in parse() */
142
+ this.source = '';
143
+ /** The type of the current token, set in parse() */
144
+ this.type = '';
145
+ // Must be defined after `next()`
146
+ this.lexer = new lexer.Lexer();
147
+ this.onNewLine = onNewLine;
148
+ }
149
+ /**
150
+ * Parse `source` as a YAML stream.
151
+ * If `incomplete`, a part of the last line may be left as a buffer for the next call.
152
+ *
153
+ * Errors are not thrown, but yielded as `{ type: 'error', message }` tokens.
154
+ *
155
+ * @returns A generator of tokens representing each directive, document, and other structure.
156
+ */
157
+ *parse(source, incomplete = false) {
158
+ if (this.onNewLine && this.offset === 0)
159
+ this.onNewLine(0);
160
+ for (const lexeme of this.lexer.lex(source, incomplete))
161
+ yield* this.next(lexeme);
162
+ if (!incomplete)
163
+ yield* this.end();
164
+ }
165
+ /**
166
+ * Advance the parser by the `source` of one lexical token.
167
+ */
168
+ *next(source) {
169
+ this.source = source;
170
+ if (process.env.LOG_TOKENS)
171
+ console.log('|', cst.prettyToken(source));
172
+ if (this.atScalar) {
173
+ this.atScalar = false;
174
+ yield* this.step();
175
+ this.offset += source.length;
176
+ return;
177
+ }
178
+ const type = cst.tokenType(source);
179
+ if (!type) {
180
+ const message = `Not a YAML token: ${source}`;
181
+ yield* this.pop({ type: 'error', offset: this.offset, message, source });
182
+ this.offset += source.length;
183
+ }
184
+ else if (type === 'scalar') {
185
+ this.atNewLine = false;
186
+ this.atScalar = true;
187
+ this.type = 'scalar';
188
+ }
189
+ else {
190
+ this.type = type;
191
+ yield* this.step();
192
+ switch (type) {
193
+ case 'newline':
194
+ this.atNewLine = true;
195
+ this.indent = 0;
196
+ if (this.onNewLine)
197
+ this.onNewLine(this.offset + source.length);
198
+ break;
199
+ case 'space':
200
+ if (this.atNewLine && source[0] === ' ')
201
+ this.indent += source.length;
202
+ break;
203
+ case 'explicit-key-ind':
204
+ case 'map-value-ind':
205
+ case 'seq-item-ind':
206
+ if (this.atNewLine)
207
+ this.indent += source.length;
208
+ break;
209
+ case 'doc-mode':
210
+ case 'flow-error-end':
211
+ return;
212
+ default:
213
+ this.atNewLine = false;
214
+ }
215
+ this.offset += source.length;
216
+ }
217
+ }
218
+ /** Call at end of input to push out any remaining constructions */
219
+ *end() {
220
+ while (this.stack.length > 0)
221
+ yield* this.pop();
222
+ }
223
+ get sourceToken() {
224
+ const st = {
225
+ type: this.type,
226
+ offset: this.offset,
227
+ indent: this.indent,
228
+ source: this.source
229
+ };
230
+ return st;
231
+ }
232
+ *step() {
233
+ const top = this.peek(1);
234
+ if (this.type === 'doc-end' && (!top || top.type !== 'doc-end')) {
235
+ while (this.stack.length > 0)
236
+ yield* this.pop();
237
+ this.stack.push({
238
+ type: 'doc-end',
239
+ offset: this.offset,
240
+ source: this.source
241
+ });
242
+ return;
243
+ }
244
+ if (!top)
245
+ return yield* this.stream();
246
+ switch (top.type) {
247
+ case 'document':
248
+ return yield* this.document(top);
249
+ case 'alias':
250
+ case 'scalar':
251
+ case 'single-quoted-scalar':
252
+ case 'double-quoted-scalar':
253
+ return yield* this.scalar(top);
254
+ case 'block-scalar':
255
+ return yield* this.blockScalar(top);
256
+ case 'block-map':
257
+ return yield* this.blockMap(top);
258
+ case 'block-seq':
259
+ return yield* this.blockSequence(top);
260
+ case 'flow-collection':
261
+ return yield* this.flowCollection(top);
262
+ case 'doc-end':
263
+ return yield* this.documentEnd(top);
264
+ }
265
+ /* istanbul ignore next should not happen */
266
+ yield* this.pop();
267
+ }
268
+ peek(n) {
269
+ return this.stack[this.stack.length - n];
270
+ }
271
+ *pop(error) {
272
+ const token = error || this.stack.pop();
273
+ /* istanbul ignore if should not happen */
274
+ if (!token) {
275
+ const message = 'Tried to pop an empty stack';
276
+ yield { type: 'error', offset: this.offset, source: '', message };
277
+ }
278
+ else if (this.stack.length === 0) {
279
+ yield token;
280
+ }
281
+ else {
282
+ const top = this.peek(1);
283
+ if (token.type === 'block-scalar') {
284
+ // Block scalars use their parent rather than header indent
285
+ token.indent = 'indent' in top ? top.indent : 0;
286
+ }
287
+ else if (token.type === 'flow-collection' && top.type === 'document') {
288
+ // Ignore all indent for top-level flow collections
289
+ token.indent = 0;
290
+ }
291
+ if (token.type === 'flow-collection')
292
+ fixFlowSeqItems(token);
293
+ switch (top.type) {
294
+ case 'document':
295
+ top.value = token;
296
+ break;
297
+ case 'block-scalar':
298
+ top.props.push(token); // error
299
+ break;
300
+ case 'block-map': {
301
+ const it = top.items[top.items.length - 1];
302
+ if (it.value) {
303
+ top.items.push({ start: [], key: token, sep: [] });
304
+ this.onKeyLine = true;
305
+ return;
306
+ }
307
+ else if (it.sep) {
308
+ it.value = token;
309
+ }
310
+ else {
311
+ Object.assign(it, { key: token, sep: [] });
312
+ this.onKeyLine = !includesToken(it.start, 'explicit-key-ind');
313
+ return;
314
+ }
315
+ break;
316
+ }
317
+ case 'block-seq': {
318
+ const it = top.items[top.items.length - 1];
319
+ if (it.value)
320
+ top.items.push({ start: [], value: token });
321
+ else
322
+ it.value = token;
323
+ break;
324
+ }
325
+ case 'flow-collection': {
326
+ const it = top.items[top.items.length - 1];
327
+ if (!it || it.value)
328
+ top.items.push({ start: [], key: token, sep: [] });
329
+ else if (it.sep)
330
+ it.value = token;
331
+ else
332
+ Object.assign(it, { key: token, sep: [] });
333
+ return;
334
+ }
335
+ /* istanbul ignore next should not happen */
336
+ default:
337
+ yield* this.pop();
338
+ yield* this.pop(token);
339
+ }
340
+ if ((top.type === 'document' ||
341
+ top.type === 'block-map' ||
342
+ top.type === 'block-seq') &&
343
+ (token.type === 'block-map' || token.type === 'block-seq')) {
344
+ const last = token.items[token.items.length - 1];
345
+ if (last &&
346
+ !last.sep &&
347
+ !last.value &&
348
+ last.start.length > 0 &&
349
+ !includesNonEmpty(last.start) &&
350
+ (token.indent === 0 ||
351
+ last.start.every(st => st.type !== 'comment' || st.indent < token.indent))) {
352
+ if (top.type === 'document')
353
+ top.end = last.start;
354
+ else
355
+ top.items.push({ start: last.start });
356
+ token.items.splice(-1, 1);
357
+ }
358
+ }
359
+ }
360
+ }
361
+ *stream() {
362
+ switch (this.type) {
363
+ case 'directive-line':
364
+ yield { type: 'directive', offset: this.offset, source: this.source };
365
+ return;
366
+ case 'byte-order-mark':
367
+ case 'space':
368
+ case 'comment':
369
+ case 'newline':
370
+ yield this.sourceToken;
371
+ return;
372
+ case 'doc-mode':
373
+ case 'doc-start': {
374
+ const doc = {
375
+ type: 'document',
376
+ offset: this.offset,
377
+ start: []
378
+ };
379
+ if (this.type === 'doc-start')
380
+ doc.start.push(this.sourceToken);
381
+ this.stack.push(doc);
382
+ return;
383
+ }
384
+ }
385
+ yield {
386
+ type: 'error',
387
+ offset: this.offset,
388
+ message: `Unexpected ${this.type} token in YAML stream`,
389
+ source: this.source
390
+ };
391
+ }
392
+ *document(doc) {
393
+ if (doc.value)
394
+ return yield* this.lineEnd(doc);
395
+ switch (this.type) {
396
+ case 'doc-start': {
397
+ if (includesNonEmpty(doc.start)) {
398
+ yield* this.pop();
399
+ yield* this.step();
400
+ }
401
+ else
402
+ doc.start.push(this.sourceToken);
403
+ return;
404
+ }
405
+ case 'anchor':
406
+ case 'tag':
407
+ case 'space':
408
+ case 'comment':
409
+ case 'newline':
410
+ doc.start.push(this.sourceToken);
411
+ return;
412
+ }
413
+ const bv = this.startBlockValue(doc);
414
+ if (bv)
415
+ this.stack.push(bv);
416
+ else {
417
+ yield {
418
+ type: 'error',
419
+ offset: this.offset,
420
+ message: `Unexpected ${this.type} token in YAML document`,
421
+ source: this.source
422
+ };
423
+ }
424
+ }
425
+ *scalar(scalar) {
426
+ if (this.type === 'map-value-ind') {
427
+ const prev = getPrevProps(this.peek(2));
428
+ const start = getFirstKeyStartProps(prev);
429
+ let sep;
430
+ if (scalar.end) {
431
+ sep = scalar.end;
432
+ sep.push(this.sourceToken);
433
+ delete scalar.end;
434
+ }
435
+ else
436
+ sep = [this.sourceToken];
437
+ const map = {
438
+ type: 'block-map',
439
+ offset: scalar.offset,
440
+ indent: scalar.indent,
441
+ items: [{ start, key: scalar, sep }]
442
+ };
443
+ this.onKeyLine = true;
444
+ this.stack[this.stack.length - 1] = map;
445
+ }
446
+ else
447
+ yield* this.lineEnd(scalar);
448
+ }
449
+ *blockScalar(scalar) {
450
+ switch (this.type) {
451
+ case 'space':
452
+ case 'comment':
453
+ case 'newline':
454
+ scalar.props.push(this.sourceToken);
455
+ return;
456
+ case 'scalar':
457
+ scalar.source = this.source;
458
+ // block-scalar source includes trailing newline
459
+ this.atNewLine = true;
460
+ this.indent = 0;
461
+ if (this.onNewLine) {
462
+ let nl = this.source.indexOf('\n') + 1;
463
+ while (nl !== 0) {
464
+ this.onNewLine(this.offset + nl);
465
+ nl = this.source.indexOf('\n', nl) + 1;
466
+ }
467
+ }
468
+ yield* this.pop();
469
+ break;
470
+ /* istanbul ignore next should not happen */
471
+ default:
472
+ yield* this.pop();
473
+ yield* this.step();
474
+ }
475
+ }
476
+ *blockMap(map) {
477
+ var _a;
478
+ const it = map.items[map.items.length - 1];
479
+ // it.sep is true-ish if pair already has key or : separator
480
+ switch (this.type) {
481
+ case 'newline':
482
+ this.onKeyLine = false;
483
+ if (it.value) {
484
+ const end = 'end' in it.value ? it.value.end : undefined;
485
+ const last = Array.isArray(end) ? end[end.length - 1] : undefined;
486
+ if ((last === null || last === void 0 ? void 0 : last.type) === 'comment')
487
+ end === null || end === void 0 ? void 0 : end.push(this.sourceToken);
488
+ else
489
+ map.items.push({ start: [this.sourceToken] });
490
+ }
491
+ else if (it.sep)
492
+ it.sep.push(this.sourceToken);
493
+ else
494
+ it.start.push(this.sourceToken);
495
+ return;
496
+ case 'space':
497
+ case 'comment':
498
+ if (it.value)
499
+ map.items.push({ start: [this.sourceToken] });
500
+ else if (it.sep)
501
+ it.sep.push(this.sourceToken);
502
+ else {
503
+ if (this.atIndentedComment(it.start, map.indent)) {
504
+ const prev = map.items[map.items.length - 2];
505
+ const end = (_a = prev === null || prev === void 0 ? void 0 : prev.value) === null || _a === void 0 ? void 0 : _a.end;
506
+ if (Array.isArray(end)) {
507
+ Array.prototype.push.apply(end, it.start);
508
+ end.push(this.sourceToken);
509
+ map.items.pop();
510
+ return;
511
+ }
512
+ }
513
+ it.start.push(this.sourceToken);
514
+ }
515
+ return;
516
+ }
517
+ if (this.indent >= map.indent) {
518
+ const atNextItem = !this.onKeyLine &&
519
+ this.indent === map.indent &&
520
+ (it.sep || includesNonEmpty(it.start));
521
+ switch (this.type) {
522
+ case 'anchor':
523
+ case 'tag':
524
+ if (atNextItem || it.value) {
525
+ map.items.push({ start: [this.sourceToken] });
526
+ this.onKeyLine = true;
527
+ }
528
+ else if (it.sep)
529
+ it.sep.push(this.sourceToken);
530
+ else
531
+ it.start.push(this.sourceToken);
532
+ return;
533
+ case 'explicit-key-ind':
534
+ if (!it.sep && !includesToken(it.start, 'explicit-key-ind'))
535
+ it.start.push(this.sourceToken);
536
+ else if (atNextItem || it.value)
537
+ map.items.push({ start: [this.sourceToken] });
538
+ else
539
+ this.stack.push({
540
+ type: 'block-map',
541
+ offset: this.offset,
542
+ indent: this.indent,
543
+ items: [{ start: [this.sourceToken] }]
544
+ });
545
+ this.onKeyLine = true;
546
+ return;
547
+ case 'map-value-ind':
548
+ if (!it.sep)
549
+ Object.assign(it, { key: null, sep: [this.sourceToken] });
550
+ else if (it.value ||
551
+ (atNextItem && !includesToken(it.start, 'explicit-key-ind')))
552
+ map.items.push({ start: [], key: null, sep: [this.sourceToken] });
553
+ else if (includesToken(it.sep, 'map-value-ind'))
554
+ this.stack.push({
555
+ type: 'block-map',
556
+ offset: this.offset,
557
+ indent: this.indent,
558
+ items: [{ start: [], key: null, sep: [this.sourceToken] }]
559
+ });
560
+ else if (includesToken(it.start, 'explicit-key-ind') &&
561
+ isFlowToken(it.key) &&
562
+ !includesToken(it.sep, 'newline')) {
563
+ const start = getFirstKeyStartProps(it.start);
564
+ const key = it.key;
565
+ const sep = it.sep;
566
+ sep.push(this.sourceToken);
567
+ // @ts-ignore type guard is wrong here
568
+ delete it.key, delete it.sep;
569
+ this.stack.push({
570
+ type: 'block-map',
571
+ offset: this.offset,
572
+ indent: this.indent,
573
+ items: [{ start, key, sep }]
574
+ });
575
+ }
576
+ else
577
+ it.sep.push(this.sourceToken);
578
+ this.onKeyLine = true;
579
+ return;
580
+ case 'alias':
581
+ case 'scalar':
582
+ case 'single-quoted-scalar':
583
+ case 'double-quoted-scalar': {
584
+ const fs = this.flowScalar(this.type);
585
+ if (atNextItem || it.value) {
586
+ map.items.push({ start: [], key: fs, sep: [] });
587
+ this.onKeyLine = true;
588
+ }
589
+ else if (it.sep) {
590
+ this.stack.push(fs);
591
+ }
592
+ else {
593
+ Object.assign(it, { key: fs, sep: [] });
594
+ this.onKeyLine = true;
595
+ }
596
+ return;
597
+ }
598
+ default: {
599
+ const bv = this.startBlockValue(map);
600
+ if (bv) {
601
+ if (atNextItem &&
602
+ bv.type !== 'block-seq' &&
603
+ includesToken(it.start, 'explicit-key-ind'))
604
+ map.items.push({ start: [] });
605
+ this.stack.push(bv);
606
+ return;
607
+ }
608
+ }
609
+ }
610
+ }
611
+ yield* this.pop();
612
+ yield* this.step();
613
+ }
614
+ *blockSequence(seq) {
615
+ var _a;
616
+ const it = seq.items[seq.items.length - 1];
617
+ switch (this.type) {
618
+ case 'newline':
619
+ if (it.value) {
620
+ const end = 'end' in it.value ? it.value.end : undefined;
621
+ const last = Array.isArray(end) ? end[end.length - 1] : undefined;
622
+ if ((last === null || last === void 0 ? void 0 : last.type) === 'comment')
623
+ end === null || end === void 0 ? void 0 : end.push(this.sourceToken);
624
+ else
625
+ seq.items.push({ start: [this.sourceToken] });
626
+ }
627
+ else
628
+ it.start.push(this.sourceToken);
629
+ return;
630
+ case 'space':
631
+ case 'comment':
632
+ if (it.value)
633
+ seq.items.push({ start: [this.sourceToken] });
634
+ else {
635
+ if (this.atIndentedComment(it.start, seq.indent)) {
636
+ const prev = seq.items[seq.items.length - 2];
637
+ const end = (_a = prev === null || prev === void 0 ? void 0 : prev.value) === null || _a === void 0 ? void 0 : _a.end;
638
+ if (Array.isArray(end)) {
639
+ Array.prototype.push.apply(end, it.start);
640
+ end.push(this.sourceToken);
641
+ seq.items.pop();
642
+ return;
643
+ }
644
+ }
645
+ it.start.push(this.sourceToken);
646
+ }
647
+ return;
648
+ case 'anchor':
649
+ case 'tag':
650
+ if (it.value || this.indent <= seq.indent)
651
+ break;
652
+ it.start.push(this.sourceToken);
653
+ return;
654
+ case 'seq-item-ind':
655
+ if (this.indent !== seq.indent)
656
+ break;
657
+ if (it.value || includesToken(it.start, 'seq-item-ind'))
658
+ seq.items.push({ start: [this.sourceToken] });
659
+ else
660
+ it.start.push(this.sourceToken);
661
+ return;
662
+ }
663
+ if (this.indent > seq.indent) {
664
+ const bv = this.startBlockValue(seq);
665
+ if (bv) {
666
+ this.stack.push(bv);
667
+ return;
668
+ }
669
+ }
670
+ yield* this.pop();
671
+ yield* this.step();
672
+ }
673
+ *flowCollection(fc) {
674
+ const it = fc.items[fc.items.length - 1];
675
+ if (this.type === 'flow-error-end') {
676
+ let top;
677
+ do {
678
+ yield* this.pop();
679
+ top = this.peek(1);
680
+ } while (top && top.type === 'flow-collection');
681
+ }
682
+ else if (fc.end.length === 0) {
683
+ switch (this.type) {
684
+ case 'comma':
685
+ case 'explicit-key-ind':
686
+ if (!it || it.sep)
687
+ fc.items.push({ start: [this.sourceToken] });
688
+ else
689
+ it.start.push(this.sourceToken);
690
+ return;
691
+ case 'map-value-ind':
692
+ if (!it || it.value)
693
+ fc.items.push({ start: [], key: null, sep: [this.sourceToken] });
694
+ else if (it.sep)
695
+ it.sep.push(this.sourceToken);
696
+ else
697
+ Object.assign(it, { key: null, sep: [this.sourceToken] });
698
+ return;
699
+ case 'space':
700
+ case 'comment':
701
+ case 'newline':
702
+ case 'anchor':
703
+ case 'tag':
704
+ if (!it || it.value)
705
+ fc.items.push({ start: [this.sourceToken] });
706
+ else if (it.sep)
707
+ it.sep.push(this.sourceToken);
708
+ else
709
+ it.start.push(this.sourceToken);
710
+ return;
711
+ case 'alias':
712
+ case 'scalar':
713
+ case 'single-quoted-scalar':
714
+ case 'double-quoted-scalar': {
715
+ const fs = this.flowScalar(this.type);
716
+ if (!it || it.value)
717
+ fc.items.push({ start: [], key: fs, sep: [] });
718
+ else if (it.sep)
719
+ this.stack.push(fs);
720
+ else
721
+ Object.assign(it, { key: fs, sep: [] });
722
+ return;
723
+ }
724
+ case 'flow-map-end':
725
+ case 'flow-seq-end':
726
+ fc.end.push(this.sourceToken);
727
+ return;
728
+ }
729
+ const bv = this.startBlockValue(fc);
730
+ /* istanbul ignore else should not happen */
731
+ if (bv)
732
+ this.stack.push(bv);
733
+ else {
734
+ yield* this.pop();
735
+ yield* this.step();
736
+ }
737
+ }
738
+ else {
739
+ const parent = this.peek(2);
740
+ if (parent.type === 'block-map' &&
741
+ (this.type === 'map-value-ind' ||
742
+ (this.type === 'newline' &&
743
+ !parent.items[parent.items.length - 1].sep))) {
744
+ yield* this.pop();
745
+ yield* this.step();
746
+ }
747
+ else if (this.type === 'map-value-ind' &&
748
+ parent.type !== 'flow-collection') {
749
+ const prev = getPrevProps(parent);
750
+ const start = getFirstKeyStartProps(prev);
751
+ fixFlowSeqItems(fc);
752
+ const sep = fc.end.splice(1, fc.end.length);
753
+ sep.push(this.sourceToken);
754
+ const map = {
755
+ type: 'block-map',
756
+ offset: fc.offset,
757
+ indent: fc.indent,
758
+ items: [{ start, key: fc, sep }]
759
+ };
760
+ this.onKeyLine = true;
761
+ this.stack[this.stack.length - 1] = map;
762
+ }
763
+ else {
764
+ yield* this.lineEnd(fc);
765
+ }
766
+ }
767
+ }
768
+ flowScalar(type) {
769
+ if (this.onNewLine) {
770
+ let nl = this.source.indexOf('\n') + 1;
771
+ while (nl !== 0) {
772
+ this.onNewLine(this.offset + nl);
773
+ nl = this.source.indexOf('\n', nl) + 1;
774
+ }
775
+ }
776
+ return {
777
+ type,
778
+ offset: this.offset,
779
+ indent: this.indent,
780
+ source: this.source
781
+ };
782
+ }
783
+ startBlockValue(parent) {
784
+ switch (this.type) {
785
+ case 'alias':
786
+ case 'scalar':
787
+ case 'single-quoted-scalar':
788
+ case 'double-quoted-scalar':
789
+ return this.flowScalar(this.type);
790
+ case 'block-scalar-header':
791
+ return {
792
+ type: 'block-scalar',
793
+ offset: this.offset,
794
+ indent: this.indent,
795
+ props: [this.sourceToken],
796
+ source: ''
797
+ };
798
+ case 'flow-map-start':
799
+ case 'flow-seq-start':
800
+ return {
801
+ type: 'flow-collection',
802
+ offset: this.offset,
803
+ indent: this.indent,
804
+ start: this.sourceToken,
805
+ items: [],
806
+ end: []
807
+ };
808
+ case 'seq-item-ind':
809
+ return {
810
+ type: 'block-seq',
811
+ offset: this.offset,
812
+ indent: this.indent,
813
+ items: [{ start: [this.sourceToken] }]
814
+ };
815
+ case 'explicit-key-ind': {
816
+ this.onKeyLine = true;
817
+ const prev = getPrevProps(parent);
818
+ const start = getFirstKeyStartProps(prev);
819
+ start.push(this.sourceToken);
820
+ return {
821
+ type: 'block-map',
822
+ offset: this.offset,
823
+ indent: this.indent,
824
+ items: [{ start }]
825
+ };
826
+ }
827
+ case 'map-value-ind': {
828
+ this.onKeyLine = true;
829
+ const prev = getPrevProps(parent);
830
+ const start = getFirstKeyStartProps(prev);
831
+ return {
832
+ type: 'block-map',
833
+ offset: this.offset,
834
+ indent: this.indent,
835
+ items: [{ start, key: null, sep: [this.sourceToken] }]
836
+ };
837
+ }
838
+ }
839
+ return null;
840
+ }
841
+ atIndentedComment(start, indent) {
842
+ if (this.type !== 'comment')
843
+ return false;
844
+ if (this.indent <= indent)
845
+ return false;
846
+ return start.every(st => st.type === 'newline' || st.type === 'space');
847
+ }
848
+ *documentEnd(docEnd) {
849
+ if (this.type !== 'doc-mode') {
850
+ if (docEnd.end)
851
+ docEnd.end.push(this.sourceToken);
852
+ else
853
+ docEnd.end = [this.sourceToken];
854
+ if (this.type === 'newline')
855
+ yield* this.pop();
856
+ }
857
+ }
858
+ *lineEnd(token) {
859
+ switch (this.type) {
860
+ case 'comma':
861
+ case 'doc-start':
862
+ case 'doc-end':
863
+ case 'flow-seq-end':
864
+ case 'flow-map-end':
865
+ case 'map-value-ind':
866
+ yield* this.pop();
867
+ yield* this.step();
868
+ break;
869
+ case 'newline':
870
+ this.onKeyLine = false;
871
+ // fallthrough
872
+ case 'space':
873
+ case 'comment':
874
+ default:
875
+ // all other values are errors
876
+ if (token.end)
877
+ token.end.push(this.sourceToken);
878
+ else
879
+ token.end = [this.sourceToken];
880
+ if (this.type === 'newline')
881
+ yield* this.pop();
882
+ }
883
+ }
884
+ }
885
+
886
+ exports.Parser = Parser;