@ast-grep/lang-yaml 0.0.1 → 0.0.3

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/type.d.ts CHANGED
@@ -329,6 +329,10 @@ type yamlTypes = {
329
329
  {
330
330
  "type": "string_scalar",
331
331
  "named": true
332
+ },
333
+ {
334
+ "type": "timestamp_scalar",
335
+ "named": true
332
336
  }
333
337
  ]
334
338
  }
@@ -431,7 +435,8 @@ type yamlTypes = {
431
435
  },
432
436
  "comment": {
433
437
  "type": "comment",
434
- "named": true
438
+ "named": true,
439
+ "extra": true
435
440
  },
436
441
  "directive_name": {
437
442
  "type": "directive_name",
@@ -473,6 +478,10 @@ type yamlTypes = {
473
478
  "type": "tag_prefix",
474
479
  "named": true
475
480
  },
481
+ "timestamp_scalar": {
482
+ "type": "timestamp_scalar",
483
+ "named": true
484
+ },
476
485
  "yaml_version": {
477
486
  "type": "yaml_version",
478
487
  "named": true