yaml 1.9.1 → 1.10.2

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 (162) hide show
  1. package/README.md +25 -25
  2. package/browser/dist/PlainValue-b8036b75.js +1275 -0
  3. package/browser/dist/Schema-e94716c8.js +682 -0
  4. package/browser/dist/index.js +860 -27
  5. package/browser/dist/legacy-exports.js +3 -0
  6. package/browser/dist/package.json +1 -0
  7. package/browser/dist/parse-cst.js +1904 -0
  8. package/browser/dist/resolveSeq-492ab440.js +2419 -0
  9. package/browser/dist/types.js +4 -0
  10. package/browser/dist/util.js +2 -0
  11. package/browser/dist/warnings-df54cb69.js +499 -0
  12. package/browser/index.js +1 -1
  13. package/browser/map.js +2 -4
  14. package/browser/pair.js +2 -4
  15. package/browser/parse-cst.js +1 -1
  16. package/browser/scalar.js +2 -4
  17. package/browser/schema.js +7 -10
  18. package/browser/seq.js +2 -4
  19. package/browser/types/binary.js +7 -5
  20. package/browser/types/omap.js +3 -4
  21. package/browser/types/pairs.js +3 -4
  22. package/browser/types/set.js +3 -4
  23. package/browser/types/timestamp.js +9 -5
  24. package/browser/types.js +1 -13
  25. package/browser/util.js +1 -18
  26. package/dist/Document-9b4560a1.js +757 -0
  27. package/dist/PlainValue-ec8e588e.js +876 -0
  28. package/dist/Schema-88e323a7.js +525 -0
  29. package/dist/index.js +20 -84
  30. package/dist/legacy-exports.js +16 -0
  31. package/dist/parse-cst.js +1753 -0
  32. package/dist/resolveSeq-d03cb037.js +2161 -0
  33. package/dist/test-events.js +11 -9
  34. package/dist/types.js +23 -0
  35. package/dist/util.js +19 -0
  36. package/dist/warnings-1000a372.js +416 -0
  37. package/index.d.ts +23 -9
  38. package/map.js +2 -2
  39. package/package.json +27 -42
  40. package/pair.js +2 -2
  41. package/parse-cst.d.ts +4 -0
  42. package/parse-cst.js +1 -1
  43. package/scalar.js +2 -2
  44. package/schema.js +8 -6
  45. package/seq.js +2 -2
  46. package/types/binary.js +3 -2
  47. package/types/omap.js +3 -2
  48. package/types/pairs.js +3 -2
  49. package/types/set.js +3 -2
  50. package/types/timestamp.js +6 -6
  51. package/types.d.ts +113 -98
  52. package/types.js +16 -11
  53. package/types.mjs +15 -19
  54. package/util.js +14 -14
  55. package/util.mjs +13 -20
  56. package/browser/dist/Anchors.js +0 -130
  57. package/browser/dist/Document.js +0 -824
  58. package/browser/dist/addComment.js +0 -8
  59. package/browser/dist/constants.js +0 -26
  60. package/browser/dist/cst/Alias.js +0 -46
  61. package/browser/dist/cst/BlankLine.js +0 -52
  62. package/browser/dist/cst/BlockValue.js +0 -251
  63. package/browser/dist/cst/Collection.js +0 -278
  64. package/browser/dist/cst/CollectionItem.js +0 -140
  65. package/browser/dist/cst/Comment.js +0 -44
  66. package/browser/dist/cst/Directive.js +0 -76
  67. package/browser/dist/cst/Document.js +0 -286
  68. package/browser/dist/cst/FlowCollection.js +0 -220
  69. package/browser/dist/cst/Node.js +0 -386
  70. package/browser/dist/cst/ParseContext.js +0 -246
  71. package/browser/dist/cst/PlainValue.js +0 -170
  72. package/browser/dist/cst/QuoteDouble.js +0 -245
  73. package/browser/dist/cst/QuoteSingle.js +0 -120
  74. package/browser/dist/cst/Range.js +0 -64
  75. package/browser/dist/cst/parse.js +0 -48
  76. package/browser/dist/cst/source-utils.js +0 -168
  77. package/browser/dist/errors.js +0 -127
  78. package/browser/dist/foldFlowLines.js +0 -138
  79. package/browser/dist/listTagNames.js +0 -28
  80. package/browser/dist/schema/Alias.js +0 -135
  81. package/browser/dist/schema/Collection.js +0 -260
  82. package/browser/dist/schema/Map.js +0 -161
  83. package/browser/dist/schema/Merge.js +0 -118
  84. package/browser/dist/schema/Node.js +0 -4
  85. package/browser/dist/schema/Pair.js +0 -194
  86. package/browser/dist/schema/Scalar.js +0 -42
  87. package/browser/dist/schema/Seq.js +0 -116
  88. package/browser/dist/schema/index.js +0 -368
  89. package/browser/dist/schema/parseMap.js +0 -312
  90. package/browser/dist/schema/parseSeq.js +0 -168
  91. package/browser/dist/schema/parseUtils.js +0 -106
  92. package/browser/dist/stringify.js +0 -332
  93. package/browser/dist/tags/core.js +0 -141
  94. package/browser/dist/tags/failsafe/index.js +0 -4
  95. package/browser/dist/tags/failsafe/map.js +0 -53
  96. package/browser/dist/tags/failsafe/seq.js +0 -39
  97. package/browser/dist/tags/failsafe/string.js +0 -28
  98. package/browser/dist/tags/index.js +0 -36
  99. package/browser/dist/tags/json.js +0 -77
  100. package/browser/dist/tags/options.js +0 -26
  101. package/browser/dist/tags/yaml-1.1/binary.js +0 -87
  102. package/browser/dist/tags/yaml-1.1/index.js +0 -189
  103. package/browser/dist/tags/yaml-1.1/omap.js +0 -137
  104. package/browser/dist/tags/yaml-1.1/pairs.js +0 -78
  105. package/browser/dist/tags/yaml-1.1/set.js +0 -118
  106. package/browser/dist/tags/yaml-1.1/timestamp.js +0 -97
  107. package/browser/dist/test-events.js +0 -163
  108. package/browser/dist/toJSON.js +0 -19
  109. package/browser/dist/warnings.js +0 -39
  110. package/dist/Anchors.js +0 -120
  111. package/dist/Document.js +0 -714
  112. package/dist/addComment.js +0 -14
  113. package/dist/constants.js +0 -31
  114. package/dist/cst/Alias.js +0 -33
  115. package/dist/cst/BlankLine.js +0 -40
  116. package/dist/cst/BlockValue.js +0 -243
  117. package/dist/cst/Collection.js +0 -266
  118. package/dist/cst/CollectionItem.js +0 -135
  119. package/dist/cst/Comment.js +0 -33
  120. package/dist/cst/Directive.js +0 -59
  121. package/dist/cst/Document.js +0 -276
  122. package/dist/cst/FlowCollection.js +0 -213
  123. package/dist/cst/Node.js +0 -360
  124. package/dist/cst/ParseContext.js +0 -253
  125. package/dist/cst/PlainValue.js +0 -156
  126. package/dist/cst/QuoteDouble.js +0 -232
  127. package/dist/cst/QuoteSingle.js +0 -108
  128. package/dist/cst/Range.js +0 -60
  129. package/dist/cst/parse.js +0 -50
  130. package/dist/cst/source-utils.js +0 -175
  131. package/dist/errors.js +0 -97
  132. package/dist/foldFlowLines.js +0 -143
  133. package/dist/listTagNames.js +0 -33
  134. package/dist/schema/Alias.js +0 -105
  135. package/dist/schema/Collection.js +0 -184
  136. package/dist/schema/Map.js +0 -98
  137. package/dist/schema/Merge.js +0 -75
  138. package/dist/schema/Node.js +0 -7
  139. package/dist/schema/Pair.js +0 -174
  140. package/dist/schema/Scalar.js +0 -26
  141. package/dist/schema/Seq.js +0 -73
  142. package/dist/schema/index.js +0 -310
  143. package/dist/schema/parseMap.js +0 -334
  144. package/dist/schema/parseSeq.js +0 -175
  145. package/dist/schema/parseUtils.js +0 -101
  146. package/dist/stringify.js +0 -352
  147. package/dist/tags/core.js +0 -121
  148. package/dist/tags/failsafe/index.js +0 -12
  149. package/dist/tags/failsafe/map.js +0 -32
  150. package/dist/tags/failsafe/seq.js +0 -29
  151. package/dist/tags/failsafe/string.js +0 -37
  152. package/dist/tags/index.js +0 -53
  153. package/dist/tags/json.js +0 -64
  154. package/dist/tags/options.js +0 -36
  155. package/dist/tags/yaml-1.1/binary.js +0 -94
  156. package/dist/tags/yaml-1.1/index.js +0 -162
  157. package/dist/tags/yaml-1.1/omap.js +0 -100
  158. package/dist/tags/yaml-1.1/pairs.js +0 -75
  159. package/dist/tags/yaml-1.1/set.js +0 -82
  160. package/dist/tags/yaml-1.1/timestamp.js +0 -90
  161. package/dist/toJSON.js +0 -21
  162. package/dist/warnings.js +0 -48
@@ -0,0 +1,682 @@
1
+ import { _ as _createForOfIteratorHelper, h as _slicedToArray, a as _typeof, b as _createClass, e as _defineProperty, c as _classCallCheck, d as defaultTagPrefix, n as defaultTags } from './PlainValue-b8036b75.js';
2
+ import { d as YAMLMap, g as resolveMap, Y as YAMLSeq, h as resolveSeq, j as resolveString, c as stringifyString, s as strOptions, S as Scalar, n as nullOptions, a as boolOptions, i as intOptions, k as stringifyNumber, N as Node, A as Alias, P as Pair } from './resolveSeq-492ab440.js';
3
+ import { b as binary, o as omap, p as pairs, s as set, i as intTime, f as floatTime, t as timestamp, a as warnOptionDeprecation } from './warnings-df54cb69.js';
4
+
5
+ function createMap(schema, obj, ctx) {
6
+ var map = new YAMLMap(schema);
7
+
8
+ if (obj instanceof Map) {
9
+ var _iterator = _createForOfIteratorHelper(obj),
10
+ _step;
11
+
12
+ try {
13
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
14
+ var _step$value = _slicedToArray(_step.value, 2),
15
+ key = _step$value[0],
16
+ value = _step$value[1];
17
+
18
+ map.items.push(schema.createPair(key, value, ctx));
19
+ }
20
+ } catch (err) {
21
+ _iterator.e(err);
22
+ } finally {
23
+ _iterator.f();
24
+ }
25
+ } else if (obj && _typeof(obj) === 'object') {
26
+ for (var _i = 0, _Object$keys = Object.keys(obj); _i < _Object$keys.length; _i++) {
27
+ var _key = _Object$keys[_i];
28
+ map.items.push(schema.createPair(_key, obj[_key], ctx));
29
+ }
30
+ }
31
+
32
+ if (typeof schema.sortMapEntries === 'function') {
33
+ map.items.sort(schema.sortMapEntries);
34
+ }
35
+
36
+ return map;
37
+ }
38
+
39
+ var map = {
40
+ createNode: createMap,
41
+ default: true,
42
+ nodeClass: YAMLMap,
43
+ tag: 'tag:yaml.org,2002:map',
44
+ resolve: resolveMap
45
+ };
46
+
47
+ function createSeq(schema, obj, ctx) {
48
+ var seq = new YAMLSeq(schema);
49
+
50
+ if (obj && obj[Symbol.iterator]) {
51
+ var _iterator = _createForOfIteratorHelper(obj),
52
+ _step;
53
+
54
+ try {
55
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
56
+ var it = _step.value;
57
+ var v = schema.createNode(it, ctx.wrapScalars, null, ctx);
58
+ seq.items.push(v);
59
+ }
60
+ } catch (err) {
61
+ _iterator.e(err);
62
+ } finally {
63
+ _iterator.f();
64
+ }
65
+ }
66
+
67
+ return seq;
68
+ }
69
+
70
+ var seq = {
71
+ createNode: createSeq,
72
+ default: true,
73
+ nodeClass: YAMLSeq,
74
+ tag: 'tag:yaml.org,2002:seq',
75
+ resolve: resolveSeq
76
+ };
77
+
78
+ var string = {
79
+ identify: function identify(value) {
80
+ return typeof value === 'string';
81
+ },
82
+ default: true,
83
+ tag: 'tag:yaml.org,2002:str',
84
+ resolve: resolveString,
85
+ stringify: function stringify(item, ctx, onComment, onChompKeep) {
86
+ ctx = Object.assign({
87
+ actualString: true
88
+ }, ctx);
89
+ return stringifyString(item, ctx, onComment, onChompKeep);
90
+ },
91
+ options: strOptions
92
+ };
93
+
94
+ var failsafe = [map, seq, string];
95
+
96
+ /* global BigInt */
97
+
98
+ var intIdentify$2 = function intIdentify(value) {
99
+ return typeof value === 'bigint' || Number.isInteger(value);
100
+ };
101
+
102
+ var intResolve$1 = function intResolve(src, part, radix) {
103
+ return intOptions.asBigInt ? BigInt(src) : parseInt(part, radix);
104
+ };
105
+
106
+ function intStringify$1(node, radix, prefix) {
107
+ var value = node.value;
108
+ if (intIdentify$2(value) && value >= 0) return prefix + value.toString(radix);
109
+ return stringifyNumber(node);
110
+ }
111
+
112
+ var nullObj = {
113
+ identify: function identify(value) {
114
+ return value == null;
115
+ },
116
+ createNode: function createNode(schema, value, ctx) {
117
+ return ctx.wrapScalars ? new Scalar(null) : null;
118
+ },
119
+ default: true,
120
+ tag: 'tag:yaml.org,2002:null',
121
+ test: /^(?:~|[Nn]ull|NULL)?$/,
122
+ resolve: function resolve() {
123
+ return null;
124
+ },
125
+ options: nullOptions,
126
+ stringify: function stringify() {
127
+ return nullOptions.nullStr;
128
+ }
129
+ };
130
+ var boolObj = {
131
+ identify: function identify(value) {
132
+ return typeof value === 'boolean';
133
+ },
134
+ default: true,
135
+ tag: 'tag:yaml.org,2002:bool',
136
+ test: /^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,
137
+ resolve: function resolve(str) {
138
+ return str[0] === 't' || str[0] === 'T';
139
+ },
140
+ options: boolOptions,
141
+ stringify: function stringify(_ref) {
142
+ var value = _ref.value;
143
+ return value ? boolOptions.trueStr : boolOptions.falseStr;
144
+ }
145
+ };
146
+ var octObj = {
147
+ identify: function identify(value) {
148
+ return intIdentify$2(value) && value >= 0;
149
+ },
150
+ default: true,
151
+ tag: 'tag:yaml.org,2002:int',
152
+ format: 'OCT',
153
+ test: /^0o([0-7]+)$/,
154
+ resolve: function resolve(str, oct) {
155
+ return intResolve$1(str, oct, 8);
156
+ },
157
+ options: intOptions,
158
+ stringify: function stringify(node) {
159
+ return intStringify$1(node, 8, '0o');
160
+ }
161
+ };
162
+ var intObj = {
163
+ identify: intIdentify$2,
164
+ default: true,
165
+ tag: 'tag:yaml.org,2002:int',
166
+ test: /^[-+]?[0-9]+$/,
167
+ resolve: function resolve(str) {
168
+ return intResolve$1(str, str, 10);
169
+ },
170
+ options: intOptions,
171
+ stringify: stringifyNumber
172
+ };
173
+ var hexObj = {
174
+ identify: function identify(value) {
175
+ return intIdentify$2(value) && value >= 0;
176
+ },
177
+ default: true,
178
+ tag: 'tag:yaml.org,2002:int',
179
+ format: 'HEX',
180
+ test: /^0x([0-9a-fA-F]+)$/,
181
+ resolve: function resolve(str, hex) {
182
+ return intResolve$1(str, hex, 16);
183
+ },
184
+ options: intOptions,
185
+ stringify: function stringify(node) {
186
+ return intStringify$1(node, 16, '0x');
187
+ }
188
+ };
189
+ var nanObj = {
190
+ identify: function identify(value) {
191
+ return typeof value === 'number';
192
+ },
193
+ default: true,
194
+ tag: 'tag:yaml.org,2002:float',
195
+ test: /^(?:[-+]?\.inf|(\.nan))$/i,
196
+ resolve: function resolve(str, nan) {
197
+ return nan ? NaN : str[0] === '-' ? Number.NEGATIVE_INFINITY : Number.POSITIVE_INFINITY;
198
+ },
199
+ stringify: stringifyNumber
200
+ };
201
+ var expObj = {
202
+ identify: function identify(value) {
203
+ return typeof value === 'number';
204
+ },
205
+ default: true,
206
+ tag: 'tag:yaml.org,2002:float',
207
+ format: 'EXP',
208
+ test: /^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,
209
+ resolve: function resolve(str) {
210
+ return parseFloat(str);
211
+ },
212
+ stringify: function stringify(_ref2) {
213
+ var value = _ref2.value;
214
+ return Number(value).toExponential();
215
+ }
216
+ };
217
+ var floatObj = {
218
+ identify: function identify(value) {
219
+ return typeof value === 'number';
220
+ },
221
+ default: true,
222
+ tag: 'tag:yaml.org,2002:float',
223
+ test: /^[-+]?(?:\.([0-9]+)|[0-9]+\.([0-9]*))$/,
224
+ resolve: function resolve(str, frac1, frac2) {
225
+ var frac = frac1 || frac2;
226
+ var node = new Scalar(parseFloat(str));
227
+ if (frac && frac[frac.length - 1] === '0') node.minFractionDigits = frac.length;
228
+ return node;
229
+ },
230
+ stringify: stringifyNumber
231
+ };
232
+ var core = failsafe.concat([nullObj, boolObj, octObj, intObj, hexObj, nanObj, expObj, floatObj]);
233
+
234
+ /* global BigInt */
235
+
236
+ var intIdentify$1 = function intIdentify(value) {
237
+ return typeof value === 'bigint' || Number.isInteger(value);
238
+ };
239
+
240
+ var stringifyJSON = function stringifyJSON(_ref) {
241
+ var value = _ref.value;
242
+ return JSON.stringify(value);
243
+ };
244
+
245
+ var json = [map, seq, {
246
+ identify: function identify(value) {
247
+ return typeof value === 'string';
248
+ },
249
+ default: true,
250
+ tag: 'tag:yaml.org,2002:str',
251
+ resolve: resolveString,
252
+ stringify: stringifyJSON
253
+ }, {
254
+ identify: function identify(value) {
255
+ return value == null;
256
+ },
257
+ createNode: function createNode(schema, value, ctx) {
258
+ return ctx.wrapScalars ? new Scalar(null) : null;
259
+ },
260
+ default: true,
261
+ tag: 'tag:yaml.org,2002:null',
262
+ test: /^null$/,
263
+ resolve: function resolve() {
264
+ return null;
265
+ },
266
+ stringify: stringifyJSON
267
+ }, {
268
+ identify: function identify(value) {
269
+ return typeof value === 'boolean';
270
+ },
271
+ default: true,
272
+ tag: 'tag:yaml.org,2002:bool',
273
+ test: /^true|false$/,
274
+ resolve: function resolve(str) {
275
+ return str === 'true';
276
+ },
277
+ stringify: stringifyJSON
278
+ }, {
279
+ identify: intIdentify$1,
280
+ default: true,
281
+ tag: 'tag:yaml.org,2002:int',
282
+ test: /^-?(?:0|[1-9][0-9]*)$/,
283
+ resolve: function resolve(str) {
284
+ return intOptions.asBigInt ? BigInt(str) : parseInt(str, 10);
285
+ },
286
+ stringify: function stringify(_ref2) {
287
+ var value = _ref2.value;
288
+ return intIdentify$1(value) ? value.toString() : JSON.stringify(value);
289
+ }
290
+ }, {
291
+ identify: function identify(value) {
292
+ return typeof value === 'number';
293
+ },
294
+ default: true,
295
+ tag: 'tag:yaml.org,2002:float',
296
+ test: /^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,
297
+ resolve: function resolve(str) {
298
+ return parseFloat(str);
299
+ },
300
+ stringify: stringifyJSON
301
+ }];
302
+
303
+ json.scalarFallback = function (str) {
304
+ throw new SyntaxError("Unresolved plain scalar ".concat(JSON.stringify(str)));
305
+ };
306
+
307
+ /* global BigInt */
308
+
309
+ var boolStringify = function boolStringify(_ref) {
310
+ var value = _ref.value;
311
+ return value ? boolOptions.trueStr : boolOptions.falseStr;
312
+ };
313
+
314
+ var intIdentify = function intIdentify(value) {
315
+ return typeof value === 'bigint' || Number.isInteger(value);
316
+ };
317
+
318
+ function intResolve(sign, src, radix) {
319
+ var str = src.replace(/_/g, '');
320
+
321
+ if (intOptions.asBigInt) {
322
+ switch (radix) {
323
+ case 2:
324
+ str = "0b".concat(str);
325
+ break;
326
+
327
+ case 8:
328
+ str = "0o".concat(str);
329
+ break;
330
+
331
+ case 16:
332
+ str = "0x".concat(str);
333
+ break;
334
+ }
335
+
336
+ var _n = BigInt(str);
337
+
338
+ return sign === '-' ? BigInt(-1) * _n : _n;
339
+ }
340
+
341
+ var n = parseInt(str, radix);
342
+ return sign === '-' ? -1 * n : n;
343
+ }
344
+
345
+ function intStringify(node, radix, prefix) {
346
+ var value = node.value;
347
+
348
+ if (intIdentify(value)) {
349
+ var str = value.toString(radix);
350
+ return value < 0 ? '-' + prefix + str.substr(1) : prefix + str;
351
+ }
352
+
353
+ return stringifyNumber(node);
354
+ }
355
+
356
+ var yaml11 = failsafe.concat([{
357
+ identify: function identify(value) {
358
+ return value == null;
359
+ },
360
+ createNode: function createNode(schema, value, ctx) {
361
+ return ctx.wrapScalars ? new Scalar(null) : null;
362
+ },
363
+ default: true,
364
+ tag: 'tag:yaml.org,2002:null',
365
+ test: /^(?:~|[Nn]ull|NULL)?$/,
366
+ resolve: function resolve() {
367
+ return null;
368
+ },
369
+ options: nullOptions,
370
+ stringify: function stringify() {
371
+ return nullOptions.nullStr;
372
+ }
373
+ }, {
374
+ identify: function identify(value) {
375
+ return typeof value === 'boolean';
376
+ },
377
+ default: true,
378
+ tag: 'tag:yaml.org,2002:bool',
379
+ test: /^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,
380
+ resolve: function resolve() {
381
+ return true;
382
+ },
383
+ options: boolOptions,
384
+ stringify: boolStringify
385
+ }, {
386
+ identify: function identify(value) {
387
+ return typeof value === 'boolean';
388
+ },
389
+ default: true,
390
+ tag: 'tag:yaml.org,2002:bool',
391
+ test: /^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i,
392
+ resolve: function resolve() {
393
+ return false;
394
+ },
395
+ options: boolOptions,
396
+ stringify: boolStringify
397
+ }, {
398
+ identify: intIdentify,
399
+ default: true,
400
+ tag: 'tag:yaml.org,2002:int',
401
+ format: 'BIN',
402
+ test: /^([-+]?)0b([0-1_]+)$/,
403
+ resolve: function resolve(str, sign, bin) {
404
+ return intResolve(sign, bin, 2);
405
+ },
406
+ stringify: function stringify(node) {
407
+ return intStringify(node, 2, '0b');
408
+ }
409
+ }, {
410
+ identify: intIdentify,
411
+ default: true,
412
+ tag: 'tag:yaml.org,2002:int',
413
+ format: 'OCT',
414
+ test: /^([-+]?)0([0-7_]+)$/,
415
+ resolve: function resolve(str, sign, oct) {
416
+ return intResolve(sign, oct, 8);
417
+ },
418
+ stringify: function stringify(node) {
419
+ return intStringify(node, 8, '0');
420
+ }
421
+ }, {
422
+ identify: intIdentify,
423
+ default: true,
424
+ tag: 'tag:yaml.org,2002:int',
425
+ test: /^([-+]?)([0-9][0-9_]*)$/,
426
+ resolve: function resolve(str, sign, abs) {
427
+ return intResolve(sign, abs, 10);
428
+ },
429
+ stringify: stringifyNumber
430
+ }, {
431
+ identify: intIdentify,
432
+ default: true,
433
+ tag: 'tag:yaml.org,2002:int',
434
+ format: 'HEX',
435
+ test: /^([-+]?)0x([0-9a-fA-F_]+)$/,
436
+ resolve: function resolve(str, sign, hex) {
437
+ return intResolve(sign, hex, 16);
438
+ },
439
+ stringify: function stringify(node) {
440
+ return intStringify(node, 16, '0x');
441
+ }
442
+ }, {
443
+ identify: function identify(value) {
444
+ return typeof value === 'number';
445
+ },
446
+ default: true,
447
+ tag: 'tag:yaml.org,2002:float',
448
+ test: /^(?:[-+]?\.inf|(\.nan))$/i,
449
+ resolve: function resolve(str, nan) {
450
+ return nan ? NaN : str[0] === '-' ? Number.NEGATIVE_INFINITY : Number.POSITIVE_INFINITY;
451
+ },
452
+ stringify: stringifyNumber
453
+ }, {
454
+ identify: function identify(value) {
455
+ return typeof value === 'number';
456
+ },
457
+ default: true,
458
+ tag: 'tag:yaml.org,2002:float',
459
+ format: 'EXP',
460
+ test: /^[-+]?([0-9][0-9_]*)?(\.[0-9_]*)?[eE][-+]?[0-9]+$/,
461
+ resolve: function resolve(str) {
462
+ return parseFloat(str.replace(/_/g, ''));
463
+ },
464
+ stringify: function stringify(_ref2) {
465
+ var value = _ref2.value;
466
+ return Number(value).toExponential();
467
+ }
468
+ }, {
469
+ identify: function identify(value) {
470
+ return typeof value === 'number';
471
+ },
472
+ default: true,
473
+ tag: 'tag:yaml.org,2002:float',
474
+ test: /^[-+]?(?:[0-9][0-9_]*)?\.([0-9_]*)$/,
475
+ resolve: function resolve(str, frac) {
476
+ var node = new Scalar(parseFloat(str.replace(/_/g, '')));
477
+
478
+ if (frac) {
479
+ var f = frac.replace(/_/g, '');
480
+ if (f[f.length - 1] === '0') node.minFractionDigits = f.length;
481
+ }
482
+
483
+ return node;
484
+ },
485
+ stringify: stringifyNumber
486
+ }], binary, omap, pairs, set, intTime, floatTime, timestamp);
487
+
488
+ var schemas = {
489
+ core: core,
490
+ failsafe: failsafe,
491
+ json: json,
492
+ yaml11: yaml11
493
+ };
494
+ var tags = {
495
+ binary: binary,
496
+ bool: boolObj,
497
+ float: floatObj,
498
+ floatExp: expObj,
499
+ floatNaN: nanObj,
500
+ floatTime: floatTime,
501
+ int: intObj,
502
+ intHex: hexObj,
503
+ intOct: octObj,
504
+ intTime: intTime,
505
+ map: map,
506
+ null: nullObj,
507
+ omap: omap,
508
+ pairs: pairs,
509
+ seq: seq,
510
+ set: set,
511
+ timestamp: timestamp
512
+ };
513
+
514
+ function findTagObject(value, tagName, tags) {
515
+ if (tagName) {
516
+ var match = tags.filter(function (t) {
517
+ return t.tag === tagName;
518
+ });
519
+ var tagObj = match.find(function (t) {
520
+ return !t.format;
521
+ }) || match[0];
522
+ if (!tagObj) throw new Error("Tag ".concat(tagName, " not found"));
523
+ return tagObj;
524
+ } // TODO: deprecate/remove class check
525
+
526
+
527
+ return tags.find(function (t) {
528
+ return (t.identify && t.identify(value) || t.class && value instanceof t.class) && !t.format;
529
+ });
530
+ }
531
+
532
+ function createNode(value, tagName, ctx) {
533
+ if (value instanceof Node) return value;
534
+ var defaultPrefix = ctx.defaultPrefix,
535
+ onTagObj = ctx.onTagObj,
536
+ prevObjects = ctx.prevObjects,
537
+ schema = ctx.schema,
538
+ wrapScalars = ctx.wrapScalars;
539
+ if (tagName && tagName.startsWith('!!')) tagName = defaultPrefix + tagName.slice(2);
540
+ var tagObj = findTagObject(value, tagName, schema.tags);
541
+
542
+ if (!tagObj) {
543
+ if (typeof value.toJSON === 'function') value = value.toJSON();
544
+ if (!value || _typeof(value) !== 'object') return wrapScalars ? new Scalar(value) : value;
545
+ tagObj = value instanceof Map ? map : value[Symbol.iterator] ? seq : map;
546
+ }
547
+
548
+ if (onTagObj) {
549
+ onTagObj(tagObj);
550
+ delete ctx.onTagObj;
551
+ } // Detect duplicate references to the same object & use Alias nodes for all
552
+ // after first. The `obj` wrapper allows for circular references to resolve.
553
+
554
+
555
+ var obj = {
556
+ value: undefined,
557
+ node: undefined
558
+ };
559
+
560
+ if (value && _typeof(value) === 'object' && prevObjects) {
561
+ var prev = prevObjects.get(value);
562
+
563
+ if (prev) {
564
+ var alias = new Alias(prev); // leaves source dirty; must be cleaned by caller
565
+
566
+ ctx.aliasNodes.push(alias); // defined along with prevObjects
567
+
568
+ return alias;
569
+ }
570
+
571
+ obj.value = value;
572
+ prevObjects.set(value, obj);
573
+ }
574
+
575
+ obj.node = tagObj.createNode ? tagObj.createNode(ctx.schema, value, ctx) : wrapScalars ? new Scalar(value) : value;
576
+ if (tagName && obj.node instanceof Node) obj.node.tag = tagName;
577
+ return obj.node;
578
+ }
579
+
580
+ function getSchemaTags(schemas, knownTags, customTags, schemaId) {
581
+ var tags = schemas[schemaId.replace(/\W/g, '')]; // 'yaml-1.1' -> 'yaml11'
582
+
583
+ if (!tags) {
584
+ var keys = Object.keys(schemas).map(function (key) {
585
+ return JSON.stringify(key);
586
+ }).join(', ');
587
+ throw new Error("Unknown schema \"".concat(schemaId, "\"; use one of ").concat(keys));
588
+ }
589
+
590
+ if (Array.isArray(customTags)) {
591
+ var _iterator = _createForOfIteratorHelper(customTags),
592
+ _step;
593
+
594
+ try {
595
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
596
+ var tag = _step.value;
597
+ tags = tags.concat(tag);
598
+ }
599
+ } catch (err) {
600
+ _iterator.e(err);
601
+ } finally {
602
+ _iterator.f();
603
+ }
604
+ } else if (typeof customTags === 'function') {
605
+ tags = customTags(tags.slice());
606
+ }
607
+
608
+ for (var i = 0; i < tags.length; ++i) {
609
+ var _tag = tags[i];
610
+
611
+ if (typeof _tag === 'string') {
612
+ var tagObj = knownTags[_tag];
613
+
614
+ if (!tagObj) {
615
+ var _keys = Object.keys(knownTags).map(function (key) {
616
+ return JSON.stringify(key);
617
+ }).join(', ');
618
+
619
+ throw new Error("Unknown custom tag \"".concat(_tag, "\"; use one of ").concat(_keys));
620
+ }
621
+
622
+ tags[i] = tagObj;
623
+ }
624
+ }
625
+
626
+ return tags;
627
+ }
628
+
629
+ var sortMapEntriesByKey = function sortMapEntriesByKey(a, b) {
630
+ return a.key < b.key ? -1 : a.key > b.key ? 1 : 0;
631
+ };
632
+
633
+ var Schema = /*#__PURE__*/function () {
634
+ // TODO: remove in v2
635
+ // TODO: remove in v2
636
+ function Schema(_ref) {
637
+ var customTags = _ref.customTags,
638
+ merge = _ref.merge,
639
+ schema = _ref.schema,
640
+ sortMapEntries = _ref.sortMapEntries,
641
+ deprecatedCustomTags = _ref.tags;
642
+
643
+ _classCallCheck(this, Schema);
644
+
645
+ this.merge = !!merge;
646
+ this.name = schema;
647
+ this.sortMapEntries = sortMapEntries === true ? sortMapEntriesByKey : sortMapEntries || null;
648
+ if (!customTags && deprecatedCustomTags) warnOptionDeprecation('tags', 'customTags');
649
+ this.tags = getSchemaTags(schemas, tags, customTags || deprecatedCustomTags, schema);
650
+ }
651
+
652
+ _createClass(Schema, [{
653
+ key: "createNode",
654
+ value: function createNode$1(value, wrapScalars, tagName, ctx) {
655
+ var baseCtx = {
656
+ defaultPrefix: Schema.defaultPrefix,
657
+ schema: this,
658
+ wrapScalars: wrapScalars
659
+ };
660
+ var createCtx = ctx ? Object.assign(ctx, baseCtx) : baseCtx;
661
+ return createNode(value, tagName, createCtx);
662
+ }
663
+ }, {
664
+ key: "createPair",
665
+ value: function createPair(key, value, ctx) {
666
+ if (!ctx) ctx = {
667
+ wrapScalars: true
668
+ };
669
+ var k = this.createNode(key, ctx.wrapScalars, null, ctx);
670
+ var v = this.createNode(value, ctx.wrapScalars, null, ctx);
671
+ return new Pair(k, v);
672
+ }
673
+ }]);
674
+
675
+ return Schema;
676
+ }();
677
+
678
+ _defineProperty(Schema, "defaultPrefix", defaultTagPrefix);
679
+
680
+ _defineProperty(Schema, "defaultTags", defaultTags);
681
+
682
+ export { Schema as S };