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,57 +0,0 @@
1
- 'use strict';
2
-
3
- /**
4
- * Applies the JSON.parse reviver algorithm as defined in the ECMA-262 spec,
5
- * in section 24.5.1.1 "Runtime Semantics: InternalizeJSONProperty" of the
6
- * 2021 edition: https://tc39.es/ecma262/#sec-json.parse
7
- *
8
- * Includes extensions for handling Map and Set objects.
9
- */
10
- function applyReviver(reviver, obj, key, val) {
11
- if (val && typeof val === 'object') {
12
- if (Array.isArray(val)) {
13
- for (let i = 0, len = val.length; i < len; ++i) {
14
- const v0 = val[i];
15
- const v1 = applyReviver(reviver, val, String(i), v0);
16
- // eslint-disable-next-line @typescript-eslint/no-array-delete
17
- if (v1 === undefined)
18
- delete val[i];
19
- else if (v1 !== v0)
20
- val[i] = v1;
21
- }
22
- }
23
- else if (val instanceof Map) {
24
- for (const k of Array.from(val.keys())) {
25
- const v0 = val.get(k);
26
- const v1 = applyReviver(reviver, val, k, v0);
27
- if (v1 === undefined)
28
- val.delete(k);
29
- else if (v1 !== v0)
30
- val.set(k, v1);
31
- }
32
- }
33
- else if (val instanceof Set) {
34
- for (const v0 of Array.from(val)) {
35
- const v1 = applyReviver(reviver, val, v0, v0);
36
- if (v1 === undefined)
37
- val.delete(v0);
38
- else if (v1 !== v0) {
39
- val.delete(v0);
40
- val.add(v1);
41
- }
42
- }
43
- }
44
- else {
45
- for (const [k, v0] of Object.entries(val)) {
46
- const v1 = applyReviver(reviver, val, k, v0);
47
- if (v1 === undefined)
48
- delete val[k];
49
- else if (v1 !== v0)
50
- val[k] = v1;
51
- }
52
- }
53
- }
54
- return reviver.call(obj, key, val);
55
- }
56
-
57
- exports.applyReviver = applyReviver;
@@ -1,17 +0,0 @@
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
- export interface CreateNodeContext {
6
- aliasDuplicateObjects: boolean;
7
- keepUndefined: boolean;
8
- onAnchor: (source: unknown) => string;
9
- onTagObj?: (tagObj: ScalarTag | CollectionTag) => void;
10
- sourceObjects: Map<unknown, {
11
- anchor: string | null;
12
- node: Node | null;
13
- }>;
14
- replacer?: Replacer;
15
- schema: Schema;
16
- }
17
- export declare function createNode(value: unknown, tagName: string | undefined, ctx: CreateNodeContext): Node;
@@ -1,90 +0,0 @@
1
- 'use strict';
2
-
3
- var Alias = require('../nodes/Alias.js');
4
- var identity = require('../nodes/identity.js');
5
- var Scalar = require('../nodes/Scalar.js');
6
-
7
- const defaultTagPrefix = 'tag:yaml.org,2002:';
8
- function findTagObject(value, tagName, tags) {
9
- if (tagName) {
10
- const match = tags.filter(t => t.tag === tagName);
11
- const tagObj = match.find(t => !t.format) ?? match[0];
12
- if (!tagObj)
13
- throw new Error(`Tag ${tagName} not found`);
14
- return tagObj;
15
- }
16
- return tags.find(t => t.identify?.(value) && !t.format);
17
- }
18
- function createNode(value, tagName, ctx) {
19
- if (identity.isDocument(value))
20
- value = value.contents;
21
- if (identity.isNode(value))
22
- return value;
23
- if (identity.isPair(value)) {
24
- const map = ctx.schema[identity.MAP].createNode?.(ctx.schema, null, ctx);
25
- map.items.push(value);
26
- return map;
27
- }
28
- if (value instanceof String ||
29
- value instanceof Number ||
30
- value instanceof Boolean ||
31
- (typeof BigInt !== 'undefined' && value instanceof BigInt) // not supported everywhere
32
- ) {
33
- // https://tc39.es/ecma262/#sec-serializejsonproperty
34
- value = value.valueOf();
35
- }
36
- const { aliasDuplicateObjects, onAnchor, onTagObj, schema, sourceObjects } = ctx;
37
- // Detect duplicate references to the same object & use Alias nodes for all
38
- // after first. The `ref` wrapper allows for circular references to resolve.
39
- let ref = undefined;
40
- if (aliasDuplicateObjects && value && typeof value === 'object') {
41
- ref = sourceObjects.get(value);
42
- if (ref) {
43
- ref.anchor ?? (ref.anchor = onAnchor(value));
44
- return new Alias.Alias(ref.anchor);
45
- }
46
- else {
47
- ref = { anchor: null, node: null };
48
- sourceObjects.set(value, ref);
49
- }
50
- }
51
- if (tagName?.startsWith('!!'))
52
- tagName = defaultTagPrefix + tagName.slice(2);
53
- let tagObj = findTagObject(value, tagName, schema.tags);
54
- if (!tagObj) {
55
- if (value && typeof value.toJSON === 'function') {
56
- // eslint-disable-next-line @typescript-eslint/no-unsafe-call
57
- value = value.toJSON();
58
- }
59
- if (!value || typeof value !== 'object') {
60
- const node = new Scalar.Scalar(value);
61
- if (ref)
62
- ref.node = node;
63
- return node;
64
- }
65
- tagObj =
66
- value instanceof Map
67
- ? schema[identity.MAP]
68
- : Symbol.iterator in Object(value)
69
- ? schema[identity.SEQ]
70
- : schema[identity.MAP];
71
- }
72
- if (onTagObj) {
73
- onTagObj(tagObj);
74
- delete ctx.onTagObj;
75
- }
76
- const node = tagObj?.createNode
77
- ? tagObj.createNode(ctx.schema, value, ctx)
78
- : typeof tagObj?.nodeClass?.from === 'function'
79
- ? tagObj.nodeClass.from(ctx.schema, value, ctx)
80
- : new Scalar.Scalar(value);
81
- if (tagName)
82
- node.tag = tagName;
83
- else if (!tagObj.default)
84
- node.tag = tagObj.tag;
85
- if (ref)
86
- ref.node = node;
87
- return node;
88
- }
89
-
90
- exports.createNode = createNode;
@@ -1,49 +0,0 @@
1
- import type { Document } from './Document';
2
- export declare class Directives {
3
- static defaultYaml: Directives['yaml'];
4
- static defaultTags: Directives['tags'];
5
- yaml: {
6
- version: '1.1' | '1.2' | 'next';
7
- explicit?: boolean;
8
- };
9
- tags: Record<string, string>;
10
- /**
11
- * The directives-end/doc-start marker `---`. If `null`, a marker may still be
12
- * included in the document's stringified representation.
13
- */
14
- docStart: true | null;
15
- /** The doc-end marker `...`. */
16
- docEnd: boolean;
17
- /**
18
- * Used when parsing YAML 1.1, where:
19
- * > If the document specifies no directives, it is parsed using the same
20
- * > settings as the previous document. If the document does specify any
21
- * > directives, all directives of previous documents, if any, are ignored.
22
- */
23
- private atNextDocument?;
24
- constructor(yaml?: Directives['yaml'], tags?: Directives['tags']);
25
- clone(): Directives;
26
- /**
27
- * During parsing, get a Directives instance for the current document and
28
- * update the stream state according to the current version's spec.
29
- */
30
- atDocument(): Directives;
31
- /**
32
- * @param onError - May be called even if the action was successful
33
- * @returns `true` on success
34
- */
35
- add(line: string, onError: (offset: number, message: string, warning?: boolean) => void): boolean;
36
- /**
37
- * Resolves a tag, matching handles to those defined in %TAG directives.
38
- *
39
- * @returns Resolved tag, which may also be the non-specific tag `'!'` or a
40
- * `'!local'` tag, or `null` if unresolvable.
41
- */
42
- tagName(source: string, onError: (message: string) => void): string | null;
43
- /**
44
- * Given a fully resolved tag, returns its printable string form,
45
- * taking into account current tag prefixes and defaults.
46
- */
47
- tagString(tag: string): string;
48
- toString(doc?: Document): string;
49
- }
@@ -1,178 +0,0 @@
1
- 'use strict';
2
-
3
- var identity = require('../nodes/identity.js');
4
- var visit = require('../visit.js');
5
-
6
- const escapeChars = {
7
- '!': '%21',
8
- ',': '%2C',
9
- '[': '%5B',
10
- ']': '%5D',
11
- '{': '%7B',
12
- '}': '%7D'
13
- };
14
- const escapeTagName = (tn) => tn.replace(/[!,[\]{}]/g, ch => escapeChars[ch]);
15
- class Directives {
16
- constructor(yaml, tags) {
17
- /**
18
- * The directives-end/doc-start marker `---`. If `null`, a marker may still be
19
- * included in the document's stringified representation.
20
- */
21
- this.docStart = null;
22
- /** The doc-end marker `...`. */
23
- this.docEnd = false;
24
- this.yaml = Object.assign({}, Directives.defaultYaml, yaml);
25
- this.tags = Object.assign({}, Directives.defaultTags, tags);
26
- }
27
- clone() {
28
- const copy = new Directives(this.yaml, this.tags);
29
- copy.docStart = this.docStart;
30
- return copy;
31
- }
32
- /**
33
- * During parsing, get a Directives instance for the current document and
34
- * update the stream state according to the current version's spec.
35
- */
36
- atDocument() {
37
- const res = new Directives(this.yaml, this.tags);
38
- switch (this.yaml.version) {
39
- case '1.1':
40
- this.atNextDocument = true;
41
- break;
42
- case '1.2':
43
- this.atNextDocument = false;
44
- this.yaml = {
45
- explicit: Directives.defaultYaml.explicit,
46
- version: '1.2'
47
- };
48
- this.tags = Object.assign({}, Directives.defaultTags);
49
- break;
50
- }
51
- return res;
52
- }
53
- /**
54
- * @param onError - May be called even if the action was successful
55
- * @returns `true` on success
56
- */
57
- add(line, onError) {
58
- if (this.atNextDocument) {
59
- this.yaml = { explicit: Directives.defaultYaml.explicit, version: '1.1' };
60
- this.tags = Object.assign({}, Directives.defaultTags);
61
- this.atNextDocument = false;
62
- }
63
- const parts = line.trim().split(/[ \t]+/);
64
- const name = parts.shift();
65
- switch (name) {
66
- case '%TAG': {
67
- if (parts.length !== 2) {
68
- onError(0, '%TAG directive should contain exactly two parts');
69
- if (parts.length < 2)
70
- return false;
71
- }
72
- const [handle, prefix] = parts;
73
- this.tags[handle] = prefix;
74
- return true;
75
- }
76
- case '%YAML': {
77
- this.yaml.explicit = true;
78
- if (parts.length !== 1) {
79
- onError(0, '%YAML directive should contain exactly one part');
80
- return false;
81
- }
82
- const [version] = parts;
83
- if (version === '1.1' || version === '1.2') {
84
- this.yaml.version = version;
85
- return true;
86
- }
87
- else {
88
- const isValid = /^\d+\.\d+$/.test(version);
89
- onError(6, `Unsupported YAML version ${version}`, isValid);
90
- return false;
91
- }
92
- }
93
- default:
94
- onError(0, `Unknown directive ${name}`, true);
95
- return false;
96
- }
97
- }
98
- /**
99
- * Resolves a tag, matching handles to those defined in %TAG directives.
100
- *
101
- * @returns Resolved tag, which may also be the non-specific tag `'!'` or a
102
- * `'!local'` tag, or `null` if unresolvable.
103
- */
104
- tagName(source, onError) {
105
- if (source === '!')
106
- return '!'; // non-specific tag
107
- if (source[0] !== '!') {
108
- onError(`Not a valid tag: ${source}`);
109
- return null;
110
- }
111
- if (source[1] === '<') {
112
- const verbatim = source.slice(2, -1);
113
- if (verbatim === '!' || verbatim === '!!') {
114
- onError(`Verbatim tags aren't resolved, so ${source} is invalid.`);
115
- return null;
116
- }
117
- if (source[source.length - 1] !== '>')
118
- onError('Verbatim tags must end with a >');
119
- return verbatim;
120
- }
121
- const [, handle, suffix] = source.match(/^(.*!)([^!]*)$/s);
122
- if (!suffix)
123
- onError(`The ${source} tag has no suffix`);
124
- const prefix = this.tags[handle];
125
- if (prefix) {
126
- try {
127
- return prefix + decodeURIComponent(suffix);
128
- }
129
- catch (error) {
130
- onError(String(error));
131
- return null;
132
- }
133
- }
134
- if (handle === '!')
135
- return source; // local tag
136
- onError(`Could not resolve tag: ${source}`);
137
- return null;
138
- }
139
- /**
140
- * Given a fully resolved tag, returns its printable string form,
141
- * taking into account current tag prefixes and defaults.
142
- */
143
- tagString(tag) {
144
- for (const [handle, prefix] of Object.entries(this.tags)) {
145
- if (tag.startsWith(prefix))
146
- return handle + escapeTagName(tag.substring(prefix.length));
147
- }
148
- return tag[0] === '!' ? tag : `!<${tag}>`;
149
- }
150
- toString(doc) {
151
- const lines = this.yaml.explicit
152
- ? [`%YAML ${this.yaml.version || '1.2'}`]
153
- : [];
154
- const tagEntries = Object.entries(this.tags);
155
- let tagNames;
156
- if (doc && tagEntries.length > 0 && identity.isNode(doc.contents)) {
157
- const tags = {};
158
- visit.visit(doc.contents, (_key, node) => {
159
- if (identity.isNode(node) && node.tag)
160
- tags[node.tag] = true;
161
- });
162
- tagNames = Object.keys(tags);
163
- }
164
- else
165
- tagNames = [];
166
- for (const [handle, prefix] of tagEntries) {
167
- if (handle === '!!' && prefix === 'tag:yaml.org,2002:')
168
- continue;
169
- if (!doc || tagNames.some(tn => tn.startsWith(prefix)))
170
- lines.push(`%TAG ${handle} ${prefix}`);
171
- }
172
- return lines.join('\n');
173
- }
174
- }
175
- Directives.defaultYaml = { explicit: false, version: '1.2' };
176
- Directives.defaultTags = { '!!': 'tag:yaml.org,2002:' };
177
-
178
- exports.Directives = Directives;
package/dist/errors.d.ts DELETED
@@ -1,21 +0,0 @@
1
- import type { LineCounter } from './parse/line-counter';
2
- export type ErrorCode = 'ALIAS_PROPS' | 'BAD_ALIAS' | 'BAD_DIRECTIVE' | 'BAD_DQ_ESCAPE' | 'BAD_INDENT' | 'BAD_PROP_ORDER' | 'BAD_SCALAR_START' | 'BLOCK_AS_IMPLICIT_KEY' | 'BLOCK_IN_FLOW' | 'DUPLICATE_KEY' | 'IMPOSSIBLE' | 'KEY_OVER_1024_CHARS' | 'MISSING_CHAR' | 'MULTILINE_IMPLICIT_KEY' | 'MULTIPLE_ANCHORS' | 'MULTIPLE_DOCS' | 'MULTIPLE_TAGS' | 'NON_STRING_KEY' | 'TAB_AS_INDENT' | 'TAG_RESOLVE_FAILED' | 'UNEXPECTED_TOKEN' | 'BAD_COLLECTION_TYPE';
3
- export type LinePos = {
4
- line: number;
5
- col: number;
6
- };
7
- export declare class YAMLError extends Error {
8
- name: 'YAMLParseError' | 'YAMLWarning';
9
- code: ErrorCode;
10
- message: string;
11
- pos: [number, number];
12
- linePos?: [LinePos] | [LinePos, LinePos];
13
- constructor(name: YAMLError['name'], pos: [number, number], code: ErrorCode, message: string);
14
- }
15
- export declare class YAMLParseError extends YAMLError {
16
- constructor(pos: [number, number], code: ErrorCode, message: string);
17
- }
18
- export declare class YAMLWarning extends YAMLError {
19
- constructor(pos: [number, number], code: ErrorCode, message: string);
20
- }
21
- export declare const prettifyError: (src: string, lc: LineCounter) => (error: YAMLError) => void;
package/dist/errors.js DELETED
@@ -1,62 +0,0 @@
1
- 'use strict';
2
-
3
- class YAMLError extends Error {
4
- constructor(name, pos, code, message) {
5
- super();
6
- this.name = name;
7
- this.code = code;
8
- this.message = message;
9
- this.pos = pos;
10
- }
11
- }
12
- class YAMLParseError extends YAMLError {
13
- constructor(pos, code, message) {
14
- super('YAMLParseError', pos, code, message);
15
- }
16
- }
17
- class YAMLWarning extends YAMLError {
18
- constructor(pos, code, message) {
19
- super('YAMLWarning', pos, code, message);
20
- }
21
- }
22
- const prettifyError = (src, lc) => (error) => {
23
- if (error.pos[0] === -1)
24
- return;
25
- error.linePos = error.pos.map(pos => lc.linePos(pos));
26
- const { line, col } = error.linePos[0];
27
- error.message += ` at line ${line}, column ${col}`;
28
- let ci = col - 1;
29
- let lineStr = src
30
- .substring(lc.lineStarts[line - 1], lc.lineStarts[line])
31
- .replace(/[\n\r]+$/, '');
32
- // Trim to max 80 chars, keeping col position near the middle
33
- if (ci >= 60 && lineStr.length > 80) {
34
- const trimStart = Math.min(ci - 39, lineStr.length - 79);
35
- lineStr = '…' + lineStr.substring(trimStart);
36
- ci -= trimStart - 1;
37
- }
38
- if (lineStr.length > 80)
39
- lineStr = lineStr.substring(0, 79) + '…';
40
- // Include previous line in context if pointing at line start
41
- if (line > 1 && /^ *$/.test(lineStr.substring(0, ci))) {
42
- // Regexp won't match if start is trimmed
43
- let prev = src.substring(lc.lineStarts[line - 2], lc.lineStarts[line - 1]);
44
- if (prev.length > 80)
45
- prev = prev.substring(0, 79) + '…\n';
46
- lineStr = prev + lineStr;
47
- }
48
- if (/[^ ]/.test(lineStr)) {
49
- let count = 1;
50
- const end = error.linePos[1];
51
- if (end?.line === line && end.col > col) {
52
- count = Math.max(1, Math.min(end.col - col, 80 - ci));
53
- }
54
- const pointer = ' '.repeat(ci) + '^'.repeat(count);
55
- error.message += `:\n\n${lineStr}\n${pointer}\n`;
56
- }
57
- };
58
-
59
- exports.YAMLError = YAMLError;
60
- exports.YAMLParseError = YAMLParseError;
61
- exports.YAMLWarning = YAMLWarning;
62
- exports.prettifyError = prettifyError;
package/dist/log.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export type LogLevelId = 'silent' | 'error' | 'warn' | 'debug';
2
- export declare function debug(logLevel: LogLevelId, ...messages: any[]): void;
3
- export declare function warn(logLevel: LogLevelId, warning: string | Error): void;
package/dist/log.js DELETED
@@ -1,19 +0,0 @@
1
- 'use strict';
2
-
3
- var node_process = require('process');
4
-
5
- function debug(logLevel, ...messages) {
6
- if (logLevel === 'debug')
7
- console.log(...messages);
8
- }
9
- function warn(logLevel, warning) {
10
- if (logLevel === 'debug' || logLevel === 'warn') {
11
- if (typeof node_process.emitWarning === 'function')
12
- node_process.emitWarning(warning);
13
- else
14
- console.warn(warning);
15
- }
16
- }
17
-
18
- exports.debug = debug;
19
- exports.warn = warn;
@@ -1,29 +0,0 @@
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';
6
- import type { Scalar } from './Scalar';
7
- import type { ToJSContext } from './toJS';
8
- import type { YAMLMap } from './YAMLMap';
9
- import type { YAMLSeq } from './YAMLSeq';
10
- export declare namespace Alias {
11
- interface Parsed extends Alias {
12
- range: Range;
13
- srcToken?: FlowScalar & {
14
- type: 'alias';
15
- };
16
- }
17
- }
18
- export declare class Alias extends NodeBase {
19
- source: string;
20
- anchor?: never;
21
- constructor(source: string);
22
- /**
23
- * Resolve the value of this alias within `doc`, finding the last
24
- * instance of the `source` anchor before this node.
25
- */
26
- resolve(doc: Document, ctx?: ToJSContext): Scalar | YAMLMap | YAMLSeq | undefined;
27
- toJSON(_arg?: unknown, ctx?: ToJSContext): unknown;
28
- toString(ctx?: StringifyContext, _onComment?: () => void, _onChompKeep?: () => void): string;
29
- }
@@ -1,116 +0,0 @@
1
- 'use strict';
2
-
3
- var anchors = require('../doc/anchors.js');
4
- var visit = require('../visit.js');
5
- var identity = require('./identity.js');
6
- var Node = require('./Node.js');
7
- var toJS = require('./toJS.js');
8
-
9
- class Alias extends Node.NodeBase {
10
- constructor(source) {
11
- super(identity.ALIAS);
12
- this.source = source;
13
- Object.defineProperty(this, 'tag', {
14
- set() {
15
- throw new Error('Alias nodes cannot have tags');
16
- }
17
- });
18
- }
19
- /**
20
- * Resolve the value of this alias within `doc`, finding the last
21
- * instance of the `source` anchor before this node.
22
- */
23
- resolve(doc, ctx) {
24
- let nodes;
25
- if (ctx?.aliasResolveCache) {
26
- nodes = ctx.aliasResolveCache;
27
- }
28
- else {
29
- nodes = [];
30
- visit.visit(doc, {
31
- Node: (_key, node) => {
32
- if (identity.isAlias(node) || identity.hasAnchor(node))
33
- nodes.push(node);
34
- }
35
- });
36
- if (ctx)
37
- ctx.aliasResolveCache = nodes;
38
- }
39
- let found = undefined;
40
- for (const node of nodes) {
41
- if (node === this)
42
- break;
43
- if (node.anchor === this.source)
44
- found = node;
45
- }
46
- return found;
47
- }
48
- toJSON(_arg, ctx) {
49
- if (!ctx)
50
- return { source: this.source };
51
- const { anchors, doc, maxAliasCount } = ctx;
52
- const source = this.resolve(doc, ctx);
53
- if (!source) {
54
- const msg = `Unresolved alias (the anchor must be set before the alias): ${this.source}`;
55
- throw new ReferenceError(msg);
56
- }
57
- let data = anchors.get(source);
58
- if (!data) {
59
- // Resolve anchors for Node.prototype.toJS()
60
- toJS.toJS(source, null, ctx);
61
- data = anchors.get(source);
62
- }
63
- /* istanbul ignore if */
64
- if (data?.res === undefined) {
65
- const msg = 'This should not happen: Alias anchor was not resolved?';
66
- throw new ReferenceError(msg);
67
- }
68
- if (maxAliasCount >= 0) {
69
- data.count += 1;
70
- if (data.aliasCount === 0)
71
- data.aliasCount = getAliasCount(doc, source, anchors);
72
- if (data.count * data.aliasCount > maxAliasCount) {
73
- const msg = 'Excessive alias count indicates a resource exhaustion attack';
74
- throw new ReferenceError(msg);
75
- }
76
- }
77
- return data.res;
78
- }
79
- toString(ctx, _onComment, _onChompKeep) {
80
- const src = `*${this.source}`;
81
- if (ctx) {
82
- anchors.anchorIsValid(this.source);
83
- if (ctx.options.verifyAliasOrder && !ctx.anchors.has(this.source)) {
84
- const msg = `Unresolved alias (the anchor must be set before the alias): ${this.source}`;
85
- throw new Error(msg);
86
- }
87
- if (ctx.implicitKey)
88
- return `${src} `;
89
- }
90
- return src;
91
- }
92
- }
93
- function getAliasCount(doc, node, anchors) {
94
- if (identity.isAlias(node)) {
95
- const source = node.resolve(doc);
96
- const anchor = anchors && source && anchors.get(source);
97
- return anchor ? anchor.count * anchor.aliasCount : 0;
98
- }
99
- else if (identity.isCollection(node)) {
100
- let count = 0;
101
- for (const item of node.items) {
102
- const c = getAliasCount(doc, item, anchors);
103
- if (c > count)
104
- count = c;
105
- }
106
- return count;
107
- }
108
- else if (identity.isPair(node)) {
109
- const kc = getAliasCount(doc, node.key, anchors);
110
- const vc = getAliasCount(doc, node.value, anchors);
111
- return Math.max(kc, vc);
112
- }
113
- return 1;
114
- }
115
-
116
- exports.Alias = Alias;