step-node-agent 3.26.3 → 3.26.5-CustomizedJv2

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 (345) hide show
  1. package/node_modules/{has-property-descriptors → call-bind-apply-helpers}/.github/FUNDING.yml +1 -1
  2. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
  3. package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
  4. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  5. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  6. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  7. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  8. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  9. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  10. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  11. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  12. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  13. package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
  14. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  15. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  16. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  17. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  18. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  19. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  20. package/node_modules/call-bound/.eslintrc +13 -0
  21. package/node_modules/{call-bind → call-bound}/.github/FUNDING.yml +1 -1
  22. package/node_modules/call-bound/CHANGELOG.md +34 -0
  23. package/node_modules/{has-property-descriptors → call-bound}/LICENSE +1 -1
  24. package/node_modules/call-bound/README.md +53 -0
  25. package/node_modules/call-bound/index.d.ts +13 -0
  26. package/node_modules/call-bound/index.js +18 -0
  27. package/node_modules/{call-bind → call-bound}/package.json +27 -23
  28. package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -1
  29. package/node_modules/{define-data-property → dunder-proto}/.github/FUNDING.yml +1 -1
  30. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  31. package/node_modules/dunder-proto/LICENSE +21 -0
  32. package/node_modules/dunder-proto/README.md +54 -0
  33. package/node_modules/dunder-proto/get.d.ts +5 -0
  34. package/node_modules/dunder-proto/get.js +30 -0
  35. package/node_modules/{has-proto → dunder-proto}/package.json +34 -36
  36. package/node_modules/dunder-proto/set.d.ts +5 -0
  37. package/node_modules/dunder-proto/set.js +35 -0
  38. package/node_modules/dunder-proto/test/get.js +34 -0
  39. package/node_modules/dunder-proto/test/index.js +4 -0
  40. package/node_modules/dunder-proto/test/set.js +50 -0
  41. package/node_modules/dunder-proto/tsconfig.json +9 -0
  42. package/node_modules/es-define-property/CHANGELOG.md +14 -0
  43. package/node_modules/es-define-property/index.js +1 -3
  44. package/node_modules/es-define-property/package.json +12 -12
  45. package/node_modules/es-define-property/test/index.js +1 -0
  46. package/node_modules/es-define-property/tsconfig.json +2 -42
  47. package/node_modules/es-object-atoms/.eslintrc +16 -0
  48. package/node_modules/{set-function-length → es-object-atoms}/.github/FUNDING.yml +1 -1
  49. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  50. package/node_modules/{define-data-property → es-object-atoms}/LICENSE +1 -1
  51. package/node_modules/es-object-atoms/README.md +63 -0
  52. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  53. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  54. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  55. package/node_modules/es-object-atoms/ToObject.js +10 -0
  56. package/node_modules/es-object-atoms/index.d.ts +3 -0
  57. package/node_modules/es-object-atoms/index.js +4 -0
  58. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  59. package/node_modules/es-object-atoms/isObject.js +6 -0
  60. package/node_modules/es-object-atoms/package.json +80 -0
  61. package/node_modules/es-object-atoms/test/index.js +38 -0
  62. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  63. package/node_modules/express/History.md +10 -1
  64. package/node_modules/express/package.json +6 -2
  65. package/node_modules/get-intrinsic/CHANGELOG.md +35 -0
  66. package/node_modules/get-intrinsic/index.js +39 -21
  67. package/node_modules/get-intrinsic/package.json +23 -19
  68. package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
  69. package/node_modules/get-proto/.eslintrc +10 -0
  70. package/node_modules/{has-proto → get-proto}/.github/FUNDING.yml +1 -1
  71. package/node_modules/get-proto/.nycrc +9 -0
  72. package/node_modules/get-proto/CHANGELOG.md +21 -0
  73. package/node_modules/{has-proto → get-proto}/LICENSE +1 -1
  74. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  75. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  76. package/node_modules/get-proto/README.md +50 -0
  77. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  78. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  79. package/node_modules/get-proto/index.d.ts +5 -0
  80. package/node_modules/get-proto/index.js +27 -0
  81. package/node_modules/{has-property-descriptors → get-proto}/package.json +35 -31
  82. package/node_modules/get-proto/test/index.js +68 -0
  83. package/node_modules/get-proto/tsconfig.json +9 -0
  84. package/node_modules/gopd/CHANGELOG.md +20 -0
  85. package/node_modules/gopd/gOPD.d.ts +1 -0
  86. package/node_modules/gopd/gOPD.js +4 -0
  87. package/node_modules/gopd/index.d.ts +5 -0
  88. package/node_modules/gopd/index.js +2 -3
  89. package/node_modules/gopd/package.json +16 -10
  90. package/node_modules/gopd/test/index.js +2 -1
  91. package/node_modules/gopd/tsconfig.json +9 -0
  92. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  93. package/node_modules/has-symbols/index.d.ts +3 -0
  94. package/node_modules/has-symbols/index.js +1 -0
  95. package/node_modules/has-symbols/package.json +19 -9
  96. package/node_modules/has-symbols/shams.d.ts +3 -0
  97. package/node_modules/has-symbols/shams.js +5 -2
  98. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  99. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  100. package/node_modules/has-symbols/test/tests.js +4 -2
  101. package/node_modules/has-symbols/tsconfig.json +10 -0
  102. package/node_modules/is-core-module/CHANGELOG.md +13 -0
  103. package/node_modules/is-core-module/core.json +1 -0
  104. package/node_modules/is-core-module/package.json +3 -3
  105. package/node_modules/is-core-module/test/index.js +3 -0
  106. package/node_modules/math-intrinsics/.eslintrc +16 -0
  107. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  108. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  109. package/node_modules/math-intrinsics/LICENSE +21 -0
  110. package/node_modules/math-intrinsics/README.md +50 -0
  111. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  112. package/node_modules/math-intrinsics/abs.js +4 -0
  113. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  114. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  115. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  116. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  117. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  118. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  119. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  120. package/node_modules/math-intrinsics/floor.js +4 -0
  121. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  122. package/node_modules/math-intrinsics/isFinite.js +12 -0
  123. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  124. package/node_modules/math-intrinsics/isInteger.js +16 -0
  125. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  126. package/node_modules/math-intrinsics/isNaN.js +6 -0
  127. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  128. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  129. package/node_modules/math-intrinsics/max.d.ts +1 -0
  130. package/node_modules/math-intrinsics/max.js +4 -0
  131. package/node_modules/math-intrinsics/min.d.ts +1 -0
  132. package/node_modules/math-intrinsics/min.js +4 -0
  133. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  134. package/node_modules/math-intrinsics/mod.js +9 -0
  135. package/node_modules/math-intrinsics/package.json +86 -0
  136. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  137. package/node_modules/math-intrinsics/pow.js +4 -0
  138. package/node_modules/math-intrinsics/round.d.ts +1 -0
  139. package/node_modules/math-intrinsics/round.js +4 -0
  140. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  141. package/node_modules/math-intrinsics/sign.js +11 -0
  142. package/node_modules/math-intrinsics/test/index.js +192 -0
  143. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  144. package/node_modules/object-inspect/CHANGELOG.md +8 -0
  145. package/node_modules/object-inspect/index.js +10 -7
  146. package/node_modules/object-inspect/package.json +5 -4
  147. package/node_modules/object-inspect/test/values.js +50 -0
  148. package/node_modules/path-to-regexp/index.js +13 -3
  149. package/node_modules/path-to-regexp/package.json +1 -1
  150. package/node_modules/psl/README.md +75 -31
  151. package/node_modules/psl/SECURITY.md +13 -0
  152. package/node_modules/psl/data/rules.js +9778 -0
  153. package/node_modules/psl/dist/psl.cjs +1 -0
  154. package/node_modules/psl/dist/psl.mjs +10008 -0
  155. package/node_modules/psl/dist/psl.umd.cjs +1 -0
  156. package/node_modules/psl/index.js +59 -81
  157. package/node_modules/psl/package.json +24 -15
  158. package/node_modules/psl/types/index.d.ts +52 -0
  159. package/node_modules/psl/types/test.ts +14 -0
  160. package/node_modules/psl/types/tsconfig.json +22 -0
  161. package/node_modules/psl/vite.config.js +20 -0
  162. package/node_modules/resolve/lib/core.json +4 -0
  163. package/node_modules/resolve/package.json +12 -9
  164. package/node_modules/side-channel/.eslintrc +1 -0
  165. package/node_modules/side-channel/CHANGELOG.md +15 -0
  166. package/node_modules/side-channel/README.md +60 -1
  167. package/node_modules/side-channel/index.d.ts +9 -22
  168. package/node_modules/side-channel/index.js +20 -106
  169. package/node_modules/side-channel/package.json +20 -19
  170. package/node_modules/side-channel/test/index.js +76 -55
  171. package/node_modules/side-channel/tsconfig.json +2 -43
  172. package/node_modules/side-channel-list/.editorconfig +9 -0
  173. package/node_modules/side-channel-list/.eslintrc +11 -0
  174. package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  175. package/node_modules/side-channel-list/CHANGELOG.md +15 -0
  176. package/node_modules/side-channel-list/LICENSE +21 -0
  177. package/node_modules/side-channel-list/README.md +62 -0
  178. package/node_modules/side-channel-list/index.d.ts +13 -0
  179. package/node_modules/side-channel-list/index.js +113 -0
  180. package/node_modules/side-channel-list/list.d.ts +14 -0
  181. package/node_modules/side-channel-list/package.json +77 -0
  182. package/node_modules/side-channel-list/test/index.js +104 -0
  183. package/node_modules/side-channel-list/tsconfig.json +9 -0
  184. package/node_modules/side-channel-map/.editorconfig +9 -0
  185. package/node_modules/side-channel-map/.eslintrc +11 -0
  186. package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  187. package/node_modules/side-channel-map/.nycrc +13 -0
  188. package/node_modules/side-channel-map/CHANGELOG.md +22 -0
  189. package/node_modules/side-channel-map/LICENSE +21 -0
  190. package/node_modules/side-channel-map/README.md +62 -0
  191. package/node_modules/side-channel-map/index.d.ts +15 -0
  192. package/node_modules/side-channel-map/index.js +68 -0
  193. package/node_modules/side-channel-map/package.json +80 -0
  194. package/node_modules/side-channel-map/test/index.js +114 -0
  195. package/node_modules/side-channel-map/tsconfig.json +9 -0
  196. package/node_modules/side-channel-weakmap/.editorconfig +9 -0
  197. package/node_modules/side-channel-weakmap/.eslintrc +12 -0
  198. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  199. package/node_modules/side-channel-weakmap/.nycrc +13 -0
  200. package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  201. package/node_modules/side-channel-weakmap/LICENSE +21 -0
  202. package/node_modules/side-channel-weakmap/README.md +62 -0
  203. package/node_modules/side-channel-weakmap/index.d.ts +15 -0
  204. package/node_modules/side-channel-weakmap/index.js +84 -0
  205. package/node_modules/side-channel-weakmap/package.json +87 -0
  206. package/node_modules/side-channel-weakmap/test/index.js +114 -0
  207. package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  208. package/node_modules/yaml/README.md +27 -8
  209. package/node_modules/yaml/browser/dist/compose/resolve-props.js +1 -1
  210. package/node_modules/yaml/browser/dist/log.js +1 -4
  211. package/node_modules/yaml/browser/dist/schema/json/schema.js +1 -1
  212. package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +2 -11
  213. package/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +1 -1
  214. package/node_modules/yaml/browser/dist/stringify/stringifyString.js +20 -11
  215. package/node_modules/yaml/browser/dist/util.js +1 -1
  216. package/node_modules/yaml/dist/compose/compose-collection.d.ts +4 -4
  217. package/node_modules/yaml/dist/compose/compose-doc.d.ts +6 -6
  218. package/node_modules/yaml/dist/compose/compose-node.d.ts +7 -7
  219. package/node_modules/yaml/dist/compose/compose-scalar.d.ts +4 -4
  220. package/node_modules/yaml/dist/compose/composer.d.ts +7 -6
  221. package/node_modules/yaml/dist/compose/composer.js +2 -1
  222. package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +5 -5
  223. package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +5 -5
  224. package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +5 -5
  225. package/node_modules/yaml/dist/compose/resolve-end.d.ts +2 -2
  226. package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -7
  227. package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +4 -4
  228. package/node_modules/yaml/dist/compose/resolve-props.d.ts +2 -2
  229. package/node_modules/yaml/dist/compose/resolve-props.js +1 -1
  230. package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +1 -1
  231. package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +1 -1
  232. package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +2 -2
  233. package/node_modules/yaml/dist/compose/util-map-includes.d.ts +3 -3
  234. package/node_modules/yaml/dist/doc/Document.d.ts +11 -11
  235. package/node_modules/yaml/dist/doc/anchors.d.ts +2 -2
  236. package/node_modules/yaml/dist/doc/createNode.d.ts +4 -4
  237. package/node_modules/yaml/dist/doc/directives.d.ts +1 -1
  238. package/node_modules/yaml/dist/index.d.ts +21 -18
  239. package/node_modules/yaml/dist/log.js +4 -2
  240. package/node_modules/yaml/dist/nodes/Alias.d.ts +9 -8
  241. package/node_modules/yaml/dist/nodes/Collection.d.ts +4 -4
  242. package/node_modules/yaml/dist/nodes/Node.d.ts +10 -10
  243. package/node_modules/yaml/dist/nodes/Pair.d.ts +9 -8
  244. package/node_modules/yaml/dist/nodes/Scalar.d.ts +4 -3
  245. package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +10 -10
  246. package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +10 -10
  247. package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +3 -3
  248. package/node_modules/yaml/dist/nodes/identity.d.ts +7 -7
  249. package/node_modules/yaml/dist/nodes/toJS.d.ts +2 -2
  250. package/node_modules/yaml/dist/options.d.ts +10 -10
  251. package/node_modules/yaml/dist/parse/cst-scalar.d.ts +4 -4
  252. package/node_modules/yaml/dist/parse/cst-stringify.d.ts +1 -1
  253. package/node_modules/yaml/dist/parse/cst-visit.d.ts +2 -2
  254. package/node_modules/yaml/dist/parse/cst.d.ts +4 -3
  255. package/node_modules/yaml/dist/parse/lexer.d.ts +1 -1
  256. package/node_modules/yaml/dist/parse/parser.d.ts +4 -4
  257. package/node_modules/yaml/dist/parse/parser.js +2 -1
  258. package/node_modules/yaml/dist/public-api.d.ts +6 -5
  259. package/node_modules/yaml/dist/schema/Schema.d.ts +4 -4
  260. package/node_modules/yaml/dist/schema/common/map.d.ts +1 -1
  261. package/node_modules/yaml/dist/schema/common/null.d.ts +1 -1
  262. package/node_modules/yaml/dist/schema/common/seq.d.ts +1 -1
  263. package/node_modules/yaml/dist/schema/common/string.d.ts +1 -1
  264. package/node_modules/yaml/dist/schema/core/bool.d.ts +1 -1
  265. package/node_modules/yaml/dist/schema/core/float.d.ts +1 -1
  266. package/node_modules/yaml/dist/schema/core/int.d.ts +1 -1
  267. package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -1
  268. package/node_modules/yaml/dist/schema/json/schema.d.ts +1 -1
  269. package/node_modules/yaml/dist/schema/json/schema.js +1 -1
  270. package/node_modules/yaml/dist/schema/tags.d.ts +2 -2
  271. package/node_modules/yaml/dist/schema/types.d.ts +8 -8
  272. package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +1 -1
  273. package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +6 -5
  274. package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +1 -1
  275. package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +1 -1
  276. package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +1 -1
  277. package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +3 -3
  278. package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +11 -17
  279. package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +7 -7
  280. package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -1
  281. package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +9 -9
  282. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +1 -1
  283. package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +1 -1
  284. package/node_modules/yaml/dist/stringify/stringify.d.ts +3 -3
  285. package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +2 -2
  286. package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +3 -3
  287. package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +1 -1
  288. package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +2 -2
  289. package/node_modules/yaml/dist/stringify/stringifyString.d.ts +2 -2
  290. package/node_modules/yaml/dist/stringify/stringifyString.js +20 -11
  291. package/node_modules/yaml/dist/util.d.ts +16 -12
  292. package/node_modules/yaml/dist/util.js +2 -2
  293. package/node_modules/yaml/dist/visit.d.ts +7 -7
  294. package/node_modules/yaml/package.json +4 -4
  295. package/package.json +1 -1
  296. package/node_modules/call-bind/.eslintignore +0 -1
  297. package/node_modules/call-bind/CHANGELOG.md +0 -93
  298. package/node_modules/call-bind/README.md +0 -64
  299. package/node_modules/call-bind/callBound.js +0 -15
  300. package/node_modules/call-bind/index.js +0 -35
  301. package/node_modules/call-bind/test/index.js +0 -80
  302. package/node_modules/define-data-property/.eslintrc +0 -24
  303. package/node_modules/define-data-property/CHANGELOG.md +0 -70
  304. package/node_modules/define-data-property/README.md +0 -67
  305. package/node_modules/define-data-property/index.d.ts +0 -12
  306. package/node_modules/define-data-property/index.js +0 -56
  307. package/node_modules/define-data-property/package.json +0 -106
  308. package/node_modules/define-data-property/test/index.js +0 -392
  309. package/node_modules/define-data-property/tsconfig.json +0 -59
  310. package/node_modules/has-property-descriptors/.eslintrc +0 -13
  311. package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
  312. package/node_modules/has-property-descriptors/README.md +0 -43
  313. package/node_modules/has-property-descriptors/index.js +0 -22
  314. package/node_modules/has-property-descriptors/test/index.js +0 -57
  315. package/node_modules/has-proto/CHANGELOG.md +0 -38
  316. package/node_modules/has-proto/README.md +0 -38
  317. package/node_modules/has-proto/index.d.ts +0 -3
  318. package/node_modules/has-proto/index.js +0 -15
  319. package/node_modules/has-proto/test/index.js +0 -19
  320. package/node_modules/has-proto/tsconfig.json +0 -49
  321. package/node_modules/psl/browserstack.yml +0 -73
  322. package/node_modules/psl/data/rules.json +0 -9779
  323. package/node_modules/psl/dist/psl.js +0 -10498
  324. package/node_modules/psl/dist/psl.min.js +0 -1
  325. package/node_modules/psl/eslint.config.js +0 -9
  326. package/node_modules/psl/local.log +0 -12
  327. package/node_modules/psl/log/usage.log +0 -20
  328. package/node_modules/psl/playwright.config.js +0 -31
  329. package/node_modules/psl/test-results/.last-run.json +0 -4
  330. package/node_modules/set-function-length/.eslintrc +0 -27
  331. package/node_modules/set-function-length/CHANGELOG.md +0 -70
  332. package/node_modules/set-function-length/LICENSE +0 -21
  333. package/node_modules/set-function-length/README.md +0 -56
  334. package/node_modules/set-function-length/env.d.ts +0 -9
  335. package/node_modules/set-function-length/env.js +0 -25
  336. package/node_modules/set-function-length/index.d.ts +0 -7
  337. package/node_modules/set-function-length/index.js +0 -42
  338. package/node_modules/set-function-length/package.json +0 -102
  339. /package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +0 -0
  340. /package/node_modules/{call-bind → call-bind-apply-helpers}/.nycrc +0 -0
  341. /package/node_modules/{has-property-descriptors → call-bound}/.nycrc +0 -0
  342. /package/node_modules/{set-function-length → call-bound}/tsconfig.json +0 -0
  343. /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
  344. /package/node_modules/{define-data-property → dunder-proto}/.nycrc +0 -0
  345. /package/node_modules/{set-function-length → side-channel-list}/.nycrc +0 -0
@@ -55,7 +55,7 @@ function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIn
55
55
  if (atNewline) {
56
56
  if (comment)
57
57
  comment += token.source;
58
- else
58
+ else if (!found || indicator !== 'seq-item-ind')
59
59
  spaceBefore = true;
60
60
  }
61
61
  else
@@ -4,10 +4,7 @@ function debug(logLevel, ...messages) {
4
4
  }
5
5
  function warn(logLevel, warning) {
6
6
  if (logLevel === 'debug' || logLevel === 'warn') {
7
- if (typeof process !== 'undefined' && process.emitWarning)
8
- process.emitWarning(warning);
9
- else
10
- console.warn(warning);
7
+ console.warn(warning);
11
8
  }
12
9
  }
13
10
 
@@ -27,7 +27,7 @@ const jsonScalars = [
27
27
  identify: value => typeof value === 'boolean',
28
28
  default: true,
29
29
  tag: 'tag:yaml.org,2002:bool',
30
- test: /^true|false$/,
30
+ test: /^true$|^false$/,
31
31
  resolve: str => str === 'true',
32
32
  stringify: stringifyJSON
33
33
  },
@@ -14,10 +14,7 @@ const binary = {
14
14
  * document.querySelector('#photo').src = URL.createObjectURL(blob)
15
15
  */
16
16
  resolve(src, onError) {
17
- if (typeof Buffer === 'function') {
18
- return Buffer.from(src, 'base64');
19
- }
20
- else if (typeof atob === 'function') {
17
+ if (typeof atob === 'function') {
21
18
  // On IE 11, atob() can't handle newlines
22
19
  const str = atob(src.replace(/[\n\r]/g, ''));
23
20
  const buffer = new Uint8Array(str.length);
@@ -33,13 +30,7 @@ const binary = {
33
30
  stringify({ comment, type, value }, ctx, onComment, onChompKeep) {
34
31
  const buf = value; // checked earlier by binary.identify()
35
32
  let str;
36
- if (typeof Buffer === 'function') {
37
- str =
38
- buf instanceof Buffer
39
- ? buf.toString('base64')
40
- : Buffer.from(buf.buffer).toString('base64');
41
- }
42
- else if (typeof btoa === 'function') {
33
+ if (typeof btoa === 'function') {
43
34
  let s = '';
44
35
  for (let i = 0; i < buf.length; ++i)
45
36
  s += String.fromCharCode(buf[i]);
@@ -95,7 +95,7 @@ const timestamp = {
95
95
  }
96
96
  return new Date(date);
97
97
  },
98
- stringify: ({ value }) => value.toISOString().replace(/((T00:00)?:00)?\.000Z$/, '')
98
+ stringify: ({ value }) => value.toISOString().replace(/(T00:00:00)?\.000Z$/, '')
99
99
  };
100
100
 
101
101
  export { floatTime, intTime, timestamp };
@@ -219,23 +219,32 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
219
219
  start = start.replace(/\n+/g, `$&${indent}`);
220
220
  }
221
221
  const indentSize = indent ? '2' : '1'; // root is at -1
222
- let header = (literal ? '|' : '>') + (startWithSpace ? indentSize : '') + chomp;
222
+ // Leading | or > is added later
223
+ let header = (startWithSpace ? indentSize : '') + chomp;
223
224
  if (comment) {
224
225
  header += ' ' + commentString(comment.replace(/ ?[\r\n]+/g, ' '));
225
226
  if (onComment)
226
227
  onComment();
227
228
  }
228
- if (literal) {
229
- value = value.replace(/\n+/g, `$&${indent}`);
230
- return `${header}\n${indent}${start}${value}${end}`;
229
+ if (!literal) {
230
+ const foldedValue = value
231
+ .replace(/\n+/g, '\n$&')
232
+ .replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g, '$1$2') // more-indented lines aren't folded
233
+ // ^ more-ind. ^ empty ^ capture next empty lines only at end of indent
234
+ .replace(/\n+/g, `$&${indent}`);
235
+ let literalFallback = false;
236
+ const foldOptions = getFoldOptions(ctx, true);
237
+ if (blockQuote !== 'folded' && type !== Scalar.BLOCK_FOLDED) {
238
+ foldOptions.onOverflow = () => {
239
+ literalFallback = true;
240
+ };
241
+ }
242
+ const body = foldFlowLines(`${start}${foldedValue}${end}`, indent, FOLD_BLOCK, foldOptions);
243
+ if (!literalFallback)
244
+ return `>${header}\n${indent}${body}`;
231
245
  }
232
- value = value
233
- .replace(/\n+/g, '\n$&')
234
- .replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g, '$1$2') // more-indented lines aren't folded
235
- // ^ more-ind. ^ empty ^ capture next empty lines only at end of indent
236
- .replace(/\n+/g, `$&${indent}`);
237
- const body = foldFlowLines(`${start}${value}${end}`, indent, FOLD_BLOCK, getFoldOptions(ctx, true));
238
- return `${header}\n${indent}${body}`;
246
+ value = value.replace(/\n+/g, `$&${indent}`);
247
+ return `|${header}\n${indent}${start}${value}${end}`;
239
248
  }
240
249
  function plainString(item, ctx, onComment, onChompKeep) {
241
250
  const { type, value } = item;
@@ -1,8 +1,8 @@
1
1
  export { createNode } from './doc/createNode.js';
2
2
  export { debug, warn } from './log.js';
3
3
  export { createPair } from './nodes/Pair.js';
4
- export { findPair } from './nodes/YAMLMap.js';
5
4
  export { toJS } from './nodes/toJS.js';
5
+ export { findPair } from './nodes/YAMLMap.js';
6
6
  export { map as mapTag } from './schema/common/map.js';
7
7
  export { seq as seqTag } from './schema/common/seq.js';
8
8
  export { string as stringTag } from './schema/common/string.js';
@@ -1,7 +1,7 @@
1
- import type { ParsedNode } from '../nodes/Node.js';
2
- import type { BlockMap, BlockSequence, FlowCollection, SourceToken } from '../parse/cst.js';
3
- import type { ComposeContext, ComposeNode } from './compose-node.js';
4
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { ParsedNode } from '../nodes/Node';
2
+ import type { BlockMap, BlockSequence, FlowCollection, SourceToken } from '../parse/cst';
3
+ import type { ComposeContext, ComposeNode } from './compose-node';
4
+ import type { ComposeErrorHandler } from './composer';
5
5
  interface Props {
6
6
  anchor: SourceToken | null;
7
7
  tag: SourceToken | null;
@@ -1,7 +1,7 @@
1
- import type { Directives } from '../doc/directives.js';
2
- import { Document } from '../doc/Document.js';
3
- import type { ParsedNode } from '../nodes/Node.js';
4
- import type { DocumentOptions, ParseOptions, SchemaOptions } from '../options.js';
5
- import type * as CST from '../parse/cst.js';
6
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { Directives } from '../doc/directives';
2
+ import { Document } from '../doc/Document';
3
+ import type { ParsedNode } from '../nodes/Node';
4
+ import type { DocumentOptions, ParseOptions, SchemaOptions } from '../options';
5
+ import type * as CST from '../parse/cst';
6
+ import type { ComposeErrorHandler } from './composer';
7
7
  export declare function composeDoc<Contents extends ParsedNode = ParsedNode, Strict extends boolean = true>(options: ParseOptions & DocumentOptions & SchemaOptions, directives: Directives, { offset, start, value, end }: CST.Document, onError: ComposeErrorHandler): Document.Parsed<Contents, Strict>;
@@ -1,9 +1,9 @@
1
- import type { Directives } from '../doc/directives.js';
2
- import type { ParsedNode } from '../nodes/Node.js';
3
- import type { ParseOptions } from '../options.js';
4
- import type { SourceToken, Token } from '../parse/cst.js';
5
- import type { Schema } from '../schema/Schema.js';
6
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { Directives } from '../doc/directives';
2
+ import type { ParsedNode } from '../nodes/Node';
3
+ import type { ParseOptions } from '../options';
4
+ import type { SourceToken, Token } from '../parse/cst';
5
+ import type { Schema } from '../schema/Schema';
6
+ import type { ComposeErrorHandler } from './composer';
7
7
  export interface ComposeContext {
8
8
  atKey: boolean;
9
9
  atRoot: boolean;
@@ -25,5 +25,5 @@ declare const CN: {
25
25
  };
26
26
  export type ComposeNode = typeof CN;
27
27
  export declare function composeNode(ctx: ComposeContext, token: Token, props: Props, onError: ComposeErrorHandler): ParsedNode;
28
- export declare function composeEmptyNode(ctx: ComposeContext, offset: number, before: Token[] | undefined, pos: number | null, { spaceBefore, comment, anchor, tag, end }: Props, onError: ComposeErrorHandler): import("../index.js").Scalar.Parsed;
28
+ export declare function composeEmptyNode(ctx: ComposeContext, offset: number, before: Token[] | undefined, pos: number | null, { spaceBefore, comment, anchor, tag, end }: Props, onError: ComposeErrorHandler): import('../index').Scalar.Parsed;
29
29
  export {};
@@ -1,5 +1,5 @@
1
- import { Scalar } from '../nodes/Scalar.js';
2
- import type { BlockScalar, FlowScalar, SourceToken } from '../parse/cst.js';
3
- import type { ComposeContext } from './compose-node.js';
4
- import type { ComposeErrorHandler } from './composer.js';
1
+ import { Scalar } from '../nodes/Scalar';
2
+ import type { BlockScalar, FlowScalar, SourceToken } from '../parse/cst';
3
+ import type { ComposeContext } from './compose-node';
4
+ import type { ComposeErrorHandler } from './composer';
5
5
  export declare function composeScalar(ctx: ComposeContext, token: FlowScalar | BlockScalar, tagToken: SourceToken | null, onError: ComposeErrorHandler): Scalar.Parsed;
@@ -1,9 +1,10 @@
1
- import { Directives } from '../doc/directives.js';
2
- import { Document } from '../doc/Document.js';
3
- import { ErrorCode, YAMLParseError, YAMLWarning } from '../errors.js';
4
- import type { ParsedNode, Range } from '../nodes/Node.js';
5
- import type { DocumentOptions, ParseOptions, SchemaOptions } from '../options.js';
6
- import type { Token } from '../parse/cst.js';
1
+ import { Directives } from '../doc/directives';
2
+ import { Document } from '../doc/Document';
3
+ import type { ErrorCode } from '../errors';
4
+ import { YAMLParseError, YAMLWarning } from '../errors';
5
+ import type { ParsedNode, Range } from '../nodes/Node';
6
+ import type { DocumentOptions, ParseOptions, SchemaOptions } from '../options';
7
+ import type { Token } from '../parse/cst';
7
8
  type ErrorSource = number | [number, number] | Range | {
8
9
  offset: number;
9
10
  source?: string;
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ var node_process = require('node:process');
3
4
  var directives = require('../doc/directives.js');
4
5
  var Document = require('../doc/Document.js');
5
6
  var errors = require('../errors.js');
@@ -133,7 +134,7 @@ class Composer {
133
134
  }
134
135
  /** Advance the composer by one CST token. */
135
136
  *next(token) {
136
- if (process.env.LOG_STREAM)
137
+ if (node_process.env.LOG_STREAM)
137
138
  console.dir(token, { depth: null });
138
139
  switch (token.type) {
139
140
  case 'directive':
@@ -1,6 +1,6 @@
1
- import { YAMLMap } from '../nodes/YAMLMap.js';
2
- import type { BlockMap } from '../parse/cst.js';
3
- import { CollectionTag } from '../schema/types.js';
4
- import type { ComposeContext, ComposeNode } from './compose-node.js';
5
- import type { ComposeErrorHandler } from './composer.js';
1
+ import { YAMLMap } from '../nodes/YAMLMap';
2
+ import type { BlockMap } from '../parse/cst';
3
+ import type { CollectionTag } from '../schema/types';
4
+ import type { ComposeContext, ComposeNode } from './compose-node';
5
+ import type { ComposeErrorHandler } from './composer';
6
6
  export declare function resolveBlockMap({ composeNode, composeEmptyNode }: ComposeNode, ctx: ComposeContext, bm: BlockMap, onError: ComposeErrorHandler, tag?: CollectionTag): YAMLMap.Parsed;
@@ -1,8 +1,8 @@
1
- import { Range } from '../nodes/Node.js';
2
- import { Scalar } from '../nodes/Scalar.js';
3
- import type { BlockScalar } from '../parse/cst.js';
4
- import type { ComposeContext } from './compose-node.js';
5
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { Range } from '../nodes/Node';
2
+ import { Scalar } from '../nodes/Scalar';
3
+ import type { BlockScalar } from '../parse/cst';
4
+ import type { ComposeContext } from './compose-node';
5
+ import type { ComposeErrorHandler } from './composer';
6
6
  export declare function resolveBlockScalar(ctx: ComposeContext, scalar: BlockScalar, onError: ComposeErrorHandler): {
7
7
  value: string;
8
8
  type: Scalar.BLOCK_FOLDED | Scalar.BLOCK_LITERAL | null;
@@ -1,6 +1,6 @@
1
- import { YAMLSeq } from '../nodes/YAMLSeq.js';
2
- import type { BlockSequence } from '../parse/cst.js';
3
- import { CollectionTag } from '../schema/types.js';
4
- import type { ComposeContext, ComposeNode } from './compose-node.js';
5
- import type { ComposeErrorHandler } from './composer.js';
1
+ import { YAMLSeq } from '../nodes/YAMLSeq';
2
+ import type { BlockSequence } from '../parse/cst';
3
+ import type { CollectionTag } from '../schema/types';
4
+ import type { ComposeContext, ComposeNode } from './compose-node';
5
+ import type { ComposeErrorHandler } from './composer';
6
6
  export declare function resolveBlockSeq({ composeNode, composeEmptyNode }: ComposeNode, ctx: ComposeContext, bs: BlockSequence, onError: ComposeErrorHandler, tag?: CollectionTag): YAMLSeq.Parsed;
@@ -1,5 +1,5 @@
1
- import type { SourceToken } from '../parse/cst.js';
2
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { SourceToken } from '../parse/cst';
2
+ import type { ComposeErrorHandler } from './composer';
3
3
  export declare function resolveEnd(end: SourceToken[] | undefined, offset: number, reqSpace: boolean, onError: ComposeErrorHandler): {
4
4
  comment: string;
5
5
  offset: number;
@@ -1,7 +1,7 @@
1
- import { YAMLMap } from '../nodes/YAMLMap.js';
2
- import { YAMLSeq } from '../nodes/YAMLSeq.js';
3
- import type { FlowCollection } from '../parse/cst.js';
4
- import { CollectionTag } from '../schema/types.js';
5
- import type { ComposeContext, ComposeNode } from './compose-node.js';
6
- import type { ComposeErrorHandler } from './composer.js';
7
- export declare function resolveFlowCollection({ composeNode, composeEmptyNode }: ComposeNode, ctx: ComposeContext, fc: FlowCollection, onError: ComposeErrorHandler, tag?: CollectionTag): YAMLMap.Parsed<import("../index.js").ParsedNode, import("../index.js").ParsedNode | null> | YAMLSeq.Parsed<import("../index.js").ParsedNode>;
1
+ import { YAMLMap } from '../nodes/YAMLMap';
2
+ import { YAMLSeq } from '../nodes/YAMLSeq';
3
+ import type { FlowCollection } from '../parse/cst';
4
+ import type { CollectionTag } from '../schema/types';
5
+ import type { ComposeContext, ComposeNode } from './compose-node';
6
+ import type { ComposeErrorHandler } from './composer';
7
+ export declare function resolveFlowCollection({ composeNode, composeEmptyNode }: ComposeNode, ctx: ComposeContext, fc: FlowCollection, onError: ComposeErrorHandler, tag?: CollectionTag): YAMLMap.Parsed<import('../index').ParsedNode, import('../index').ParsedNode | null> | YAMLSeq.Parsed<import('../index').ParsedNode>;
@@ -1,7 +1,7 @@
1
- import { Range } from '../nodes/Node.js';
2
- import { Scalar } from '../nodes/Scalar.js';
3
- import type { FlowScalar } from '../parse/cst.js';
4
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { Range } from '../nodes/Node';
2
+ import { Scalar } from '../nodes/Scalar';
3
+ import type { FlowScalar } from '../parse/cst';
4
+ import type { ComposeErrorHandler } from './composer';
5
5
  export declare function resolveFlowScalar(scalar: FlowScalar, strict: boolean, onError: ComposeErrorHandler): {
6
6
  value: string;
7
7
  type: Scalar.PLAIN | Scalar.QUOTE_DOUBLE | Scalar.QUOTE_SINGLE | null;
@@ -1,5 +1,5 @@
1
- import type { SourceToken, Token } from '../parse/cst.js';
2
- import type { ComposeErrorHandler } from './composer.js';
1
+ import type { SourceToken, Token } from '../parse/cst';
2
+ import type { ComposeErrorHandler } from './composer';
3
3
  export interface ResolvePropsArg {
4
4
  flow?: 'flow map' | 'flow sequence';
5
5
  indicator: 'doc-start' | 'explicit-key-ind' | 'map-value-ind' | 'seq-item-ind';
@@ -57,7 +57,7 @@ function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIn
57
57
  if (atNewline) {
58
58
  if (comment)
59
59
  comment += token.source;
60
- else
60
+ else if (!found || indicator !== 'seq-item-ind')
61
61
  spaceBefore = true;
62
62
  }
63
63
  else
@@ -1,2 +1,2 @@
1
- import type { Token } from '../parse/cst.js';
1
+ import type { Token } from '../parse/cst';
2
2
  export declare function containsNewline(key: Token | null | undefined): boolean | null;
@@ -1,2 +1,2 @@
1
- import type { Token } from '../parse/cst.js';
1
+ import type { Token } from '../parse/cst';
2
2
  export declare function emptyScalarPosition(offset: number, before: Token[] | undefined, pos: number | null): number;
@@ -1,3 +1,3 @@
1
- import { Token } from '../parse/cst';
2
- import { ComposeErrorHandler } from './composer';
1
+ import type { Token } from '../parse/cst';
2
+ import type { ComposeErrorHandler } from './composer';
3
3
  export declare function flowIndentCheck(indent: number, fc: Token | null | undefined, onError: ComposeErrorHandler): void;
@@ -1,4 +1,4 @@
1
- import type { ParsedNode } from '../nodes/Node.js';
2
- import type { Pair } from '../nodes/Pair.js';
3
- import type { ComposeContext } from './compose-node.js';
1
+ import type { ParsedNode } from '../nodes/Node';
2
+ import type { Pair } from '../nodes/Pair';
3
+ import type { ComposeContext } from './compose-node';
4
4
  export declare function mapIncludes(ctx: ComposeContext, items: Pair<ParsedNode>[], search: ParsedNode): boolean;
@@ -1,14 +1,14 @@
1
- import type { YAMLError, YAMLWarning } from '../errors.js';
2
- import { Alias } from '../nodes/Alias.js';
3
- import { NODE_TYPE } from '../nodes/identity.js';
4
- import type { Node, NodeType, ParsedNode, Range } from '../nodes/Node.js';
5
- import { Pair } from '../nodes/Pair.js';
6
- import type { Scalar } from '../nodes/Scalar.js';
7
- import type { YAMLMap } from '../nodes/YAMLMap.js';
8
- import type { YAMLSeq } from '../nodes/YAMLSeq.js';
9
- import type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from '../options.js';
10
- import { Schema } from '../schema/Schema.js';
11
- import { Directives } from './directives.js';
1
+ import type { YAMLError, YAMLWarning } from '../errors';
2
+ import { Alias } from '../nodes/Alias';
3
+ import { NODE_TYPE } from '../nodes/identity';
4
+ import type { Node, NodeType, ParsedNode, Range } from '../nodes/Node';
5
+ import { Pair } from '../nodes/Pair';
6
+ import type { Scalar } from '../nodes/Scalar';
7
+ import type { YAMLMap } from '../nodes/YAMLMap';
8
+ import type { YAMLSeq } from '../nodes/YAMLSeq';
9
+ import type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from '../options';
10
+ import { Schema } from '../schema/Schema';
11
+ import { Directives } from './directives';
12
12
  export type Replacer = any[] | ((key: any, value: any) => unknown);
13
13
  export declare namespace Document {
14
14
  /** @ts-ignore The typing of directives fails in TS <= 4.2 */
@@ -1,5 +1,5 @@
1
- import type { Node } from '../nodes/Node.js';
2
- import type { Document } from './Document.js';
1
+ import type { Node } from '../nodes/Node';
2
+ import type { Document } from './Document';
3
3
  /**
4
4
  * Verify that the input string is a valid anchor.
5
5
  *
@@ -1,7 +1,7 @@
1
- import type { Node } from '../nodes/Node.js';
2
- import type { Schema } from '../schema/Schema.js';
3
- import type { CollectionTag, ScalarTag } from '../schema/types.js';
4
- import type { Replacer } from './Document.js';
1
+ import type { Node } from '../nodes/Node';
2
+ import type { Schema } from '../schema/Schema';
3
+ import type { CollectionTag, ScalarTag } from '../schema/types';
4
+ import type { Replacer } from './Document';
5
5
  export interface CreateNodeContext {
6
6
  aliasDuplicateObjects: boolean;
7
7
  keepUndefined: boolean;
@@ -1,4 +1,4 @@
1
- import type { Document } from './Document.js';
1
+ import type { Document } from './Document';
2
2
  export declare class Directives {
3
3
  static defaultYaml: Directives['yaml'];
4
4
  static defaultTags: Directives['tags'];
@@ -1,22 +1,25 @@
1
- export { Composer } from './compose/composer.js';
2
- export { Document } from './doc/Document.js';
3
- export { Schema } from './schema/Schema.js';
4
- export { ErrorCode, YAMLError, YAMLParseError, YAMLWarning } from './errors.js';
5
- export { Alias } from './nodes/Alias.js';
6
- export { isAlias, isCollection, isDocument, isMap, isNode, isPair, isScalar, isSeq } from './nodes/identity.js';
7
- export { Node, ParsedNode, Range } from './nodes/Node.js';
8
- export { Pair } from './nodes/Pair.js';
9
- export { Scalar } from './nodes/Scalar.js';
10
- export { YAMLMap } from './nodes/YAMLMap.js';
11
- export { YAMLSeq } from './nodes/YAMLSeq.js';
12
- export type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from './options.js';
13
- export * as CST from './parse/cst.js';
14
- export { Lexer } from './parse/lexer.js';
15
- export { LineCounter } from './parse/line-counter.js';
16
- export { Parser } from './parse/parser.js';
17
- export { EmptyStream, parse, parseAllDocuments, parseDocument, stringify } from './public-api.js';
1
+ export { Composer } from './compose/composer';
2
+ export { Document } from './doc/Document';
3
+ export { Schema } from './schema/Schema';
4
+ export type { ErrorCode } from './errors';
5
+ export { YAMLError, YAMLParseError, YAMLWarning } from './errors';
6
+ export { Alias } from './nodes/Alias';
7
+ export { isAlias, isCollection, isDocument, isMap, isNode, isPair, isScalar, isSeq } from './nodes/identity';
8
+ export type { Node, ParsedNode, Range } from './nodes/Node';
9
+ export { Pair } from './nodes/Pair';
10
+ export { Scalar } from './nodes/Scalar';
11
+ export { YAMLMap } from './nodes/YAMLMap';
12
+ export { YAMLSeq } from './nodes/YAMLSeq';
13
+ export type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from './options';
14
+ export * as CST from './parse/cst';
15
+ export { Lexer } from './parse/lexer';
16
+ export { LineCounter } from './parse/line-counter';
17
+ export { Parser } from './parse/parser';
18
+ export type { EmptyStream } from './public-api';
19
+ export { parse, parseAllDocuments, parseDocument, stringify } from './public-api';
18
20
  export type { TagId, Tags } from './schema/tags';
19
21
  export type { CollectionTag, ScalarTag } from './schema/types';
20
22
  export type { YAMLOMap } from './schema/yaml-1.1/omap';
21
23
  export type { YAMLSet } from './schema/yaml-1.1/set';
22
- export { asyncVisitor, asyncVisitorFn, visit, visitAsync, visitor, visitorFn } from './visit.js';
24
+ export type { asyncVisitor, asyncVisitorFn, visitor, visitorFn } from './visit';
25
+ export { visit, visitAsync } from './visit';
@@ -1,13 +1,15 @@
1
1
  'use strict';
2
2
 
3
+ var node_process = require('node:process');
4
+
3
5
  function debug(logLevel, ...messages) {
4
6
  if (logLevel === 'debug')
5
7
  console.log(...messages);
6
8
  }
7
9
  function warn(logLevel, warning) {
8
10
  if (logLevel === 'debug' || logLevel === 'warn') {
9
- if (typeof process !== 'undefined' && process.emitWarning)
10
- process.emitWarning(warning);
11
+ if (typeof node_process.emitWarning === 'function')
12
+ node_process.emitWarning(warning);
11
13
  else
12
14
  console.warn(warning);
13
15
  }
@@ -1,11 +1,12 @@
1
- import type { Document } from '../doc/Document.js';
2
- import type { FlowScalar } from '../parse/cst.js';
3
- import type { StringifyContext } from '../stringify/stringify.js';
4
- import { NodeBase, Range } from './Node.js';
1
+ import type { Document } from '../doc/Document';
2
+ import type { FlowScalar } from '../parse/cst';
3
+ import type { StringifyContext } from '../stringify/stringify';
4
+ import type { Range } from './Node';
5
+ import { NodeBase } from './Node';
5
6
  import type { Scalar } from './Scalar';
6
- import { ToJSContext } from './toJS.js';
7
- import type { YAMLMap } from './YAMLMap.js';
8
- import type { YAMLSeq } from './YAMLSeq.js';
7
+ import type { ToJSContext } from './toJS';
8
+ import type { YAMLMap } from './YAMLMap';
9
+ import type { YAMLSeq } from './YAMLSeq';
9
10
  export declare namespace Alias {
10
11
  interface Parsed extends Alias {
11
12
  range: Range;
@@ -23,6 +24,6 @@ export declare class Alias extends NodeBase {
23
24
  * instance of the `source` anchor before this node.
24
25
  */
25
26
  resolve(doc: Document): Scalar | YAMLMap | YAMLSeq | undefined;
26
- toJSON(_arg?: unknown, ctx?: ToJSContext): {} | null;
27
+ toJSON(_arg?: unknown, ctx?: ToJSContext): unknown;
27
28
  toString(ctx?: StringifyContext, _onComment?: () => void, _onChompKeep?: () => void): string;
28
29
  }
@@ -1,7 +1,7 @@
1
- import type { Schema } from '../schema/Schema.js';
2
- import { NODE_TYPE } from './identity.js';
3
- import { NodeBase } from './Node.js';
4
- export declare function collectionFromPath(schema: Schema, path: unknown[], value: unknown): import("./Node.js").Node;
1
+ import type { Schema } from '../schema/Schema';
2
+ import { NODE_TYPE } from './identity';
3
+ import { NodeBase } from './Node';
4
+ export declare function collectionFromPath(schema: Schema, path: unknown[], value: unknown): import('./Node').Node;
5
5
  export declare const isEmptyPath: (path: Iterable<unknown> | null | undefined) => path is null | undefined;
6
6
  export declare abstract class Collection extends NodeBase {
7
7
  schema: Schema | undefined;
@@ -1,13 +1,13 @@
1
- import type { Document } from '../doc/Document.js';
2
- import type { ToJSOptions } from '../options.js';
3
- import { Token } from '../parse/cst.js';
4
- import type { StringifyContext } from '../stringify/stringify.js';
5
- import type { Alias } from './Alias.js';
6
- import { NODE_TYPE } from './identity.js';
7
- import type { Scalar } from './Scalar.js';
8
- import { ToJSContext } from './toJS.js';
9
- import type { MapLike, YAMLMap } from './YAMLMap.js';
10
- import type { YAMLSeq } from './YAMLSeq.js';
1
+ import type { Document } from '../doc/Document';
2
+ import type { ToJSOptions } from '../options';
3
+ import type { Token } from '../parse/cst';
4
+ import type { StringifyContext } from '../stringify/stringify';
5
+ import type { Alias } from './Alias';
6
+ import { NODE_TYPE } from './identity';
7
+ import type { Scalar } from './Scalar';
8
+ import type { ToJSContext } from './toJS';
9
+ import type { MapLike, YAMLMap } from './YAMLMap';
10
+ import type { YAMLSeq } from './YAMLSeq';
11
11
  export type Node<T = unknown> = Alias | Scalar<T> | YAMLMap<unknown, T> | YAMLSeq<T>;
12
12
  /** Utility type mapper */
13
13
  export type NodeType<T> = T extends string | number | bigint | boolean | null | undefined ? Scalar<T> : T extends Date ? Scalar<string | Date> : T extends Array<any> ? YAMLSeq<NodeType<T[number]>> : T extends {
@@ -1,11 +1,12 @@
1
- import { CreateNodeContext } from '../doc/createNode.js';
2
- import type { CollectionItem } from '../parse/cst.js';
3
- import type { Schema } from '../schema/Schema.js';
4
- import type { StringifyContext } from '../stringify/stringify.js';
5
- import { addPairToJSMap } from './addPairToJSMap.js';
6
- import { NODE_TYPE } from './identity.js';
7
- import type { ToJSContext } from './toJS.js';
8
- export declare function createPair(key: unknown, value: unknown, ctx: CreateNodeContext): Pair<import("./Node.js").Node, import("./Alias.js").Alias | import("./Scalar.js").Scalar<unknown> | import("./YAMLMap.js").YAMLMap<unknown, unknown> | import("./YAMLSeq.js").YAMLSeq<unknown>>;
1
+ import type { CreateNodeContext } from '../doc/createNode';
2
+ import type { CollectionItem } from '../parse/cst';
3
+ import type { Schema } from '../schema/Schema';
4
+ import type { StringifyContext } from '../stringify/stringify';
5
+ import { addPairToJSMap } from './addPairToJSMap';
6
+ import { NODE_TYPE } from './identity';
7
+ import type { Node } from './Node';
8
+ import type { ToJSContext } from './toJS';
9
+ export declare function createPair(key: unknown, value: unknown, ctx: CreateNodeContext): Pair<Node, Node>;
9
10
  export declare class Pair<K = unknown, V = unknown> {
10
11
  readonly [NODE_TYPE]: symbol;
11
12
  /** Always Node or null when parsed, but can be set to anything. */
@@ -1,6 +1,7 @@
1
- import type { BlockScalar, FlowScalar } from '../parse/cst.js';
2
- import { NodeBase, Range } from './Node.js';
3
- import { ToJSContext } from './toJS.js';
1
+ import type { BlockScalar, FlowScalar } from '../parse/cst';
2
+ import type { Range } from './Node';
3
+ import { NodeBase } from './Node';
4
+ import type { ToJSContext } from './toJS';
4
5
  export declare const isScalarValue: (value: unknown) => boolean;
5
6
  export declare namespace Scalar {
6
7
  interface Parsed extends Scalar {
@@ -1,12 +1,12 @@
1
- import type { BlockMap, FlowCollection } from '../parse/cst.js';
2
- import type { Schema } from '../schema/Schema.js';
3
- import type { StringifyContext } from '../stringify/stringify.js';
4
- import { CreateNodeContext } from '../util.js';
5
- import { Collection } from './Collection.js';
6
- import type { ParsedNode, Range } from './Node.js';
7
- import { Pair } from './Pair.js';
8
- import { Scalar } from './Scalar.js';
9
- import type { ToJSContext } from './toJS.js';
1
+ import type { BlockMap, FlowCollection } from '../parse/cst';
2
+ import type { Schema } from '../schema/Schema';
3
+ import type { StringifyContext } from '../stringify/stringify';
4
+ import type { CreateNodeContext } from '../util';
5
+ import { Collection } from './Collection';
6
+ import type { ParsedNode, Range } from './Node';
7
+ import { Pair } from './Pair';
8
+ import type { Scalar } from './Scalar';
9
+ import type { ToJSContext } from './toJS';
10
10
  export type MapLike = Map<unknown, unknown> | Set<unknown> | Record<string | number | symbol, unknown>;
11
11
  export declare function findPair<K = unknown, V = unknown>(items: Iterable<Pair<K, V>>, key: unknown): Pair<K, V> | undefined;
12
12
  export declare namespace YAMLMap {
@@ -24,7 +24,7 @@ export declare class YAMLMap<K = unknown, V = unknown> extends Collection {
24
24
  * A generic collection parsing method that can be extended
25
25
  * to other node classes that inherit from YAMLMap
26
26
  */
27
- static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLMap<unknown, unknown>;
27
+ static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLMap;
28
28
  /**
29
29
  * Adds a value to the collection.
30
30
  *