yaml 2.8.2 → 3.0.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/README.md +65 -85
  2. package/{bin.mjs → bin.js} +1 -1
  3. package/dist/chunk-BYypO7fO.js +18 -0
  4. package/dist/cli.d.ts +10 -7
  5. package/dist/cli.js +181 -0
  6. package/dist/directives-CG6n4xSM.js +2856 -0
  7. package/dist/index.d.ts +335 -25
  8. package/dist/index.js +4 -49
  9. package/dist/line-counter-TFl552k_.js +3098 -0
  10. package/dist/public-api-BE74JyVm.js +79 -0
  11. package/dist/stringifyString-S_ITVLTO.d.ts +1306 -0
  12. package/dist/test-events.d.ts +6 -3
  13. package/dist/test-events.js +98 -124
  14. package/dist/util.d.ts +2 -16
  15. package/dist/util.js +2 -27
  16. package/package.json +20 -44
  17. package/browser/dist/compose/compose-collection.js +0 -88
  18. package/browser/dist/compose/compose-doc.js +0 -43
  19. package/browser/dist/compose/compose-node.js +0 -102
  20. package/browser/dist/compose/compose-scalar.js +0 -86
  21. package/browser/dist/compose/composer.js +0 -217
  22. package/browser/dist/compose/resolve-block-map.js +0 -115
  23. package/browser/dist/compose/resolve-block-scalar.js +0 -198
  24. package/browser/dist/compose/resolve-block-seq.js +0 -49
  25. package/browser/dist/compose/resolve-end.js +0 -37
  26. package/browser/dist/compose/resolve-flow-collection.js +0 -207
  27. package/browser/dist/compose/resolve-flow-scalar.js +0 -223
  28. package/browser/dist/compose/resolve-props.js +0 -146
  29. package/browser/dist/compose/util-contains-newline.js +0 -34
  30. package/browser/dist/compose/util-empty-scalar-position.js +0 -26
  31. package/browser/dist/compose/util-flow-indent-check.js +0 -15
  32. package/browser/dist/compose/util-map-includes.js +0 -13
  33. package/browser/dist/doc/Document.js +0 -335
  34. package/browser/dist/doc/anchors.js +0 -71
  35. package/browser/dist/doc/applyReviver.js +0 -55
  36. package/browser/dist/doc/createNode.js +0 -88
  37. package/browser/dist/doc/directives.js +0 -176
  38. package/browser/dist/errors.js +0 -57
  39. package/browser/dist/index.js +0 -17
  40. package/browser/dist/log.js +0 -11
  41. package/browser/dist/nodes/Alias.js +0 -114
  42. package/browser/dist/nodes/Collection.js +0 -147
  43. package/browser/dist/nodes/Node.js +0 -38
  44. package/browser/dist/nodes/Pair.js +0 -36
  45. package/browser/dist/nodes/Scalar.js +0 -24
  46. package/browser/dist/nodes/YAMLMap.js +0 -144
  47. package/browser/dist/nodes/YAMLSeq.js +0 -113
  48. package/browser/dist/nodes/addPairToJSMap.js +0 -63
  49. package/browser/dist/nodes/identity.js +0 -36
  50. package/browser/dist/nodes/toJS.js +0 -37
  51. package/browser/dist/parse/cst-scalar.js +0 -214
  52. package/browser/dist/parse/cst-stringify.js +0 -61
  53. package/browser/dist/parse/cst-visit.js +0 -97
  54. package/browser/dist/parse/cst.js +0 -98
  55. package/browser/dist/parse/lexer.js +0 -717
  56. package/browser/dist/parse/line-counter.js +0 -39
  57. package/browser/dist/parse/parser.js +0 -967
  58. package/browser/dist/public-api.js +0 -102
  59. package/browser/dist/schema/Schema.js +0 -37
  60. package/browser/dist/schema/common/map.js +0 -17
  61. package/browser/dist/schema/common/null.js +0 -15
  62. package/browser/dist/schema/common/seq.js +0 -17
  63. package/browser/dist/schema/common/string.js +0 -14
  64. package/browser/dist/schema/core/bool.js +0 -19
  65. package/browser/dist/schema/core/float.js +0 -43
  66. package/browser/dist/schema/core/int.js +0 -38
  67. package/browser/dist/schema/core/schema.js +0 -23
  68. package/browser/dist/schema/json/schema.js +0 -62
  69. package/browser/dist/schema/tags.js +0 -96
  70. package/browser/dist/schema/yaml-1.1/binary.js +0 -58
  71. package/browser/dist/schema/yaml-1.1/bool.js +0 -26
  72. package/browser/dist/schema/yaml-1.1/float.js +0 -46
  73. package/browser/dist/schema/yaml-1.1/int.js +0 -71
  74. package/browser/dist/schema/yaml-1.1/merge.js +0 -64
  75. package/browser/dist/schema/yaml-1.1/omap.js +0 -74
  76. package/browser/dist/schema/yaml-1.1/pairs.js +0 -78
  77. package/browser/dist/schema/yaml-1.1/schema.js +0 -39
  78. package/browser/dist/schema/yaml-1.1/set.js +0 -93
  79. package/browser/dist/schema/yaml-1.1/timestamp.js +0 -101
  80. package/browser/dist/stringify/foldFlowLines.js +0 -146
  81. package/browser/dist/stringify/stringify.js +0 -128
  82. package/browser/dist/stringify/stringifyCollection.js +0 -143
  83. package/browser/dist/stringify/stringifyComment.js +0 -20
  84. package/browser/dist/stringify/stringifyDocument.js +0 -85
  85. package/browser/dist/stringify/stringifyNumber.js +0 -24
  86. package/browser/dist/stringify/stringifyPair.js +0 -150
  87. package/browser/dist/stringify/stringifyString.js +0 -336
  88. package/browser/dist/util.js +0 -11
  89. package/browser/dist/visit.js +0 -233
  90. package/browser/index.js +0 -5
  91. package/browser/package.json +0 -3
  92. package/dist/cli.mjs +0 -201
  93. package/dist/compose/compose-collection.d.ts +0 -11
  94. package/dist/compose/compose-collection.js +0 -90
  95. package/dist/compose/compose-doc.d.ts +0 -7
  96. package/dist/compose/compose-doc.js +0 -45
  97. package/dist/compose/compose-node.d.ts +0 -29
  98. package/dist/compose/compose-node.js +0 -105
  99. package/dist/compose/compose-scalar.d.ts +0 -5
  100. package/dist/compose/compose-scalar.js +0 -88
  101. package/dist/compose/composer.d.ts +0 -63
  102. package/dist/compose/composer.js +0 -222
  103. package/dist/compose/resolve-block-map.d.ts +0 -6
  104. package/dist/compose/resolve-block-map.js +0 -117
  105. package/dist/compose/resolve-block-scalar.d.ts +0 -11
  106. package/dist/compose/resolve-block-scalar.js +0 -200
  107. package/dist/compose/resolve-block-seq.d.ts +0 -6
  108. package/dist/compose/resolve-block-seq.js +0 -51
  109. package/dist/compose/resolve-end.d.ts +0 -6
  110. package/dist/compose/resolve-end.js +0 -39
  111. package/dist/compose/resolve-flow-collection.d.ts +0 -7
  112. package/dist/compose/resolve-flow-collection.js +0 -209
  113. package/dist/compose/resolve-flow-scalar.d.ts +0 -10
  114. package/dist/compose/resolve-flow-scalar.js +0 -225
  115. package/dist/compose/resolve-props.d.ts +0 -23
  116. package/dist/compose/resolve-props.js +0 -148
  117. package/dist/compose/util-contains-newline.d.ts +0 -2
  118. package/dist/compose/util-contains-newline.js +0 -36
  119. package/dist/compose/util-empty-scalar-position.d.ts +0 -2
  120. package/dist/compose/util-empty-scalar-position.js +0 -28
  121. package/dist/compose/util-flow-indent-check.d.ts +0 -3
  122. package/dist/compose/util-flow-indent-check.js +0 -17
  123. package/dist/compose/util-map-includes.d.ts +0 -4
  124. package/dist/compose/util-map-includes.js +0 -15
  125. package/dist/doc/Document.d.ts +0 -141
  126. package/dist/doc/Document.js +0 -337
  127. package/dist/doc/anchors.d.ts +0 -24
  128. package/dist/doc/anchors.js +0 -76
  129. package/dist/doc/applyReviver.d.ts +0 -9
  130. package/dist/doc/applyReviver.js +0 -57
  131. package/dist/doc/createNode.d.ts +0 -17
  132. package/dist/doc/createNode.js +0 -90
  133. package/dist/doc/directives.d.ts +0 -49
  134. package/dist/doc/directives.js +0 -178
  135. package/dist/errors.d.ts +0 -21
  136. package/dist/errors.js +0 -62
  137. package/dist/log.d.ts +0 -3
  138. package/dist/log.js +0 -19
  139. package/dist/nodes/Alias.d.ts +0 -29
  140. package/dist/nodes/Alias.js +0 -116
  141. package/dist/nodes/Collection.d.ts +0 -73
  142. package/dist/nodes/Collection.js +0 -151
  143. package/dist/nodes/Node.d.ts +0 -53
  144. package/dist/nodes/Node.js +0 -40
  145. package/dist/nodes/Pair.d.ts +0 -22
  146. package/dist/nodes/Pair.js +0 -39
  147. package/dist/nodes/Scalar.d.ts +0 -43
  148. package/dist/nodes/Scalar.js +0 -27
  149. package/dist/nodes/YAMLMap.d.ts +0 -53
  150. package/dist/nodes/YAMLMap.js +0 -147
  151. package/dist/nodes/YAMLSeq.d.ts +0 -60
  152. package/dist/nodes/YAMLSeq.js +0 -115
  153. package/dist/nodes/addPairToJSMap.d.ts +0 -4
  154. package/dist/nodes/addPairToJSMap.js +0 -65
  155. package/dist/nodes/identity.d.ts +0 -23
  156. package/dist/nodes/identity.js +0 -53
  157. package/dist/nodes/toJS.d.ts +0 -29
  158. package/dist/nodes/toJS.js +0 -39
  159. package/dist/options.d.ts +0 -344
  160. package/dist/parse/cst-scalar.d.ts +0 -64
  161. package/dist/parse/cst-scalar.js +0 -218
  162. package/dist/parse/cst-stringify.d.ts +0 -8
  163. package/dist/parse/cst-stringify.js +0 -63
  164. package/dist/parse/cst-visit.d.ts +0 -39
  165. package/dist/parse/cst-visit.js +0 -99
  166. package/dist/parse/cst.d.ts +0 -109
  167. package/dist/parse/cst.js +0 -112
  168. package/dist/parse/lexer.d.ts +0 -87
  169. package/dist/parse/lexer.js +0 -719
  170. package/dist/parse/line-counter.d.ts +0 -22
  171. package/dist/parse/line-counter.js +0 -41
  172. package/dist/parse/parser.d.ts +0 -84
  173. package/dist/parse/parser.js +0 -972
  174. package/dist/public-api.d.ts +0 -44
  175. package/dist/public-api.js +0 -107
  176. package/dist/schema/Schema.d.ts +0 -17
  177. package/dist/schema/Schema.js +0 -39
  178. package/dist/schema/common/map.d.ts +0 -2
  179. package/dist/schema/common/map.js +0 -19
  180. package/dist/schema/common/null.d.ts +0 -4
  181. package/dist/schema/common/null.js +0 -17
  182. package/dist/schema/common/seq.d.ts +0 -2
  183. package/dist/schema/common/seq.js +0 -19
  184. package/dist/schema/common/string.d.ts +0 -2
  185. package/dist/schema/common/string.js +0 -16
  186. package/dist/schema/core/bool.d.ts +0 -4
  187. package/dist/schema/core/bool.js +0 -21
  188. package/dist/schema/core/float.d.ts +0 -4
  189. package/dist/schema/core/float.js +0 -47
  190. package/dist/schema/core/int.d.ts +0 -4
  191. package/dist/schema/core/int.js +0 -42
  192. package/dist/schema/core/schema.d.ts +0 -1
  193. package/dist/schema/core/schema.js +0 -25
  194. package/dist/schema/json/schema.d.ts +0 -2
  195. package/dist/schema/json/schema.js +0 -64
  196. package/dist/schema/json-schema.d.ts +0 -69
  197. package/dist/schema/tags.d.ts +0 -48
  198. package/dist/schema/tags.js +0 -99
  199. package/dist/schema/types.d.ts +0 -92
  200. package/dist/schema/yaml-1.1/binary.d.ts +0 -2
  201. package/dist/schema/yaml-1.1/binary.js +0 -70
  202. package/dist/schema/yaml-1.1/bool.d.ts +0 -7
  203. package/dist/schema/yaml-1.1/bool.js +0 -29
  204. package/dist/schema/yaml-1.1/float.d.ts +0 -4
  205. package/dist/schema/yaml-1.1/float.js +0 -50
  206. package/dist/schema/yaml-1.1/int.d.ts +0 -5
  207. package/dist/schema/yaml-1.1/int.js +0 -76
  208. package/dist/schema/yaml-1.1/merge.d.ts +0 -9
  209. package/dist/schema/yaml-1.1/merge.js +0 -68
  210. package/dist/schema/yaml-1.1/omap.d.ts +0 -22
  211. package/dist/schema/yaml-1.1/omap.js +0 -77
  212. package/dist/schema/yaml-1.1/pairs.d.ts +0 -10
  213. package/dist/schema/yaml-1.1/pairs.js +0 -82
  214. package/dist/schema/yaml-1.1/schema.d.ts +0 -1
  215. package/dist/schema/yaml-1.1/schema.js +0 -41
  216. package/dist/schema/yaml-1.1/set.d.ts +0 -28
  217. package/dist/schema/yaml-1.1/set.js +0 -96
  218. package/dist/schema/yaml-1.1/timestamp.d.ts +0 -6
  219. package/dist/schema/yaml-1.1/timestamp.js +0 -105
  220. package/dist/stringify/foldFlowLines.d.ts +0 -34
  221. package/dist/stringify/foldFlowLines.js +0 -151
  222. package/dist/stringify/stringify.d.ts +0 -21
  223. package/dist/stringify/stringify.js +0 -131
  224. package/dist/stringify/stringifyCollection.d.ts +0 -17
  225. package/dist/stringify/stringifyCollection.js +0 -145
  226. package/dist/stringify/stringifyComment.d.ts +0 -10
  227. package/dist/stringify/stringifyComment.js +0 -24
  228. package/dist/stringify/stringifyDocument.d.ts +0 -4
  229. package/dist/stringify/stringifyDocument.js +0 -87
  230. package/dist/stringify/stringifyNumber.d.ts +0 -2
  231. package/dist/stringify/stringifyNumber.js +0 -26
  232. package/dist/stringify/stringifyPair.d.ts +0 -3
  233. package/dist/stringify/stringifyPair.js +0 -152
  234. package/dist/stringify/stringifyString.d.ts +0 -9
  235. package/dist/stringify/stringifyString.js +0 -338
  236. package/dist/visit.d.ts +0 -102
  237. package/dist/visit.js +0 -236
  238. package/util.js +0 -2
@@ -1,60 +0,0 @@
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
- export declare namespace YAMLSeq {
11
- interface Parsed<T extends ParsedNode | Pair<ParsedNode, ParsedNode | null> = ParsedNode> extends YAMLSeq<T> {
12
- items: T[];
13
- range: Range;
14
- srcToken?: BlockSequence | FlowCollection;
15
- }
16
- }
17
- export declare class YAMLSeq<T = unknown> extends Collection {
18
- static get tagName(): 'tag:yaml.org,2002:seq';
19
- items: T[];
20
- constructor(schema?: Schema);
21
- add(value: T): void;
22
- /**
23
- * Removes a value from the collection.
24
- *
25
- * `key` must contain a representation of an integer for this to succeed.
26
- * It may be wrapped in a `Scalar`.
27
- *
28
- * @returns `true` if the item was found and removed.
29
- */
30
- delete(key: unknown): boolean;
31
- /**
32
- * Returns item at `key`, or `undefined` if not found. By default unwraps
33
- * scalar values from their surrounding node; to disable set `keepScalar` to
34
- * `true` (collections are always returned intact).
35
- *
36
- * `key` must contain a representation of an integer for this to succeed.
37
- * It may be wrapped in a `Scalar`.
38
- */
39
- get(key: unknown, keepScalar: true): Scalar<T> | undefined;
40
- get(key: unknown, keepScalar?: false): T | undefined;
41
- get(key: unknown, keepScalar?: boolean): T | Scalar<T> | undefined;
42
- /**
43
- * Checks if the collection includes a value with the key `key`.
44
- *
45
- * `key` must contain a representation of an integer for this to succeed.
46
- * It may be wrapped in a `Scalar`.
47
- */
48
- has(key: unknown): boolean;
49
- /**
50
- * Sets a value in this collection. For `!!set`, `value` needs to be a
51
- * boolean to add/remove the item from the set.
52
- *
53
- * If `key` does not contain a representation of an integer, this will throw.
54
- * It may be wrapped in a `Scalar`.
55
- */
56
- set(key: unknown, value: T): void;
57
- toJSON(_?: unknown, ctx?: ToJSContext): unknown[];
58
- toString(ctx?: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
59
- static from(schema: Schema, obj: unknown, ctx: CreateNodeContext): YAMLSeq;
60
- }
@@ -1,115 +0,0 @@
1
- 'use strict';
2
-
3
- var createNode = require('../doc/createNode.js');
4
- var stringifyCollection = require('../stringify/stringifyCollection.js');
5
- var Collection = require('./Collection.js');
6
- var identity = require('./identity.js');
7
- var Scalar = require('./Scalar.js');
8
- var toJS = require('./toJS.js');
9
-
10
- class YAMLSeq extends Collection.Collection {
11
- static get tagName() {
12
- return 'tag:yaml.org,2002:seq';
13
- }
14
- constructor(schema) {
15
- super(identity.SEQ, schema);
16
- this.items = [];
17
- }
18
- add(value) {
19
- this.items.push(value);
20
- }
21
- /**
22
- * Removes a value from the collection.
23
- *
24
- * `key` must contain a representation of an integer for this to succeed.
25
- * It may be wrapped in a `Scalar`.
26
- *
27
- * @returns `true` if the item was found and removed.
28
- */
29
- delete(key) {
30
- const idx = asItemIndex(key);
31
- if (typeof idx !== 'number')
32
- return false;
33
- const del = this.items.splice(idx, 1);
34
- return del.length > 0;
35
- }
36
- get(key, keepScalar) {
37
- const idx = asItemIndex(key);
38
- if (typeof idx !== 'number')
39
- return undefined;
40
- const it = this.items[idx];
41
- return !keepScalar && identity.isScalar(it) ? it.value : it;
42
- }
43
- /**
44
- * Checks if the collection includes a value with the key `key`.
45
- *
46
- * `key` must contain a representation of an integer for this to succeed.
47
- * It may be wrapped in a `Scalar`.
48
- */
49
- has(key) {
50
- const idx = asItemIndex(key);
51
- return typeof idx === 'number' && idx < this.items.length;
52
- }
53
- /**
54
- * Sets a value in this collection. For `!!set`, `value` needs to be a
55
- * boolean to add/remove the item from the set.
56
- *
57
- * If `key` does not contain a representation of an integer, this will throw.
58
- * It may be wrapped in a `Scalar`.
59
- */
60
- set(key, value) {
61
- const idx = asItemIndex(key);
62
- if (typeof idx !== 'number')
63
- throw new Error(`Expected a valid index, not ${key}.`);
64
- const prev = this.items[idx];
65
- if (identity.isScalar(prev) && Scalar.isScalarValue(value))
66
- prev.value = value;
67
- else
68
- this.items[idx] = value;
69
- }
70
- toJSON(_, ctx) {
71
- const seq = [];
72
- if (ctx?.onCreate)
73
- ctx.onCreate(seq);
74
- let i = 0;
75
- for (const item of this.items)
76
- seq.push(toJS.toJS(item, String(i++), ctx));
77
- return seq;
78
- }
79
- toString(ctx, onComment, onChompKeep) {
80
- if (!ctx)
81
- return JSON.stringify(this);
82
- return stringifyCollection.stringifyCollection(this, ctx, {
83
- blockItemPrefix: '- ',
84
- flowChars: { start: '[', end: ']' },
85
- itemIndent: (ctx.indent || '') + ' ',
86
- onChompKeep,
87
- onComment
88
- });
89
- }
90
- static from(schema, obj, ctx) {
91
- const { replacer } = ctx;
92
- const seq = new this(schema);
93
- if (obj && Symbol.iterator in Object(obj)) {
94
- let i = 0;
95
- for (let it of obj) {
96
- if (typeof replacer === 'function') {
97
- const key = obj instanceof Set ? it : String(i++);
98
- it = replacer.call(obj, key, it);
99
- }
100
- seq.items.push(createNode.createNode(it, undefined, ctx));
101
- }
102
- }
103
- return seq;
104
- }
105
- }
106
- function asItemIndex(key) {
107
- let idx = identity.isScalar(key) ? key.value : key;
108
- if (idx && typeof idx === 'string')
109
- idx = Number(idx);
110
- return typeof idx === 'number' && Number.isInteger(idx) && idx >= 0
111
- ? idx
112
- : null;
113
- }
114
-
115
- exports.YAMLSeq = YAMLSeq;
@@ -1,4 +0,0 @@
1
- import type { Pair } from './Pair';
2
- import type { ToJSContext } from './toJS';
3
- import type { MapLike } from './YAMLMap';
4
- export declare function addPairToJSMap(ctx: ToJSContext | undefined, map: MapLike, { key, value }: Pair): MapLike;
@@ -1,65 +0,0 @@
1
- 'use strict';
2
-
3
- var log = require('../log.js');
4
- var merge = require('../schema/yaml-1.1/merge.js');
5
- var stringify = require('../stringify/stringify.js');
6
- var identity = require('./identity.js');
7
- var toJS = require('./toJS.js');
8
-
9
- function addPairToJSMap(ctx, map, { key, value }) {
10
- if (identity.isNode(key) && key.addToJSMap)
11
- key.addToJSMap(ctx, map, value);
12
- // TODO: Should drop this special case for bare << handling
13
- else if (merge.isMergeKey(ctx, key))
14
- merge.addMergeToJSMap(ctx, map, value);
15
- else {
16
- const jsKey = toJS.toJS(key, '', ctx);
17
- if (map instanceof Map) {
18
- map.set(jsKey, toJS.toJS(value, jsKey, ctx));
19
- }
20
- else if (map instanceof Set) {
21
- map.add(jsKey);
22
- }
23
- else {
24
- const stringKey = stringifyKey(key, jsKey, ctx);
25
- const jsValue = toJS.toJS(value, stringKey, ctx);
26
- if (stringKey in map)
27
- Object.defineProperty(map, stringKey, {
28
- value: jsValue,
29
- writable: true,
30
- enumerable: true,
31
- configurable: true
32
- });
33
- else
34
- map[stringKey] = jsValue;
35
- }
36
- }
37
- return map;
38
- }
39
- function stringifyKey(key, jsKey, ctx) {
40
- if (jsKey === null)
41
- return '';
42
- // eslint-disable-next-line @typescript-eslint/no-base-to-string
43
- if (typeof jsKey !== 'object')
44
- return String(jsKey);
45
- if (identity.isNode(key) && ctx?.doc) {
46
- const strCtx = stringify.createStringifyContext(ctx.doc, {});
47
- strCtx.anchors = new Set();
48
- for (const node of ctx.anchors.keys())
49
- strCtx.anchors.add(node.anchor);
50
- strCtx.inFlow = true;
51
- strCtx.inStringifyKey = true;
52
- const strKey = key.toString(strCtx);
53
- if (!ctx.mapKeyWarned) {
54
- let jsonStr = JSON.stringify(strKey);
55
- if (jsonStr.length > 40)
56
- jsonStr = jsonStr.substring(0, 36) + '..."';
57
- log.warn(ctx.doc.options.logLevel, `Keys with collection values will be stringified due to JS Object restrictions: ${jsonStr}. Set mapAsMap: true to use object keys.`);
58
- ctx.mapKeyWarned = true;
59
- }
60
- return strKey;
61
- }
62
- return JSON.stringify(jsKey);
63
- }
64
-
65
- exports.addPairToJSMap = addPairToJSMap;
@@ -1,23 +0,0 @@
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
- export declare const ALIAS: unique symbol;
9
- export declare const DOC: unique symbol;
10
- export declare const MAP: unique symbol;
11
- export declare const PAIR: unique symbol;
12
- export declare const SCALAR: unique symbol;
13
- export declare const SEQ: unique symbol;
14
- export declare const NODE_TYPE: unique symbol;
15
- export declare const isAlias: (node: any) => node is Alias;
16
- export declare const isDocument: <T extends Node = Node>(node: any) => node is Document<T>;
17
- export declare const isMap: <K = unknown, V = unknown>(node: any) => node is YAMLMap<K, V>;
18
- export declare const isPair: <K = unknown, V = unknown>(node: any) => node is Pair<K, V>;
19
- export declare const isScalar: <T = unknown>(node: any) => node is Scalar<T>;
20
- export declare const isSeq: <T = unknown>(node: any) => node is YAMLSeq<T>;
21
- export declare function isCollection<K = unknown, V = unknown>(node: any): node is YAMLMap<K, V> | YAMLSeq<V>;
22
- export declare function isNode<T = unknown>(node: any): node is Node<T>;
23
- export declare const hasAnchor: <K = unknown, V = unknown>(node: unknown) => node is Scalar<V> | YAMLMap<K, V> | YAMLSeq<V>;
@@ -1,53 +0,0 @@
1
- 'use strict';
2
-
3
- const ALIAS = Symbol.for('yaml.alias');
4
- const DOC = Symbol.for('yaml.document');
5
- const MAP = Symbol.for('yaml.map');
6
- const PAIR = Symbol.for('yaml.pair');
7
- const SCALAR = Symbol.for('yaml.scalar');
8
- const SEQ = Symbol.for('yaml.seq');
9
- const NODE_TYPE = Symbol.for('yaml.node.type');
10
- const isAlias = (node) => !!node && typeof node === 'object' && node[NODE_TYPE] === ALIAS;
11
- const isDocument = (node) => !!node && typeof node === 'object' && node[NODE_TYPE] === DOC;
12
- const isMap = (node) => !!node && typeof node === 'object' && node[NODE_TYPE] === MAP;
13
- const isPair = (node) => !!node && typeof node === 'object' && node[NODE_TYPE] === PAIR;
14
- const isScalar = (node) => !!node && typeof node === 'object' && node[NODE_TYPE] === SCALAR;
15
- const isSeq = (node) => !!node && typeof node === 'object' && node[NODE_TYPE] === SEQ;
16
- function isCollection(node) {
17
- if (node && typeof node === 'object')
18
- switch (node[NODE_TYPE]) {
19
- case MAP:
20
- case SEQ:
21
- return true;
22
- }
23
- return false;
24
- }
25
- function isNode(node) {
26
- if (node && typeof node === 'object')
27
- switch (node[NODE_TYPE]) {
28
- case ALIAS:
29
- case MAP:
30
- case SCALAR:
31
- case SEQ:
32
- return true;
33
- }
34
- return false;
35
- }
36
- const hasAnchor = (node) => (isScalar(node) || isCollection(node)) && !!node.anchor;
37
-
38
- exports.ALIAS = ALIAS;
39
- exports.DOC = DOC;
40
- exports.MAP = MAP;
41
- exports.NODE_TYPE = NODE_TYPE;
42
- exports.PAIR = PAIR;
43
- exports.SCALAR = SCALAR;
44
- exports.SEQ = SEQ;
45
- exports.hasAnchor = hasAnchor;
46
- exports.isAlias = isAlias;
47
- exports.isCollection = isCollection;
48
- exports.isDocument = isDocument;
49
- exports.isMap = isMap;
50
- exports.isNode = isNode;
51
- exports.isPair = isPair;
52
- exports.isScalar = isScalar;
53
- exports.isSeq = isSeq;
@@ -1,29 +0,0 @@
1
- import type { Document } from '../doc/Document';
2
- import type { Node } from './Node';
3
- export interface AnchorData {
4
- aliasCount: number;
5
- count: number;
6
- res: unknown;
7
- }
8
- export interface ToJSContext {
9
- anchors: Map<Node, AnchorData>;
10
- /** Cached anchor and alias nodes in the order they occur in the document */
11
- aliasResolveCache?: Node[];
12
- doc: Document<Node, boolean>;
13
- keep: boolean;
14
- mapAsMap: boolean;
15
- mapKeyWarned: boolean;
16
- maxAliasCount: number;
17
- onCreate?: (res: unknown) => void;
18
- }
19
- /**
20
- * Recursively convert any node or its contents to native JavaScript
21
- *
22
- * @param value - The input value
23
- * @param arg - If `value` defines a `toJSON()` method, use this
24
- * as its first argument
25
- * @param ctx - Conversion context, originally set in Document#toJS(). If
26
- * `{ keep: true }` is not set, output should be suitable for JSON
27
- * stringification.
28
- */
29
- export declare function toJS(value: any, arg: string | null, ctx?: ToJSContext): any;
@@ -1,39 +0,0 @@
1
- 'use strict';
2
-
3
- var identity = require('./identity.js');
4
-
5
- /**
6
- * Recursively convert any node or its contents to native JavaScript
7
- *
8
- * @param value - The input value
9
- * @param arg - If `value` defines a `toJSON()` method, use this
10
- * as its first argument
11
- * @param ctx - Conversion context, originally set in Document#toJS(). If
12
- * `{ keep: true }` is not set, output should be suitable for JSON
13
- * stringification.
14
- */
15
- function toJS(value, arg, ctx) {
16
- // eslint-disable-next-line @typescript-eslint/no-unsafe-return
17
- if (Array.isArray(value))
18
- return value.map((v, i) => toJS(v, String(i), ctx));
19
- if (value && typeof value.toJSON === 'function') {
20
- // eslint-disable-next-line @typescript-eslint/no-unsafe-call
21
- if (!ctx || !identity.hasAnchor(value))
22
- return value.toJSON(arg, ctx);
23
- const data = { aliasCount: 0, count: 1, res: undefined };
24
- ctx.anchors.set(value, data);
25
- ctx.onCreate = res => {
26
- data.res = res;
27
- delete ctx.onCreate;
28
- };
29
- const res = value.toJSON(arg, ctx);
30
- if (ctx.onCreate)
31
- ctx.onCreate(res);
32
- return res;
33
- }
34
- if (typeof value === 'bigint' && !ctx?.keep)
35
- return Number(value);
36
- return value;
37
- }
38
-
39
- exports.toJS = toJS;