yaml 3.0.0-0 → 3.0.0-1

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.
@@ -0,0 +1,13 @@
1
+ //#region \0rolldown/runtime.js
2
+ var __defProp = Object.defineProperty;
3
+ var __exportAll = (all, no_symbols) => {
4
+ let target = {};
5
+ for (var name in all) __defProp(target, name, {
6
+ get: all[name],
7
+ enumerable: true
8
+ });
9
+ if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
10
+ return target;
11
+ };
12
+ //#endregion
13
+ export { __exportAll as t };
package/dist/cli.js CHANGED
@@ -1,8 +1,7 @@
1
- import { n as visit } from "./directives-CG6n4xSM.js";
2
- import { i as lex, n as Composer, o as prettyToken, r as Parser, t as LineCounter, u as prettifyError } from "./line-counter-TFl552k_.js";
1
+ import { n as visit } from "./directives-CiM56lHW.js";
2
+ import { i as lex, n as Composer, o as prettyToken, r as Parser, t as LineCounter, u as prettifyError } from "./line-counter-bmCJ4fGy.js";
3
3
  import { resolve } from "node:path";
4
4
  import { parseArgs } from "node:util";
5
-
6
5
  //#region src/cli.ts
7
6
  const help = `\
8
7
  yaml: A command-line YAML processor and inspector
@@ -88,6 +87,7 @@ async function cli(stdin, done, argv) {
88
87
  let indent = Number(opt.indent);
89
88
  stdin.setEncoding("utf-8");
90
89
  switch (opt.help || mode) {
90
+ /* istanbul ignore next */
91
91
  case true:
92
92
  console.log(help);
93
93
  break;
@@ -176,6 +176,5 @@ async function cli(stdin, done, argv) {
176
176
  }
177
177
  }
178
178
  }
179
-
180
179
  //#endregion
181
- export { UserError, cli, help };
180
+ export { UserError, cli, help };