@coze-arch/cli 0.0.36-alpha.a7a716 → 0.0.36-alpha.dd2af3

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/lib/cli.js CHANGED
@@ -28,6 +28,7 @@ var node_os = require('node:os');
28
28
  var promises = require('node:fs/promises');
29
29
  var node_child_process = require('node:child_process');
30
30
  var node_util = require('node:util');
31
+ var tar = require('tar');
31
32
  var node_stream = require('node:stream');
32
33
 
33
34
  /**
@@ -1634,7 +1635,7 @@ function createNodeTransport() {
1634
1635
  };
1635
1636
  }
1636
1637
 
1637
- function _nullishCoalesce$c(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$E(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
1638
+ function _nullishCoalesce$c(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$F(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
1638
1639
  * Slardar CLI Reporter 主类
1639
1640
  * 封装 @slardar/base 的初始化和上报逻辑
1640
1641
  */
@@ -1706,7 +1707,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1706
1707
  this.client.on('send', (ev) => {
1707
1708
  log$6(
1708
1709
  'send hook called for event: %s',
1709
- (_optionalChain$E([ev, 'optionalAccess', _ => _.ev_type]) ) || 'unknown',
1710
+ (_optionalChain$F([ev, 'optionalAccess', _ => _.ev_type]) ) || 'unknown',
1710
1711
  );
1711
1712
  });
1712
1713
 
@@ -1764,7 +1765,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1764
1765
  )
1765
1766
  : undefined;
1766
1767
 
1767
- _optionalChain$E([this, 'access', _2 => _2.client, 'access', _3 => _3.sendEvent, 'optionalCall', _4 => _4({
1768
+ _optionalChain$F([this, 'access', _2 => _2.client, 'access', _3 => _3.sendEvent, 'optionalCall', _4 => _4({
1768
1769
  name,
1769
1770
  metrics: cleanMetrics ,
1770
1771
  categories: cleanCategories ,
@@ -1835,7 +1836,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1835
1836
  log$6('Reporting JS error:', {
1836
1837
  name: error.name,
1837
1838
  message: error.message.slice(0, 100),
1838
- stack: _optionalChain$E([error, 'access', _5 => _5.stack, 'optionalAccess', _6 => _6.slice, 'call', _7 => _7(0, 200)]),
1839
+ stack: _optionalChain$F([error, 'access', _5 => _5.stack, 'optionalAccess', _6 => _6.slice, 'call', _7 => _7(0, 200)]),
1839
1840
  extra,
1840
1841
  source,
1841
1842
  });
@@ -1855,7 +1856,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1855
1856
  if (!this.ensureInitialized()) {
1856
1857
  return;
1857
1858
  }
1858
- _optionalChain$E([this, 'access', _8 => _8.client, 'access', _9 => _9.context, 'optionalAccess', _10 => _10.set, 'call', _11 => _11(key, value)]);
1859
+ _optionalChain$F([this, 'access', _8 => _8.client, 'access', _9 => _9.context, 'optionalAccess', _10 => _10.set, 'call', _11 => _11(key, value)]);
1859
1860
  }
1860
1861
 
1861
1862
  /**
@@ -1866,7 +1867,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1866
1867
  return;
1867
1868
  }
1868
1869
  log$6('Merging context:', context);
1869
- _optionalChain$E([this, 'access', _12 => _12.client, 'access', _13 => _13.context, 'optionalAccess', _14 => _14.merge, 'call', _15 => _15(context)]);
1870
+ _optionalChain$F([this, 'access', _12 => _12.client, 'access', _13 => _13.context, 'optionalAccess', _14 => _14.merge, 'call', _15 => _15(context)]);
1870
1871
  }
1871
1872
 
1872
1873
  /**
@@ -1876,7 +1877,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1876
1877
  if (!this.ensureInitialized()) {
1877
1878
  return;
1878
1879
  }
1879
- _optionalChain$E([this, 'access', _16 => _16.client, 'access', _17 => _17.context, 'optionalAccess', _18 => _18.delete, 'call', _19 => _19(key)]);
1880
+ _optionalChain$F([this, 'access', _16 => _16.client, 'access', _17 => _17.context, 'optionalAccess', _18 => _18.delete, 'call', _19 => _19(key)]);
1880
1881
  }
1881
1882
 
1882
1883
  /**
@@ -1886,7 +1887,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1886
1887
  if (!this.ensureInitialized()) {
1887
1888
  return;
1888
1889
  }
1889
- _optionalChain$E([this, 'access', _20 => _20.client, 'access', _21 => _21.context, 'optionalAccess', _22 => _22.clear, 'call', _23 => _23()]);
1890
+ _optionalChain$F([this, 'access', _20 => _20.client, 'access', _21 => _21.context, 'optionalAccess', _22 => _22.clear, 'call', _23 => _23()]);
1890
1891
  }
1891
1892
 
1892
1893
  /**
@@ -1923,7 +1924,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1923
1924
  return;
1924
1925
  }
1925
1926
  log$6('Flushing Slardar data...');
1926
- _optionalChain$E([this, 'access', _24 => _24.client, 'access', _25 => _25.getSender, 'optionalCall', _26 => _26(), 'optionalAccess', _27 => _27.flush, 'call', _28 => _28()]);
1927
+ _optionalChain$F([this, 'access', _24 => _24.client, 'access', _25 => _25.getSender, 'optionalCall', _26 => _26(), 'optionalAccess', _27 => _27.flush, 'call', _28 => _28()]);
1927
1928
  log$6('Waiting %dms for events to be sent...', waitMs);
1928
1929
  await new Promise(resolve => setTimeout(resolve, waitMs));
1929
1930
  log$6('Slardar data flushed');
@@ -1942,7 +1943,7 @@ class SlardarCLIReporter {constructor() { SlardarCLIReporter.prototype.__init.ca
1942
1943
  */
1943
1944
  const reporter = new SlardarCLIReporter();
1944
1945
 
1945
- function _optionalChain$D(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
1946
+ function _optionalChain$E(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
1946
1947
 
1947
1948
 
1948
1949
 
@@ -2002,11 +2003,11 @@ const EventBuilder = {
2002
2003
  name: CLI_EVENTS.CLI_COMMAND,
2003
2004
  categories: {
2004
2005
  command,
2005
- args: _optionalChain$D([options, 'optionalAccess', _ => _.args]),
2006
+ args: _optionalChain$E([options, 'optionalAccess', _ => _.args]),
2006
2007
  status: 'running' ,
2007
- ..._optionalChain$D([options, 'optionalAccess', _2 => _2.categories]),
2008
+ ..._optionalChain$E([options, 'optionalAccess', _2 => _2.categories]),
2008
2009
  },
2009
- metrics: _optionalChain$D([options, 'optionalAccess', _3 => _3.metrics]),
2010
+ metrics: _optionalChain$E([options, 'optionalAccess', _3 => _3.metrics]),
2010
2011
  };
2011
2012
  },
2012
2013
 
@@ -2027,13 +2028,13 @@ const EventBuilder = {
2027
2028
  name: CLI_EVENTS.CLI_COMMAND_COMPLETE,
2028
2029
  categories: {
2029
2030
  command,
2030
- args: _optionalChain$D([options, 'optionalAccess', _4 => _4.args]),
2031
+ args: _optionalChain$E([options, 'optionalAccess', _4 => _4.args]),
2031
2032
  status: success ? ('success' ) : ('fail' ),
2032
- ..._optionalChain$D([options, 'optionalAccess', _5 => _5.categories]),
2033
+ ..._optionalChain$E([options, 'optionalAccess', _5 => _5.categories]),
2033
2034
  },
2034
2035
  metrics: {
2035
2036
  duration,
2036
- ...(_optionalChain$D([options, 'optionalAccess', _6 => _6.errorCode]) && { errorCode: options.errorCode }),
2037
+ ...(_optionalChain$E([options, 'optionalAccess', _6 => _6.errorCode]) && { errorCode: options.errorCode }),
2037
2038
  },
2038
2039
  };
2039
2040
  },
@@ -2054,12 +2055,12 @@ const EventBuilder = {
2054
2055
  name: CLI_EVENTS.NETWORK_REQUEST,
2055
2056
  categories: {
2056
2057
  url,
2057
- method: _optionalChain$D([options, 'optionalAccess', _7 => _7.method]) || 'GET',
2058
- statusCode: _optionalChain$D([options, 'optionalAccess', _8 => _8.statusCode, 'optionalAccess', _9 => _9.toString, 'call', _10 => _10()]),
2059
- status: _optionalChain$D([options, 'optionalAccess', _11 => _11.success]) ? ('success' ) : ('fail' ),
2058
+ method: _optionalChain$E([options, 'optionalAccess', _7 => _7.method]) || 'GET',
2059
+ statusCode: _optionalChain$E([options, 'optionalAccess', _8 => _8.statusCode, 'optionalAccess', _9 => _9.toString, 'call', _10 => _10()]),
2060
+ status: _optionalChain$E([options, 'optionalAccess', _11 => _11.success]) ? ('success' ) : ('fail' ),
2060
2061
  },
2061
2062
  metrics: {
2062
- duration: _optionalChain$D([options, 'optionalAccess', _12 => _12.duration]),
2063
+ duration: _optionalChain$E([options, 'optionalAccess', _12 => _12.duration]),
2063
2064
  },
2064
2065
  };
2065
2066
  },
@@ -2081,11 +2082,11 @@ const EventBuilder = {
2081
2082
  categories: {
2082
2083
  operation,
2083
2084
  filePath,
2084
- status: _optionalChain$D([options, 'optionalAccess', _13 => _13.success]) ? ('success' ) : ('fail' ),
2085
+ status: _optionalChain$E([options, 'optionalAccess', _13 => _13.success]) ? ('success' ) : ('fail' ),
2085
2086
  },
2086
2087
  metrics: {
2087
- duration: _optionalChain$D([options, 'optionalAccess', _14 => _14.duration]),
2088
- fileSize: _optionalChain$D([options, 'optionalAccess', _15 => _15.fileSize]),
2088
+ duration: _optionalChain$E([options, 'optionalAccess', _14 => _14.duration]),
2089
+ fileSize: _optionalChain$E([options, 'optionalAccess', _15 => _15.fileSize]),
2089
2090
  },
2090
2091
  };
2091
2092
  },
@@ -2113,7 +2114,7 @@ const EventBuilder = {
2113
2114
  };
2114
2115
 
2115
2116
  var name = "@coze-arch/cli";
2116
- var version = "0.0.36-alpha.a7a716";
2117
+ var version = "0.0.36-alpha.dd2af3";
2117
2118
  var description = "coze coding devtools cli";
2118
2119
  var license = "MIT";
2119
2120
  var author = "fanwenjie.fe@bytedance.com";
@@ -2223,7 +2224,7 @@ var packageJson = {
2223
2224
  cozePublishConfig: cozePublishConfig
2224
2225
  };
2225
2226
 
2226
- function _optionalChain$C(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
2227
+ function _optionalChain$D(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
2227
2228
  * Slardar 监控初始化和上报
2228
2229
  */
2229
2230
 
@@ -2326,11 +2327,11 @@ const reportCommandComplete = safeRun(
2326
2327
  ,
2327
2328
  ) => {
2328
2329
  const event = EventBuilder.cliCommandComplete(command, success, duration, {
2329
- args: _optionalChain$C([options, 'optionalAccess', _ => _.args]),
2330
- errorCode: _optionalChain$C([options, 'optionalAccess', _2 => _2.errorCode]),
2330
+ args: _optionalChain$D([options, 'optionalAccess', _ => _.args]),
2331
+ errorCode: _optionalChain$D([options, 'optionalAccess', _2 => _2.errorCode]),
2331
2332
  categories: {
2332
- ...(_optionalChain$C([options, 'optionalAccess', _3 => _3.errorMessage]) && { errorMessage: options.errorMessage }),
2333
- ..._optionalChain$C([options, 'optionalAccess', _4 => _4.categories]),
2333
+ ...(_optionalChain$D([options, 'optionalAccess', _3 => _3.errorMessage]) && { errorMessage: options.errorMessage }),
2334
+ ..._optionalChain$D([options, 'optionalAccess', _4 => _4.categories]),
2334
2335
  },
2335
2336
  });
2336
2337
  reporter.sendEvent(event.name, event.metrics, event.categories);
@@ -2389,7 +2390,7 @@ const flushSlardar = safeRun('flushSlardar', async () => {
2389
2390
  await reporter.flush();
2390
2391
  });
2391
2392
 
2392
- function _nullishCoalesce$b(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$B(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var LogLevel; (function (LogLevel) {
2393
+ function _nullishCoalesce$b(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$C(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var LogLevel; (function (LogLevel) {
2393
2394
  const ERROR = 0; LogLevel[LogLevel["ERROR"] = ERROR] = "ERROR";
2394
2395
  const WARN = 1; LogLevel[LogLevel["WARN"] = WARN] = "WARN";
2395
2396
  const SUCCESS = 2; LogLevel[LogLevel["SUCCESS"] = SUCCESS] = "SUCCESS";
@@ -2436,7 +2437,7 @@ class Logger {
2436
2437
  return level;
2437
2438
  }
2438
2439
 
2439
- const envLevel = _optionalChain$B([process, 'access', _ => _.env, 'access', _2 => _2.LOG_LEVEL, 'optionalAccess', _3 => _3.toLowerCase, 'call', _4 => _4()]);
2440
+ const envLevel = _optionalChain$C([process, 'access', _ => _.env, 'access', _2 => _2.LOG_LEVEL, 'optionalAccess', _3 => _3.toLowerCase, 'call', _4 => _4()]);
2440
2441
  if (envLevel && envLevel in LOG_LEVEL_MAP) {
2441
2442
  // envLevel 已通过 `in` 检查确认为 LOG_LEVEL_MAP 的键;
2442
2443
  // 显式判空以满足 noUncheckedIndexedAccess,运行时行为不变
@@ -2453,7 +2454,7 @@ class Logger {
2453
2454
  // 简单检测:Node.js 环境且支持 TTY
2454
2455
  return (
2455
2456
  typeof process !== 'undefined' &&
2456
- _optionalChain$B([process, 'access', _5 => _5.stdout, 'optionalAccess', _6 => _6.isTTY]) === true &&
2457
+ _optionalChain$C([process, 'access', _5 => _5.stdout, 'optionalAccess', _6 => _6.isTTY]) === true &&
2457
2458
  process.env.NO_COLOR === undefined
2458
2459
  );
2459
2460
  }
@@ -3261,7 +3262,7 @@ const registerCommand$6 = program => {
3261
3262
  });
3262
3263
  };
3263
3264
 
3264
- function _optionalChain$A(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// Safe JSON parsing utilities with type safety and error handling
3265
+ function _optionalChain$B(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// Safe JSON parsing utilities with type safety and error handling
3265
3266
  // Provides fallback values, validation, and error monitoring capabilities
3266
3267
 
3267
3268
  /**
@@ -3361,12 +3362,12 @@ function safeJsonParse(
3361
3362
  const parsed = JSON.parse(String(input));
3362
3363
 
3363
3364
  // Optional validation
3364
- if (_optionalChain$A([options, 'optionalAccess', _ => _.validate])) {
3365
+ if (_optionalChain$B([options, 'optionalAccess', _ => _.validate])) {
3365
3366
  if (options.validate(parsed)) {
3366
3367
  return parsed;
3367
3368
  } else {
3368
3369
  const validationError = new Error('JSON validation failed');
3369
- _optionalChain$A([options, 'access', _2 => _2.onError, 'optionalCall', _3 => _3(validationError, input)]);
3370
+ _optionalChain$B([options, 'access', _2 => _2.onError, 'optionalCall', _3 => _3(validationError, input)]);
3370
3371
 
3371
3372
  if (options.throwOnValidationError) {
3372
3373
  throw validationError;
@@ -3378,10 +3379,10 @@ function safeJsonParse(
3378
3379
  return parsed;
3379
3380
  } catch (error) {
3380
3381
  // Re-throw validation errors when throwOnValidationError is true
3381
- if (error instanceof Error && error.message === 'JSON validation failed' && _optionalChain$A([options, 'optionalAccess', _4 => _4.throwOnValidationError])) {
3382
+ if (error instanceof Error && error.message === 'JSON validation failed' && _optionalChain$B([options, 'optionalAccess', _4 => _4.throwOnValidationError])) {
3382
3383
  throw error;
3383
3384
  }
3384
- _optionalChain$A([options, 'optionalAccess', _5 => _5.onError, 'optionalCall', _6 => _6(error , input)]);
3385
+ _optionalChain$B([options, 'optionalAccess', _5 => _5.onError, 'optionalCall', _6 => _6(error , input)]);
3385
3386
  return defaultValue;
3386
3387
  }
3387
3388
  }
@@ -3421,7 +3422,7 @@ function isNode(node) {
3421
3422
  }
3422
3423
  const hasAnchor = (node) => (isScalar(node) || isCollection(node)) && !!node.anchor;
3423
3424
 
3424
- function _optionalChain$z(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3425
+ function _optionalChain$A(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3425
3426
  const BREAK = Symbol('break visit');
3426
3427
  const SKIP = Symbol('skip children');
3427
3428
  const REMOVE = Symbol('remove node');
@@ -3534,15 +3535,15 @@ function callVisitor(key, node, visitor, path) {
3534
3535
  if (typeof visitor === 'function')
3535
3536
  return visitor(key, node, path);
3536
3537
  if (isMap(node))
3537
- return _optionalChain$z([visitor, 'access', _ => _.Map, 'optionalCall', _2 => _2(key, node, path)]);
3538
+ return _optionalChain$A([visitor, 'access', _ => _.Map, 'optionalCall', _2 => _2(key, node, path)]);
3538
3539
  if (isSeq(node))
3539
- return _optionalChain$z([visitor, 'access', _3 => _3.Seq, 'optionalCall', _4 => _4(key, node, path)]);
3540
+ return _optionalChain$A([visitor, 'access', _3 => _3.Seq, 'optionalCall', _4 => _4(key, node, path)]);
3540
3541
  if (isPair(node))
3541
- return _optionalChain$z([visitor, 'access', _5 => _5.Pair, 'optionalCall', _6 => _6(key, node, path)]);
3542
+ return _optionalChain$A([visitor, 'access', _5 => _5.Pair, 'optionalCall', _6 => _6(key, node, path)]);
3542
3543
  if (isScalar(node))
3543
- return _optionalChain$z([visitor, 'access', _7 => _7.Scalar, 'optionalCall', _8 => _8(key, node, path)]);
3544
+ return _optionalChain$A([visitor, 'access', _7 => _7.Scalar, 'optionalCall', _8 => _8(key, node, path)]);
3544
3545
  if (isAlias(node))
3545
- return _optionalChain$z([visitor, 'access', _9 => _9.Alias, 'optionalCall', _10 => _10(key, node, path)]);
3546
+ return _optionalChain$A([visitor, 'access', _9 => _9.Alias, 'optionalCall', _10 => _10(key, node, path)]);
3546
3547
  return undefined;
3547
3548
  }
3548
3549
  function replaceNode(key, path, node) {
@@ -3633,7 +3634,7 @@ function applyReviver(reviver, obj, key, val) {
3633
3634
  return reviver.call(obj, key, val);
3634
3635
  }
3635
3636
 
3636
- function _optionalChain$y(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3637
+ function _optionalChain$z(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3637
3638
  /**
3638
3639
  * Recursively convert any node or its contents to native JavaScript
3639
3640
  *
@@ -3663,7 +3664,7 @@ function toJS(value, arg, ctx) {
3663
3664
  ctx.onCreate(res);
3664
3665
  return res;
3665
3666
  }
3666
- if (typeof value === 'bigint' && !_optionalChain$y([ctx, 'optionalAccess', _ => _.keep]))
3667
+ if (typeof value === 'bigint' && !_optionalChain$z([ctx, 'optionalAccess', _ => _.keep]))
3667
3668
  return Number(value);
3668
3669
  return value;
3669
3670
  }
@@ -3701,7 +3702,7 @@ class NodeBase {
3701
3702
  }
3702
3703
  }
3703
3704
 
3704
- function _optionalChain$x(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3705
+ function _optionalChain$y(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3705
3706
  class Alias extends NodeBase {
3706
3707
  constructor(source) {
3707
3708
  super(ALIAS);
@@ -3717,10 +3718,10 @@ class Alias extends NodeBase {
3717
3718
  * instance of the `source` anchor before this node.
3718
3719
  */
3719
3720
  resolve(doc, ctx) {
3720
- if (_optionalChain$x([ctx, 'optionalAccess', _ => _.maxAliasCount]) === 0)
3721
+ if (_optionalChain$y([ctx, 'optionalAccess', _ => _.maxAliasCount]) === 0)
3721
3722
  throw new ReferenceError('Alias resolution is disabled');
3722
3723
  let nodes;
3723
- if (_optionalChain$x([ctx, 'optionalAccess', _2 => _2.aliasResolveCache])) {
3724
+ if (_optionalChain$y([ctx, 'optionalAccess', _2 => _2.aliasResolveCache])) {
3724
3725
  nodes = ctx.aliasResolveCache;
3725
3726
  }
3726
3727
  else {
@@ -3759,7 +3760,7 @@ class Alias extends NodeBase {
3759
3760
  data = anchors.get(source);
3760
3761
  }
3761
3762
  /* istanbul ignore if */
3762
- if (_optionalChain$x([data, 'optionalAccess', _3 => _3.res]) === undefined) {
3763
+ if (_optionalChain$y([data, 'optionalAccess', _3 => _3.res]) === undefined) {
3763
3764
  const msg = 'This should not happen: Alias anchor was not resolved?';
3764
3765
  throw new ReferenceError(msg);
3765
3766
  }
@@ -3811,7 +3812,7 @@ function getAliasCount(doc, node, anchors) {
3811
3812
  return 1;
3812
3813
  }
3813
3814
 
3814
- function _optionalChain$w(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3815
+ function _optionalChain$x(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3815
3816
  const isScalarValue = (value) => !value || (typeof value !== 'function' && typeof value !== 'object');
3816
3817
  class Scalar extends NodeBase {
3817
3818
  constructor(value) {
@@ -3819,7 +3820,7 @@ class Scalar extends NodeBase {
3819
3820
  this.value = value;
3820
3821
  }
3821
3822
  toJSON(arg, ctx) {
3822
- return _optionalChain$w([ctx, 'optionalAccess', _ => _.keep]) ? this.value : toJS(this.value, arg, ctx);
3823
+ return _optionalChain$x([ctx, 'optionalAccess', _ => _.keep]) ? this.value : toJS(this.value, arg, ctx);
3823
3824
  }
3824
3825
  toString() {
3825
3826
  return String(this.value);
@@ -3831,7 +3832,7 @@ Scalar.PLAIN = 'PLAIN';
3831
3832
  Scalar.QUOTE_DOUBLE = 'QUOTE_DOUBLE';
3832
3833
  Scalar.QUOTE_SINGLE = 'QUOTE_SINGLE';
3833
3834
 
3834
- function _nullishCoalesce$a(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$v(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3835
+ function _nullishCoalesce$a(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$w(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
3835
3836
  const defaultTagPrefix = 'tag:yaml.org,2002:';
3836
3837
  function findTagObject(value, tagName, tags) {
3837
3838
  if (tagName) {
@@ -3841,7 +3842,7 @@ function findTagObject(value, tagName, tags) {
3841
3842
  throw new Error(`Tag ${tagName} not found`);
3842
3843
  return tagObj;
3843
3844
  }
3844
- return tags.find(t => _optionalChain$v([t, 'access', _ => _.identify, 'optionalCall', _2 => _2(value)]) && !t.format);
3845
+ return tags.find(t => _optionalChain$w([t, 'access', _ => _.identify, 'optionalCall', _2 => _2(value)]) && !t.format);
3845
3846
  }
3846
3847
  function createNode(value, tagName, ctx) {
3847
3848
  if (isDocument(value))
@@ -3849,7 +3850,7 @@ function createNode(value, tagName, ctx) {
3849
3850
  if (isNode(value))
3850
3851
  return value;
3851
3852
  if (isPair(value)) {
3852
- const map = _optionalChain$v([ctx, 'access', _3 => _3.schema, 'access', _4 => _4[MAP], 'access', _5 => _5.createNode, 'optionalCall', _6 => _6(ctx.schema, null, ctx)]);
3853
+ const map = _optionalChain$w([ctx, 'access', _3 => _3.schema, 'access', _4 => _4[MAP], 'access', _5 => _5.createNode, 'optionalCall', _6 => _6(ctx.schema, null, ctx)]);
3853
3854
  map.items.push(value);
3854
3855
  return map;
3855
3856
  }
@@ -3876,7 +3877,7 @@ function createNode(value, tagName, ctx) {
3876
3877
  sourceObjects.set(value, ref);
3877
3878
  }
3878
3879
  }
3879
- if (_optionalChain$v([tagName, 'optionalAccess', _7 => _7.startsWith, 'call', _8 => _8('!!')]))
3880
+ if (_optionalChain$w([tagName, 'optionalAccess', _7 => _7.startsWith, 'call', _8 => _8('!!')]))
3880
3881
  tagName = defaultTagPrefix + tagName.slice(2);
3881
3882
  let tagObj = findTagObject(value, tagName, schema.tags);
3882
3883
  if (!tagObj) {
@@ -3901,9 +3902,9 @@ function createNode(value, tagName, ctx) {
3901
3902
  onTagObj(tagObj);
3902
3903
  delete ctx.onTagObj;
3903
3904
  }
3904
- const node = _optionalChain$v([tagObj, 'optionalAccess', _9 => _9.createNode])
3905
+ const node = _optionalChain$w([tagObj, 'optionalAccess', _9 => _9.createNode])
3905
3906
  ? tagObj.createNode(ctx.schema, value, ctx)
3906
- : typeof _optionalChain$v([tagObj, 'optionalAccess', _10 => _10.nodeClass, 'optionalAccess', _11 => _11.from]) === 'function'
3907
+ : typeof _optionalChain$w([tagObj, 'optionalAccess', _10 => _10.nodeClass, 'optionalAccess', _11 => _11.from]) === 'function'
3907
3908
  ? tagObj.nodeClass.from(ctx.schema, value, ctx)
3908
3909
  : new Scalar(value);
3909
3910
  if (tagName)
@@ -4221,7 +4222,7 @@ function consumeMoreIndentedLines(text, i, indent) {
4221
4222
  return end;
4222
4223
  }
4223
4224
 
4224
- function _optionalChain$u(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4225
+ function _optionalChain$v(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4225
4226
  const getFoldOptions = (ctx, isBlock) => ({
4226
4227
  indentAtStart: isBlock ? ctx.indent.length : ctx.indentAtStart,
4227
4228
  lineWidth: ctx.options.lineWidth,
@@ -4506,9 +4507,9 @@ function plainString(item, ctx, onComment, onChompKeep) {
4506
4507
  // booleans get parsed with those types in v1.2 (e.g. '42', 'true' & '0.9e-3'),
4507
4508
  // and others in v1.1.
4508
4509
  if (actualString) {
4509
- const test = (tag) => tag.default && tag.tag !== 'tag:yaml.org,2002:str' && _optionalChain$u([tag, 'access', _ => _.test, 'optionalAccess', _2 => _2.test, 'call', _3 => _3(str)]);
4510
+ const test = (tag) => tag.default && tag.tag !== 'tag:yaml.org,2002:str' && _optionalChain$v([tag, 'access', _ => _.test, 'optionalAccess', _2 => _2.test, 'call', _3 => _3(str)]);
4510
4511
  const { compat, tags } = ctx.doc.schema;
4511
- if (tags.some(test) || _optionalChain$u([compat, 'optionalAccess', _4 => _4.some, 'call', _5 => _5(test)]))
4512
+ if (tags.some(test) || _optionalChain$v([compat, 'optionalAccess', _4 => _4.some, 'call', _5 => _5(test)]))
4512
4513
  return quotedString(value, ctx);
4513
4514
  }
4514
4515
  return implicitKey
@@ -4554,7 +4555,7 @@ function stringifyString(item, ctx, onComment, onChompKeep) {
4554
4555
  return res;
4555
4556
  }
4556
4557
 
4557
- function _nullishCoalesce$9(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$t(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4558
+ function _nullishCoalesce$9(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$u(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4558
4559
  function createStringifyContext(doc, options) {
4559
4560
  const opt = Object.assign({
4560
4561
  blockQuote: true,
@@ -4607,7 +4608,7 @@ function getTagObject(tags, item) {
4607
4608
  let obj;
4608
4609
  if (isScalar(item)) {
4609
4610
  obj = item.value;
4610
- let match = tags.filter(t => _optionalChain$t([t, 'access', _ => _.identify, 'optionalCall', _2 => _2(obj)]));
4611
+ let match = tags.filter(t => _optionalChain$u([t, 'access', _ => _.identify, 'optionalCall', _2 => _2(obj)]));
4611
4612
  if (match.length > 1) {
4612
4613
  const testMatch = match.filter(t => t.test);
4613
4614
  if (testMatch.length > 0)
@@ -4621,7 +4622,7 @@ function getTagObject(tags, item) {
4621
4622
  tagObj = tags.find(t => t.nodeClass && obj instanceof t.nodeClass);
4622
4623
  }
4623
4624
  if (!tagObj) {
4624
- const name = _nullishCoalesce$9(_optionalChain$t([obj, 'optionalAccess', _3 => _3.constructor, 'optionalAccess', _4 => _4.name]), () => ( (obj === null ? 'null' : typeof obj)));
4625
+ const name = _nullishCoalesce$9(_optionalChain$u([obj, 'optionalAccess', _3 => _3.constructor, 'optionalAccess', _4 => _4.name]), () => ( (obj === null ? 'null' : typeof obj)));
4625
4626
  throw new Error(`Tag not resolved for ${name} value`);
4626
4627
  }
4627
4628
  return tagObj;
@@ -4647,7 +4648,7 @@ function stringify(item, ctx, onComment, onChompKeep) {
4647
4648
  if (isAlias(item)) {
4648
4649
  if (ctx.doc.directives)
4649
4650
  return item.toString(ctx);
4650
- if (_optionalChain$t([ctx, 'access', _5 => _5.resolvedAliases, 'optionalAccess', _6 => _6.has, 'call', _7 => _7(item)])) {
4651
+ if (_optionalChain$u([ctx, 'access', _5 => _5.resolvedAliases, 'optionalAccess', _6 => _6.has, 'call', _7 => _7(item)])) {
4651
4652
  throw new TypeError(`Cannot stringify circular structure without alias nodes`);
4652
4653
  }
4653
4654
  else {
@@ -4829,7 +4830,7 @@ function warn(logLevel, warning) {
4829
4830
  }
4830
4831
  }
4831
4832
 
4832
- function _optionalChain$s(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4833
+ function _optionalChain$t(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4833
4834
  // If the value associated with a merge key is a single mapping node, each of
4834
4835
  // its key/value pairs is inserted into the current mapping, unless the key
4835
4836
  // already exists in it. If the value associated with the merge key is a
@@ -4853,7 +4854,7 @@ const isMergeKey = (ctx, key) => (merge.identify(key) ||
4853
4854
  (isScalar(key) &&
4854
4855
  (!key.type || key.type === Scalar.PLAIN) &&
4855
4856
  merge.identify(key.value))) &&
4856
- _optionalChain$s([ctx, 'optionalAccess', _ => _.doc, 'access', _2 => _2.schema, 'access', _3 => _3.tags, 'access', _4 => _4.some, 'call', _5 => _5(tag => tag.tag === merge.tag && tag.default)]);
4857
+ _optionalChain$t([ctx, 'optionalAccess', _ => _.doc, 'access', _2 => _2.schema, 'access', _3 => _3.tags, 'access', _4 => _4.some, 'call', _5 => _5(tag => tag.tag === merge.tag && tag.default)]);
4857
4858
  function addMergeToJSMap(ctx, map, value) {
4858
4859
  const source = resolveAliasValue(ctx, value);
4859
4860
  if (isSeq(source))
@@ -4893,7 +4894,7 @@ function resolveAliasValue(ctx, value) {
4893
4894
  return ctx && isAlias(value) ? value.resolve(ctx.doc, ctx) : value;
4894
4895
  }
4895
4896
 
4896
- function _optionalChain$r(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4897
+ function _optionalChain$s(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4897
4898
  function addPairToJSMap(ctx, map, { key, value }) {
4898
4899
  if (isNode(key) && key.addToJSMap)
4899
4900
  key.addToJSMap(ctx, map, value);
@@ -4930,7 +4931,7 @@ function stringifyKey(key, jsKey, ctx) {
4930
4931
  // eslint-disable-next-line @typescript-eslint/no-base-to-string
4931
4932
  if (typeof jsKey !== 'object')
4932
4933
  return String(jsKey);
4933
- if (isNode(key) && _optionalChain$r([ctx, 'optionalAccess', _ => _.doc])) {
4934
+ if (isNode(key) && _optionalChain$s([ctx, 'optionalAccess', _ => _.doc])) {
4934
4935
  const strCtx = createStringifyContext(ctx.doc, {});
4935
4936
  strCtx.anchors = new Set();
4936
4937
  for (const node of ctx.anchors.keys())
@@ -4950,7 +4951,7 @@ function stringifyKey(key, jsKey, ctx) {
4950
4951
  return JSON.stringify(jsKey);
4951
4952
  }
4952
4953
 
4953
- function _optionalChain$q(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4954
+ function _optionalChain$r(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4954
4955
  function createPair(key, value, ctx) {
4955
4956
  const k = createNode(key, undefined, ctx);
4956
4957
  const v = createNode(value, undefined, ctx);
@@ -4971,17 +4972,17 @@ class Pair {
4971
4972
  return new Pair(key, value);
4972
4973
  }
4973
4974
  toJSON(_, ctx) {
4974
- const pair = _optionalChain$q([ctx, 'optionalAccess', _2 => _2.mapAsMap]) ? new Map() : {};
4975
+ const pair = _optionalChain$r([ctx, 'optionalAccess', _2 => _2.mapAsMap]) ? new Map() : {};
4975
4976
  return addPairToJSMap(ctx, pair, this);
4976
4977
  }
4977
4978
  toString(ctx, onComment, onChompKeep) {
4978
- return _optionalChain$q([ctx, 'optionalAccess', _3 => _3.doc])
4979
+ return _optionalChain$r([ctx, 'optionalAccess', _3 => _3.doc])
4979
4980
  ? stringifyPair(this, ctx, onComment, onChompKeep)
4980
4981
  : JSON.stringify(this);
4981
4982
  }
4982
4983
  }
4983
4984
 
4984
- function _nullishCoalesce$7(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$p(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4985
+ function _nullishCoalesce$7(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$q(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
4985
4986
  function stringifyCollection(collection, ctx, options) {
4986
4987
  const flow = _nullishCoalesce$7(ctx.inFlow, () => ( collection.flow));
4987
4988
  const stringify = flow ? stringifyFlowCollection : stringifyBlockCollection;
@@ -5075,7 +5076,7 @@ function stringifyFlowCollection({ items }, ctx, { flowChars, itemIndent }) {
5075
5076
  if (iv.commentBefore)
5076
5077
  reqNewline = true;
5077
5078
  }
5078
- else if (item.value == null && _optionalChain$p([ik, 'optionalAccess', _ => _.comment])) {
5079
+ else if (item.value == null && _optionalChain$q([ik, 'optionalAccess', _ => _.comment])) {
5079
5080
  comment = ik.comment;
5080
5081
  }
5081
5082
  }
@@ -5130,7 +5131,7 @@ function addCommentBefore({ indent, options: { commentString } }, lines, comment
5130
5131
  }
5131
5132
  }
5132
5133
 
5133
- function _nullishCoalesce$6(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$o(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5134
+ function _nullishCoalesce$6(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$p(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5134
5135
  function findPair(items, key) {
5135
5136
  const k = isScalar(key) ? key.value : key;
5136
5137
  for (const it of items) {
@@ -5191,12 +5192,12 @@ class YAMLMap extends Collection {
5191
5192
  _pair = pair;
5192
5193
  else if (!pair || typeof pair !== 'object' || !('key' in pair)) {
5193
5194
  // In TypeScript, this never happens.
5194
- _pair = new Pair(pair, _optionalChain$o([pair, 'optionalAccess', _2 => _2.value]));
5195
+ _pair = new Pair(pair, _optionalChain$p([pair, 'optionalAccess', _2 => _2.value]));
5195
5196
  }
5196
5197
  else
5197
5198
  _pair = new Pair(pair.key, pair.value);
5198
5199
  const prev = findPair(this.items, _pair.key);
5199
- const sortEntries = _optionalChain$o([this, 'access', _3 => _3.schema, 'optionalAccess', _4 => _4.sortMapEntries]);
5200
+ const sortEntries = _optionalChain$p([this, 'access', _3 => _3.schema, 'optionalAccess', _4 => _4.sortMapEntries]);
5200
5201
  if (prev) {
5201
5202
  if (!overwrite)
5202
5203
  throw new Error(`Key ${_pair.key} already set`);
@@ -5226,7 +5227,7 @@ class YAMLMap extends Collection {
5226
5227
  }
5227
5228
  get(key, keepScalar) {
5228
5229
  const it = findPair(this.items, key);
5229
- const node = _optionalChain$o([it, 'optionalAccess', _5 => _5.value]);
5230
+ const node = _optionalChain$p([it, 'optionalAccess', _5 => _5.value]);
5230
5231
  return _nullishCoalesce$6((!keepScalar && isScalar(node) ? node.value : node), () => ( undefined));
5231
5232
  }
5232
5233
  has(key) {
@@ -5241,8 +5242,8 @@ class YAMLMap extends Collection {
5241
5242
  * @returns Instance of Type, Map, or Object
5242
5243
  */
5243
5244
  toJSON(_, ctx, Type) {
5244
- const map = Type ? new Type() : _optionalChain$o([ctx, 'optionalAccess', _6 => _6.mapAsMap]) ? new Map() : {};
5245
- if (_optionalChain$o([ctx, 'optionalAccess', _7 => _7.onCreate]))
5245
+ const map = Type ? new Type() : _optionalChain$p([ctx, 'optionalAccess', _6 => _6.mapAsMap]) ? new Map() : {};
5246
+ if (_optionalChain$p([ctx, 'optionalAccess', _7 => _7.onCreate]))
5246
5247
  ctx.onCreate(map);
5247
5248
  for (const item of this.items)
5248
5249
  addPairToJSMap(ctx, map, item);
@@ -5267,7 +5268,7 @@ class YAMLMap extends Collection {
5267
5268
  }
5268
5269
  }
5269
5270
 
5270
- function _optionalChain$n(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5271
+ function _optionalChain$o(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5271
5272
  class YAMLSeq extends Collection {
5272
5273
  static get tagName() {
5273
5274
  return 'tag:yaml.org,2002:seq';
@@ -5330,7 +5331,7 @@ class YAMLSeq extends Collection {
5330
5331
  }
5331
5332
  toJSON(_, ctx) {
5332
5333
  const seq = [];
5333
- if (_optionalChain$n([ctx, 'optionalAccess', _2 => _2.onCreate]))
5334
+ if (_optionalChain$o([ctx, 'optionalAccess', _2 => _2.onCreate]))
5334
5335
  ctx.onCreate(seq);
5335
5336
  let i = 0;
5336
5337
  for (const item of this.items)
@@ -5409,7 +5410,7 @@ function createPairs(schema, iterable, ctx) {
5409
5410
  return pairs;
5410
5411
  }
5411
5412
 
5412
- function _optionalChain$m(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5413
+ function _optionalChain$n(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5413
5414
  class YAMLOMap extends YAMLSeq {
5414
5415
  constructor() {
5415
5416
  super();
@@ -5428,7 +5429,7 @@ class YAMLOMap extends YAMLSeq {
5428
5429
  if (!ctx)
5429
5430
  return super.toJSON(_);
5430
5431
  const map = new Map();
5431
- if (_optionalChain$m([ctx, 'optionalAccess', _2 => _2.onCreate]))
5432
+ if (_optionalChain$n([ctx, 'optionalAccess', _2 => _2.onCreate]))
5432
5433
  ctx.onCreate(map);
5433
5434
  for (const pair of this.items) {
5434
5435
  let key, value;
@@ -5546,7 +5547,7 @@ const isDirExists = async (file) => {
5546
5547
  }
5547
5548
  };
5548
5549
 
5549
- function _optionalChain$l(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// ABOUTME: Project type detection utility
5550
+ function _optionalChain$m(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// ABOUTME: Project type detection utility
5550
5551
 
5551
5552
  /**
5552
5553
  * 支持的项目类型枚举
@@ -5648,7 +5649,7 @@ const collectProjectInfo = async (
5648
5649
  }
5649
5650
 
5650
5651
  const scripts = Object.entries(
5651
- (_optionalChain$l([packageJson, 'optionalAccess', _ => _.scripts]) ) || {},
5652
+ (_optionalChain$m([packageJson, 'optionalAccess', _ => _.scripts]) ) || {},
5652
5653
  ).reduce((acc, [name, script]) => {
5653
5654
  if (typeof script === 'string') {
5654
5655
  acc[name] = script;
@@ -5802,7 +5803,7 @@ const detectProjectType = async (
5802
5803
  };
5803
5804
  };
5804
5805
 
5805
- function _optionalChain$k(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5806
+ function _optionalChain$l(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
5806
5807
 
5807
5808
 
5808
5809
  /**
@@ -5976,16 +5977,16 @@ const getCommandConfig = (
5976
5977
 
5977
5978
  switch (commandName) {
5978
5979
  case 'dev':
5979
- commandConfig = _optionalChain$k([config, 'access', _ => _.dev, 'optionalAccess', _2 => _2.run]);
5980
+ commandConfig = _optionalChain$l([config, 'access', _ => _.dev, 'optionalAccess', _2 => _2.run]);
5980
5981
  break;
5981
5982
  case 'build':
5982
- commandConfig = _optionalChain$k([config, 'access', _3 => _3.deploy, 'optionalAccess', _4 => _4.build]);
5983
+ commandConfig = _optionalChain$l([config, 'access', _3 => _3.deploy, 'optionalAccess', _4 => _4.build]);
5983
5984
  break;
5984
5985
  case 'start':
5985
- commandConfig = _optionalChain$k([config, 'access', _5 => _5.deploy, 'optionalAccess', _6 => _6.run]);
5986
+ commandConfig = _optionalChain$l([config, 'access', _5 => _5.deploy, 'optionalAccess', _6 => _6.run]);
5986
5987
  break;
5987
5988
  case 'validate':
5988
- commandConfig = _optionalChain$k([config, 'access', _7 => _7.dev, 'optionalAccess', _8 => _8.validate]);
5989
+ commandConfig = _optionalChain$l([config, 'access', _7 => _7.dev, 'optionalAccess', _8 => _8.validate]);
5989
5990
  break;
5990
5991
  default:
5991
5992
  throw new Error(`Unknown command: ${commandName}`);
@@ -6136,7 +6137,7 @@ const byFlag = (flag) => {
6136
6137
  return predicate;
6137
6138
  };
6138
6139
 
6139
- function _optionalChain$j(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6140
+ function _optionalChain$k(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6140
6141
 
6141
6142
 
6142
6143
 
@@ -6167,7 +6168,7 @@ echo "Validate passed!"
6167
6168
  * @returns
6168
6169
  */
6169
6170
  const isCozeValid$3 = (cozeConfig) => {
6170
- if (_optionalChain$j([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6171
+ if (_optionalChain$k([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6171
6172
  logger.info('[patch-expo-validate] NOT APPLY: dev.validate exists');
6172
6173
  return false;
6173
6174
  }
@@ -6312,7 +6313,7 @@ const patchExpoValidate = {
6312
6313
  },
6313
6314
  };
6314
6315
 
6315
- function _optionalChain$i(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6316
+ function _optionalChain$j(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6316
6317
 
6317
6318
 
6318
6319
 
@@ -6345,7 +6346,7 @@ echo "Validate passed!"
6345
6346
  * @returns
6346
6347
  */
6347
6348
  const isCozeValid$2 = (cozeConfig) => {
6348
- if (_optionalChain$i([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6349
+ if (_optionalChain$j([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6349
6350
  logger.info('[patch-nextjs-validate] NOT APPLY: dev.validate exists');
6350
6351
  return false;
6351
6352
  }
@@ -6493,7 +6494,7 @@ const patchNextjsValidate = {
6493
6494
  },
6494
6495
  };
6495
6496
 
6496
- function _optionalChain$h(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6497
+ function _optionalChain$i(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6497
6498
 
6498
6499
  const PATCH_ID$5 = 'nextjs/validate-concurrently@0.0.30';
6499
6500
  const PACKAGE_JSON_FILE$3 = 'package.json';
@@ -6526,7 +6527,7 @@ const readPackageJson = async (projectFolder) => {
6526
6527
  };
6527
6528
 
6528
6529
  const getTargetValidateScript = (packageJson) => {
6529
- const validateScript = _optionalChain$h([packageJson, 'access', _ => _.scripts, 'optionalAccess', _2 => _2.validate]);
6530
+ const validateScript = _optionalChain$i([packageJson, 'access', _ => _.scripts, 'optionalAccess', _2 => _2.validate]);
6530
6531
  if (typeof validateScript !== 'string') {
6531
6532
  return null;
6532
6533
  }
@@ -6543,7 +6544,7 @@ const getTargetValidateScript = (packageJson) => {
6543
6544
 
6544
6545
  const canStackAfterNextjsValidatePatch = async (context, packageJson) => {
6545
6546
  const scripts = packageJson.scripts || {};
6546
- if (typeof scripts.validate !== 'undefined' || typeof scripts['ts-check'] !== 'string' || _optionalChain$h([context, 'access', _3 => _3.cozeConfig, 'access', _4 => _4.dev, 'optionalAccess', _5 => _5.validate])) {
6547
+ if (typeof scripts.validate !== 'undefined' || typeof scripts['ts-check'] !== 'string' || _optionalChain$i([context, 'access', _3 => _3.cozeConfig, 'access', _4 => _4.dev, 'optionalAccess', _5 => _5.validate])) {
6547
6548
  return false;
6548
6549
  }
6549
6550
 
@@ -6612,7 +6613,7 @@ const patchNextjsValidateConcurrently = {
6612
6613
  apply: patchPackageJson$2,
6613
6614
  };
6614
6615
 
6615
- function _optionalChain$g(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6616
+ function _optionalChain$h(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6616
6617
 
6617
6618
 
6618
6619
 
@@ -6645,7 +6646,7 @@ echo "Validate passed!"
6645
6646
  * @returns
6646
6647
  */
6647
6648
  const isCozeValid$1 = (cozeConfig) => {
6648
- if (_optionalChain$g([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6649
+ if (_optionalChain$h([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6649
6650
  logger.info('[patch-vite-validate] NOT APPLY: dev.validate exists');
6650
6651
  return false;
6651
6652
  }
@@ -6790,7 +6791,7 @@ const patchViteValidate = {
6790
6791
  },
6791
6792
  };
6792
6793
 
6793
- function _optionalChain$f(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6794
+ function _optionalChain$g(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6794
6795
 
6795
6796
 
6796
6797
 
@@ -6827,7 +6828,7 @@ echo "Validate passed!"
6827
6828
  * @returns
6828
6829
  */
6829
6830
  const isCozeValid = (cozeConfig) => {
6830
- if (_optionalChain$f([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6831
+ if (_optionalChain$g([cozeConfig, 'access', _ => _.dev, 'optionalAccess', _2 => _2.validate])) {
6831
6832
  logger.info('[patch-taro-validate] NOT APPLY: dev.validate exists');
6832
6833
  return false;
6833
6834
  }
@@ -6976,7 +6977,7 @@ const patchTaroValidate = {
6976
6977
  },
6977
6978
  };
6978
6979
 
6979
- function _optionalChain$e(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6980
+ function _optionalChain$f(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
6980
6981
  const PATCH_ID$2 = 'taro/update-pack-script-for-tt-build@0.0.13';
6981
6982
  const PACKAGE_JSON_FILE = 'package.json';
6982
6983
  const PACK_SCRIPT_FILE = '.cozeproj/scripts/pack.sh';
@@ -7055,12 +7056,12 @@ const readPackageScripts = async (
7055
7056
  const packageJsonContent = await fs$1.readFile(packageJsonPath, 'utf-8');
7056
7057
  const packageJson = safeJsonParse(packageJsonContent, null);
7057
7058
 
7058
- return _optionalChain$e([packageJson, 'optionalAccess', _ => _.scripts]) || null;
7059
+ return _optionalChain$f([packageJson, 'optionalAccess', _ => _.scripts]) || null;
7059
7060
  };
7060
7061
 
7061
7062
  const hasBuildTtScript = async (projectFolder) => {
7062
7063
  const scripts = await readPackageScripts(projectFolder);
7063
- return typeof _optionalChain$e([scripts, 'optionalAccess', _2 => _2['build:tt']]) === 'string';
7064
+ return typeof _optionalChain$f([scripts, 'optionalAccess', _2 => _2['build:tt']]) === 'string';
7064
7065
  };
7065
7066
 
7066
7067
  const hasLegacyPackScript = async (projectFolder) => {
@@ -7414,7 +7415,7 @@ const getTemplatePatches = (
7414
7415
  ) =>
7415
7416
  patches.filter(patch => patch.template === template);
7416
7417
 
7417
- function _nullishCoalesce$5(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$d(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
7418
+ function _nullishCoalesce$5(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$e(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
7418
7419
  const DEFAULT_LEGACY_VERSION = 'legacy';
7419
7420
 
7420
7421
  const loadFlagsWithFallback = async () => {
@@ -7520,7 +7521,7 @@ const getNextPatchState = (
7520
7521
 
7521
7522
  ) => ({
7522
7523
  template,
7523
- version: _optionalChain$d([config, 'access', _ => _.project, 'optionalAccess', _2 => _2.version]) || DEFAULT_LEGACY_VERSION,
7524
+ version: _optionalChain$e([config, 'access', _ => _.project, 'optionalAccess', _2 => _2.version]) || DEFAULT_LEGACY_VERSION,
7524
7525
  appliedPatches: [...appliedPatches, patchId],
7525
7526
  });
7526
7527
 
@@ -7544,15 +7545,15 @@ const executePatch = async (
7544
7545
  }
7545
7546
 
7546
7547
  const template =
7547
- _optionalChain$d([config, 'access', _3 => _3.project, 'optionalAccess', _4 => _4.template]) || (await detectTemplateKey(projectFolder));
7548
+ _optionalChain$e([config, 'access', _3 => _3.project, 'optionalAccess', _4 => _4.template]) || (await detectTemplateKey(projectFolder));
7548
7549
 
7549
7550
  if (!template) {
7550
7551
  logger.info('Patch skipped: template not detected');
7551
7552
  return;
7552
7553
  }
7553
7554
 
7554
- const appliedPatches = [...(_optionalChain$d([config, 'access', _5 => _5.project, 'optionalAccess', _6 => _6.appliedPatches]) || [])];
7555
- const projectVersion = _optionalChain$d([config, 'access', _7 => _7.project, 'optionalAccess', _8 => _8.version]);
7555
+ const appliedPatches = [...(_optionalChain$e([config, 'access', _5 => _5.project, 'optionalAccess', _6 => _6.appliedPatches]) || [])];
7556
+ const projectVersion = _optionalChain$e([config, 'access', _7 => _7.project, 'optionalAccess', _8 => _8.version]);
7556
7557
  const flags = await loadFlagsWithFallback();
7557
7558
 
7558
7559
  const context = {
@@ -7655,14 +7656,14 @@ const registerCommand$5 = program => {
7655
7656
  ) => {
7656
7657
  await executePatch({
7657
7658
  directory,
7658
- dryRun: _optionalChain$d([command, 'optionalAccess', _9 => _9.dryRun]),
7659
- showFlags: _optionalChain$d([command, 'optionalAccess', _10 => _10.showFlags]),
7659
+ dryRun: _optionalChain$e([command, 'optionalAccess', _9 => _9.dryRun]),
7660
+ showFlags: _optionalChain$e([command, 'optionalAccess', _10 => _10.showFlags]),
7660
7661
  });
7661
7662
  },
7662
7663
  );
7663
7664
  };
7664
7665
 
7665
- function _nullishCoalesce$4(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$c(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
7666
+ function _nullishCoalesce$4(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$d(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
7666
7667
  const d$1 = debug('coze-init-cli:run');
7667
7668
 
7668
7669
  /**
@@ -7793,12 +7794,12 @@ const executeRun = async (commandName, options = {}) => {
7793
7794
  }
7794
7795
 
7795
7796
  // 将输出同时写入控制台和日志文件
7796
- _optionalChain$c([childProcess, 'access', _ => _.stdout, 'optionalAccess', _2 => _2.on, 'call', _3 => _3('data', (data) => {
7797
+ _optionalChain$d([childProcess, 'access', _ => _.stdout, 'optionalAccess', _2 => _2.on, 'call', _3 => _3('data', (data) => {
7797
7798
  process.stdout.write(data);
7798
7799
  logStream.write(data);
7799
7800
  })]);
7800
7801
 
7801
- _optionalChain$c([childProcess, 'access', _4 => _4.stderr, 'optionalAccess', _5 => _5.on, 'call', _6 => _6('data', (data) => {
7802
+ _optionalChain$d([childProcess, 'access', _4 => _4.stderr, 'optionalAccess', _5 => _5.on, 'call', _6 => _6('data', (data) => {
7802
7803
  process.stderr.write(data);
7803
7804
  logStream.write(data);
7804
7805
  })]);
@@ -8742,7 +8743,7 @@ const scanRoutesOnce = async (
8742
8743
  }
8743
8744
  };
8744
8745
 
8745
- function _optionalChain$b(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// Route manifest generation command
8746
+ function _optionalChain$c(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// Route manifest generation command
8746
8747
 
8747
8748
 
8748
8749
  const log = debug('coze:routes');
@@ -8843,7 +8844,7 @@ const registerCommand$3 = program => {
8843
8844
  'Output file path (defaults to ~/.coze/routes.json)',
8844
8845
  )
8845
8846
  .action(async (directory, options) => {
8846
- await executeRoutes({ directory, output: _optionalChain$b([options, 'optionalAccess', _ => _.output]) });
8847
+ await executeRoutes({ directory, output: _optionalChain$c([options, 'optionalAccess', _ => _.output]) });
8847
8848
  });
8848
8849
  };
8849
8850
 
@@ -10434,7 +10435,7 @@ const withRequestedApplicationType = (
10434
10435
  };
10435
10436
  };
10436
10437
 
10437
- function _optionalChain$a(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
10438
+ function _optionalChain$b(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
10438
10439
 
10439
10440
  const DEFAULT_CONFIG = {
10440
10441
  apiBaseUrl: 'https://code.coze.cn/',
@@ -10463,7 +10464,7 @@ const readJson = async (path) => {
10463
10464
  };
10464
10465
 
10465
10466
  const configuredPath = (options) =>
10466
- _optionalChain$a([options, 'optionalAccess', _ => _.config]) || process.env.COZE_CONFIG_FILE;
10467
+ _optionalChain$b([options, 'optionalAccess', _ => _.config]) || process.env.COZE_CONFIG_FILE;
10467
10468
 
10468
10469
  const loadConfig = async (options = {}) => {
10469
10470
  const customPath = configuredPath(options);
@@ -10814,7 +10815,7 @@ const loginWithOAuth = async (
10814
10815
  await saveOAuthToken(config, options, await pollToken(config, deviceCode));
10815
10816
  };
10816
10817
 
10817
- function _optionalChain$9(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
10818
+ function _optionalChain$a(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
10818
10819
 
10819
10820
 
10820
10821
 
@@ -10880,10 +10881,10 @@ const unwrap = (
10880
10881
  responseMetadata,
10881
10882
  ) => {
10882
10883
  const root = isRecord(payload) ? payload : undefined;
10883
- const first = isRecord(_optionalChain$9([root, 'optionalAccess', _ => _.data])) ? root.data : undefined;
10884
- const second = isRecord(_optionalChain$9([first, 'optionalAccess', _2 => _2.data])) ? first.data : undefined;
10884
+ const first = isRecord(_optionalChain$a([root, 'optionalAccess', _ => _.data])) ? root.data : undefined;
10885
+ const second = isRecord(_optionalChain$a([first, 'optionalAccess', _2 => _2.data])) ? first.data : undefined;
10885
10886
  const envelope = [root, first].find(candidate => candidate && 'code' in candidate);
10886
- if (_optionalChain$9([envelope, 'optionalAccess', _3 => _3.code]) !== undefined && Number(envelope.code) !== 0) {
10887
+ if (_optionalChain$a([envelope, 'optionalAccess', _3 => _3.code]) !== undefined && Number(envelope.code) !== 0) {
10887
10888
  throw new CliError(
10888
10889
  typeof envelope.msg === 'string'
10889
10890
  ? envelope.msg.slice(0, MAX_MESSAGE_LENGTH)
@@ -10935,7 +10936,7 @@ class DeployApiClient {
10935
10936
  if (this.config.organizationId) {
10936
10937
  headers['x-coze-account'] = this.config.organizationId;
10937
10938
  }
10938
- const lane = _optionalChain$9([this, 'access', _4 => _4.globalOptions, 'access', _5 => _5.lane, 'optionalAccess', _6 => _6.trim, 'call', _7 => _7()]) || _optionalChain$9([this, 'access', _8 => _8.config, 'access', _9 => _9.xTTEnv, 'optionalAccess', _10 => _10.trim, 'call', _11 => _11()]);
10939
+ const lane = _optionalChain$a([this, 'access', _4 => _4.globalOptions, 'access', _5 => _5.lane, 'optionalAccess', _6 => _6.trim, 'call', _7 => _7()]) || _optionalChain$a([this, 'access', _8 => _8.config, 'access', _9 => _9.xTTEnv, 'optionalAccess', _10 => _10.trim, 'call', _11 => _11()]);
10939
10940
  if (lane) {
10940
10941
  headers['x-use-ppe'] = '1';
10941
10942
  headers['x-tt-env'] = lane;
@@ -10966,7 +10967,7 @@ class DeployApiClient {
10966
10967
  if (!response.ok) {
10967
10968
  const root = isRecord(payload) ? payload : undefined;
10968
10969
  throw new CliError(
10969
- typeof _optionalChain$9([root, 'optionalAccess', _12 => _12.msg]) === 'string'
10970
+ typeof _optionalChain$a([root, 'optionalAccess', _12 => _12.msg]) === 'string'
10970
10971
  ? root.msg.slice(0, MAX_MESSAGE_LENGTH)
10971
10972
  : `Deployment API failed: ${response.status} ${response.statusText}` +
10972
10973
  `${validJson ? '' : '; response was not JSON'}`,
@@ -11171,6 +11172,35 @@ class DeployApiClient {
11171
11172
  );
11172
11173
  }
11173
11174
 
11175
+ authorizeMiniProgram(body
11176
+
11177
+
11178
+
11179
+
11180
+
11181
+
11182
+ ) {
11183
+ return this.post
11184
+
11185
+
11186
+
11187
+ ('/mini_program/auth', body);
11188
+ }
11189
+
11190
+ createMiniProgramPreview(body
11191
+
11192
+
11193
+
11194
+
11195
+ ) {
11196
+ return this.post
11197
+
11198
+
11199
+
11200
+
11201
+ ('/mini_program/preview', body);
11202
+ }
11203
+
11174
11204
  listDomains(appId, unitType) {
11175
11205
  return this.post(
11176
11206
  '/domain/list', {
@@ -11404,7 +11434,7 @@ const registerDoctor = (program) => {
11404
11434
  });
11405
11435
  };
11406
11436
 
11407
- function _optionalChain$8(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11437
+ function _optionalChain$9(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11408
11438
 
11409
11439
 
11410
11440
 
@@ -11435,7 +11465,7 @@ function _optionalChain$8(ops) { let lastAccessLHS = undefined; let value = ops[
11435
11465
 
11436
11466
 
11437
11467
  const getDeployParentOptions = (command) =>
11438
- _optionalChain$8([command, 'access', _ => _.parent, 'optionalAccess', _2 => _2.opts, 'call', _3 => _3()]) || {};
11468
+ _optionalChain$9([command, 'access', _ => _.parent, 'optionalAccess', _2 => _2.opts, 'call', _3 => _3()]) || {};
11439
11469
 
11440
11470
  const getDeployAppIdOption = (
11441
11471
  options,
@@ -11485,10 +11515,10 @@ const TERMINAL_STATUSES = new Set([
11485
11515
  const getDeployStatusText = (status) =>
11486
11516
  status ? STATUS_NAMES[status] || 'Unknown' : 'Unknown';
11487
11517
 
11488
- function _optionalChain$7(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11518
+ function _optionalChain$8(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11489
11519
 
11490
11520
  const formatDeployDetails = (history) =>
11491
- (_optionalChain$7([history, 'optionalAccess', _ => _.deploy_detail]) || []).map(detail => ({
11521
+ (_optionalChain$8([history, 'optionalAccess', _ => _.deploy_detail]) || []).map(detail => ({
11492
11522
  target: detail.target,
11493
11523
  status: getDeployStatusText(detail.status),
11494
11524
  deploy_log_key: detail.deploy_log_key,
@@ -11498,7 +11528,7 @@ const formatDeployDetails = (history) =>
11498
11528
  const getDeployLogKeys = (history) =>
11499
11529
  [...new Set(
11500
11530
  (history.deploy_detail || [])
11501
- .map(detail => _optionalChain$7([detail, 'access', _2 => _2.deploy_log_key, 'optionalAccess', _3 => _3.trim, 'call', _4 => _4()]))
11531
+ .map(detail => _optionalChain$8([detail, 'access', _2 => _2.deploy_log_key, 'optionalAccess', _3 => _3.trim, 'call', _4 => _4()]))
11502
11532
  .filter((key) => Boolean(key)),
11503
11533
  )];
11504
11534
 
@@ -11513,7 +11543,7 @@ const resolveDeployHistoryId = (
11513
11543
  ) =>
11514
11544
  normalizePositiveId(deployHistoryId) || normalizePositiveId(previousDeployHistoryId);
11515
11545
 
11516
- function _optionalChain$6(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11546
+ function _optionalChain$7(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11517
11547
 
11518
11548
  const SOURCE_SNAPSHOT_BYTES = 20;
11519
11549
  const PROJECT_METADATA_FILE_MODE = 0o644;
@@ -11523,7 +11553,7 @@ const isId = (value) =>
11523
11553
 
11524
11554
 
11525
11555
  const resolveAppId = async (cwd, appId) => {
11526
- const explicit = _optionalChain$6([appId, 'optionalAccess', _ => _.trim, 'call', _2 => _2()]);
11556
+ const explicit = _optionalChain$7([appId, 'optionalAccess', _ => _.trim, 'call', _2 => _2()]);
11527
11557
  if (explicit) {
11528
11558
  return explicit;
11529
11559
  }
@@ -11569,11 +11599,11 @@ const readProjectMetadata = async (
11569
11599
  }
11570
11600
  throw error;
11571
11601
  }
11572
- const projectSection = _optionalChain$6([cozeFileContent, 'access', _3 => _3.match, 'call', _4 => _4(
11602
+ const projectSection = _optionalChain$7([cozeFileContent, 'access', _3 => _3.match, 'call', _4 => _4(
11573
11603
  /^\s*\[project\]\s*(?:#.*)?$([\s\S]*?)(?=^\s*\[[^\]]+\]\s*(?:#.*)?$|(?![\s\S]))/mu,
11574
11604
  ), 'optionalAccess', _5 => _5[1]]);
11575
11605
  const readProjectString = (key) =>
11576
- _optionalChain$6([projectSection
11606
+ _optionalChain$7([projectSection
11577
11607
  , 'optionalAccess', _6 => _6.match, 'call', _7 => _7(new RegExp(`^\\s*${key}\\s*=\\s*["']([^"']+)["']`, 'mu')), 'optionalAccess', _8 => _8[1]
11578
11608
  , 'optionalAccess', _9 => _9.trim, 'call', _10 => _10()]);
11579
11609
  const name = readProjectString('name');
@@ -11581,7 +11611,7 @@ const readProjectMetadata = async (
11581
11611
  const projectId = readProjectString('project_id');
11582
11612
  const appId = readProjectString('app_id');
11583
11613
  const hasUnquotedId = (key) =>
11584
- Boolean(_optionalChain$6([projectSection, 'optionalAccess', _11 => _11.match, 'call', _12 => _12(new RegExp(`^\\s*${key}\\s*=\\s*(?!["'])\\S+`, 'mu'))]));
11614
+ Boolean(_optionalChain$7([projectSection, 'optionalAccess', _11 => _11.match, 'call', _12 => _12(new RegExp(`^\\s*${key}\\s*=\\s*(?!["'])\\S+`, 'mu'))]));
11585
11615
  if (hasUnquotedId('project_id') || hasUnquotedId('app_id')) {
11586
11616
  throw new CliError(
11587
11617
  '.coze [project].project_id and app_id must be quoted decimal strings.',
@@ -11606,7 +11636,7 @@ const updateProjectValue = (content, key, value) => {
11606
11636
  const sectionStart = sectionMatch.index + sectionMatch[0].length;
11607
11637
  const following = content.slice(sectionStart);
11608
11638
  const nextSection = /^\s*\[[^\]]+\]\s*(?:#.*)?$/mu.exec(following);
11609
- const sectionEnd = _optionalChain$6([nextSection, 'optionalAccess', _13 => _13.index]) === undefined
11639
+ const sectionEnd = _optionalChain$7([nextSection, 'optionalAccess', _13 => _13.index]) === undefined
11610
11640
  ? content.length
11611
11641
  : sectionStart + nextSection.index;
11612
11642
  const before = content.slice(0, sectionStart);
@@ -11660,8 +11690,8 @@ const ensureProjectMetadata = async (
11660
11690
  throw error;
11661
11691
  }
11662
11692
  }
11663
- const name = _optionalChain$6([options, 'access', _14 => _14.name, 'optionalAccess', _15 => _15.trim, 'call', _16 => _16()]) || 'Pages application';
11664
- const projectType = _optionalChain$6([options, 'access', _17 => _17.projectType, 'optionalAccess', _18 => _18.trim, 'call', _19 => _19()]) || 'web';
11693
+ const name = _optionalChain$7([options, 'access', _14 => _14.name, 'optionalAccess', _15 => _15.trim, 'call', _16 => _16()]) || 'Pages application';
11694
+ const projectType = _optionalChain$7([options, 'access', _17 => _17.projectType, 'optionalAccess', _18 => _18.trim, 'call', _19 => _19()]) || 'web';
11665
11695
  await promises.writeFile(
11666
11696
  node_path.join(sourceRoot, '.coze'),
11667
11697
  `[project]\nname = ${JSON.stringify(name)}\nproject_type = ${JSON.stringify(projectType)}\n`,
@@ -11671,7 +11701,7 @@ const ensureProjectMetadata = async (
11671
11701
  return readProjectMetadata(sourceRoot);
11672
11702
  };
11673
11703
 
11674
- function _optionalChain$5(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11704
+ function _optionalChain$6(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11675
11705
  const isFile = async (path) => {
11676
11706
  try {
11677
11707
  return (await promises.stat(path)).isFile();
@@ -11701,14 +11731,14 @@ const validatePagesSource = async (
11701
11731
  );
11702
11732
  }
11703
11733
  const project = config.project ;
11704
- if (typeof _optionalChain$5([project, 'optionalAccess', _ => _.template]) !== 'string' || project.template.trim().toLowerCase() !== 'nextjs') {
11734
+ if (typeof _optionalChain$6([project, 'optionalAccess', _ => _.template]) !== 'string' || project.template.trim().toLowerCase() !== 'nextjs') {
11705
11735
  throw new CliError(
11706
11736
  'Pages source contains no index.html; .coze project.template must be "nextjs".',
11707
11737
  'PAGES_BUILD_CONFIG_REQUIRED',
11708
11738
  );
11709
11739
  }
11710
11740
  const deploy = config.deploy ;
11711
- const build = _optionalChain$5([deploy, 'optionalAccess', _2 => _2.build]);
11741
+ const build = _optionalChain$6([deploy, 'optionalAccess', _2 => _2.build]);
11712
11742
  if (!Array.isArray(build) || build.length === 0 || !build.every(part => typeof part === 'string' && part.length > 0)) {
11713
11743
  throw new CliError(
11714
11744
  'Pages source contains no index.html; .coze deploy.build must be a non-empty string array.',
@@ -11979,12 +12009,107 @@ const registerEnv = (code) => {
11979
12009
  });
11980
12010
  };
11981
12011
 
12012
+ function _optionalChain$5(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/* eslint-disable security/detect-non-literal-fs-filename -- validated project-local build output paths */
12013
+
12014
+ const BUILD_OUTPUT_DIRS = new Set(['dist', 'dist-tt']);
12015
+ const EXCLUDED_PARTS = new Set([
12016
+ '.git',
12017
+ '.env',
12018
+ 'node_modules',
12019
+ ]);
12020
+ const REPRODUCIBLE_ARCHIVE_MTIME = new Date(0);
12021
+
12022
+ const validateBuildOutput = async (
12023
+ sourceRoot,
12024
+ buildOutputDir,
12025
+ ) => {
12026
+ if (!BUILD_OUTPUT_DIRS.has(buildOutputDir)) {
12027
+ throw new CliError(
12028
+ `Unsupported Mini-program build output directory: ${buildOutputDir}.`,
12029
+ 'SOURCE_PACKAGE_FAILED',
12030
+ );
12031
+ }
12032
+ const buildOutputRoot = node_path.resolve(sourceRoot, buildOutputDir);
12033
+ try {
12034
+ const info = await promises.lstat(buildOutputRoot);
12035
+ if (info.isSymbolicLink() || !info.isDirectory()) {
12036
+ throw new Error('build output must be a regular directory');
12037
+ }
12038
+ const realSourceRoot = await promises.realpath(sourceRoot);
12039
+ const realBuildOutputRoot = await promises.realpath(buildOutputRoot);
12040
+ const relativeOutput = node_path.relative(realSourceRoot, realBuildOutputRoot);
12041
+ if (!relativeOutput || relativeOutput.startsWith('..')) {
12042
+ throw new Error('build output must be inside the source root');
12043
+ }
12044
+ } catch (error) {
12045
+ throw new CliError(
12046
+ `Invalid Mini-program build output ${buildOutputRoot}: ${error instanceof Error ? error.message : String(error)}`,
12047
+ 'SOURCE_PACKAGE_FAILED',
12048
+ );
12049
+ }
12050
+ };
12051
+
12052
+ const shouldInclude = (
12053
+ archivePath,
12054
+ entry,
12055
+ ) => {
12056
+ if (_optionalChain$5([entry, 'access', _ => _.isSymbolicLink, 'optionalCall', _2 => _2()])) {
12057
+ return false;
12058
+ }
12059
+ return !archivePath.split(/[\\/]/u).some(part =>
12060
+ EXCLUDED_PARTS.has(part) || part.startsWith('.git'),
12061
+ );
12062
+ };
12063
+
12064
+ const createMiniProgramPackage = async (
12065
+ sourceRoot,
12066
+ buildOutputDir,
12067
+ ) => {
12068
+ const resolvedSourceRoot = node_path.resolve(sourceRoot);
12069
+ await validateBuildOutput(resolvedSourceRoot, buildOutputDir);
12070
+ const tempDirectory = await promises.mkdtemp(node_path.join(node_os.tmpdir(), 'coze-mini-program-source-'));
12071
+ const outputPath = node_path.join(tempDirectory, 'source.tar.gz');
12072
+ try {
12073
+ await tar.create(
12074
+ {
12075
+ cwd: resolvedSourceRoot,
12076
+ file: outputPath,
12077
+ filter: shouldInclude,
12078
+ gzip: true,
12079
+ mtime: REPRODUCIBLE_ARCHIVE_MTIME,
12080
+ portable: true,
12081
+ },
12082
+ [buildOutputDir],
12083
+ );
12084
+ const info = await promises.stat(outputPath);
12085
+ if (info.size === 0) {
12086
+ throw new Error('source archive is empty');
12087
+ }
12088
+ return {
12089
+ path: outputPath,
12090
+ sizeBytes: info.size,
12091
+ cleanup: () => promises.rm(tempDirectory, { recursive: true, force: true }),
12092
+ };
12093
+ } catch (error) {
12094
+ await promises.rm(tempDirectory, { recursive: true, force: true });
12095
+ throw new CliError(
12096
+ `Unable to package Mini-program build output: ${error instanceof Error ? error.message : String(error)}`,
12097
+ 'SOURCE_PACKAGE_FAILED',
12098
+ );
12099
+ }
12100
+ };
12101
+
11982
12102
  function _nullishCoalesce$1(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain$4(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
11983
12103
  const CONNECTOR_IDS = {
11984
12104
  wechat: '10000127',
11985
12105
  douyin: '10000126',
11986
12106
  } ;
11987
12107
 
12108
+ const MINI_PROGRAM_BUILD_OUTPUT_DIRS = {
12109
+ wechat: 'dist',
12110
+ douyin: 'dist-tt',
12111
+ } ;
12112
+
11988
12113
 
11989
12114
 
11990
12115
 
@@ -12009,6 +12134,18 @@ const resolveConnectorId = (platform) => {
12009
12134
  return connectorId;
12010
12135
  };
12011
12136
 
12137
+ const resolveBuildOutputDir = (platform) => {
12138
+ const outputDir =
12139
+ MINI_PROGRAM_BUILD_OUTPUT_DIRS[platform ];
12140
+ if (!outputDir) {
12141
+ throw new CliError(
12142
+ `Unsupported Mini-program platform ${String(platform)}; expected wechat or douyin.`,
12143
+ 'INVALID_MINIPROGRAM_PLATFORM',
12144
+ );
12145
+ }
12146
+ return outputDir;
12147
+ };
12148
+
12012
12149
  const resolveProjectId = async (
12013
12150
  command,
12014
12151
  options,
@@ -12028,6 +12165,137 @@ const resolveProjectId = async (
12028
12165
  return metadata.projectId;
12029
12166
  };
12030
12167
 
12168
+ const MINI_PROGRAM_AUTH_STATUS = {
12169
+ authorized: 1,
12170
+ needAuthorize: 2,
12171
+ boundToOtherUser: 3,
12172
+ } ;
12173
+
12174
+ const getBoundToOtherUserMessage = (platform) => {
12175
+ const platformName = platform === 'wechat' ? 'WeChat' : 'Douyin';
12176
+ const platformConsole =
12177
+ platform === 'wechat' ? 'WeChat Public Platform' : 'Douyin Open Platform';
12178
+ return [
12179
+ `This ${platformName} Mini-program AppID is authorized by another Coze user.`,
12180
+ `If this is an AppID you manage, revoke Coze's previous third-party platform authorization in the ${platformConsole}, then rerun this auth command. The CLI will recheck the AppID and authorize it for your current Coze account.`,
12181
+ 'If this is not your AppID, change --mini-app-id to an AppID for which you have administrator permission, then rerun this auth command.',
12182
+ ].join(' ');
12183
+ };
12184
+
12185
+ const getAuthRequiredMessage = () =>
12186
+ 'This Mini-program AppID is not authorized for the current Coze user. Run `coze-dev deploy code mini-program auth` first.';
12187
+
12188
+ const getPreviewFailureMessage = (data
12189
+
12190
+
12191
+ ) =>
12192
+ _optionalChain$4([data, 'access', _4 => _4.stderr, 'optionalAccess', _5 => _5.trim, 'call', _6 => _6()]) || _optionalChain$4([data, 'access', _7 => _7.stdout, 'optionalAccess', _8 => _8.trim, 'call', _9 => _9()]) || 'Mini-program preview failed.';
12193
+
12194
+ const registerAuthorizationCommand = (miniProgram) => {
12195
+ miniProgram
12196
+ .command('auth')
12197
+ .description('Authorize a Mini-program AppID for the current Coze user')
12198
+ .requiredOption('--platform <platform>', 'wechat or douyin')
12199
+ .requiredOption('--mini-app-id <miniAppId>', 'Mini-program AppID')
12200
+ .option('--project-id <projectId>', 'Deployment Project ID')
12201
+ .option('--source-root <sourceRoot>', 'Directory containing .coze', '.')
12202
+ .action(async (options, command) => {
12203
+ const runtime = await getRuntime(command);
12204
+ const projectId = await resolveProjectId(command, options);
12205
+ const authorization = await runtime.client.authorizeMiniProgram({
12206
+ project_id: projectId,
12207
+ app_id: options.miniAppId || '',
12208
+ connector_id: resolveConnectorId(options.platform),
12209
+ redirect_url: 'https://code.coze.cn/coding/auth/callback/miniprogram',
12210
+ });
12211
+ if (authorization.status === MINI_PROGRAM_AUTH_STATUS.needAuthorize) {
12212
+ runtime.output.print({
12213
+ project_id: projectId,
12214
+ mini_app_id: options.miniAppId,
12215
+ platform: options.platform,
12216
+ authorization_required: true,
12217
+ auth_url: authorization.auth_url,
12218
+ });
12219
+ return;
12220
+ }
12221
+ if (authorization.status === MINI_PROGRAM_AUTH_STATUS.boundToOtherUser) {
12222
+ throw new CliError(
12223
+ getBoundToOtherUserMessage(options.platform),
12224
+ 'MINIPROGRAM_AUTHORIZED_BY_OTHER_USER',
12225
+ );
12226
+ }
12227
+ if (authorization.status !== MINI_PROGRAM_AUTH_STATUS.authorized) {
12228
+ throw new CliError(
12229
+ `Unexpected Mini-program authorization status: ${String(authorization.status)}.`,
12230
+ 'INVALID_RESPONSE',
12231
+ );
12232
+ }
12233
+ runtime.output.print({
12234
+ project_id: projectId,
12235
+ mini_app_id: options.miniAppId,
12236
+ platform: options.platform,
12237
+ authorized: true,
12238
+ });
12239
+ });
12240
+ };
12241
+
12242
+ const registerPreviewCommand = (miniProgram) => {
12243
+ miniProgram
12244
+ .command('preview')
12245
+ .description('Create a Mini-program preview QR code from the local build artifact')
12246
+ .requiredOption('--platform <platform>', 'wechat or douyin')
12247
+ .requiredOption('--mini-app-id <miniAppId>', 'Mini-program AppID')
12248
+ .option('--project-id <projectId>', 'Deployment Project ID')
12249
+ .option('--source-root <sourceRoot>', 'Directory containing dist or dist-tt', '.')
12250
+ .action(async (options, command) => {
12251
+ const runtime = await getRuntime(command);
12252
+ const projectId = await resolveProjectId(command, options);
12253
+ const authorization = await runtime.client.getMiniProgramAuthStatus({
12254
+ project_id: projectId,
12255
+ connector_id: resolveConnectorId(options.platform),
12256
+ });
12257
+ if (
12258
+ !authorization.is_authorized ||
12259
+ authorization.bound_related_id !== options.miniAppId
12260
+ ) {
12261
+ throw new CliError(
12262
+ getAuthRequiredMessage(),
12263
+ 'MINIPROGRAM_AUTH_REQUIRED',
12264
+ );
12265
+ }
12266
+ const sourceRoot = node_path.resolve(runtime.cwd, options.sourceRoot || '.');
12267
+ const buildOutputDir = resolveBuildOutputDir(options.platform);
12268
+ const sourcePackage = await createMiniProgramPackage(
12269
+ sourceRoot,
12270
+ buildOutputDir,
12271
+ );
12272
+ try {
12273
+ const content = await promises.readFile(sourcePackage.path);
12274
+ const data = await runtime.client.createMiniProgramPreview({
12275
+ project_id: projectId,
12276
+ app_id: options.miniAppId || '',
12277
+ connector_id: resolveConnectorId(options.platform),
12278
+ source_package_base64: content.toString('base64'),
12279
+ });
12280
+ if (data.failed) {
12281
+ throw new CliError(
12282
+ getPreviewFailureMessage(data),
12283
+ 'MINIPROGRAM_PREVIEW_FAILED',
12284
+ );
12285
+ }
12286
+ runtime.output.print({
12287
+ project_id: projectId,
12288
+ mini_app_id: options.miniAppId,
12289
+ platform: options.platform,
12290
+ source_package_size_bytes: sourcePackage.sizeBytes,
12291
+ ...data,
12292
+ });
12293
+ } finally {
12294
+ await sourcePackage.cleanup();
12295
+ }
12296
+ });
12297
+ };
12298
+
12031
12299
  const registerMiniProgram = (code) => {
12032
12300
  const miniProgram = code
12033
12301
  .command('mini-program')
@@ -12112,6 +12380,9 @@ const registerMiniProgram = (code) => {
12112
12380
  });
12113
12381
  runtime.output.print({ project_id: projectId, platform: options.platform, unbound: true });
12114
12382
  });
12383
+
12384
+ registerAuthorizationCommand(miniProgram);
12385
+ registerPreviewCommand(miniProgram);
12115
12386
  };
12116
12387
 
12117
12388
  function _optionalChain$3(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }