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.
- package/node_modules/{has-property-descriptors → call-bind-apply-helpers}/.github/FUNDING.yml +1 -1
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
- package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/call-bound/.eslintrc +13 -0
- package/node_modules/{call-bind → call-bound}/.github/FUNDING.yml +1 -1
- package/node_modules/call-bound/CHANGELOG.md +34 -0
- package/node_modules/{has-property-descriptors → call-bound}/LICENSE +1 -1
- package/node_modules/call-bound/README.md +53 -0
- package/node_modules/call-bound/index.d.ts +13 -0
- package/node_modules/call-bound/index.js +18 -0
- package/node_modules/{call-bind → call-bound}/package.json +27 -23
- package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -1
- package/node_modules/{define-data-property → dunder-proto}/.github/FUNDING.yml +1 -1
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/{has-proto → dunder-proto}/package.json +34 -36
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +14 -0
- package/node_modules/es-define-property/index.js +1 -3
- package/node_modules/es-define-property/package.json +12 -12
- package/node_modules/es-define-property/test/index.js +1 -0
- package/node_modules/es-define-property/tsconfig.json +2 -42
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/{set-function-length → es-object-atoms}/.github/FUNDING.yml +1 -1
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/{define-data-property → es-object-atoms}/LICENSE +1 -1
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/express/History.md +10 -1
- package/node_modules/express/package.json +6 -2
- package/node_modules/get-intrinsic/CHANGELOG.md +35 -0
- package/node_modules/get-intrinsic/index.js +39 -21
- package/node_modules/get-intrinsic/package.json +23 -19
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/{has-proto → get-proto}/.github/FUNDING.yml +1 -1
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/{has-proto → get-proto}/LICENSE +1 -1
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/{has-property-descriptors → get-proto}/package.json +35 -31
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/CHANGELOG.md +20 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +2 -3
- package/node_modules/gopd/package.json +16 -10
- package/node_modules/gopd/test/index.js +2 -1
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +16 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +1 -0
- package/node_modules/has-symbols/package.json +19 -9
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +5 -2
- package/node_modules/has-symbols/test/shams/core-js.js +1 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
- package/node_modules/has-symbols/test/tests.js +4 -2
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/is-core-module/CHANGELOG.md +13 -0
- package/node_modules/is-core-module/core.json +1 -0
- package/node_modules/is-core-module/package.json +3 -3
- package/node_modules/is-core-module/test/index.js +3 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/object-inspect/CHANGELOG.md +8 -0
- package/node_modules/object-inspect/index.js +10 -7
- package/node_modules/object-inspect/package.json +5 -4
- package/node_modules/object-inspect/test/values.js +50 -0
- package/node_modules/path-to-regexp/index.js +13 -3
- package/node_modules/path-to-regexp/package.json +1 -1
- package/node_modules/psl/README.md +75 -31
- package/node_modules/psl/SECURITY.md +13 -0
- package/node_modules/psl/data/rules.js +9778 -0
- package/node_modules/psl/dist/psl.cjs +1 -0
- package/node_modules/psl/dist/psl.mjs +10008 -0
- package/node_modules/psl/dist/psl.umd.cjs +1 -0
- package/node_modules/psl/index.js +59 -81
- package/node_modules/psl/package.json +24 -15
- package/node_modules/psl/types/index.d.ts +52 -0
- package/node_modules/psl/types/test.ts +14 -0
- package/node_modules/psl/types/tsconfig.json +22 -0
- package/node_modules/psl/vite.config.js +20 -0
- package/node_modules/resolve/lib/core.json +4 -0
- package/node_modules/resolve/package.json +12 -9
- package/node_modules/side-channel/.eslintrc +1 -0
- package/node_modules/side-channel/CHANGELOG.md +15 -0
- package/node_modules/side-channel/README.md +60 -1
- package/node_modules/side-channel/index.d.ts +9 -22
- package/node_modules/side-channel/index.js +20 -106
- package/node_modules/side-channel/package.json +20 -19
- package/node_modules/side-channel/test/index.js +76 -55
- package/node_modules/side-channel/tsconfig.json +2 -43
- package/node_modules/side-channel-list/.editorconfig +9 -0
- package/node_modules/side-channel-list/.eslintrc +11 -0
- package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/node_modules/side-channel-list/LICENSE +21 -0
- package/node_modules/side-channel-list/README.md +62 -0
- package/node_modules/side-channel-list/index.d.ts +13 -0
- package/node_modules/side-channel-list/index.js +113 -0
- package/node_modules/side-channel-list/list.d.ts +14 -0
- package/node_modules/side-channel-list/package.json +77 -0
- package/node_modules/side-channel-list/test/index.js +104 -0
- package/node_modules/side-channel-list/tsconfig.json +9 -0
- package/node_modules/side-channel-map/.editorconfig +9 -0
- package/node_modules/side-channel-map/.eslintrc +11 -0
- package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-map/.nycrc +13 -0
- package/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/node_modules/side-channel-map/LICENSE +21 -0
- package/node_modules/side-channel-map/README.md +62 -0
- package/node_modules/side-channel-map/index.d.ts +15 -0
- package/node_modules/side-channel-map/index.js +68 -0
- package/node_modules/side-channel-map/package.json +80 -0
- package/node_modules/side-channel-map/test/index.js +114 -0
- package/node_modules/side-channel-map/tsconfig.json +9 -0
- package/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/node_modules/side-channel-weakmap/README.md +62 -0
- package/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/node_modules/side-channel-weakmap/index.js +84 -0
- package/node_modules/side-channel-weakmap/package.json +87 -0
- package/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/node_modules/yaml/README.md +27 -8
- package/node_modules/yaml/browser/dist/compose/resolve-props.js +1 -1
- package/node_modules/yaml/browser/dist/log.js +1 -4
- package/node_modules/yaml/browser/dist/schema/json/schema.js +1 -1
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +2 -11
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +1 -1
- package/node_modules/yaml/browser/dist/stringify/stringifyString.js +20 -11
- package/node_modules/yaml/browser/dist/util.js +1 -1
- package/node_modules/yaml/dist/compose/compose-collection.d.ts +4 -4
- package/node_modules/yaml/dist/compose/compose-doc.d.ts +6 -6
- package/node_modules/yaml/dist/compose/compose-node.d.ts +7 -7
- package/node_modules/yaml/dist/compose/compose-scalar.d.ts +4 -4
- package/node_modules/yaml/dist/compose/composer.d.ts +7 -6
- package/node_modules/yaml/dist/compose/composer.js +2 -1
- package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +5 -5
- package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +5 -5
- package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +5 -5
- package/node_modules/yaml/dist/compose/resolve-end.d.ts +2 -2
- package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -7
- package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +4 -4
- package/node_modules/yaml/dist/compose/resolve-props.d.ts +2 -2
- package/node_modules/yaml/dist/compose/resolve-props.js +1 -1
- package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +1 -1
- package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +1 -1
- package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +2 -2
- package/node_modules/yaml/dist/compose/util-map-includes.d.ts +3 -3
- package/node_modules/yaml/dist/doc/Document.d.ts +11 -11
- package/node_modules/yaml/dist/doc/anchors.d.ts +2 -2
- package/node_modules/yaml/dist/doc/createNode.d.ts +4 -4
- package/node_modules/yaml/dist/doc/directives.d.ts +1 -1
- package/node_modules/yaml/dist/index.d.ts +21 -18
- package/node_modules/yaml/dist/log.js +4 -2
- package/node_modules/yaml/dist/nodes/Alias.d.ts +9 -8
- package/node_modules/yaml/dist/nodes/Collection.d.ts +4 -4
- package/node_modules/yaml/dist/nodes/Node.d.ts +10 -10
- package/node_modules/yaml/dist/nodes/Pair.d.ts +9 -8
- package/node_modules/yaml/dist/nodes/Scalar.d.ts +4 -3
- package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +10 -10
- package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +10 -10
- package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +3 -3
- package/node_modules/yaml/dist/nodes/identity.d.ts +7 -7
- package/node_modules/yaml/dist/nodes/toJS.d.ts +2 -2
- package/node_modules/yaml/dist/options.d.ts +10 -10
- package/node_modules/yaml/dist/parse/cst-scalar.d.ts +4 -4
- package/node_modules/yaml/dist/parse/cst-stringify.d.ts +1 -1
- package/node_modules/yaml/dist/parse/cst-visit.d.ts +2 -2
- package/node_modules/yaml/dist/parse/cst.d.ts +4 -3
- package/node_modules/yaml/dist/parse/lexer.d.ts +1 -1
- package/node_modules/yaml/dist/parse/parser.d.ts +4 -4
- package/node_modules/yaml/dist/parse/parser.js +2 -1
- package/node_modules/yaml/dist/public-api.d.ts +6 -5
- package/node_modules/yaml/dist/schema/Schema.d.ts +4 -4
- package/node_modules/yaml/dist/schema/common/map.d.ts +1 -1
- package/node_modules/yaml/dist/schema/common/null.d.ts +1 -1
- package/node_modules/yaml/dist/schema/common/seq.d.ts +1 -1
- package/node_modules/yaml/dist/schema/common/string.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/bool.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/float.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/int.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -1
- package/node_modules/yaml/dist/schema/json/schema.d.ts +1 -1
- package/node_modules/yaml/dist/schema/json/schema.js +1 -1
- package/node_modules/yaml/dist/schema/tags.d.ts +2 -2
- package/node_modules/yaml/dist/schema/types.d.ts +8 -8
- package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +6 -5
- package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +3 -3
- package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +11 -17
- package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +7 -7
- package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +9 -9
- package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +1 -1
- package/node_modules/yaml/dist/stringify/stringify.d.ts +3 -3
- package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +2 -2
- package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +3 -3
- package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +1 -1
- package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +2 -2
- package/node_modules/yaml/dist/stringify/stringifyString.d.ts +2 -2
- package/node_modules/yaml/dist/stringify/stringifyString.js +20 -11
- package/node_modules/yaml/dist/util.d.ts +16 -12
- package/node_modules/yaml/dist/util.js +2 -2
- package/node_modules/yaml/dist/visit.d.ts +7 -7
- package/node_modules/yaml/package.json +4 -4
- package/package.json +1 -1
- package/node_modules/call-bind/.eslintignore +0 -1
- package/node_modules/call-bind/CHANGELOG.md +0 -93
- package/node_modules/call-bind/README.md +0 -64
- package/node_modules/call-bind/callBound.js +0 -15
- package/node_modules/call-bind/index.js +0 -35
- package/node_modules/call-bind/test/index.js +0 -80
- package/node_modules/define-data-property/.eslintrc +0 -24
- package/node_modules/define-data-property/CHANGELOG.md +0 -70
- package/node_modules/define-data-property/README.md +0 -67
- package/node_modules/define-data-property/index.d.ts +0 -12
- package/node_modules/define-data-property/index.js +0 -56
- package/node_modules/define-data-property/package.json +0 -106
- package/node_modules/define-data-property/test/index.js +0 -392
- package/node_modules/define-data-property/tsconfig.json +0 -59
- package/node_modules/has-property-descriptors/.eslintrc +0 -13
- package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
- package/node_modules/has-property-descriptors/README.md +0 -43
- package/node_modules/has-property-descriptors/index.js +0 -22
- package/node_modules/has-property-descriptors/test/index.js +0 -57
- package/node_modules/has-proto/CHANGELOG.md +0 -38
- package/node_modules/has-proto/README.md +0 -38
- package/node_modules/has-proto/index.d.ts +0 -3
- package/node_modules/has-proto/index.js +0 -15
- package/node_modules/has-proto/test/index.js +0 -19
- package/node_modules/has-proto/tsconfig.json +0 -49
- package/node_modules/psl/browserstack.yml +0 -73
- package/node_modules/psl/data/rules.json +0 -9779
- package/node_modules/psl/dist/psl.js +0 -10498
- package/node_modules/psl/dist/psl.min.js +0 -1
- package/node_modules/psl/eslint.config.js +0 -9
- package/node_modules/psl/local.log +0 -12
- package/node_modules/psl/log/usage.log +0 -20
- package/node_modules/psl/playwright.config.js +0 -31
- package/node_modules/psl/test-results/.last-run.json +0 -4
- package/node_modules/set-function-length/.eslintrc +0 -27
- package/node_modules/set-function-length/CHANGELOG.md +0 -70
- package/node_modules/set-function-length/LICENSE +0 -21
- package/node_modules/set-function-length/README.md +0 -56
- package/node_modules/set-function-length/env.d.ts +0 -9
- package/node_modules/set-function-length/env.js +0 -25
- package/node_modules/set-function-length/index.d.ts +0 -7
- package/node_modules/set-function-length/index.js +0 -42
- package/node_modules/set-function-length/package.json +0 -102
- /package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +0 -0
- /package/node_modules/{call-bind → call-bind-apply-helpers}/.nycrc +0 -0
- /package/node_modules/{has-property-descriptors → call-bound}/.nycrc +0 -0
- /package/node_modules/{set-function-length → call-bound}/tsconfig.json +0 -0
- /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
- /package/node_modules/{define-data-property → dunder-proto}/.nycrc +0 -0
- /package/node_modules/{set-function-length → side-channel-list}/.nycrc +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { CreateNodeContext } from '../doc/createNode
|
|
2
|
-
import type { BlockSequence, FlowCollection } from '../parse/cst
|
|
3
|
-
import type { Schema } from '../schema/Schema
|
|
4
|
-
import type { StringifyContext } from '../stringify/stringify
|
|
5
|
-
import { Collection } from './Collection
|
|
6
|
-
import type { ParsedNode, Range } from './Node
|
|
7
|
-
import type { Pair } from './Pair
|
|
8
|
-
import { Scalar } from './Scalar
|
|
9
|
-
import { ToJSContext } from './toJS
|
|
1
|
+
import type { CreateNodeContext } from '../doc/createNode';
|
|
2
|
+
import type { BlockSequence, FlowCollection } from '../parse/cst';
|
|
3
|
+
import type { Schema } from '../schema/Schema';
|
|
4
|
+
import type { StringifyContext } from '../stringify/stringify';
|
|
5
|
+
import { Collection } from './Collection';
|
|
6
|
+
import type { ParsedNode, Range } from './Node';
|
|
7
|
+
import type { Pair } from './Pair';
|
|
8
|
+
import type { Scalar } from './Scalar';
|
|
9
|
+
import type { ToJSContext } from './toJS';
|
|
10
10
|
export declare namespace YAMLSeq {
|
|
11
11
|
interface Parsed<T extends ParsedNode | Pair<ParsedNode, ParsedNode | null> = ParsedNode> extends YAMLSeq<T> {
|
|
12
12
|
items: T[];
|
|
@@ -56,5 +56,5 @@ export declare class YAMLSeq<T = unknown> extends Collection {
|
|
|
56
56
|
set(key: unknown, value: T): void;
|
|
57
57
|
toJSON(_?: unknown, ctx?: ToJSContext): unknown[];
|
|
58
58
|
toString(ctx?: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
|
59
|
-
static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLSeq
|
|
59
|
+
static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLSeq;
|
|
60
60
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Pair } from './Pair
|
|
2
|
-
import { ToJSContext } from './toJS
|
|
3
|
-
import type { MapLike } from './YAMLMap
|
|
1
|
+
import type { Pair } from './Pair';
|
|
2
|
+
import type { ToJSContext } from './toJS';
|
|
3
|
+
import type { MapLike } from './YAMLMap';
|
|
4
4
|
export declare function addPairToJSMap(ctx: ToJSContext | undefined, map: MapLike, { key, value }: Pair): MapLike;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { Document } from '../doc/Document
|
|
2
|
-
import type { Alias } from './Alias
|
|
3
|
-
import type { Node } from './Node
|
|
4
|
-
import type { Pair } from './Pair
|
|
5
|
-
import type { Scalar } from './Scalar
|
|
6
|
-
import type { YAMLMap } from './YAMLMap
|
|
7
|
-
import type { YAMLSeq } from './YAMLSeq
|
|
1
|
+
import type { Document } from '../doc/Document';
|
|
2
|
+
import type { Alias } from './Alias';
|
|
3
|
+
import type { Node } from './Node';
|
|
4
|
+
import type { Pair } from './Pair';
|
|
5
|
+
import type { Scalar } from './Scalar';
|
|
6
|
+
import type { YAMLMap } from './YAMLMap';
|
|
7
|
+
import type { YAMLSeq } from './YAMLSeq';
|
|
8
8
|
export declare const ALIAS: unique symbol;
|
|
9
9
|
export declare const DOC: unique symbol;
|
|
10
10
|
export declare const MAP: unique symbol;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { Reviver } from './doc/applyReviver
|
|
2
|
-
import type { Directives } from './doc/directives
|
|
3
|
-
import type { LogLevelId } from './log
|
|
4
|
-
import type { ParsedNode } from './nodes/Node
|
|
5
|
-
import type { Pair } from './nodes/Pair
|
|
6
|
-
import type { Scalar } from './nodes/Scalar
|
|
7
|
-
import type { LineCounter } from './parse/line-counter
|
|
8
|
-
import type { Schema } from './schema/Schema
|
|
9
|
-
import type { Tags } from './schema/tags
|
|
10
|
-
import type { CollectionTag, ScalarTag } from './schema/types
|
|
1
|
+
import type { Reviver } from './doc/applyReviver';
|
|
2
|
+
import type { Directives } from './doc/directives';
|
|
3
|
+
import type { LogLevelId } from './log';
|
|
4
|
+
import type { ParsedNode } from './nodes/Node';
|
|
5
|
+
import type { Pair } from './nodes/Pair';
|
|
6
|
+
import type { Scalar } from './nodes/Scalar';
|
|
7
|
+
import type { LineCounter } from './parse/line-counter';
|
|
8
|
+
import type { Schema } from './schema/Schema';
|
|
9
|
+
import type { Tags } from './schema/tags';
|
|
10
|
+
import type { CollectionTag, ScalarTag } from './schema/types';
|
|
11
11
|
export type ParseOptions = {
|
|
12
12
|
/**
|
|
13
13
|
* Whether integers should be parsed into BigInt rather than number values.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ErrorCode } from '../errors
|
|
2
|
-
import { Range } from '../nodes/Node
|
|
3
|
-
import type { Scalar } from '../nodes/Scalar
|
|
4
|
-
import type { BlockScalar, FlowScalar, SourceToken, Token } from './cst
|
|
1
|
+
import type { ErrorCode } from '../errors';
|
|
2
|
+
import type { Range } from '../nodes/Node';
|
|
3
|
+
import type { Scalar } from '../nodes/Scalar';
|
|
4
|
+
import type { BlockScalar, FlowScalar, SourceToken, Token } from './cst';
|
|
5
5
|
/**
|
|
6
6
|
* If `token` is a CST flow or block scalar, determine its string value and a few other attributes.
|
|
7
7
|
* Otherwise, return `null`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CollectionItem, Document } from './cst
|
|
1
|
+
import type { BlockMap, BlockSequence, CollectionItem, Document, FlowCollection } from './cst';
|
|
2
2
|
export type VisitPath = readonly ['key' | 'value', number][];
|
|
3
3
|
export type Visitor = (item: CollectionItem, path: VisitPath) => number | symbol | Visitor | void;
|
|
4
4
|
/**
|
|
@@ -35,5 +35,5 @@ export declare namespace visit {
|
|
|
35
35
|
var SKIP: symbol;
|
|
36
36
|
var REMOVE: symbol;
|
|
37
37
|
var itemAtPath: (cst: Document | CollectionItem, path: VisitPath) => CollectionItem | undefined;
|
|
38
|
-
var parentCollection: (cst: Document | CollectionItem, path: VisitPath) =>
|
|
38
|
+
var parentCollection: (cst: Document | CollectionItem, path: VisitPath) => BlockMap | BlockSequence | FlowCollection;
|
|
39
39
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { createScalarToken, resolveAsScalar, setScalarValue } from './cst-scalar
|
|
2
|
-
export { stringify } from './cst-stringify
|
|
3
|
-
export {
|
|
1
|
+
export { createScalarToken, resolveAsScalar, setScalarValue } from './cst-scalar';
|
|
2
|
+
export { stringify } from './cst-stringify';
|
|
3
|
+
export type { Visitor, VisitPath } from './cst-visit';
|
|
4
|
+
export { visit } from './cst-visit';
|
|
4
5
|
export interface SourceToken {
|
|
5
6
|
type: 'byte-order-mark' | 'doc-mode' | 'doc-start' | 'space' | 'comment' | 'newline' | 'directive-line' | 'anchor' | 'tag' | 'seq-item-ind' | 'explicit-key-ind' | 'map-value-ind' | 'flow-map-start' | 'flow-map-end' | 'flow-seq-start' | 'flow-seq-end' | 'flow-error-end' | 'comma' | 'block-scalar-header';
|
|
6
7
|
offset: number;
|
|
@@ -59,7 +59,7 @@ export declare class Lexer {
|
|
|
59
59
|
*
|
|
60
60
|
* @returns A generator of lexical tokens
|
|
61
61
|
*/
|
|
62
|
-
lex(source: string, incomplete?: boolean): Generator<string, void
|
|
62
|
+
lex(source: string, incomplete?: boolean): Generator<string, void>;
|
|
63
63
|
private atLineEnd;
|
|
64
64
|
private charAt;
|
|
65
65
|
private continueScalar;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Token } from './cst
|
|
1
|
+
import type { Token } from './cst';
|
|
2
2
|
/**
|
|
3
3
|
* A YAML concrete syntax tree (CST) parser
|
|
4
4
|
*
|
|
@@ -57,14 +57,14 @@ export declare class Parser {
|
|
|
57
57
|
*
|
|
58
58
|
* @returns A generator of tokens representing each directive, document, and other structure.
|
|
59
59
|
*/
|
|
60
|
-
parse(source: string, incomplete?: boolean): Generator<Token, void
|
|
60
|
+
parse(source: string, incomplete?: boolean): Generator<Token, void>;
|
|
61
61
|
/**
|
|
62
62
|
* Advance the parser by the `source` of one lexical token.
|
|
63
63
|
*/
|
|
64
|
-
next(source: string): Generator<Token, void
|
|
64
|
+
next(source: string): Generator<Token, void>;
|
|
65
65
|
private lexer;
|
|
66
66
|
/** Call at end of input to push out any remaining constructions */
|
|
67
|
-
end(): Generator<Token, void
|
|
67
|
+
end(): Generator<Token, void>;
|
|
68
68
|
private get sourceToken();
|
|
69
69
|
private step;
|
|
70
70
|
private peek;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var node_process = require('node:process');
|
|
3
4
|
var cst = require('./cst.js');
|
|
4
5
|
var lexer = require('./lexer.js');
|
|
5
6
|
|
|
@@ -166,7 +167,7 @@ class Parser {
|
|
|
166
167
|
*/
|
|
167
168
|
*next(source) {
|
|
168
169
|
this.source = source;
|
|
169
|
-
if (
|
|
170
|
+
if (node_process.env.LOG_TOKENS)
|
|
170
171
|
console.log('|', cst.prettyToken(source));
|
|
171
172
|
if (this.atScalar) {
|
|
172
173
|
this.atScalar = false;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Composer } from './compose/composer
|
|
2
|
-
import type { Reviver } from './doc/applyReviver
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import type {
|
|
1
|
+
import { Composer } from './compose/composer';
|
|
2
|
+
import type { Reviver } from './doc/applyReviver';
|
|
3
|
+
import type { Replacer } from './doc/Document';
|
|
4
|
+
import { Document } from './doc/Document';
|
|
5
|
+
import type { Node, ParsedNode } from './nodes/Node';
|
|
6
|
+
import type { CreateNodeOptions, DocumentOptions, ParseOptions, SchemaOptions, ToJSOptions, ToStringOptions } from './options';
|
|
6
7
|
export interface EmptyStream extends Array<Document.Parsed>, ReturnType<Composer['streamInfo']> {
|
|
7
8
|
empty: true;
|
|
8
9
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MAP, SCALAR, SEQ } from '../nodes/identity
|
|
2
|
-
import type { Pair } from '../nodes/Pair
|
|
3
|
-
import type { SchemaOptions, ToStringOptions } from '../options
|
|
4
|
-
import type { CollectionTag, ScalarTag } from './types
|
|
1
|
+
import { MAP, SCALAR, SEQ } from '../nodes/identity';
|
|
2
|
+
import type { Pair } from '../nodes/Pair';
|
|
3
|
+
import type { SchemaOptions, ToStringOptions } from '../options';
|
|
4
|
+
import type { CollectionTag, ScalarTag } from './types';
|
|
5
5
|
export declare class Schema {
|
|
6
6
|
compat: Array<CollectionTag | ScalarTag> | null;
|
|
7
7
|
knownTags: Record<string, CollectionTag | ScalarTag>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { CollectionTag } from '../types
|
|
1
|
+
import type { CollectionTag } from '../types';
|
|
2
2
|
export declare const map: CollectionTag;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { CollectionTag } from '../types
|
|
1
|
+
import type { CollectionTag } from '../types';
|
|
2
2
|
export declare const seq: CollectionTag;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ScalarTag } from '../types
|
|
1
|
+
import type { ScalarTag } from '../types';
|
|
2
2
|
export declare const string: ScalarTag;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const schema: (import(
|
|
1
|
+
export declare const schema: (import('../types').CollectionTag | import('../types').ScalarTag)[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CollectionTag, ScalarTag } from '../types
|
|
1
|
+
import type { CollectionTag, ScalarTag } from '../types';
|
|
2
2
|
export declare const schema: (CollectionTag | ScalarTag)[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SchemaOptions } from '../options
|
|
2
|
-
import type { CollectionTag, ScalarTag } from './types
|
|
1
|
+
import type { SchemaOptions } from '../options';
|
|
2
|
+
import type { CollectionTag, ScalarTag } from './types';
|
|
3
3
|
declare const tagsByName: {
|
|
4
4
|
binary: ScalarTag;
|
|
5
5
|
bool: ScalarTag & {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { CreateNodeContext } from '../doc/createNode
|
|
2
|
-
import type { Node } from '../nodes/Node
|
|
3
|
-
import type { Scalar } from '../nodes/Scalar
|
|
4
|
-
import type { YAMLMap } from '../nodes/YAMLMap
|
|
5
|
-
import type { YAMLSeq } from '../nodes/YAMLSeq
|
|
6
|
-
import type { ParseOptions } from '../options
|
|
7
|
-
import type { StringifyContext } from '../stringify/stringify
|
|
8
|
-
import type { Schema } from './Schema
|
|
1
|
+
import type { CreateNodeContext } from '../doc/createNode';
|
|
2
|
+
import type { Node } from '../nodes/Node';
|
|
3
|
+
import type { Scalar } from '../nodes/Scalar';
|
|
4
|
+
import type { YAMLMap } from '../nodes/YAMLMap';
|
|
5
|
+
import type { YAMLSeq } from '../nodes/YAMLSeq';
|
|
6
|
+
import type { ParseOptions } from '../options';
|
|
7
|
+
import type { StringifyContext } from '../stringify/stringify';
|
|
8
|
+
import type { Schema } from './Schema';
|
|
9
9
|
interface TagBase {
|
|
10
10
|
/**
|
|
11
11
|
* An optional factory function, used e.g. by collections when wrapping JS objects as AST nodes.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ScalarTag } from '../types
|
|
1
|
+
import type { ScalarTag } from '../types';
|
|
2
2
|
export declare const binary: ScalarTag;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var node_buffer = require('node:buffer');
|
|
3
4
|
var Scalar = require('../../nodes/Scalar.js');
|
|
4
5
|
var stringifyString = require('../../stringify/stringifyString.js');
|
|
5
6
|
|
|
@@ -16,8 +17,8 @@ const binary = {
|
|
|
16
17
|
* document.querySelector('#photo').src = URL.createObjectURL(blob)
|
|
17
18
|
*/
|
|
18
19
|
resolve(src, onError) {
|
|
19
|
-
if (typeof Buffer === 'function') {
|
|
20
|
-
return Buffer.from(src, 'base64');
|
|
20
|
+
if (typeof node_buffer.Buffer === 'function') {
|
|
21
|
+
return node_buffer.Buffer.from(src, 'base64');
|
|
21
22
|
}
|
|
22
23
|
else if (typeof atob === 'function') {
|
|
23
24
|
// On IE 11, atob() can't handle newlines
|
|
@@ -35,11 +36,11 @@ const binary = {
|
|
|
35
36
|
stringify({ comment, type, value }, ctx, onComment, onChompKeep) {
|
|
36
37
|
const buf = value; // checked earlier by binary.identify()
|
|
37
38
|
let str;
|
|
38
|
-
if (typeof Buffer === 'function') {
|
|
39
|
+
if (typeof node_buffer.Buffer === 'function') {
|
|
39
40
|
str =
|
|
40
|
-
buf instanceof Buffer
|
|
41
|
+
buf instanceof node_buffer.Buffer
|
|
41
42
|
? buf.toString('base64')
|
|
42
|
-
: Buffer.from(buf.buffer).toString('base64');
|
|
43
|
+
: node_buffer.Buffer.from(buf.buffer).toString('base64');
|
|
43
44
|
}
|
|
44
45
|
else if (typeof btoa === 'function') {
|
|
45
46
|
let s = '';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ToJSContext } from '../../nodes/toJS
|
|
2
|
-
import type { MapLike } from '../../nodes/YAMLMap
|
|
3
|
-
import type { ScalarTag } from '../types
|
|
1
|
+
import type { ToJSContext } from '../../nodes/toJS';
|
|
2
|
+
import type { MapLike } from '../../nodes/YAMLMap';
|
|
3
|
+
import type { ScalarTag } from '../types';
|
|
4
4
|
export declare const merge: ScalarTag & {
|
|
5
5
|
identify(value: unknown): boolean;
|
|
6
6
|
test: RegExp;
|
|
@@ -1,23 +1,17 @@
|
|
|
1
|
-
import { ToJSContext } from '../../nodes/toJS
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import type {
|
|
5
|
-
import {
|
|
1
|
+
import type { ToJSContext } from '../../nodes/toJS';
|
|
2
|
+
import { YAMLMap } from '../../nodes/YAMLMap';
|
|
3
|
+
import { YAMLSeq } from '../../nodes/YAMLSeq';
|
|
4
|
+
import type { CreateNodeContext } from '../../util';
|
|
5
|
+
import type { Schema } from '../Schema';
|
|
6
|
+
import type { CollectionTag } from '../types';
|
|
6
7
|
export declare class YAMLOMap extends YAMLSeq {
|
|
7
8
|
static tag: string;
|
|
8
9
|
constructor();
|
|
9
|
-
add:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
get: {
|
|
15
|
-
(key: unknown, keepScalar: true): import("../../index.js").Scalar<any> | undefined;
|
|
16
|
-
(key: unknown, keepScalar?: false): any;
|
|
17
|
-
(key: unknown, keepScalar?: boolean): any;
|
|
18
|
-
};
|
|
19
|
-
has: (key: unknown) => boolean;
|
|
20
|
-
set: (key: any, value: any) => void;
|
|
10
|
+
add: typeof YAMLMap.prototype.add;
|
|
11
|
+
delete: typeof YAMLMap.prototype.delete;
|
|
12
|
+
get: typeof YAMLMap.prototype.get;
|
|
13
|
+
has: typeof YAMLMap.prototype.has;
|
|
14
|
+
set: typeof YAMLMap.prototype.set;
|
|
21
15
|
/**
|
|
22
16
|
* If `ctx` is given, the return type is actually `Map<unknown, unknown>`,
|
|
23
17
|
* but TypeScript won't allow widening the signature of a child method.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { CreateNodeContext } from '../../doc/createNode
|
|
2
|
-
import type { ParsedNode } from '../../nodes/Node
|
|
3
|
-
import { Pair } from '../../nodes/Pair
|
|
4
|
-
import { YAMLMap } from '../../nodes/YAMLMap
|
|
5
|
-
import { YAMLSeq } from '../../nodes/YAMLSeq
|
|
6
|
-
import type { Schema } from '../../schema/Schema
|
|
7
|
-
import type { CollectionTag } from '../types
|
|
1
|
+
import type { CreateNodeContext } from '../../doc/createNode';
|
|
2
|
+
import type { ParsedNode } from '../../nodes/Node';
|
|
3
|
+
import { Pair } from '../../nodes/Pair';
|
|
4
|
+
import type { YAMLMap } from '../../nodes/YAMLMap';
|
|
5
|
+
import { YAMLSeq } from '../../nodes/YAMLSeq';
|
|
6
|
+
import type { Schema } from '../../schema/Schema';
|
|
7
|
+
import type { CollectionTag } from '../types';
|
|
8
8
|
export declare function resolvePairs(seq: YAMLSeq.Parsed<ParsedNode | Pair<ParsedNode, ParsedNode | null>> | YAMLMap.Parsed, onError: (message: string) => void): YAMLSeq.Parsed<Pair<ParsedNode, ParsedNode | null>>;
|
|
9
9
|
export declare function createPairs(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSeq<unknown>;
|
|
10
10
|
export declare const pairs: CollectionTag;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const schema: (import(
|
|
1
|
+
export declare const schema: (import('../types').CollectionTag | import('../types').ScalarTag)[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Pair } from '../../nodes/Pair
|
|
2
|
-
import { Scalar } from '../../nodes/Scalar
|
|
3
|
-
import { ToJSContext } from '../../nodes/toJS
|
|
4
|
-
import { YAMLMap } from '../../nodes/YAMLMap
|
|
5
|
-
import type { Schema } from '../../schema/Schema
|
|
6
|
-
import type { StringifyContext } from '../../stringify/stringify
|
|
7
|
-
import { CreateNodeContext } from '../../util
|
|
8
|
-
import type { CollectionTag } from '../types
|
|
1
|
+
import { Pair } from '../../nodes/Pair';
|
|
2
|
+
import type { Scalar } from '../../nodes/Scalar';
|
|
3
|
+
import type { ToJSContext } from '../../nodes/toJS';
|
|
4
|
+
import { YAMLMap } from '../../nodes/YAMLMap';
|
|
5
|
+
import type { Schema } from '../../schema/Schema';
|
|
6
|
+
import type { StringifyContext } from '../../stringify/stringify';
|
|
7
|
+
import type { CreateNodeContext } from '../../util';
|
|
8
|
+
import type { CollectionTag } from '../types';
|
|
9
9
|
export declare class YAMLSet<T = unknown> extends YAMLMap<T, Scalar<null> | null> {
|
|
10
10
|
static tag: string;
|
|
11
11
|
constructor(schema?: Schema);
|
|
@@ -23,6 +23,6 @@ export declare class YAMLSet<T = unknown> extends YAMLMap<T, Scalar<null> | null
|
|
|
23
23
|
set(key: T, value: null): void;
|
|
24
24
|
toJSON(_?: unknown, ctx?: ToJSContext): any;
|
|
25
25
|
toString(ctx?: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
|
26
|
-
static from(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSet
|
|
26
|
+
static from(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLSet;
|
|
27
27
|
}
|
|
28
28
|
export declare const set: CollectionTag;
|
|
@@ -97,7 +97,7 @@ const timestamp = {
|
|
|
97
97
|
}
|
|
98
98
|
return new Date(date);
|
|
99
99
|
},
|
|
100
|
-
stringify: ({ value }) => value.toISOString().replace(/(
|
|
100
|
+
stringify: ({ value }) => value.toISOString().replace(/(T00:00:00)?\.000Z$/, '')
|
|
101
101
|
};
|
|
102
102
|
|
|
103
103
|
exports.floatTime = floatTime;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { Document } from '../doc/Document
|
|
2
|
-
import type { Alias } from '../nodes/Alias
|
|
3
|
-
import type { ToStringOptions } from '../options
|
|
1
|
+
import type { Document } from '../doc/Document';
|
|
2
|
+
import type { Alias } from '../nodes/Alias';
|
|
3
|
+
import type { ToStringOptions } from '../options';
|
|
4
4
|
export type StringifyContext = {
|
|
5
5
|
actualString?: boolean;
|
|
6
6
|
allNullValues?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Collection } from '../nodes/Collection
|
|
2
|
-
import { StringifyContext } from './stringify
|
|
1
|
+
import type { Collection } from '../nodes/Collection';
|
|
2
|
+
import type { StringifyContext } from './stringify';
|
|
3
3
|
interface StringifyCollectionOptions {
|
|
4
4
|
blockItemPrefix: string;
|
|
5
5
|
flowChars: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Document } from '../doc/Document
|
|
2
|
-
import type { Node } from '../nodes/Node
|
|
3
|
-
import type { ToStringOptions } from '../options
|
|
1
|
+
import type { Document } from '../doc/Document';
|
|
2
|
+
import type { Node } from '../nodes/Node';
|
|
3
|
+
import type { ToStringOptions } from '../options';
|
|
4
4
|
export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { Scalar } from '../nodes/Scalar
|
|
1
|
+
import type { Scalar } from '../nodes/Scalar';
|
|
2
2
|
export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { Pair } from '../nodes/Pair
|
|
2
|
-
import { StringifyContext } from './stringify
|
|
1
|
+
import type { Pair } from '../nodes/Pair';
|
|
2
|
+
import type { StringifyContext } from './stringify';
|
|
3
3
|
export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Scalar } from '../nodes/Scalar
|
|
2
|
-
import type { StringifyContext } from './stringify
|
|
1
|
+
import { Scalar } from '../nodes/Scalar';
|
|
2
|
+
import type { StringifyContext } from './stringify';
|
|
3
3
|
interface StringifyScalar {
|
|
4
4
|
value: string;
|
|
5
5
|
comment?: string | null;
|
|
@@ -221,23 +221,32 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
|
|
|
221
221
|
start = start.replace(/\n+/g, `$&${indent}`);
|
|
222
222
|
}
|
|
223
223
|
const indentSize = indent ? '2' : '1'; // root is at -1
|
|
224
|
-
|
|
224
|
+
// Leading | or > is added later
|
|
225
|
+
let header = (startWithSpace ? indentSize : '') + chomp;
|
|
225
226
|
if (comment) {
|
|
226
227
|
header += ' ' + commentString(comment.replace(/ ?[\r\n]+/g, ' '));
|
|
227
228
|
if (onComment)
|
|
228
229
|
onComment();
|
|
229
230
|
}
|
|
230
|
-
if (literal) {
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
if (!literal) {
|
|
232
|
+
const foldedValue = 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
|
+
let literalFallback = false;
|
|
238
|
+
const foldOptions = getFoldOptions(ctx, true);
|
|
239
|
+
if (blockQuote !== 'folded' && type !== Scalar.Scalar.BLOCK_FOLDED) {
|
|
240
|
+
foldOptions.onOverflow = () => {
|
|
241
|
+
literalFallback = true;
|
|
242
|
+
};
|
|
243
|
+
}
|
|
244
|
+
const body = foldFlowLines.foldFlowLines(`${start}${foldedValue}${end}`, indent, foldFlowLines.FOLD_BLOCK, foldOptions);
|
|
245
|
+
if (!literalFallback)
|
|
246
|
+
return `>${header}\n${indent}${body}`;
|
|
233
247
|
}
|
|
234
|
-
value = value
|
|
235
|
-
|
|
236
|
-
.replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g, '$1$2') // more-indented lines aren't folded
|
|
237
|
-
// ^ more-ind. ^ empty ^ capture next empty lines only at end of indent
|
|
238
|
-
.replace(/\n+/g, `$&${indent}`);
|
|
239
|
-
const body = foldFlowLines.foldFlowLines(`${start}${value}${end}`, indent, foldFlowLines.FOLD_BLOCK, getFoldOptions(ctx, true));
|
|
240
|
-
return `${header}\n${indent}${body}`;
|
|
248
|
+
value = value.replace(/\n+/g, `$&${indent}`);
|
|
249
|
+
return `|${header}\n${indent}${start}${value}${end}`;
|
|
241
250
|
}
|
|
242
251
|
function plainString(item, ctx, onComment, onChompKeep) {
|
|
243
252
|
const { type, value } = item;
|