@sanity/cli 3.53.1-styled-fork.4 → 3.54.1-ref-focus-repro.4
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/_chunks-cjs/cli.js +461 -359
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/lib/_chunks-cjs/generateAction.js +28 -11
- package/lib/_chunks-cjs/generateAction.js.map +1 -1
- package/lib/index.d.mts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/workers/typegenGenerate.d.ts +0 -4
- package/lib/workers/typegenGenerate.js +21 -34
- package/lib/workers/typegenGenerate.js.map +1 -1
- package/package.json +8 -8
- package/src/actions/typegen/generateAction.ts +38 -17
- package/src/types.ts +2 -0
- package/src/workers/typegenGenerate.ts +17 -33
package/lib/_chunks-cjs/cli.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
-
var fs$
|
2
|
+
var fs$p = require("node:fs"), os$6 = require("node:os"), path$t = require("node:path"), chalk$2 = require("chalk"), loadEnv = require("./loadEnv.js"), nodeMachineId = require("node-machine-id"), require$$0$4 = require("path"), require$$1$2 = require("module"), require$$0$5 = require("fs"), telemetry = require("@sanity/telemetry"), childProcess$2 = require("node:child_process"), fs$o = require("node:fs/promises"), util$a = require("node:util"), require$$0$6 = require("os"), require$$0$a = require("url"), require$$1$3 = require("get-it"), require$$2$1 = require("get-it/middleware"), require$$0$7 = require("constants"), require$$0$8 = require("stream"), require$$0$9 = require("util"), require$$5$1 = require("assert"), require$$3$1 = require("events"), require$$6$1 = require("http"), semver$2 = require("semver"), pkgDir = require("pkg-dir"), client$1 = require("@sanity/client"), require$$3$2 = require("crypto"), require$$0$b = require("child_process"), require$$0$c = require("fs/promises"), fs$q = require("@sanity/util/fs"), decompress = require("decompress"), validateNpmPackageName = require("validate-npm-package-name"), getCliConfig = require("./getCliConfig.js"), require$$0$d = require("buffer"), silverFleece = require("silver-fleece"), journeyConfig = require("./journeyConfig.js"), http$1 = require("node:http"), traverse = require("@babel/traverse"), process$2 = require("node:process"), require$$2$2 = require("readline"), require$$0$e = require("tty");
|
3
3
|
function _interopDefaultCompat(e) {
|
4
4
|
return e && typeof e == "object" && "default" in e ? e : { default: e };
|
5
5
|
}
|
@@ -18,14 +18,14 @@ function _mergeNamespaces(n, m) {
|
|
18
18
|
});
|
19
19
|
}), Object.freeze(n);
|
20
20
|
}
|
21
|
-
var fs__default = /* @__PURE__ */ _interopDefaultCompat(fs$
|
22
|
-
const path$s = require$$0__default.default, Module = require$$1__default.default, fs$
|
21
|
+
var fs__default = /* @__PURE__ */ _interopDefaultCompat(fs$p), os__default = /* @__PURE__ */ _interopDefaultCompat(os$6), path__default = /* @__PURE__ */ _interopDefaultCompat(path$t), chalk__default = /* @__PURE__ */ _interopDefaultCompat(chalk$2), require$$0__default = /* @__PURE__ */ _interopDefaultCompat(require$$0$4), require$$1__default = /* @__PURE__ */ _interopDefaultCompat(require$$1$2), require$$0__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$0$5), childProcess__default = /* @__PURE__ */ _interopDefaultCompat(childProcess$2), fs__default$1 = /* @__PURE__ */ _interopDefaultCompat(fs$o), util__default = /* @__PURE__ */ _interopDefaultCompat(util$a), require$$0__default$2 = /* @__PURE__ */ _interopDefaultCompat(require$$0$6), require$$0__default$6 = /* @__PURE__ */ _interopDefaultCompat(require$$0$a), require$$1__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$1$3), require$$2__default = /* @__PURE__ */ _interopDefaultCompat(require$$2$1), require$$0__default$3 = /* @__PURE__ */ _interopDefaultCompat(require$$0$7), require$$0__default$4 = /* @__PURE__ */ _interopDefaultCompat(require$$0$8), require$$0__default$5 = /* @__PURE__ */ _interopDefaultCompat(require$$0$9), require$$5__default = /* @__PURE__ */ _interopDefaultCompat(require$$5$1), require$$3__default = /* @__PURE__ */ _interopDefaultCompat(require$$3$1), require$$6__default = /* @__PURE__ */ _interopDefaultCompat(require$$6$1), semver__default = /* @__PURE__ */ _interopDefaultCompat(semver$2), pkgDir__default = /* @__PURE__ */ _interopDefaultCompat(pkgDir), require$$3__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$3$2), require$$0__default$7 = /* @__PURE__ */ _interopDefaultCompat(require$$0$b), require$$0__default$8 = /* @__PURE__ */ _interopDefaultCompat(require$$0$c), decompress__default = /* @__PURE__ */ _interopDefaultCompat(decompress), validateNpmPackageName__default = /* @__PURE__ */ _interopDefaultCompat(validateNpmPackageName), require$$0__default$9 = /* @__PURE__ */ _interopDefaultCompat(require$$0$d), http__default = /* @__PURE__ */ _interopDefaultCompat(http$1), traverse__default = /* @__PURE__ */ _interopDefaultCompat(traverse), process__default = /* @__PURE__ */ _interopDefaultCompat(process$2), require$$2__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$2$2), require$$0__default$a = /* @__PURE__ */ _interopDefaultCompat(require$$0$e), resolveFrom$2 = { exports: {} };
|
22
|
+
const path$s = require$$0__default.default, Module = require$$1__default.default, fs$n = require$$0__default$1.default, resolveFrom = (fromDirectory, moduleId, silent) => {
|
23
23
|
if (typeof fromDirectory != "string")
|
24
24
|
throw new TypeError(`Expected \`fromDir\` to be of type \`string\`, got \`${typeof fromDirectory}\``);
|
25
25
|
if (typeof moduleId != "string")
|
26
26
|
throw new TypeError(`Expected \`moduleId\` to be of type \`string\`, got \`${typeof moduleId}\``);
|
27
27
|
try {
|
28
|
-
fromDirectory = fs$
|
28
|
+
fromDirectory = fs$n.realpathSync(fromDirectory);
|
29
29
|
} catch (error2) {
|
30
30
|
if (error2.code === "ENOENT")
|
31
31
|
fromDirectory = path$s.resolve(fromDirectory);
|
@@ -2454,7 +2454,7 @@ var lodash = { exports: {} };
|
|
2454
2454
|
function reverse(array2) {
|
2455
2455
|
return array2 == null ? array2 : nativeReverse.call(array2);
|
2456
2456
|
}
|
2457
|
-
function
|
2457
|
+
function slice(array2, start, end) {
|
2458
2458
|
var length = array2 == null ? 0 : array2.length;
|
2459
2459
|
return length ? (end && typeof end != "number" && isIterateeCall(array2, start, end) ? (start = 0, end = length) : (start = start == null ? 0 : toInteger(start), end = end === undefined$1 ? length : toInteger(end)), baseSlice(array2, start, end)) : [];
|
2460
2460
|
}
|
@@ -3627,7 +3627,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
3627
3627
|
function sumBy(array2, iteratee2) {
|
3628
3628
|
return array2 && array2.length ? baseSum(array2, getIteratee(iteratee2, 2)) : 0;
|
3629
3629
|
}
|
3630
|
-
return lodash2.after = after, lodash2.ary = ary, lodash2.assign = assign2, lodash2.assignIn = assignIn, lodash2.assignInWith = assignInWith, lodash2.assignWith = assignWith, lodash2.at = at, lodash2.before = before, lodash2.bind = bind, lodash2.bindAll = bindAll, lodash2.bindKey = bindKey, lodash2.castArray = castArray, lodash2.chain = chain, lodash2.chunk = chunk, lodash2.compact = compact, lodash2.concat = concat2, lodash2.cond = cond, lodash2.conforms = conforms, lodash2.constant = constant, lodash2.countBy = countBy, lodash2.create = create2, lodash2.curry = curry, lodash2.curryRight = curryRight, lodash2.debounce = debounce2, lodash2.defaults = defaults2, lodash2.defaultsDeep = defaultsDeep, lodash2.defer = defer2, lodash2.delay = delay2, lodash2.difference = difference, lodash2.differenceBy = differenceBy, lodash2.differenceWith = differenceWith, lodash2.drop = drop, lodash2.dropRight = dropRight, lodash2.dropRightWhile = dropRightWhile, lodash2.dropWhile = dropWhile, lodash2.fill = fill2, lodash2.filter = filter2, lodash2.flatMap = flatMap2, lodash2.flatMapDeep = flatMapDeep, lodash2.flatMapDepth = flatMapDepth, lodash2.flatten = flatten, lodash2.flattenDeep = flattenDeep, lodash2.flattenDepth = flattenDepth, lodash2.flip = flip2, lodash2.flow = flow2, lodash2.flowRight = flowRight, lodash2.fromPairs = fromPairs, lodash2.functions = functions, lodash2.functionsIn = functionsIn, lodash2.groupBy = groupBy2, lodash2.initial = initial, lodash2.intersection = intersection, lodash2.intersectionBy = intersectionBy, lodash2.intersectionWith = intersectionWith, lodash2.invert = invert, lodash2.invertBy = invertBy, lodash2.invokeMap = invokeMap, lodash2.iteratee = iteratee, lodash2.keyBy = keyBy, lodash2.keys = keys, lodash2.keysIn = keysIn, lodash2.map = map2, lodash2.mapKeys = mapKeys, lodash2.mapValues = mapValues, lodash2.matches = matches2, lodash2.matchesProperty = matchesProperty, lodash2.memoize = memoize, lodash2.merge = merge2, lodash2.mergeWith = mergeWith, lodash2.method = method, lodash2.methodOf = methodOf, lodash2.mixin = mixin, lodash2.negate = negate, lodash2.nthArg = nthArg, lodash2.omit = omit, lodash2.omitBy = omitBy, lodash2.once = once2, lodash2.orderBy = orderBy, lodash2.over = over, lodash2.overArgs = overArgs, lodash2.overEvery = overEvery, lodash2.overSome = overSome, lodash2.partial = partial, lodash2.partialRight = partialRight, lodash2.partition = partition2, lodash2.pick = pick, lodash2.pickBy = pickBy, lodash2.property = property, lodash2.propertyOf = propertyOf, lodash2.pull = pull, lodash2.pullAll = pullAll, lodash2.pullAllBy = pullAllBy, lodash2.pullAllWith = pullAllWith, lodash2.pullAt = pullAt, lodash2.range = range2, lodash2.rangeRight = rangeRight, lodash2.rearg = rearg, lodash2.reject = reject, lodash2.remove = remove, lodash2.rest = rest, lodash2.reverse = reverse, lodash2.sampleSize = sampleSize, lodash2.set = set2, lodash2.setWith = setWith, lodash2.shuffle = shuffle, lodash2.slice =
|
3630
|
+
return lodash2.after = after, lodash2.ary = ary, lodash2.assign = assign2, lodash2.assignIn = assignIn, lodash2.assignInWith = assignInWith, lodash2.assignWith = assignWith, lodash2.at = at, lodash2.before = before, lodash2.bind = bind, lodash2.bindAll = bindAll, lodash2.bindKey = bindKey, lodash2.castArray = castArray, lodash2.chain = chain, lodash2.chunk = chunk, lodash2.compact = compact, lodash2.concat = concat2, lodash2.cond = cond, lodash2.conforms = conforms, lodash2.constant = constant, lodash2.countBy = countBy, lodash2.create = create2, lodash2.curry = curry, lodash2.curryRight = curryRight, lodash2.debounce = debounce2, lodash2.defaults = defaults2, lodash2.defaultsDeep = defaultsDeep, lodash2.defer = defer2, lodash2.delay = delay2, lodash2.difference = difference, lodash2.differenceBy = differenceBy, lodash2.differenceWith = differenceWith, lodash2.drop = drop, lodash2.dropRight = dropRight, lodash2.dropRightWhile = dropRightWhile, lodash2.dropWhile = dropWhile, lodash2.fill = fill2, lodash2.filter = filter2, lodash2.flatMap = flatMap2, lodash2.flatMapDeep = flatMapDeep, lodash2.flatMapDepth = flatMapDepth, lodash2.flatten = flatten, lodash2.flattenDeep = flattenDeep, lodash2.flattenDepth = flattenDepth, lodash2.flip = flip2, lodash2.flow = flow2, lodash2.flowRight = flowRight, lodash2.fromPairs = fromPairs, lodash2.functions = functions, lodash2.functionsIn = functionsIn, lodash2.groupBy = groupBy2, lodash2.initial = initial, lodash2.intersection = intersection, lodash2.intersectionBy = intersectionBy, lodash2.intersectionWith = intersectionWith, lodash2.invert = invert, lodash2.invertBy = invertBy, lodash2.invokeMap = invokeMap, lodash2.iteratee = iteratee, lodash2.keyBy = keyBy, lodash2.keys = keys, lodash2.keysIn = keysIn, lodash2.map = map2, lodash2.mapKeys = mapKeys, lodash2.mapValues = mapValues, lodash2.matches = matches2, lodash2.matchesProperty = matchesProperty, lodash2.memoize = memoize, lodash2.merge = merge2, lodash2.mergeWith = mergeWith, lodash2.method = method, lodash2.methodOf = methodOf, lodash2.mixin = mixin, lodash2.negate = negate, lodash2.nthArg = nthArg, lodash2.omit = omit, lodash2.omitBy = omitBy, lodash2.once = once2, lodash2.orderBy = orderBy, lodash2.over = over, lodash2.overArgs = overArgs, lodash2.overEvery = overEvery, lodash2.overSome = overSome, lodash2.partial = partial, lodash2.partialRight = partialRight, lodash2.partition = partition2, lodash2.pick = pick, lodash2.pickBy = pickBy, lodash2.property = property, lodash2.propertyOf = propertyOf, lodash2.pull = pull, lodash2.pullAll = pullAll, lodash2.pullAllBy = pullAllBy, lodash2.pullAllWith = pullAllWith, lodash2.pullAt = pullAt, lodash2.range = range2, lodash2.rangeRight = rangeRight, lodash2.rearg = rearg, lodash2.reject = reject, lodash2.remove = remove, lodash2.rest = rest, lodash2.reverse = reverse, lodash2.sampleSize = sampleSize, lodash2.set = set2, lodash2.setWith = setWith, lodash2.shuffle = shuffle, lodash2.slice = slice, lodash2.sortBy = sortBy, lodash2.sortedUniq = sortedUniq, lodash2.sortedUniqBy = sortedUniqBy, lodash2.split = split, lodash2.spread = spread, lodash2.tail = tail, lodash2.take = take2, lodash2.takeRight = takeRight, lodash2.takeRightWhile = takeRightWhile, lodash2.takeWhile = takeWhile2, lodash2.tap = tap2, lodash2.throttle = throttle2, lodash2.thru = thru, lodash2.toArray = toArray2, lodash2.toPairs = toPairs, lodash2.toPairsIn = toPairsIn, lodash2.toPath = toPath, lodash2.toPlainObject = toPlainObject, lodash2.transform = transform2, lodash2.unary = unary, lodash2.union = union, lodash2.unionBy = unionBy, lodash2.unionWith = unionWith, lodash2.uniq = uniq, lodash2.uniqBy = uniqBy, lodash2.uniqWith = uniqWith, lodash2.unset = unset, lodash2.unzip = unzip, lodash2.unzipWith = unzipWith, lodash2.update = update, lodash2.updateWith = updateWith, lodash2.values = values, lodash2.valuesIn = valuesIn, lodash2.without = without, lodash2.words = words, lodash2.wrap = wrap, lodash2.xor = xor, lodash2.xorBy = xorBy, lodash2.xorWith = xorWith, lodash2.zip = zip2, lodash2.zipObject = zipObject, lodash2.zipObjectDeep = zipObjectDeep, lodash2.zipWith = zipWith, lodash2.entries = toPairs, lodash2.entriesIn = toPairsIn, lodash2.extend = assignIn, lodash2.extendWith = assignInWith, mixin(lodash2, lodash2), lodash2.add = add, lodash2.attempt = attempt, lodash2.camelCase = camelCase2, lodash2.capitalize = capitalize, lodash2.ceil = ceil, lodash2.clamp = clamp, lodash2.clone = clone2, lodash2.cloneDeep = cloneDeep, lodash2.cloneDeepWith = cloneDeepWith, lodash2.cloneWith = cloneWith, lodash2.conformsTo = conformsTo, lodash2.deburr = deburr, lodash2.defaultTo = defaultTo, lodash2.divide = divide, lodash2.endsWith = endsWith, lodash2.eq = eq, lodash2.escape = escape2, lodash2.escapeRegExp = escapeRegExp, lodash2.every = every2, lodash2.find = find2, lodash2.findIndex = findIndex2, lodash2.findKey = findKey, lodash2.findLast = findLast, lodash2.findLastIndex = findLastIndex, lodash2.findLastKey = findLastKey, lodash2.floor = floor, lodash2.forEach = forEach, lodash2.forEachRight = forEachRight, lodash2.forIn = forIn, lodash2.forInRight = forInRight, lodash2.forOwn = forOwn, lodash2.forOwnRight = forOwnRight, lodash2.get = get, lodash2.gt = gt, lodash2.gte = gte2, lodash2.has = has, lodash2.hasIn = hasIn, lodash2.head = head, lodash2.identity = identity2, lodash2.includes = includes, lodash2.indexOf = indexOf, lodash2.inRange = inRange, lodash2.invoke = invoke, lodash2.isArguments = isArguments, lodash2.isArray = isArray2, lodash2.isArrayBuffer = isArrayBuffer, lodash2.isArrayLike = isArrayLike2, lodash2.isArrayLikeObject = isArrayLikeObject, lodash2.isBoolean = isBoolean2, lodash2.isBuffer = isBuffer, lodash2.isDate = isDate2, lodash2.isElement = isElement, lodash2.isEmpty = isEmpty2, lodash2.isEqual = isEqual, lodash2.isEqualWith = isEqualWith, lodash2.isError = isError, lodash2.isFinite = isFinite2, lodash2.isFunction = isFunction2, lodash2.isInteger = isInteger2, lodash2.isLength = isLength, lodash2.isMap = isMap, lodash2.isMatch = isMatch, lodash2.isMatchWith = isMatchWith, lodash2.isNaN = isNaN2, lodash2.isNative = isNative, lodash2.isNil = isNil, lodash2.isNull = isNull2, lodash2.isNumber = isNumber2, lodash2.isObject = isObject3, lodash2.isObjectLike = isObjectLike2, lodash2.isPlainObject = isPlainObject3, lodash2.isRegExp = isRegExp2, lodash2.isSafeInteger = isSafeInteger, lodash2.isSet = isSet, lodash2.isString = isString, lodash2.isSymbol = isSymbol, lodash2.isTypedArray = isTypedArray2, lodash2.isUndefined = isUndefined2, lodash2.isWeakMap = isWeakMap, lodash2.isWeakSet = isWeakSet, lodash2.join = join2, lodash2.kebabCase = kebabCase, lodash2.last = last2, lodash2.lastIndexOf = lastIndexOf, lodash2.lowerCase = lowerCase, lodash2.lowerFirst = lowerFirst, lodash2.lt = lt, lodash2.lte = lte2, lodash2.max = max2, lodash2.maxBy = maxBy, lodash2.mean = mean, lodash2.meanBy = meanBy, lodash2.min = min2, lodash2.minBy = minBy, lodash2.stubArray = stubArray, lodash2.stubFalse = stubFalse, lodash2.stubObject = stubObject, lodash2.stubString = stubString, lodash2.stubTrue = stubTrue, lodash2.multiply = multiply, lodash2.nth = nth, lodash2.noConflict = noConflict, lodash2.noop = noop2, lodash2.now = now, lodash2.pad = pad2, lodash2.padEnd = padEnd, lodash2.padStart = padStart2, lodash2.parseInt = parseInt2, lodash2.random = random, lodash2.reduce = reduce2, lodash2.reduceRight = reduceRight, lodash2.repeat = repeat2, lodash2.replace = replace, lodash2.result = result, lodash2.round = round2, lodash2.runInContext = runInContext2, lodash2.sample = sample2, lodash2.size = size, lodash2.snakeCase = snakeCase, lodash2.some = some, lodash2.sortedIndex = sortedIndex, lodash2.sortedIndexBy = sortedIndexBy, lodash2.sortedIndexOf = sortedIndexOf, lodash2.sortedLastIndex = sortedLastIndex, lodash2.sortedLastIndexBy = sortedLastIndexBy, lodash2.sortedLastIndexOf = sortedLastIndexOf, lodash2.startCase = startCase, lodash2.startsWith = startsWith, lodash2.subtract = subtract, lodash2.sum = sum, lodash2.sumBy = sumBy, lodash2.template = template, lodash2.times = times, lodash2.toFinite = toFinite, lodash2.toInteger = toInteger, lodash2.toLength = toLength, lodash2.toLower = toLower, lodash2.toNumber = toNumber, lodash2.toSafeInteger = toSafeInteger, lodash2.toString = toString7, lodash2.toUpper = toUpper, lodash2.trim = trim, lodash2.trimEnd = trimEnd, lodash2.trimStart = trimStart, lodash2.truncate = truncate, lodash2.unescape = unescape, lodash2.uniqueId = uniqueId, lodash2.upperCase = upperCase, lodash2.upperFirst = upperFirst, lodash2.each = forEach, lodash2.eachRight = forEachRight, lodash2.first = head, mixin(lodash2, function() {
|
3631
3631
|
var source2 = {};
|
3632
3632
|
return baseForOwn(lodash2, function(func, methodName) {
|
3633
3633
|
hasOwnProperty2.call(lodash2.prototype, methodName) || (source2[methodName] = func);
|
@@ -3774,7 +3774,7 @@ var semverCompare = function(a, b) {
|
|
3774
3774
|
return 0;
|
3775
3775
|
}, semverCompare$1 = /* @__PURE__ */ loadEnv.getDefaultExportFromCjs(semverCompare);
|
3776
3776
|
async function readJson(filePath) {
|
3777
|
-
const content = await fs$
|
3777
|
+
const content = await fs$o.readFile(filePath, "utf8");
|
3778
3778
|
return JSON.parse(content);
|
3779
3779
|
}
|
3780
3780
|
const purpose = "Transform react-icons v2 imports to v3 form", description$1 = `
|
@@ -4084,7 +4084,7 @@ var stripJsonComments$1 = function(str2, opts) {
|
|
4084
4084
|
}
|
4085
4085
|
}
|
4086
4086
|
return ret + (insideComment ? strip(str2.substr(offset)) : str2.substr(offset));
|
4087
|
-
}, fs$
|
4087
|
+
}, fs$m = require$$0__default$1.default, ini$4 = ini$5, path$r = require$$0__default.default, stripJsonComments = stripJsonComments$1, parse$e = utils$b.parse = function(content) {
|
4088
4088
|
return /^\s*{/.test(content) ? JSON.parse(stripJsonComments(content)) : ini$4.parse(content);
|
4089
4089
|
}, file = utils$b.file = function() {
|
4090
4090
|
var args = [].slice.call(arguments).filter(function(arg) {
|
@@ -4095,7 +4095,7 @@ var stripJsonComments$1 = function(str2, opts) {
|
|
4095
4095
|
return;
|
4096
4096
|
var file2 = path$r.join.apply(null, args);
|
4097
4097
|
try {
|
4098
|
-
return fs$
|
4098
|
+
return fs$m.readFileSync(file2, "utf-8");
|
4099
4099
|
} catch {
|
4100
4100
|
return;
|
4101
4101
|
}
|
@@ -4123,7 +4123,7 @@ utils$b.find = function() {
|
|
4123
4123
|
function find2(start, rel2) {
|
4124
4124
|
var file2 = path$r.join(start, rel2);
|
4125
4125
|
try {
|
4126
|
-
return fs$
|
4126
|
+
return fs$m.statSync(file2), file2;
|
4127
4127
|
} catch {
|
4128
4128
|
if (path$r.dirname(start) !== start)
|
4129
4129
|
return find2(path$r.dirname(start), rel2);
|
@@ -4610,7 +4610,7 @@ function clone$3(obj) {
|
|
4610
4610
|
Object.defineProperty(copy2, key2, Object.getOwnPropertyDescriptor(obj, key2));
|
4611
4611
|
}), copy2;
|
4612
4612
|
}
|
4613
|
-
var fs$
|
4613
|
+
var fs$l = require$$0__default$1.default, polyfills$2 = polyfills$3, legacy$2 = legacyStreams$1, clone$2 = clone_1$1, util$9 = require$$0__default$5.default, gracefulQueue$1, previousSymbol$1;
|
4614
4614
|
typeof Symbol == "function" && typeof Symbol.for == "function" ? (gracefulQueue$1 = Symbol.for("graceful-fs.queue"), previousSymbol$1 = Symbol.for("graceful-fs.previous")) : (gracefulQueue$1 = "___graceful-fs.queue", previousSymbol$1 = "___graceful-fs.previous");
|
4615
4615
|
function noop$4() {
|
4616
4616
|
}
|
@@ -4622,36 +4622,36 @@ function publishQueue$1(context, queue2) {
|
|
4622
4622
|
});
|
4623
4623
|
}
|
4624
4624
|
var debug$4 = noop$4;
|
4625
|
-
util$
|
4626
|
-
var m = util$
|
4625
|
+
util$9.debuglog ? debug$4 = util$9.debuglog("gfs4") : /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && (debug$4 = function() {
|
4626
|
+
var m = util$9.format.apply(util$9, arguments);
|
4627
4627
|
m = "GFS4: " + m.split(/\n/).join(`
|
4628
4628
|
GFS4: `), console.error(m);
|
4629
4629
|
});
|
4630
|
-
if (!fs$
|
4630
|
+
if (!fs$l[gracefulQueue$1]) {
|
4631
4631
|
var queue$2 = loadEnv.commonjsGlobal[gracefulQueue$1] || [];
|
4632
|
-
publishQueue$1(fs$
|
4632
|
+
publishQueue$1(fs$l, queue$2), fs$l.close = function(fs$close) {
|
4633
4633
|
function close(fd, cb) {
|
4634
|
-
return fs$close.call(fs$
|
4634
|
+
return fs$close.call(fs$l, fd, function(err) {
|
4635
4635
|
err || resetQueue$1(), typeof cb == "function" && cb.apply(this, arguments);
|
4636
4636
|
});
|
4637
4637
|
}
|
4638
4638
|
return Object.defineProperty(close, previousSymbol$1, {
|
4639
4639
|
value: fs$close
|
4640
4640
|
}), close;
|
4641
|
-
}(fs$
|
4641
|
+
}(fs$l.close), fs$l.closeSync = function(fs$closeSync) {
|
4642
4642
|
function closeSync(fd) {
|
4643
|
-
fs$closeSync.apply(fs$
|
4643
|
+
fs$closeSync.apply(fs$l, arguments), resetQueue$1();
|
4644
4644
|
}
|
4645
4645
|
return Object.defineProperty(closeSync, previousSymbol$1, {
|
4646
4646
|
value: fs$closeSync
|
4647
4647
|
}), closeSync;
|
4648
|
-
}(fs$
|
4649
|
-
debug$4(fs$
|
4648
|
+
}(fs$l.closeSync), /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && process.on("exit", function() {
|
4649
|
+
debug$4(fs$l[gracefulQueue$1]), require$$5__default.default.equal(fs$l[gracefulQueue$1].length, 0);
|
4650
4650
|
});
|
4651
4651
|
}
|
4652
|
-
loadEnv.commonjsGlobal[gracefulQueue$1] || publishQueue$1(loadEnv.commonjsGlobal, fs$
|
4653
|
-
var gracefulFs$1 = patch$2(clone$2(fs$
|
4654
|
-
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$
|
4652
|
+
loadEnv.commonjsGlobal[gracefulQueue$1] || publishQueue$1(loadEnv.commonjsGlobal, fs$l[gracefulQueue$1]);
|
4653
|
+
var gracefulFs$1 = patch$2(clone$2(fs$l));
|
4654
|
+
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$l.__patched && (gracefulFs$1 = patch$2(fs$l), fs$l.__patched = !0);
|
4655
4655
|
function patch$2(fs2) {
|
4656
4656
|
polyfills$2(fs2), fs2.gracefulify = patch$2, fs2.createReadStream = createReadStream, fs2.createWriteStream = createWriteStream;
|
4657
4657
|
var fs$readFile = fs2.readFile;
|
@@ -4812,17 +4812,17 @@ function patch$2(fs2) {
|
|
4812
4812
|
return fs2;
|
4813
4813
|
}
|
4814
4814
|
function enqueue$1(elem) {
|
4815
|
-
debug$4("ENQUEUE", elem[0].name, elem[1]), fs$
|
4815
|
+
debug$4("ENQUEUE", elem[0].name, elem[1]), fs$l[gracefulQueue$1].push(elem), retry$3();
|
4816
4816
|
}
|
4817
4817
|
var retryTimer$1;
|
4818
4818
|
function resetQueue$1() {
|
4819
|
-
for (var now = Date.now(), i2 = 0; i2 < fs$
|
4820
|
-
fs$
|
4819
|
+
for (var now = Date.now(), i2 = 0; i2 < fs$l[gracefulQueue$1].length; ++i2)
|
4820
|
+
fs$l[gracefulQueue$1][i2].length > 2 && (fs$l[gracefulQueue$1][i2][3] = now, fs$l[gracefulQueue$1][i2][4] = now);
|
4821
4821
|
retry$3();
|
4822
4822
|
}
|
4823
4823
|
function retry$3() {
|
4824
|
-
if (clearTimeout(retryTimer$1), retryTimer$1 = void 0, fs$
|
4825
|
-
var elem = fs$
|
4824
|
+
if (clearTimeout(retryTimer$1), retryTimer$1 = void 0, fs$l[gracefulQueue$1].length !== 0) {
|
4825
|
+
var elem = fs$l[gracefulQueue$1].shift(), fn2 = elem[0], args = elem[1], err = elem[2], startTime = elem[3], lastTime = elem[4];
|
4826
4826
|
if (startTime === void 0)
|
4827
4827
|
debug$4("RETRY", fn2.name, args), fn2.apply(null, args);
|
4828
4828
|
else if (Date.now() - startTime >= 6e4) {
|
@@ -4831,7 +4831,7 @@ function retry$3() {
|
|
4831
4831
|
typeof cb == "function" && cb.call(null, err);
|
4832
4832
|
} else {
|
4833
4833
|
var sinceAttempt = Date.now() - lastTime, sinceStart = Math.max(lastTime - startTime, 1), desiredDelay = Math.min(sinceStart * 1.2, 100);
|
4834
|
-
sinceAttempt >= desiredDelay ? (debug$4("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$
|
4834
|
+
sinceAttempt >= desiredDelay ? (debug$4("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$l[gracefulQueue$1].push(elem);
|
4835
4835
|
}
|
4836
4836
|
retryTimer$1 === void 0 && (retryTimer$1 = setTimeout(retry$3, 0));
|
4837
4837
|
}
|
@@ -4935,7 +4935,7 @@ ProtoList$1.prototype = {
|
|
4935
4935
|
return ret;
|
4936
4936
|
}
|
4937
4937
|
};
|
4938
|
-
var ProtoList = protoList, path$q = require$$0__default.default, fs$
|
4938
|
+
var ProtoList = protoList, path$q = require$$0__default.default, fs$k = require$$0__default$1.default, ini$3 = ini$5, EE$1 = require$$3__default.default.EventEmitter, url$2 = require$$0__default$6.default, http = require$$6__default.default, exports$1 = configChain.exports = function() {
|
4939
4939
|
for (var args = [].slice.call(arguments), conf2 = new ConfigChain$1(); args.length; ) {
|
4940
4940
|
var a = args.shift();
|
4941
4941
|
a && conf2.push(typeof a == "string" ? json$3(a) : a);
|
@@ -4947,7 +4947,7 @@ exports$1.find = function() {
|
|
4947
4947
|
function find2(start, rel2) {
|
4948
4948
|
var file2 = path$q.join(start, rel2);
|
4949
4949
|
try {
|
4950
|
-
return fs$
|
4950
|
+
return fs$k.statSync(file2), file2;
|
4951
4951
|
} catch {
|
4952
4952
|
if (path$q.dirname(start) !== start)
|
4953
4953
|
return find2(path$q.dirname(start), rel2);
|
@@ -4978,7 +4978,7 @@ var parse$d = exports$1.parse = function(content, file2, type2) {
|
|
4978
4978
|
return arg != null;
|
4979
4979
|
}), file2 = path$q.join.apply(null, args), content;
|
4980
4980
|
try {
|
4981
|
-
content = fs$
|
4981
|
+
content = fs$k.readFileSync(file2, "utf-8");
|
4982
4982
|
} catch {
|
4983
4983
|
return;
|
4984
4984
|
}
|
@@ -5037,7 +5037,7 @@ ConfigChain$1.prototype.save = function(where, type2, cb) {
|
|
5037
5037
|
}), this;
|
5038
5038
|
}
|
5039
5039
|
var type2 = type2 || target.type, data = target.data;
|
5040
|
-
return target.type === "json" ? data = JSON.stringify(data) : data = ini$3.stringify(data), this._saving++, fs$
|
5040
|
+
return target.type === "json" ? data = JSON.stringify(data) : data = ini$3.stringify(data), this._saving++, fs$k.writeFile(target.path, data, "utf8", function(er) {
|
5041
5041
|
if (this._saving--, er)
|
5042
5042
|
return cb ? cb(er) : this.emit("error", er);
|
5043
5043
|
this._saving === 0 && (cb && cb(), this.emit("save"));
|
@@ -5046,7 +5046,7 @@ ConfigChain$1.prototype.save = function(where, type2, cb) {
|
|
5046
5046
|
ConfigChain$1.prototype.addFile = function(file2, type2, name) {
|
5047
5047
|
name = name || file2;
|
5048
5048
|
var marker = { __source__: name };
|
5049
|
-
return this.sources[name] = { path: file2, type: type2 }, this.push(marker), this._await(), fs$
|
5049
|
+
return this.sources[name] = { path: file2, type: type2 }, this.push(marker), this._await(), fs$k.readFile(file2, "utf8", function(er, data) {
|
5050
5050
|
er && this.emit("error", er), this.addString(data, file2, type2, marker);
|
5051
5051
|
}.bind(this)), this;
|
5052
5052
|
};
|
@@ -5101,7 +5101,7 @@ function normalize(s) {
|
|
5101
5101
|
r += s[i2] === "_" ? "-" : s[i2];
|
5102
5102
|
return r;
|
5103
5103
|
}
|
5104
|
-
var util$
|
5104
|
+
var util$8 = {}, dist$3 = {}, envReplace$2 = {};
|
5105
5105
|
Object.defineProperty(envReplace$2, "__esModule", { value: !0 });
|
5106
5106
|
envReplace$2.envReplace = void 0;
|
5107
5107
|
const ENV_EXPR = /(?<!\\)(\\*)\$\{([^${}]+)\}/g;
|
@@ -5132,7 +5132,7 @@ function getEnvValue(env, name) {
|
|
5132
5132
|
return env_replace_1.envReplace;
|
5133
5133
|
} });
|
5134
5134
|
})(dist$3);
|
5135
|
-
const fs$
|
5135
|
+
const fs$j = require$$0__default$1.default, path$p = require$$0__default.default, { envReplace } = dist$3, parseField = (types2, field, key2) => {
|
5136
5136
|
if (typeof field != "string")
|
5137
5137
|
return field;
|
5138
5138
|
const typeList = [].concat(types2[key2]), isPath = typeList.indexOf(path$p) !== -1, isBool = typeList.indexOf(Boolean) !== -1, isString = typeList.indexOf(String) !== -1, isNumber2 = typeList.indexOf(Number) !== -1;
|
@@ -5145,6 +5145,7 @@ const fs$l = require$$0__default$1.default, path$p = require$$0__default.default
|
|
5145
5145
|
if (isBool && !isString && field === "")
|
5146
5146
|
return !0;
|
5147
5147
|
switch (field) {
|
5148
|
+
// eslint-disable-line default-case
|
5148
5149
|
case "true":
|
5149
5150
|
return !0;
|
5150
5151
|
case "false":
|
@@ -5167,7 +5168,7 @@ const fs$l = require$$0__default$1.default, path$p = require$$0__default.default
|
|
5167
5168
|
if (name2 === "/" || process.platform === "win32" && regex2.test(name2))
|
5168
5169
|
return original;
|
5169
5170
|
try {
|
5170
|
-
const files = fs$
|
5171
|
+
const files = fs$j.readdirSync(name2);
|
5171
5172
|
if (files.includes("node_modules") || files.includes("package.json") || files.includes("package.json5") || files.includes("package.yaml") || files.includes("pnpm-workspace.yaml"))
|
5172
5173
|
return name2;
|
5173
5174
|
const dirname = path$p.dirname(name2);
|
@@ -5183,9 +5184,9 @@ const fs$l = require$$0__default$1.default, path$p = require$$0__default.default
|
|
5183
5184
|
};
|
5184
5185
|
return find2(name, name);
|
5185
5186
|
};
|
5186
|
-
util$
|
5187
|
-
util$
|
5188
|
-
util$
|
5187
|
+
util$8.envReplace = envReplace;
|
5188
|
+
util$8.findPrefix = findPrefix;
|
5189
|
+
util$8.parseField = parseField;
|
5189
5190
|
var types$2 = {}, hasRequiredTypes$1;
|
5190
5191
|
function requireTypes$1() {
|
5191
5192
|
if (hasRequiredTypes$1) return types$2;
|
@@ -5318,11 +5319,11 @@ function requireTypes$1() {
|
|
5318
5319
|
_exit: Boolean
|
5319
5320
|
}, types$2;
|
5320
5321
|
}
|
5321
|
-
const { readCAFileSync } = dist$4, fs$
|
5322
|
+
const { readCAFileSync } = dist$4, fs$i = require$$0__default$1.default, path$o = require$$0__default.default, { ConfigChain } = configChainExports, envKeyToSetting = envKeyToSetting$1, util$7 = util$8;
|
5322
5323
|
class Conf extends ConfigChain {
|
5323
5324
|
// https://github.com/npm/cli/blob/latest/lib/config/core.js#L203-L217
|
5324
5325
|
constructor(base2, types2) {
|
5325
|
-
super(base2), this.root = base2, this._parseField = util$
|
5326
|
+
super(base2), this.root = base2, this._parseField = util$7.parseField.bind(null, types2 || requireTypes$1());
|
5326
5327
|
}
|
5327
5328
|
// https://github.com/npm/cli/blob/latest/lib/config/core.js#L326-L338
|
5328
5329
|
add(data, marker) {
|
@@ -5340,7 +5341,7 @@ class Conf extends ConfigChain {
|
|
5340
5341
|
const marker = { __source__: name };
|
5341
5342
|
this.sources[name] = { path: file2, type: "ini" }, this.push(marker), this._await();
|
5342
5343
|
try {
|
5343
|
-
const contents = fs$
|
5344
|
+
const contents = fs$i.readFileSync(file2, "utf8");
|
5344
5345
|
this.addString(contents, file2, "ini", marker);
|
5345
5346
|
} catch (error2) {
|
5346
5347
|
if (error2.code === "ENOENT")
|
@@ -5385,7 +5386,7 @@ class Conf extends ConfigChain {
|
|
5385
5386
|
p = path$o.resolve(cli.prefix);
|
5386
5387
|
else
|
5387
5388
|
try {
|
5388
|
-
p = util$
|
5389
|
+
p = util$7.findPrefix(process.cwd());
|
5389
5390
|
} catch (error2) {
|
5390
5391
|
throw error2;
|
5391
5392
|
}
|
@@ -5409,7 +5410,7 @@ class Conf extends ConfigChain {
|
|
5409
5410
|
}
|
5410
5411
|
const prefix = path$o.resolve(this.get("prefix"));
|
5411
5412
|
try {
|
5412
|
-
const stats = fs$
|
5413
|
+
const stats = fs$i.statSync(prefix);
|
5413
5414
|
defConf.user = stats.uid;
|
5414
5415
|
} catch (error2) {
|
5415
5416
|
if (error2.code === "ENOENT")
|
@@ -5700,8 +5701,8 @@ async function getLatestVersion(pkgName, opts) {
|
|
5700
5701
|
return options2.includeLatest ? { latest, inRange: data["dist-tags"][range2] } : data["dist-tags"][range2];
|
5701
5702
|
if (data.versions[range2])
|
5702
5703
|
return options2.includeLatest ? { latest, inRange: range2 } : range2;
|
5703
|
-
const versions = Object.keys(data.versions),
|
5704
|
-
return
|
5704
|
+
const versions = Object.keys(data.versions), version = semver$1.maxSatisfying(versions, range2);
|
5705
|
+
return version ? options2.includeLatest ? { latest, inRange: version } : version : options2.includeLatest ? { latest, inRange: void 0 } : void 0;
|
5705
5706
|
}
|
5706
5707
|
getLatestVersion.request = httpRequest;
|
5707
5708
|
var src = getLatestVersion, latestVersion = /* @__PURE__ */ loadEnv.getDefaultExportFromCjs(src);
|
@@ -5729,7 +5730,7 @@ function getLocalVersion(moduleId, workDir) {
|
|
5729
5730
|
}
|
5730
5731
|
function tryGetVersion(modulePath) {
|
5731
5732
|
try {
|
5732
|
-
const fileContent = fs$
|
5733
|
+
const fileContent = fs$p.readFileSync(modulePath, "utf8");
|
5733
5734
|
return JSON.parse(fileContent).version;
|
5734
5735
|
} catch {
|
5735
5736
|
return;
|
@@ -5754,7 +5755,7 @@ async function findSanityModuleVersions(context, options2 = {}) {
|
|
5754
5755
|
}
|
5755
5756
|
function getLocalManifest(workDir) {
|
5756
5757
|
try {
|
5757
|
-
const fileContent = fs$
|
5758
|
+
const fileContent = fs$p.readFileSync(path$t.join(workDir, "package.json"), "utf8");
|
5758
5759
|
return JSON.parse(fileContent);
|
5759
5760
|
} catch {
|
5760
5761
|
return {};
|
@@ -5810,11 +5811,11 @@ async function tryFindLatestVersion(pkgName, range2) {
|
|
5810
5811
|
return { latest: await latestVersion(pkgName), latestInRange: void 0 };
|
5811
5812
|
}
|
5812
5813
|
}
|
5813
|
-
function isPinnedVersion(
|
5814
|
-
return /^\d+\.\d+\.\d+/.test(
|
5814
|
+
function isPinnedVersion(version) {
|
5815
|
+
return /^\d+\.\d+\.\d+/.test(version);
|
5815
5816
|
}
|
5816
|
-
function trimHash(
|
5817
|
-
return
|
5817
|
+
function trimHash(version) {
|
5818
|
+
return version.replace(/\+[a-z0-9]{8,}$/, "");
|
5818
5819
|
}
|
5819
5820
|
const BASE_URL = "https://docs.sanity.io/help/";
|
5820
5821
|
function generateHelpUrl(slug) {
|
@@ -6077,7 +6078,7 @@ function clone$1(obj) {
|
|
6077
6078
|
Object.defineProperty(copy2, key2, Object.getOwnPropertyDescriptor(obj, key2));
|
6078
6079
|
}), copy2;
|
6079
6080
|
}
|
6080
|
-
var fs$
|
6081
|
+
var fs$h = require$$0__default$1.default, polyfills = polyfills$1, legacy = legacyStreams, clone = clone_1, util$6 = require$$0__default$5.default, gracefulQueue, previousSymbol;
|
6081
6082
|
typeof Symbol == "function" && typeof Symbol.for == "function" ? (gracefulQueue = Symbol.for("graceful-fs.queue"), previousSymbol = Symbol.for("graceful-fs.previous")) : (gracefulQueue = "___graceful-fs.queue", previousSymbol = "___graceful-fs.previous");
|
6082
6083
|
function noop$3() {
|
6083
6084
|
}
|
@@ -6089,36 +6090,36 @@ function publishQueue(context, queue2) {
|
|
6089
6090
|
});
|
6090
6091
|
}
|
6091
6092
|
var debug$2 = noop$3;
|
6092
|
-
util$
|
6093
|
-
var m = util$
|
6093
|
+
util$6.debuglog ? debug$2 = util$6.debuglog("gfs4") : /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && (debug$2 = function() {
|
6094
|
+
var m = util$6.format.apply(util$6, arguments);
|
6094
6095
|
m = "GFS4: " + m.split(/\n/).join(`
|
6095
6096
|
GFS4: `), console.error(m);
|
6096
6097
|
});
|
6097
|
-
if (!fs$
|
6098
|
+
if (!fs$h[gracefulQueue]) {
|
6098
6099
|
var queue$1 = loadEnv.commonjsGlobal[gracefulQueue] || [];
|
6099
|
-
publishQueue(fs$
|
6100
|
+
publishQueue(fs$h, queue$1), fs$h.close = function(fs$close) {
|
6100
6101
|
function close(fd, cb) {
|
6101
|
-
return fs$close.call(fs$
|
6102
|
+
return fs$close.call(fs$h, fd, function(err) {
|
6102
6103
|
err || resetQueue(), typeof cb == "function" && cb.apply(this, arguments);
|
6103
6104
|
});
|
6104
6105
|
}
|
6105
6106
|
return Object.defineProperty(close, previousSymbol, {
|
6106
6107
|
value: fs$close
|
6107
6108
|
}), close;
|
6108
|
-
}(fs$
|
6109
|
+
}(fs$h.close), fs$h.closeSync = function(fs$closeSync) {
|
6109
6110
|
function closeSync(fd) {
|
6110
|
-
fs$closeSync.apply(fs$
|
6111
|
+
fs$closeSync.apply(fs$h, arguments), resetQueue();
|
6111
6112
|
}
|
6112
6113
|
return Object.defineProperty(closeSync, previousSymbol, {
|
6113
6114
|
value: fs$closeSync
|
6114
6115
|
}), closeSync;
|
6115
|
-
}(fs$
|
6116
|
-
debug$2(fs$
|
6116
|
+
}(fs$h.closeSync), /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && process.on("exit", function() {
|
6117
|
+
debug$2(fs$h[gracefulQueue]), require$$5__default.default.equal(fs$h[gracefulQueue].length, 0);
|
6117
6118
|
});
|
6118
6119
|
}
|
6119
|
-
loadEnv.commonjsGlobal[gracefulQueue] || publishQueue(loadEnv.commonjsGlobal, fs$
|
6120
|
-
var gracefulFs = patch(clone(fs$
|
6121
|
-
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$
|
6120
|
+
loadEnv.commonjsGlobal[gracefulQueue] || publishQueue(loadEnv.commonjsGlobal, fs$h[gracefulQueue]);
|
6121
|
+
var gracefulFs = patch(clone(fs$h));
|
6122
|
+
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$h.__patched && (gracefulFs = patch(fs$h), fs$h.__patched = !0);
|
6122
6123
|
function patch(fs2) {
|
6123
6124
|
polyfills(fs2), fs2.gracefulify = patch, fs2.createReadStream = createReadStream, fs2.createWriteStream = createWriteStream;
|
6124
6125
|
var fs$readFile = fs2.readFile;
|
@@ -6279,17 +6280,17 @@ function patch(fs2) {
|
|
6279
6280
|
return fs2;
|
6280
6281
|
}
|
6281
6282
|
function enqueue(elem) {
|
6282
|
-
debug$2("ENQUEUE", elem[0].name, elem[1]), fs$
|
6283
|
+
debug$2("ENQUEUE", elem[0].name, elem[1]), fs$h[gracefulQueue].push(elem), retry$1();
|
6283
6284
|
}
|
6284
6285
|
var retryTimer;
|
6285
6286
|
function resetQueue() {
|
6286
|
-
for (var now = Date.now(), i2 = 0; i2 < fs$
|
6287
|
-
fs$
|
6287
|
+
for (var now = Date.now(), i2 = 0; i2 < fs$h[gracefulQueue].length; ++i2)
|
6288
|
+
fs$h[gracefulQueue][i2].length > 2 && (fs$h[gracefulQueue][i2][3] = now, fs$h[gracefulQueue][i2][4] = now);
|
6288
6289
|
retry$1();
|
6289
6290
|
}
|
6290
6291
|
function retry$1() {
|
6291
|
-
if (clearTimeout(retryTimer), retryTimer = void 0, fs$
|
6292
|
-
var elem = fs$
|
6292
|
+
if (clearTimeout(retryTimer), retryTimer = void 0, fs$h[gracefulQueue].length !== 0) {
|
6293
|
+
var elem = fs$h[gracefulQueue].shift(), fn2 = elem[0], args = elem[1], err = elem[2], startTime = elem[3], lastTime = elem[4];
|
6293
6294
|
if (startTime === void 0)
|
6294
6295
|
debug$2("RETRY", fn2.name, args), fn2.apply(null, args);
|
6295
6296
|
else if (Date.now() - startTime >= 6e4) {
|
@@ -6298,13 +6299,13 @@ function retry$1() {
|
|
6298
6299
|
typeof cb == "function" && cb.call(null, err);
|
6299
6300
|
} else {
|
6300
6301
|
var sinceAttempt = Date.now() - lastTime, sinceStart = Math.max(lastTime - startTime, 1), desiredDelay = Math.min(sinceStart * 1.2, 100);
|
6301
|
-
sinceAttempt >= desiredDelay ? (debug$2("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$
|
6302
|
+
sinceAttempt >= desiredDelay ? (debug$2("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$h[gracefulQueue].push(elem);
|
6302
6303
|
}
|
6303
6304
|
retryTimer === void 0 && (retryTimer = setTimeout(retry$1, 0));
|
6304
6305
|
}
|
6305
6306
|
}
|
6306
6307
|
var makeDir$2 = { exports: {} };
|
6307
|
-
const fs$
|
6308
|
+
const fs$g = require$$0__default$1.default, path$n = require$$0__default.default, { promisify: promisify$3 } = require$$0__default$5.default, semver = semver__default.default, useNativeRecursiveOption = semver.satisfies(process.version, ">=10.12.0"), checkPath = (pth) => {
|
6308
6309
|
if (process.platform === "win32" && /[<>:"|?*]/.test(pth.replace(path$n.parse(pth).root, ""))) {
|
6309
6310
|
const error2 = new Error(`Path contains invalid characters: ${pth}`);
|
6310
6311
|
throw error2.code = "EINVAL", error2;
|
@@ -6312,7 +6313,7 @@ const fs$i = require$$0__default$1.default, path$n = require$$0__default.default
|
|
6312
6313
|
}, processOptions = (options2) => ({
|
6313
6314
|
...{
|
6314
6315
|
mode: 511,
|
6315
|
-
fs: fs$
|
6316
|
+
fs: fs$g
|
6316
6317
|
},
|
6317
6318
|
...options2
|
6318
6319
|
}), permissionError$1 = (pth) => {
|
@@ -6321,7 +6322,7 @@ const fs$i = require$$0__default$1.default, path$n = require$$0__default.default
|
|
6321
6322
|
}, makeDir$1 = async (input2, options2) => {
|
6322
6323
|
checkPath(input2), options2 = processOptions(options2);
|
6323
6324
|
const mkdir = promisify$3(options2.fs.mkdir), stat = promisify$3(options2.fs.stat);
|
6324
|
-
if (useNativeRecursiveOption && options2.fs.mkdir === fs$
|
6325
|
+
if (useNativeRecursiveOption && options2.fs.mkdir === fs$g.mkdir) {
|
6325
6326
|
const pth = path$n.resolve(input2);
|
6326
6327
|
return await mkdir(pth, {
|
6327
6328
|
mode: options2.mode,
|
@@ -6354,9 +6355,9 @@ const fs$i = require$$0__default$1.default, path$n = require$$0__default.default
|
|
6354
6355
|
};
|
6355
6356
|
makeDir$2.exports = makeDir$1;
|
6356
6357
|
makeDir$2.exports.sync = (input2, options2) => {
|
6357
|
-
if (checkPath(input2), options2 = processOptions(options2), useNativeRecursiveOption && options2.fs.mkdirSync === fs$
|
6358
|
+
if (checkPath(input2), options2 = processOptions(options2), useNativeRecursiveOption && options2.fs.mkdirSync === fs$g.mkdirSync) {
|
6358
6359
|
const pth = path$n.resolve(input2);
|
6359
|
-
return fs$
|
6360
|
+
return fs$g.mkdirSync(pth, {
|
6360
6361
|
mode: options2.mode,
|
6361
6362
|
recursive: !0
|
6362
6363
|
}), pth;
|
@@ -6572,7 +6573,7 @@ writeFileAtomic$1.exports = writeFile;
|
|
6572
6573
|
writeFileAtomic$1.exports.sync = writeFileSync;
|
6573
6574
|
writeFileAtomic$1.exports._getTmpname = getTmpname;
|
6574
6575
|
writeFileAtomic$1.exports._cleanupOnExit = cleanupOnExit;
|
6575
|
-
const fs$
|
6576
|
+
const fs$f = require$$0__default$1.default, MurmurHash3 = imurmurhashExports, onExit$1 = signalExitExports, path$m = require$$0__default.default, isTypedArray = isTypedarray, typedArrayToBuffer = typedarrayToBuffer, { promisify: promisify$2 } = require$$0__default$5.default, activeFiles = {}, threadId = function() {
|
6576
6577
|
try {
|
6577
6578
|
return require("worker_threads").threadId;
|
6578
6579
|
} catch {
|
@@ -6586,7 +6587,7 @@ function getTmpname(filename) {
|
|
6586
6587
|
function cleanupOnExit(tmpfile) {
|
6587
6588
|
return () => {
|
6588
6589
|
try {
|
6589
|
-
fs$
|
6590
|
+
fs$f.unlinkSync(typeof tmpfile == "function" ? tmpfile() : tmpfile);
|
6590
6591
|
} catch {
|
6591
6592
|
}
|
6592
6593
|
};
|
@@ -6605,25 +6606,25 @@ async function writeFileAsync(filename, data, options2 = {}) {
|
|
6605
6606
|
const removeOnExitHandler = onExit$1(cleanupOnExit(() => tmpfile)), absoluteName = path$m.resolve(filename);
|
6606
6607
|
try {
|
6607
6608
|
await serializeActiveFile(absoluteName);
|
6608
|
-
const truename = await promisify$2(fs$
|
6609
|
+
const truename = await promisify$2(fs$f.realpath)(filename).catch(() => filename);
|
6609
6610
|
if (tmpfile = getTmpname(truename), !options2.mode || !options2.chown) {
|
6610
|
-
const stats = await promisify$2(fs$
|
6611
|
+
const stats = await promisify$2(fs$f.stat)(truename).catch(() => {
|
6611
6612
|
});
|
6612
6613
|
stats && (options2.mode == null && (options2.mode = stats.mode), options2.chown == null && process.getuid && (options2.chown = { uid: stats.uid, gid: stats.gid }));
|
6613
6614
|
}
|
6614
|
-
fd = await promisify$2(fs$
|
6615
|
+
fd = await promisify$2(fs$f.open)(tmpfile, "w", options2.mode), options2.tmpfileCreated && await options2.tmpfileCreated(tmpfile), isTypedArray(data) && (data = typedArrayToBuffer(data)), Buffer.isBuffer(data) ? await promisify$2(fs$f.write)(fd, data, 0, data.length, 0) : data != null && await promisify$2(fs$f.write)(fd, String(data), 0, String(options2.encoding || "utf8")), options2.fsync !== !1 && await promisify$2(fs$f.fsync)(fd), await promisify$2(fs$f.close)(fd), fd = null, options2.chown && await promisify$2(fs$f.chown)(tmpfile, options2.chown.uid, options2.chown.gid).catch((err) => {
|
6615
6616
|
if (!isChownErrOk(err))
|
6616
6617
|
throw err;
|
6617
|
-
}), options2.mode && await promisify$2(fs$
|
6618
|
+
}), options2.mode && await promisify$2(fs$f.chmod)(tmpfile, options2.mode).catch((err) => {
|
6618
6619
|
if (!isChownErrOk(err))
|
6619
6620
|
throw err;
|
6620
|
-
}), await promisify$2(fs$
|
6621
|
+
}), await promisify$2(fs$f.rename)(tmpfile, truename);
|
6621
6622
|
} finally {
|
6622
|
-
fd && await promisify$2(fs$
|
6623
|
+
fd && await promisify$2(fs$f.close)(fd).catch(
|
6623
6624
|
/* istanbul ignore next */
|
6624
6625
|
() => {
|
6625
6626
|
}
|
6626
|
-
), removeOnExitHandler(), await promisify$2(fs$
|
6627
|
+
), removeOnExitHandler(), await promisify$2(fs$f.unlink)(tmpfile).catch(() => {
|
6627
6628
|
}), activeFiles[absoluteName].shift(), activeFiles[absoluteName].length > 0 ? activeFiles[absoluteName][0]() : delete activeFiles[absoluteName];
|
6628
6629
|
}
|
6629
6630
|
}
|
@@ -6635,13 +6636,13 @@ function writeFile(filename, data, options2, callback) {
|
|
6635
6636
|
function writeFileSync(filename, data, options2) {
|
6636
6637
|
typeof options2 == "string" ? options2 = { encoding: options2 } : options2 || (options2 = {});
|
6637
6638
|
try {
|
6638
|
-
filename = fs$
|
6639
|
+
filename = fs$f.realpathSync(filename);
|
6639
6640
|
} catch {
|
6640
6641
|
}
|
6641
6642
|
const tmpfile = getTmpname(filename);
|
6642
6643
|
if (!options2.mode || !options2.chown)
|
6643
6644
|
try {
|
6644
|
-
const stats = fs$
|
6645
|
+
const stats = fs$f.statSync(filename);
|
6645
6646
|
options2 = Object.assign({}, options2), options2.mode || (options2.mode = stats.mode), !options2.chown && process.getuid && (options2.chown = { uid: stats.uid, gid: stats.gid });
|
6646
6647
|
} catch {
|
6647
6648
|
}
|
@@ -6649,25 +6650,25 @@ function writeFileSync(filename, data, options2) {
|
|
6649
6650
|
const cleanup = cleanupOnExit(tmpfile), removeOnExitHandler = onExit$1(cleanup);
|
6650
6651
|
let threw = !0;
|
6651
6652
|
try {
|
6652
|
-
if (fd = fs$
|
6653
|
+
if (fd = fs$f.openSync(tmpfile, "w", options2.mode || 438), options2.tmpfileCreated && options2.tmpfileCreated(tmpfile), isTypedArray(data) && (data = typedArrayToBuffer(data)), Buffer.isBuffer(data) ? fs$f.writeSync(fd, data, 0, data.length, 0) : data != null && fs$f.writeSync(fd, String(data), 0, String(options2.encoding || "utf8")), options2.fsync !== !1 && fs$f.fsyncSync(fd), fs$f.closeSync(fd), fd = null, options2.chown)
|
6653
6654
|
try {
|
6654
|
-
fs$
|
6655
|
+
fs$f.chownSync(tmpfile, options2.chown.uid, options2.chown.gid);
|
6655
6656
|
} catch (err) {
|
6656
6657
|
if (!isChownErrOk(err))
|
6657
6658
|
throw err;
|
6658
6659
|
}
|
6659
6660
|
if (options2.mode)
|
6660
6661
|
try {
|
6661
|
-
fs$
|
6662
|
+
fs$f.chmodSync(tmpfile, options2.mode);
|
6662
6663
|
} catch (err) {
|
6663
6664
|
if (!isChownErrOk(err))
|
6664
6665
|
throw err;
|
6665
6666
|
}
|
6666
|
-
fs$
|
6667
|
+
fs$f.renameSync(tmpfile, filename), threw = !1;
|
6667
6668
|
} finally {
|
6668
6669
|
if (fd)
|
6669
6670
|
try {
|
6670
|
-
fs$
|
6671
|
+
fs$f.closeSync(fd);
|
6671
6672
|
} catch {
|
6672
6673
|
}
|
6673
6674
|
removeOnExitHandler(), threw && cleanup();
|
@@ -6756,7 +6757,7 @@ var cryptoRandomString$1 = (length) => {
|
|
6756
6757
|
};
|
6757
6758
|
const cryptoRandomString = cryptoRandomString$1;
|
6758
6759
|
var uniqueString$1 = () => cryptoRandomString(32);
|
6759
|
-
const path$l = require$$0__default.default, os$5 = require$$0__default$2.default, fs$
|
6760
|
+
const path$l = require$$0__default.default, os$5 = require$$0__default$2.default, fs$e = gracefulFs, makeDir = makeDirExports, xdgBasedir = xdgBasedir$2, writeFileAtomic = writeFileAtomicExports, dotProp = dotProp$1, uniqueString = uniqueString$1, configDirectory = xdgBasedir.config || path$l.join(os$5.tmpdir(), uniqueString()), permissionError = "You don't have access to this file.", makeDirOptions = { mode: 448 }, writeFileOptions = { mode: 384 };
|
6760
6761
|
class Configstore {
|
6761
6762
|
constructor(id, defaults2, options2 = {}) {
|
6762
6763
|
const pathPrefix = options2.globalConfigPath ? path$l.join(id, "config.json") : path$l.join("configstore", `${id}.json`);
|
@@ -6767,7 +6768,7 @@ class Configstore {
|
|
6767
6768
|
}
|
6768
6769
|
get all() {
|
6769
6770
|
try {
|
6770
|
-
return JSON.parse(fs$
|
6771
|
+
return JSON.parse(fs$e.readFileSync(this.path, "utf8"));
|
6771
6772
|
} catch (error2) {
|
6772
6773
|
if (error2.code === "ENOENT")
|
6773
6774
|
return {};
|
@@ -6868,8 +6869,8 @@ const printVersionResultCommand = async (args, context) => {
|
|
6868
6869
|
function printResult(versions, print) {
|
6869
6870
|
const { versionLength, formatName } = getFormatters(versions);
|
6870
6871
|
versions.forEach((mod) => {
|
6871
|
-
const
|
6872
|
-
print(`${formatName(getDisplayName(mod))} ${
|
6872
|
+
const version = lodashExports.padStart(mod.installed || "<missing>", versionLength), latest = mod.installed === mod.latest ? chalk__default.default.green("(up to date)") : `(latest: ${chalk__default.default.yellow(mod.latest)})`;
|
6873
|
+
print(`${formatName(getDisplayName(mod))} ${version} ${latest}`);
|
6873
6874
|
});
|
6874
6875
|
}
|
6875
6876
|
function getFormatters(versions) {
|
@@ -7001,30 +7002,30 @@ Examples
|
|
7001
7002
|
action: printDebugInfo
|
7002
7003
|
};
|
7003
7004
|
var isWsl$2 = { exports: {} };
|
7004
|
-
const fs$
|
7005
|
+
const fs$d = require$$0__default$1.default;
|
7005
7006
|
let isDocker$2;
|
7006
7007
|
function hasDockerEnv() {
|
7007
7008
|
try {
|
7008
|
-
return fs$
|
7009
|
+
return fs$d.statSync("/.dockerenv"), !0;
|
7009
7010
|
} catch {
|
7010
7011
|
return !1;
|
7011
7012
|
}
|
7012
7013
|
}
|
7013
7014
|
function hasDockerCGroup() {
|
7014
7015
|
try {
|
7015
|
-
return fs$
|
7016
|
+
return fs$d.readFileSync("/proc/self/cgroup", "utf8").includes("docker");
|
7016
7017
|
} catch {
|
7017
7018
|
return !1;
|
7018
7019
|
}
|
7019
7020
|
}
|
7020
7021
|
var isDocker_1 = () => (isDocker$2 === void 0 && (isDocker$2 = hasDockerEnv() || hasDockerCGroup()), isDocker$2);
|
7021
|
-
const os$4 = require$$0__default$2.default, fs$
|
7022
|
+
const os$4 = require$$0__default$2.default, fs$c = require$$0__default$1.default, isDocker$1 = isDocker_1, isWsl$1 = () => {
|
7022
7023
|
if (process.platform !== "linux")
|
7023
7024
|
return !1;
|
7024
7025
|
if (os$4.release().toLowerCase().includes("microsoft"))
|
7025
7026
|
return !isDocker$1();
|
7026
7027
|
try {
|
7027
|
-
return fs$
|
7028
|
+
return fs$c.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft") ? !isDocker$1() : !1;
|
7028
7029
|
} catch {
|
7029
7030
|
return !1;
|
7030
7031
|
}
|
@@ -7044,9 +7045,9 @@ var isWslExports = isWsl$2.exports, defineLazyProp = (object, propertyName, fn2)
|
|
7044
7045
|
}
|
7045
7046
|
}), object;
|
7046
7047
|
};
|
7047
|
-
const path$k = require$$0__default.default, childProcess$1 = require$$0__default$7.default, { promises: fs$
|
7048
|
+
const path$k = require$$0__default.default, childProcess$1 = require$$0__default$7.default, { promises: fs$b, constants: fsConstants } = require$$0__default$1.default, isWsl = isWslExports, isDocker = isDocker_1, defineLazyProperty = defineLazyProp, localXdgOpenPath = path$k.join(__dirname, "xdg-open"), { platform: platform$1, arch } = process, hasContainerEnv = () => {
|
7048
7049
|
try {
|
7049
|
-
return fs$
|
7050
|
+
return fs$b.statSync("/run/.containerenv"), !0;
|
7050
7051
|
} catch {
|
7051
7052
|
return !1;
|
7052
7053
|
}
|
@@ -7064,12 +7065,12 @@ const getWslDrivesMountPoint = /* @__PURE__ */ (() => {
|
|
7064
7065
|
const configFilePath = "/etc/wsl.conf";
|
7065
7066
|
let isConfigFileExists = !1;
|
7066
7067
|
try {
|
7067
|
-
await fs$
|
7068
|
+
await fs$b.access(configFilePath, fsConstants.F_OK), isConfigFileExists = !0;
|
7068
7069
|
} catch {
|
7069
7070
|
}
|
7070
7071
|
if (!isConfigFileExists)
|
7071
7072
|
return defaultMountPoint;
|
7072
|
-
const configContent = await fs$
|
7073
|
+
const configContent = await fs$b.readFile(configFilePath, { encoding: "utf8" }), configMountPoint = /(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(configContent);
|
7073
7074
|
return configMountPoint ? (mountPoint = configMountPoint.groups.mountPoint.trim(), mountPoint = mountPoint.endsWith("/") ? mountPoint : `${mountPoint}/`, mountPoint) : defaultMountPoint;
|
7074
7075
|
};
|
7075
7076
|
})(), pTryEach = async (array2, mapper) => {
|
@@ -7124,7 +7125,7 @@ const getWslDrivesMountPoint = /* @__PURE__ */ (() => {
|
|
7124
7125
|
const isBundled = !__dirname || __dirname === "/";
|
7125
7126
|
let exeLocalXdgOpen = !1;
|
7126
7127
|
try {
|
7127
|
-
await fs$
|
7128
|
+
await fs$b.access(localXdgOpenPath, fsConstants.X_OK), exeLocalXdgOpen = !0;
|
7128
7129
|
} catch {
|
7129
7130
|
}
|
7130
7131
|
command2 = process.versions.electron || platform$1 === "android" || isBundled || !exeLocalXdgOpen ? "xdg-open" : localXdgOpenPath;
|
@@ -8979,8 +8980,10 @@ function tomlType$1(value) {
|
|
8979
8980
|
return "inline-table";
|
8980
8981
|
case INLINE_LIST:
|
8981
8982
|
return "inline-list";
|
8983
|
+
/* istanbul ignore next */
|
8982
8984
|
case TABLE:
|
8983
8985
|
return "table";
|
8986
|
+
/* istanbul ignore next */
|
8984
8987
|
case LIST:
|
8985
8988
|
return "list";
|
8986
8989
|
case FLOAT:
|
@@ -9909,6 +9912,7 @@ function isInline(value) {
|
|
9909
9912
|
return value.length === 0 || tomlType(value[0]) !== "table";
|
9910
9913
|
case "table":
|
9911
9914
|
return Object.keys(value).length === 0;
|
9915
|
+
/* istanbul ignore next */
|
9912
9916
|
default:
|
9913
9917
|
return !1;
|
9914
9918
|
}
|
@@ -9964,6 +9968,7 @@ function stringifyInline(value, type2) {
|
|
9964
9968
|
return stringifyInlineArray(value.filter((_2) => tomlType(_2) !== "null" && tomlType(_2) !== "undefined" && tomlType(_2) !== "nan"));
|
9965
9969
|
case "table":
|
9966
9970
|
return stringifyInlineTable(value);
|
9971
|
+
/* istanbul ignore next */
|
9967
9972
|
default:
|
9968
9973
|
throw typeError(type2);
|
9969
9974
|
}
|
@@ -12303,11 +12308,14 @@ function parse$b(pattern, isSub) {
|
|
12303
12308
|
continue;
|
12304
12309
|
}
|
12305
12310
|
switch (c2) {
|
12311
|
+
/* istanbul ignore next */
|
12306
12312
|
case "/":
|
12307
12313
|
return !1;
|
12308
12314
|
case "\\":
|
12309
12315
|
clearStateChar(), escaping = !0;
|
12310
12316
|
continue;
|
12317
|
+
// the various stateChar values
|
12318
|
+
// for the "extglob" stuff.
|
12311
12319
|
case "?":
|
12312
12320
|
case "*":
|
12313
12321
|
case "+":
|
@@ -12352,6 +12360,7 @@ function parse$b(pattern, isSub) {
|
|
12352
12360
|
}
|
12353
12361
|
clearStateChar(), re += "|";
|
12354
12362
|
continue;
|
12363
|
+
// these are mostly the same in regexp and glob
|
12355
12364
|
case "[":
|
12356
12365
|
if (clearStateChar(), inClass) {
|
12357
12366
|
re += "\\" + c2;
|
@@ -14755,151 +14764,155 @@ jsYaml$2.types = {
|
|
14755
14764
|
jsYaml$2.safeLoad = renamed("safeLoad", "load");
|
14756
14765
|
jsYaml$2.safeLoadAll = renamed("safeLoadAll", "loadAll");
|
14757
14766
|
jsYaml$2.safeDump = renamed("safeDump", "dump");
|
14758
|
-
var old
|
14759
|
-
function
|
14760
|
-
|
14761
|
-
|
14762
|
-
|
14763
|
-
|
14764
|
-
|
14765
|
-
|
14766
|
-
|
14767
|
-
|
14768
|
-
|
14769
|
-
|
14770
|
-
|
14771
|
-
|
14772
|
-
|
14773
|
-
|
14774
|
-
|
14775
|
-
|
14776
|
-
|
14777
|
-
|
14778
|
-
|
14779
|
-
|
14780
|
-
|
14781
|
-
function maybeCallback(cb) {
|
14782
|
-
return typeof cb == "function" ? cb : rethrow();
|
14783
|
-
}
|
14784
|
-
if (isWindows$3)
|
14785
|
-
var nextPartRe = /(.*?)(?:[\/\\]+|$)/g;
|
14786
|
-
else
|
14787
|
-
var nextPartRe = /(.*?)(?:[\/]+|$)/g;
|
14788
|
-
if (isWindows$3)
|
14789
|
-
var splitRootRe = /^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/;
|
14790
|
-
else
|
14791
|
-
var splitRootRe = /^[\/]*/;
|
14792
|
-
old$1.realpathSync = function realpathSync2(p, cache) {
|
14793
|
-
if (p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14794
|
-
return cache[p];
|
14795
|
-
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14796
|
-
start();
|
14797
|
-
function start() {
|
14798
|
-
var m = splitRootRe.exec(p);
|
14799
|
-
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows$3 && !knownHard[base2] && (fs$c.lstatSync(base2), knownHard[base2] = !0);
|
14800
|
-
}
|
14801
|
-
for (; pos2 < p.length; ) {
|
14802
|
-
nextPartRe.lastIndex = pos2;
|
14803
|
-
var result = nextPartRe.exec(p);
|
14804
|
-
if (previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, !(knownHard[base2] || cache && cache[base2] === base2)) {
|
14805
|
-
var resolvedLink;
|
14806
|
-
if (cache && Object.prototype.hasOwnProperty.call(cache, base2))
|
14807
|
-
resolvedLink = cache[base2];
|
14808
|
-
else {
|
14809
|
-
var stat = fs$c.lstatSync(base2);
|
14810
|
-
if (!stat.isSymbolicLink()) {
|
14811
|
-
knownHard[base2] = !0, cache && (cache[base2] = base2);
|
14812
|
-
continue;
|
14813
|
-
}
|
14814
|
-
var linkTarget = null;
|
14815
|
-
if (!isWindows$3) {
|
14816
|
-
var id = stat.dev.toString(32) + ":" + stat.ino.toString(32);
|
14817
|
-
seenLinks.hasOwnProperty(id) && (linkTarget = seenLinks[id]);
|
14767
|
+
var old = {}, hasRequiredOld;
|
14768
|
+
function requireOld() {
|
14769
|
+
if (hasRequiredOld) return old;
|
14770
|
+
hasRequiredOld = 1;
|
14771
|
+
var pathModule = require$$0__default.default, isWindows2 = process.platform === "win32", fs2 = require$$0__default$1.default, DEBUG = process.env.NODE_DEBUG && /fs/.test(process.env.NODE_DEBUG);
|
14772
|
+
function rethrow() {
|
14773
|
+
var callback;
|
14774
|
+
if (DEBUG) {
|
14775
|
+
var backtrace = new Error();
|
14776
|
+
callback = debugCallback;
|
14777
|
+
} else
|
14778
|
+
callback = missingCallback;
|
14779
|
+
return callback;
|
14780
|
+
function debugCallback(err) {
|
14781
|
+
err && (backtrace.message = err.message, err = backtrace, missingCallback(err));
|
14782
|
+
}
|
14783
|
+
function missingCallback(err) {
|
14784
|
+
if (err) {
|
14785
|
+
if (process.throwDeprecation)
|
14786
|
+
throw err;
|
14787
|
+
if (!process.noDeprecation) {
|
14788
|
+
var msg = "fs: missing callback " + (err.stack || err.message);
|
14789
|
+
process.traceDeprecation ? console.trace(msg) : console.error(msg);
|
14818
14790
|
}
|
14819
|
-
linkTarget === null && (fs$c.statSync(base2), linkTarget = fs$c.readlinkSync(base2)), resolvedLink = pathModule.resolve(previous, linkTarget), cache && (cache[base2] = resolvedLink), isWindows$3 || (seenLinks[id] = linkTarget);
|
14820
14791
|
}
|
14821
|
-
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14822
14792
|
}
|
14823
14793
|
}
|
14824
|
-
|
14825
|
-
|
14826
|
-
old$1.realpath = function realpath2(p, cache, cb) {
|
14827
|
-
if (typeof cb != "function" && (cb = maybeCallback(cache), cache = null), p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14828
|
-
return process.nextTick(cb.bind(null, null, cache[p]));
|
14829
|
-
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14830
|
-
start();
|
14831
|
-
function start() {
|
14832
|
-
var m = splitRootRe.exec(p);
|
14833
|
-
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows$3 && !knownHard[base2] ? fs$c.lstat(base2, function(err) {
|
14834
|
-
if (err) return cb(err);
|
14835
|
-
knownHard[base2] = !0, LOOP();
|
14836
|
-
}) : process.nextTick(LOOP);
|
14794
|
+
function maybeCallback(cb) {
|
14795
|
+
return typeof cb == "function" ? cb : rethrow();
|
14837
14796
|
}
|
14838
|
-
|
14839
|
-
|
14840
|
-
|
14841
|
-
nextPartRe
|
14842
|
-
|
14843
|
-
|
14844
|
-
|
14845
|
-
|
14846
|
-
|
14847
|
-
if (
|
14848
|
-
return
|
14849
|
-
|
14850
|
-
|
14851
|
-
|
14852
|
-
|
14853
|
-
|
14854
|
-
|
14855
|
-
|
14856
|
-
|
14857
|
-
|
14797
|
+
if (isWindows2)
|
14798
|
+
var nextPartRe = /(.*?)(?:[\/\\]+|$)/g;
|
14799
|
+
else
|
14800
|
+
var nextPartRe = /(.*?)(?:[\/]+|$)/g;
|
14801
|
+
if (isWindows2)
|
14802
|
+
var splitRootRe = /^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/;
|
14803
|
+
else
|
14804
|
+
var splitRootRe = /^[\/]*/;
|
14805
|
+
return old.realpathSync = function(p, cache) {
|
14806
|
+
if (p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14807
|
+
return cache[p];
|
14808
|
+
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14809
|
+
start();
|
14810
|
+
function start() {
|
14811
|
+
var m = splitRootRe.exec(p);
|
14812
|
+
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows2 && !knownHard[base2] && (fs2.lstatSync(base2), knownHard[base2] = !0);
|
14813
|
+
}
|
14814
|
+
for (; pos2 < p.length; ) {
|
14815
|
+
nextPartRe.lastIndex = pos2;
|
14816
|
+
var result = nextPartRe.exec(p);
|
14817
|
+
if (previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, !(knownHard[base2] || cache && cache[base2] === base2)) {
|
14818
|
+
var resolvedLink;
|
14819
|
+
if (cache && Object.prototype.hasOwnProperty.call(cache, base2))
|
14820
|
+
resolvedLink = cache[base2];
|
14821
|
+
else {
|
14822
|
+
var stat = fs2.lstatSync(base2);
|
14823
|
+
if (!stat.isSymbolicLink()) {
|
14824
|
+
knownHard[base2] = !0, cache && (cache[base2] = base2);
|
14825
|
+
continue;
|
14826
|
+
}
|
14827
|
+
var linkTarget = null;
|
14828
|
+
if (!isWindows2) {
|
14829
|
+
var id = stat.dev.toString(32) + ":" + stat.ino.toString(32);
|
14830
|
+
seenLinks.hasOwnProperty(id) && (linkTarget = seenLinks[id]);
|
14831
|
+
}
|
14832
|
+
linkTarget === null && (fs2.statSync(base2), linkTarget = fs2.readlinkSync(base2)), resolvedLink = pathModule.resolve(previous, linkTarget), cache && (cache[base2] = resolvedLink), isWindows2 || (seenLinks[id] = linkTarget);
|
14833
|
+
}
|
14834
|
+
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14835
|
+
}
|
14836
|
+
}
|
14837
|
+
return cache && (cache[original] = p), p;
|
14838
|
+
}, old.realpath = function(p, cache, cb) {
|
14839
|
+
if (typeof cb != "function" && (cb = maybeCallback(cache), cache = null), p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14840
|
+
return process.nextTick(cb.bind(null, null, cache[p]));
|
14841
|
+
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14842
|
+
start();
|
14843
|
+
function start() {
|
14844
|
+
var m = splitRootRe.exec(p);
|
14845
|
+
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows2 && !knownHard[base2] ? fs2.lstat(base2, function(err) {
|
14846
|
+
if (err) return cb(err);
|
14847
|
+
knownHard[base2] = !0, LOOP();
|
14848
|
+
}) : process.nextTick(LOOP);
|
14849
|
+
}
|
14850
|
+
function LOOP() {
|
14851
|
+
if (pos2 >= p.length)
|
14852
|
+
return cache && (cache[original] = p), cb(null, p);
|
14853
|
+
nextPartRe.lastIndex = pos2;
|
14854
|
+
var result = nextPartRe.exec(p);
|
14855
|
+
return previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, knownHard[base2] || cache && cache[base2] === base2 ? process.nextTick(LOOP) : cache && Object.prototype.hasOwnProperty.call(cache, base2) ? gotResolvedLink(cache[base2]) : fs2.lstat(base2, gotStat);
|
14856
|
+
}
|
14857
|
+
function gotStat(err, stat) {
|
14858
|
+
if (err) return cb(err);
|
14859
|
+
if (!stat.isSymbolicLink())
|
14860
|
+
return knownHard[base2] = !0, cache && (cache[base2] = base2), process.nextTick(LOOP);
|
14861
|
+
if (!isWindows2) {
|
14862
|
+
var id = stat.dev.toString(32) + ":" + stat.ino.toString(32);
|
14863
|
+
if (seenLinks.hasOwnProperty(id))
|
14864
|
+
return gotTarget(null, seenLinks[id], base2);
|
14865
|
+
}
|
14866
|
+
fs2.stat(base2, function(err2) {
|
14867
|
+
if (err2) return cb(err2);
|
14868
|
+
fs2.readlink(base2, function(err3, target) {
|
14869
|
+
isWindows2 || (seenLinks[id] = target), gotTarget(err3, target);
|
14870
|
+
});
|
14858
14871
|
});
|
14872
|
+
}
|
14873
|
+
function gotTarget(err, target, base3) {
|
14874
|
+
if (err) return cb(err);
|
14875
|
+
var resolvedLink = pathModule.resolve(previous, target);
|
14876
|
+
cache && (cache[base3] = resolvedLink), gotResolvedLink(resolvedLink);
|
14877
|
+
}
|
14878
|
+
function gotResolvedLink(resolvedLink) {
|
14879
|
+
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14880
|
+
}
|
14881
|
+
}, old;
|
14882
|
+
}
|
14883
|
+
var fs_realpath, hasRequiredFs_realpath;
|
14884
|
+
function requireFs_realpath() {
|
14885
|
+
if (hasRequiredFs_realpath) return fs_realpath;
|
14886
|
+
hasRequiredFs_realpath = 1, fs_realpath = realpath, realpath.realpath = realpath, realpath.sync = realpathSync, realpath.realpathSync = realpathSync, realpath.monkeypatch = monkeypatch, realpath.unmonkeypatch = unmonkeypatch;
|
14887
|
+
var fs2 = require$$0__default$1.default, origRealpath = fs2.realpath, origRealpathSync = fs2.realpathSync, version = process.version, ok = /^v[0-5]\./.test(version), old2 = requireOld();
|
14888
|
+
function newError(er) {
|
14889
|
+
return er && er.syscall === "realpath" && (er.code === "ELOOP" || er.code === "ENOMEM" || er.code === "ENAMETOOLONG");
|
14890
|
+
}
|
14891
|
+
function realpath(p, cache, cb) {
|
14892
|
+
if (ok)
|
14893
|
+
return origRealpath(p, cache, cb);
|
14894
|
+
typeof cache == "function" && (cb = cache, cache = null), origRealpath(p, cache, function(er, result) {
|
14895
|
+
newError(er) ? old2.realpath(p, cache, cb) : cb(er, result);
|
14859
14896
|
});
|
14860
14897
|
}
|
14861
|
-
function
|
14862
|
-
if (
|
14863
|
-
|
14864
|
-
|
14898
|
+
function realpathSync(p, cache) {
|
14899
|
+
if (ok)
|
14900
|
+
return origRealpathSync(p, cache);
|
14901
|
+
try {
|
14902
|
+
return origRealpathSync(p, cache);
|
14903
|
+
} catch (er) {
|
14904
|
+
if (newError(er))
|
14905
|
+
return old2.realpathSync(p, cache);
|
14906
|
+
throw er;
|
14907
|
+
}
|
14865
14908
|
}
|
14866
|
-
function
|
14867
|
-
|
14909
|
+
function monkeypatch() {
|
14910
|
+
fs2.realpath = realpath, fs2.realpathSync = realpathSync;
|
14868
14911
|
}
|
14869
|
-
|
14870
|
-
|
14871
|
-
realpath.realpath = realpath;
|
14872
|
-
realpath.sync = realpathSync;
|
14873
|
-
realpath.realpathSync = realpathSync;
|
14874
|
-
realpath.monkeypatch = monkeypatch;
|
14875
|
-
realpath.unmonkeypatch = unmonkeypatch;
|
14876
|
-
var fs$b = require$$0__default$1.default, origRealpath = fs$b.realpath, origRealpathSync = fs$b.realpathSync, version = process.version, ok = /^v[0-5]\./.test(version), old = old$1;
|
14877
|
-
function newError(er) {
|
14878
|
-
return er && er.syscall === "realpath" && (er.code === "ELOOP" || er.code === "ENOMEM" || er.code === "ENAMETOOLONG");
|
14879
|
-
}
|
14880
|
-
function realpath(p, cache, cb) {
|
14881
|
-
if (ok)
|
14882
|
-
return origRealpath(p, cache, cb);
|
14883
|
-
typeof cache == "function" && (cb = cache, cache = null), origRealpath(p, cache, function(er, result) {
|
14884
|
-
newError(er) ? old.realpath(p, cache, cb) : cb(er, result);
|
14885
|
-
});
|
14886
|
-
}
|
14887
|
-
function realpathSync(p, cache) {
|
14888
|
-
if (ok)
|
14889
|
-
return origRealpathSync(p, cache);
|
14890
|
-
try {
|
14891
|
-
return origRealpathSync(p, cache);
|
14892
|
-
} catch (er) {
|
14893
|
-
if (newError(er))
|
14894
|
-
return old.realpathSync(p, cache);
|
14895
|
-
throw er;
|
14912
|
+
function unmonkeypatch() {
|
14913
|
+
fs2.realpath = origRealpath, fs2.realpathSync = origRealpathSync;
|
14896
14914
|
}
|
14897
|
-
|
14898
|
-
function monkeypatch() {
|
14899
|
-
fs$b.realpath = realpath, fs$b.realpathSync = realpathSync;
|
14900
|
-
}
|
14901
|
-
function unmonkeypatch() {
|
14902
|
-
fs$b.realpath = origRealpath, fs$b.realpathSync = origRealpathSync;
|
14915
|
+
return fs_realpath;
|
14903
14916
|
}
|
14904
14917
|
const isWindows$2 = typeof process == "object" && process && process.platform === "win32";
|
14905
14918
|
var path$i = isWindows$2 ? { sep: "\\" } : { sep: "/" }, balanced = balancedMatch, braceExpansion = expandTop, escSlash = "\0SLASH" + Math.random() + "\0", escOpen = "\0OPEN" + Math.random() + "\0", escClose = "\0CLOSE" + Math.random() + "\0", escComma = "\0COMMA" + Math.random() + "\0", escPeriod = "\0PERIOD" + Math.random() + "\0";
|
@@ -15146,6 +15159,7 @@ globstar while`, file2, fr, pattern, pr, swallowee), this.matchOne(file2.slice(f
|
|
15146
15159
|
continue;
|
15147
15160
|
}
|
15148
15161
|
switch (c2) {
|
15162
|
+
/* istanbul ignore next */
|
15149
15163
|
case "/":
|
15150
15164
|
return !1;
|
15151
15165
|
case "\\":
|
@@ -15155,6 +15169,8 @@ globstar while`, file2, fr, pattern, pr, swallowee), this.matchOne(file2.slice(f
|
|
15155
15169
|
}
|
15156
15170
|
clearStateChar(), escaping = !0;
|
15157
15171
|
continue;
|
15172
|
+
// the various stateChar values
|
15173
|
+
// for the "extglob" stuff.
|
15158
15174
|
case "?":
|
15159
15175
|
case "*":
|
15160
15176
|
case "+":
|
@@ -15203,6 +15219,7 @@ globstar while`, file2, fr, pattern, pr, swallowee), this.matchOne(file2.slice(f
|
|
15203
15219
|
clearStateChar(), re += "|", plEntry.start === 0 && plEntry.type !== "!" && (dotTravAllowed = !0, re += subPatternStart(pattern.slice(i2 + 1)));
|
15204
15220
|
continue;
|
15205
15221
|
}
|
15222
|
+
// these are mostly the same in regexp and glob
|
15206
15223
|
case "[":
|
15207
15224
|
if (clearStateChar(), inClass) {
|
15208
15225
|
re += "\\" + c2;
|
@@ -15325,14 +15342,20 @@ function requireInherits_browser() {
|
|
15325
15342
|
}
|
15326
15343
|
}), inherits_browser.exports;
|
15327
15344
|
}
|
15328
|
-
|
15329
|
-
|
15330
|
-
if (
|
15331
|
-
|
15332
|
-
|
15333
|
-
|
15345
|
+
var hasRequiredInherits;
|
15346
|
+
function requireInherits() {
|
15347
|
+
if (hasRequiredInherits) return inherits.exports;
|
15348
|
+
hasRequiredInherits = 1;
|
15349
|
+
try {
|
15350
|
+
var util2 = require("util");
|
15351
|
+
if (typeof util2.inherits != "function") throw "";
|
15352
|
+
inherits.exports = util2.inherits;
|
15353
|
+
} catch {
|
15354
|
+
inherits.exports = requireInherits_browser();
|
15355
|
+
}
|
15356
|
+
return inherits.exports;
|
15334
15357
|
}
|
15335
|
-
var
|
15358
|
+
var common$8 = {};
|
15336
15359
|
common$8.setopts = setopts;
|
15337
15360
|
common$8.ownProp = ownProp;
|
15338
15361
|
common$8.makeAbs = makeAbs;
|
@@ -15427,7 +15450,7 @@ var sync$2, hasRequiredSync$1;
|
|
15427
15450
|
function requireSync$1() {
|
15428
15451
|
if (hasRequiredSync$1) return sync$2;
|
15429
15452
|
hasRequiredSync$1 = 1, sync$2 = globSync, globSync.GlobSync = GlobSync;
|
15430
|
-
var rp =
|
15453
|
+
var rp = requireFs_realpath(), minimatch2 = minimatch_1;
|
15431
15454
|
requireGlob$1().Glob;
|
15432
15455
|
var path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = require$$0__default.default.isAbsolute, common2 = common$8, setopts2 = common2.setopts, ownProp2 = common2.ownProp, childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored;
|
15433
15456
|
function globSync(pattern, options2) {
|
@@ -15477,6 +15500,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
15477
15500
|
n++;
|
15478
15501
|
var prefix;
|
15479
15502
|
switch (n) {
|
15503
|
+
// if not, then this is rather simple
|
15480
15504
|
case pattern.length:
|
15481
15505
|
this._processSimple(pattern.join("/"), index);
|
15482
15506
|
return;
|
@@ -15572,6 +15596,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
15572
15596
|
}, GlobSync.prototype._readdirError = function(f2, er) {
|
15573
15597
|
switch (er.code) {
|
15574
15598
|
case "ENOTSUP":
|
15599
|
+
// https://github.com/isaacs/node-glob/issues/205
|
15575
15600
|
case "ENOTDIR":
|
15576
15601
|
var abs = this._makeAbs(f2);
|
15577
15602
|
if (this.cache[abs] = "FILE", abs === this.cwdAbs) {
|
@@ -15580,6 +15605,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
15580
15605
|
}
|
15581
15606
|
break;
|
15582
15607
|
case "ENOENT":
|
15608
|
+
// not terribly unusual
|
15583
15609
|
case "ELOOP":
|
15584
15610
|
case "ENAMETOOLONG":
|
15585
15611
|
case "UNKNOWN":
|
@@ -15655,79 +15681,95 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
15655
15681
|
return common2.makeAbs(this, f2);
|
15656
15682
|
}, sync$2;
|
15657
15683
|
}
|
15658
|
-
var wrappy_1
|
15659
|
-
function
|
15660
|
-
if (
|
15661
|
-
|
15662
|
-
|
15663
|
-
|
15664
|
-
|
15665
|
-
|
15666
|
-
|
15667
|
-
|
15668
|
-
|
15669
|
-
|
15670
|
-
|
15671
|
-
|
15672
|
-
|
15673
|
-
|
15674
|
-
|
15675
|
-
|
15676
|
-
|
15677
|
-
|
15678
|
-
|
15679
|
-
|
15680
|
-
|
15681
|
-
|
15682
|
-
|
15683
|
-
|
15684
|
-
|
15685
|
-
|
15686
|
-
|
15687
|
-
|
15688
|
-
|
15689
|
-
|
15690
|
-
|
15691
|
-
|
15692
|
-
|
15693
|
-
|
15694
|
-
|
15695
|
-
|
15696
|
-
}
|
15697
|
-
function onceStrict(fn2) {
|
15698
|
-
var f2 = function() {
|
15699
|
-
if (f2.called)
|
15700
|
-
throw new Error(f2.onceError);
|
15701
|
-
return f2.called = !0, f2.value = fn2.apply(this, arguments);
|
15702
|
-
}, name = fn2.name || "Function wrapped with `once`";
|
15703
|
-
return f2.onceError = name + " shouldn't be called more than once", f2.called = !1, f2;
|
15704
|
-
}
|
15705
|
-
var onceExports = once$4.exports, wrappy = wrappy_1, reqs = /* @__PURE__ */ Object.create(null), once$2 = onceExports, inflight_1 = wrappy(inflight);
|
15706
|
-
function inflight(key2, cb) {
|
15707
|
-
return reqs[key2] ? (reqs[key2].push(cb), null) : (reqs[key2] = [cb], makeres(key2));
|
15708
|
-
}
|
15709
|
-
function makeres(key2) {
|
15710
|
-
return once$2(function RES() {
|
15711
|
-
var cbs = reqs[key2], len = cbs.length, args = slice(arguments);
|
15712
|
-
try {
|
15713
|
-
for (var i2 = 0; i2 < len; i2++)
|
15714
|
-
cbs[i2].apply(null, args);
|
15715
|
-
} finally {
|
15716
|
-
cbs.length > len ? (cbs.splice(0, len), process.nextTick(function() {
|
15717
|
-
RES.apply(null, args);
|
15718
|
-
})) : delete reqs[key2];
|
15719
|
-
}
|
15684
|
+
var wrappy_1, hasRequiredWrappy;
|
15685
|
+
function requireWrappy() {
|
15686
|
+
if (hasRequiredWrappy) return wrappy_1;
|
15687
|
+
hasRequiredWrappy = 1, wrappy_1 = wrappy;
|
15688
|
+
function wrappy(fn2, cb) {
|
15689
|
+
if (fn2 && cb) return wrappy(fn2)(cb);
|
15690
|
+
if (typeof fn2 != "function")
|
15691
|
+
throw new TypeError("need wrapper function");
|
15692
|
+
return Object.keys(fn2).forEach(function(k) {
|
15693
|
+
wrapper[k] = fn2[k];
|
15694
|
+
}), wrapper;
|
15695
|
+
function wrapper() {
|
15696
|
+
for (var args = new Array(arguments.length), i2 = 0; i2 < args.length; i2++)
|
15697
|
+
args[i2] = arguments[i2];
|
15698
|
+
var ret = fn2.apply(this, args), cb2 = args[args.length - 1];
|
15699
|
+
return typeof ret == "function" && ret !== cb2 && Object.keys(cb2).forEach(function(k) {
|
15700
|
+
ret[k] = cb2[k];
|
15701
|
+
}), ret;
|
15702
|
+
}
|
15703
|
+
}
|
15704
|
+
return wrappy_1;
|
15705
|
+
}
|
15706
|
+
var once$2 = { exports: {} }, hasRequiredOnce;
|
15707
|
+
function requireOnce() {
|
15708
|
+
if (hasRequiredOnce) return once$2.exports;
|
15709
|
+
hasRequiredOnce = 1;
|
15710
|
+
var wrappy = requireWrappy();
|
15711
|
+
once$2.exports = wrappy(once2), once$2.exports.strict = wrappy(onceStrict), once2.proto = once2(function() {
|
15712
|
+
Object.defineProperty(Function.prototype, "once", {
|
15713
|
+
value: function() {
|
15714
|
+
return once2(this);
|
15715
|
+
},
|
15716
|
+
configurable: !0
|
15717
|
+
}), Object.defineProperty(Function.prototype, "onceStrict", {
|
15718
|
+
value: function() {
|
15719
|
+
return onceStrict(this);
|
15720
|
+
},
|
15721
|
+
configurable: !0
|
15722
|
+
});
|
15720
15723
|
});
|
15721
|
-
|
15722
|
-
function
|
15723
|
-
|
15724
|
-
|
15724
|
+
function once2(fn2) {
|
15725
|
+
var f2 = function() {
|
15726
|
+
return f2.called ? f2.value : (f2.called = !0, f2.value = fn2.apply(this, arguments));
|
15727
|
+
};
|
15728
|
+
return f2.called = !1, f2;
|
15729
|
+
}
|
15730
|
+
function onceStrict(fn2) {
|
15731
|
+
var f2 = function() {
|
15732
|
+
if (f2.called)
|
15733
|
+
throw new Error(f2.onceError);
|
15734
|
+
return f2.called = !0, f2.value = fn2.apply(this, arguments);
|
15735
|
+
}, name = fn2.name || "Function wrapped with `once`";
|
15736
|
+
return f2.onceError = name + " shouldn't be called more than once", f2.called = !1, f2;
|
15737
|
+
}
|
15738
|
+
return once$2.exports;
|
15739
|
+
}
|
15740
|
+
var inflight_1, hasRequiredInflight;
|
15741
|
+
function requireInflight() {
|
15742
|
+
if (hasRequiredInflight) return inflight_1;
|
15743
|
+
hasRequiredInflight = 1;
|
15744
|
+
var wrappy = requireWrappy(), reqs = /* @__PURE__ */ Object.create(null), once2 = requireOnce();
|
15745
|
+
inflight_1 = wrappy(inflight);
|
15746
|
+
function inflight(key2, cb) {
|
15747
|
+
return reqs[key2] ? (reqs[key2].push(cb), null) : (reqs[key2] = [cb], makeres(key2));
|
15748
|
+
}
|
15749
|
+
function makeres(key2) {
|
15750
|
+
return once2(function RES() {
|
15751
|
+
var cbs = reqs[key2], len = cbs.length, args = slice(arguments);
|
15752
|
+
try {
|
15753
|
+
for (var i2 = 0; i2 < len; i2++)
|
15754
|
+
cbs[i2].apply(null, args);
|
15755
|
+
} finally {
|
15756
|
+
cbs.length > len ? (cbs.splice(0, len), process.nextTick(function() {
|
15757
|
+
RES.apply(null, args);
|
15758
|
+
})) : delete reqs[key2];
|
15759
|
+
}
|
15760
|
+
});
|
15761
|
+
}
|
15762
|
+
function slice(args) {
|
15763
|
+
for (var length = args.length, array2 = [], i2 = 0; i2 < length; i2++) array2[i2] = args[i2];
|
15764
|
+
return array2;
|
15765
|
+
}
|
15766
|
+
return inflight_1;
|
15725
15767
|
}
|
15726
15768
|
var glob_1$2, hasRequiredGlob$1;
|
15727
15769
|
function requireGlob$1() {
|
15728
15770
|
if (hasRequiredGlob$1) return glob_1$2;
|
15729
15771
|
hasRequiredGlob$1 = 1, glob_1$2 = glob2;
|
15730
|
-
var rp =
|
15772
|
+
var rp = requireFs_realpath(), minimatch2 = minimatch_1, inherits2 = requireInherits(), EE2 = require$$3__default.default.EventEmitter, path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = require$$0__default.default.isAbsolute, globSync = requireSync$1(), common2 = common$8, setopts2 = common2.setopts, ownProp2 = common2.ownProp, inflight = requireInflight(), childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored, once2 = requireOnce();
|
15731
15773
|
function glob2(pattern, options2, cb) {
|
15732
15774
|
if (typeof options2 == "function" && (cb = options2, options2 = {}), options2 || (options2 = {}), options2.sync) {
|
15733
15775
|
if (cb)
|
@@ -15854,6 +15896,7 @@ function requireGlob$1() {
|
|
15854
15896
|
n++;
|
15855
15897
|
var prefix;
|
15856
15898
|
switch (n) {
|
15899
|
+
// if not, then this is rather simple
|
15857
15900
|
case pattern.length:
|
15858
15901
|
this._processSimple(pattern.join("/"), index, cb);
|
15859
15902
|
return;
|
@@ -15929,7 +15972,7 @@ function requireGlob$1() {
|
|
15929
15972
|
return;
|
15930
15973
|
if (this.follow)
|
15931
15974
|
return this._readdir(abs, !1, cb);
|
15932
|
-
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb =
|
15975
|
+
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb = inflight(lstatkey, lstatcb_);
|
15933
15976
|
lstatcb && self2.fs.lstat(abs, lstatcb);
|
15934
15977
|
function lstatcb_(er, lstat) {
|
15935
15978
|
if (er && er.code === "ENOENT")
|
@@ -15938,7 +15981,7 @@ function requireGlob$1() {
|
|
15938
15981
|
self2.symlinks[abs] = isSym, !isSym && lstat && !lstat.isDirectory() ? (self2.cache[abs] = "FILE", cb()) : self2._readdir(abs, !1, cb);
|
15939
15982
|
}
|
15940
15983
|
}, Glob.prototype._readdir = function(abs, inGlobStar, cb) {
|
15941
|
-
if (!this.aborted && (cb =
|
15984
|
+
if (!this.aborted && (cb = inflight("readdir\0" + abs + "\0" + inGlobStar, cb), !!cb)) {
|
15942
15985
|
if (inGlobStar && !ownProp2(this.symlinks, abs))
|
15943
15986
|
return this._readdirInGlobStar(abs, cb);
|
15944
15987
|
if (ownProp2(this.cache, abs)) {
|
@@ -15970,6 +16013,7 @@ function requireGlob$1() {
|
|
15970
16013
|
if (!this.aborted) {
|
15971
16014
|
switch (er.code) {
|
15972
16015
|
case "ENOTSUP":
|
16016
|
+
// https://github.com/isaacs/node-glob/issues/205
|
15973
16017
|
case "ENOTDIR":
|
15974
16018
|
var abs = this._makeAbs(f2);
|
15975
16019
|
if (this.cache[abs] = "FILE", abs === this.cwdAbs) {
|
@@ -15978,6 +16022,7 @@ function requireGlob$1() {
|
|
15978
16022
|
}
|
15979
16023
|
break;
|
15980
16024
|
case "ENOENT":
|
16025
|
+
// not terribly unusual
|
15981
16026
|
case "ELOOP":
|
15982
16027
|
case "ENAMETOOLONG":
|
15983
16028
|
case "UNKNOWN":
|
@@ -16043,7 +16088,7 @@ function requireGlob$1() {
|
|
16043
16088
|
var type2 = stat.isDirectory() ? "DIR" : "FILE";
|
16044
16089
|
return needDir && type2 === "FILE" ? cb() : cb(null, type2, stat);
|
16045
16090
|
}
|
16046
|
-
var self2 = this, statcb =
|
16091
|
+
var self2 = this, statcb = inflight("stat\0" + abs, lstatcb_);
|
16047
16092
|
statcb && self2.fs.lstat(abs, statcb);
|
16048
16093
|
function lstatcb_(er, lstat) {
|
16049
16094
|
if (lstat && lstat.isSymbolicLink())
|
@@ -17384,19 +17429,19 @@ async function bootstrapFromTemplate(context, url2) {
|
|
17384
17429
|
const { validForNewPackages } = validateNpmPackageName__default.default(pkgName);
|
17385
17430
|
if (!validForNewPackages)
|
17386
17431
|
return "Name must be a valid npm package name (https://docs.npmjs.com/files/package.json#name)";
|
17387
|
-
const outputPath2 = path__default.default.join(workDir, "plugins", pkgName), isEmpty2 = await fs$
|
17432
|
+
const outputPath2 = path__default.default.join(workDir, "plugins", pkgName), isEmpty2 = await fs$q.pathIsEmpty(outputPath2);
|
17388
17433
|
return inProjectContext && !isEmpty2 ? "Plugin with given name already exists in project" : !0;
|
17389
17434
|
}
|
17390
17435
|
});
|
17391
17436
|
let outputPath = path__default.default.join(workDir, "plugins", name);
|
17392
17437
|
if (!inProjectContext) {
|
17393
|
-
const cwdIsEmpty = await fs$
|
17438
|
+
const cwdIsEmpty = await fs$q.pathIsEmpty(workDir);
|
17394
17439
|
outputPath = await prompt2.single({
|
17395
17440
|
type: "input",
|
17396
17441
|
message: "Output path:",
|
17397
17442
|
default: cwdIsEmpty ? workDir : path__default.default.join(workDir, name),
|
17398
17443
|
validate: validateEmptyPath$1,
|
17399
|
-
filter: fs$
|
17444
|
+
filter: fs$q.absolutify
|
17400
17445
|
});
|
17401
17446
|
}
|
17402
17447
|
loadEnv.debug("Output path set to %s", outputPath);
|
@@ -17413,7 +17458,7 @@ async function bootstrapFromTemplate(context, url2) {
|
|
17413
17458
|
), { name, outputPath, inPluginsPath: inProjectContext, dependencies: tplVars.dependencies };
|
17414
17459
|
}
|
17415
17460
|
async function validateEmptyPath$1(dir) {
|
17416
|
-
return await fs$
|
17461
|
+
return await fs$q.pathIsEmpty(dir) ? !0 : "Path is not empty";
|
17417
17462
|
}
|
17418
17463
|
function getZip(url2) {
|
17419
17464
|
return request({ url: url2, rawBody: !0 }).then(
|
@@ -17960,7 +18005,7 @@ isStream$1.writable = (stream2) => isStream$1(stream2) && stream2.writable !== !
|
|
17960
18005
|
isStream$1.readable = (stream2) => isStream$1(stream2) && stream2.readable !== !1 && typeof stream2._read == "function" && typeof stream2._readableState == "object";
|
17961
18006
|
isStream$1.duplex = (stream2) => isStream$1.writable(stream2) && isStream$1.readable(stream2);
|
17962
18007
|
isStream$1.transform = (stream2) => isStream$1.duplex(stream2) && typeof stream2._transform == "function";
|
17963
|
-
var isStream_1 = isStream$1, getStream$2 = { exports: {} }, once$1 =
|
18008
|
+
var isStream_1 = isStream$1, getStream$2 = { exports: {} }, once$1 = requireOnce(), noop$2 = function() {
|
17964
18009
|
}, isRequest$1 = function(stream2) {
|
17965
18010
|
return stream2.setHeader && typeof stream2.abort == "function";
|
17966
18011
|
}, isChildProcess = function(stream2) {
|
@@ -17991,7 +18036,7 @@ var isStream_1 = isStream$1, getStream$2 = { exports: {} }, once$1 = onceExports
|
|
17991
18036
|
return isRequest$1(stream2) ? (stream2.on("complete", onfinish), stream2.on("abort", onclose), stream2.req ? onrequest() : stream2.on("request", onrequest)) : writable && !ws && (stream2.on("end", onlegacyfinish), stream2.on("close", onlegacyfinish)), isChildProcess(stream2) && stream2.on("exit", onexit), stream2.on("end", onend), stream2.on("finish", onfinish), opts.error !== !1 && stream2.on("error", onerror), stream2.on("close", onclose), function() {
|
17992
18037
|
cancelled = !0, stream2.removeListener("complete", onfinish), stream2.removeListener("abort", onclose), stream2.removeListener("request", onrequest), stream2.req && stream2.req.removeListener("finish", onfinish), stream2.removeListener("end", onlegacyfinish), stream2.removeListener("close", onlegacyfinish), stream2.removeListener("finish", onfinish), stream2.removeListener("exit", onexit), stream2.removeListener("end", onend), stream2.removeListener("error", onerror), stream2.removeListener("close", onclose);
|
17993
18038
|
};
|
17994
|
-
}, endOfStream = eos$1, once =
|
18039
|
+
}, endOfStream = eos$1, once = requireOnce(), eos = endOfStream, fs$8 = require$$0__default$1.default, noop$1 = function() {
|
17995
18040
|
}, ancient = /^v?\.0/.test(process.version), isFn = function(fn2) {
|
17996
18041
|
return typeof fn2 == "function";
|
17997
18042
|
}, isFS = function(stream2) {
|
@@ -22439,7 +22484,7 @@ function createTelemetryStore({
|
|
22439
22484
|
const token2 = getCliToken();
|
22440
22485
|
if (!token2)
|
22441
22486
|
return debug$1("No user token found. Something is not quite right"), Promise.reject(new Error("User is not logged in"));
|
22442
|
-
isTrueish(env.SANITY_TELEMETRY_INSPECT) && (console.info(`SANITY_TELEMETRY_INSPECT is set, appending events to "${LOG_FILE_NAME}"`), await fs$
|
22487
|
+
isTrueish(env.SANITY_TELEMETRY_INSPECT) && (console.info(`SANITY_TELEMETRY_INSPECT is set, appending events to "${LOG_FILE_NAME}"`), await fs$o.appendFile(LOG_FILE_NAME, `${batch.map((entry) => JSON.stringify(entry)).join(`
|
22443
22488
|
`)}
|
22444
22489
|
`));
|
22445
22490
|
const client2 = getCachedClient(token2);
|
@@ -22704,8 +22749,8 @@ function resolveLatestVersions(pkgs) {
|
|
22704
22749
|
lookups[packageName] = range2 === "latest" ? latestVersion(packageName, { range: range2 }).then(caretify) : range2;
|
22705
22750
|
return promiseProps$1(lookups);
|
22706
22751
|
}
|
22707
|
-
function caretify(
|
22708
|
-
return
|
22752
|
+
function caretify(version) {
|
22753
|
+
return version ? `^${version}` : "latest";
|
22709
22754
|
}
|
22710
22755
|
var main$3 = {}, extendStatics$1 = function(d, b) {
|
22711
22756
|
return extendStatics$1 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
@@ -23575,6 +23620,7 @@ function requireTypes() {
|
|
23575
23620
|
switch (len) {
|
23576
23621
|
case 0:
|
23577
23622
|
return "";
|
23623
|
+
// If there's only one initial capital letter, just lower-case it.
|
23578
23624
|
case 1:
|
23579
23625
|
return upperCasePrefix.toLowerCase();
|
23580
23626
|
default:
|
@@ -25755,9 +25801,9 @@ function requireSourceMapConsumer() {
|
|
25755
25801
|
function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {
|
25756
25802
|
var sourceMap2 = aSourceMap;
|
25757
25803
|
typeof aSourceMap == "string" && (sourceMap2 = util2.parseSourceMapInput(aSourceMap));
|
25758
|
-
var
|
25759
|
-
if (
|
25760
|
-
throw new Error("Unsupported version: " +
|
25804
|
+
var version = util2.getArg(sourceMap2, "version"), sources = util2.getArg(sourceMap2, "sources"), names2 = util2.getArg(sourceMap2, "names", []), sourceRoot = util2.getArg(sourceMap2, "sourceRoot", null), sourcesContent = util2.getArg(sourceMap2, "sourcesContent", null), mappings = util2.getArg(sourceMap2, "mappings"), file2 = util2.getArg(sourceMap2, "file", null);
|
25805
|
+
if (version != this._version)
|
25806
|
+
throw new Error("Unsupported version: " + version);
|
25761
25807
|
sourceRoot && (sourceRoot = util2.normalize(sourceRoot)), sources = sources.map(String).map(util2.normalize).map(function(source2) {
|
25762
25808
|
return sourceRoot && util2.isAbsolute(sourceRoot) && util2.isAbsolute(source2) ? util2.relative(sourceRoot, source2) : source2;
|
25763
25809
|
}), this._names = ArraySet.fromArray(names2.map(String), !0), this._sources = ArraySet.fromArray(sources, !0), this._absoluteSources = this._sources.toArray().map(function(s) {
|
@@ -25928,9 +25974,9 @@ function requireSourceMapConsumer() {
|
|
25928
25974
|
function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {
|
25929
25975
|
var sourceMap2 = aSourceMap;
|
25930
25976
|
typeof aSourceMap == "string" && (sourceMap2 = util2.parseSourceMapInput(aSourceMap));
|
25931
|
-
var
|
25932
|
-
if (
|
25933
|
-
throw new Error("Unsupported version: " +
|
25977
|
+
var version = util2.getArg(sourceMap2, "version"), sections = util2.getArg(sourceMap2, "sections");
|
25978
|
+
if (version != this._version)
|
25979
|
+
throw new Error("Unsupported version: " + version);
|
25934
25980
|
this._sources = new ArraySet(), this._names = new ArraySet();
|
25935
25981
|
var lastOffset = {
|
25936
25982
|
line: -1,
|
@@ -30604,11 +30650,15 @@ function requireLines() {
|
|
30604
30650
|
break;
|
30605
30651
|
}
|
30606
30652
|
case 11:
|
30653
|
+
// '\v'
|
30607
30654
|
case 12:
|
30655
|
+
// '\f'
|
30608
30656
|
case 13:
|
30657
|
+
// '\r'
|
30609
30658
|
case 65279:
|
30610
30659
|
break;
|
30611
30660
|
case 32:
|
30661
|
+
// ' '
|
30612
30662
|
default:
|
30613
30663
|
count2 += 1;
|
30614
30664
|
break;
|
@@ -31110,6 +31160,7 @@ function requireFastPath() {
|
|
31110
31160
|
return parent.type === "NullableTypeAnnotation";
|
31111
31161
|
case "Literal":
|
31112
31162
|
return parent.type === "MemberExpression" && isNumber2.check(node.value) && name === "object" && parent.object === node;
|
31163
|
+
// Babel 6 Literal split
|
31113
31164
|
case "NumericLiteral":
|
31114
31165
|
return parent.type === "MemberExpression" && name === "object" && parent.object === node;
|
31115
31166
|
case "YieldExpression":
|
@@ -31495,6 +31546,7 @@ function requirePrinter() {
|
|
31495
31546
|
return printStatementSequence(bodyPath, options2, print);
|
31496
31547
|
}, "body")), (0, lines_1.concat)(parts);
|
31497
31548
|
case "Noop":
|
31549
|
+
// Babel extension.
|
31498
31550
|
case "EmptyStatement":
|
31499
31551
|
return (0, lines_1.fromString)("");
|
31500
31552
|
case "ExpressionStatement":
|
@@ -31542,6 +31594,7 @@ function requirePrinter() {
|
|
31542
31594
|
case "SpreadElement":
|
31543
31595
|
case "SpreadElementPattern":
|
31544
31596
|
case "RestProperty":
|
31597
|
+
// Babel 6 for ObjectPattern
|
31545
31598
|
case "SpreadProperty":
|
31546
31599
|
case "SpreadPropertyPattern":
|
31547
31600
|
case "ObjectTypeSpreadProperty":
|
@@ -31599,6 +31652,10 @@ function requirePrinter() {
|
|
31599
31652
|
return path2.call(print, "exported");
|
31600
31653
|
case "Import":
|
31601
31654
|
return (0, lines_1.fromString)("import", options2);
|
31655
|
+
// Recast and ast-types currently support dynamic import(...) using
|
31656
|
+
// either this dedicated ImportExpression type or a CallExpression
|
31657
|
+
// whose callee has type Import.
|
31658
|
+
// https://github.com/benjamn/ast-types/pull/365#issuecomment-605214486
|
31602
31659
|
case "ImportExpression":
|
31603
31660
|
return (0, lines_1.concat)(["import(", path2.call(print, "source"), ")"]);
|
31604
31661
|
case "ImportDeclaration": {
|
@@ -31627,6 +31684,7 @@ function requirePrinter() {
|
|
31627
31684
|
return (0, lines_1.concat)([path2.call(print, "key"), ": ", path2.call(print, "value")]);
|
31628
31685
|
case "StaticBlock":
|
31629
31686
|
parts.push("static ");
|
31687
|
+
// Intentionally fall through to BlockStatement below.
|
31630
31688
|
case "BlockStatement": {
|
31631
31689
|
var naked_1 = path2.call(function(bodyPath) {
|
31632
31690
|
return printStatementSequence(bodyPath, options2, print);
|
@@ -31652,6 +31710,7 @@ function requirePrinter() {
|
|
31652
31710
|
return parts.push(path2.call(print, "callee")), n.typeParameters && parts.push(path2.call(print, "typeParameters")), n.typeArguments && parts.push(path2.call(print, "typeArguments")), types2.getFieldValue(n, "optional") && parts.push("?."), parts.push(printArgumentsList(path2, options2, print)), (0, lines_1.concat)(parts);
|
31653
31711
|
case "RecordExpression":
|
31654
31712
|
parts.push("#");
|
31713
|
+
// Intentionally fall through to printing the object literal...
|
31655
31714
|
case "ObjectExpression":
|
31656
31715
|
case "ObjectPattern":
|
31657
31716
|
case "ObjectTypeAnnotation": {
|
@@ -31691,6 +31750,7 @@ function requirePrinter() {
|
|
31691
31750
|
path2.call(print, "pattern")
|
31692
31751
|
]);
|
31693
31752
|
case "ObjectProperty":
|
31753
|
+
// Babel 6
|
31694
31754
|
case "Property": {
|
31695
31755
|
if (n.method || n.kind === "get" || n.kind === "set")
|
31696
31756
|
return printMethod(path2, options2, print);
|
@@ -31700,7 +31760,9 @@ function requirePrinter() {
|
|
31700
31760
|
return n.computed ? parts.push("[", key2, "]") : parts.push(key2), (!n.shorthand || n.key.name !== n.value.name) && parts.push(": ", path2.call(print, "value")), (0, lines_1.concat)(parts);
|
31701
31761
|
}
|
31702
31762
|
case "ClassMethod":
|
31763
|
+
// Babel 6
|
31703
31764
|
case "ObjectMethod":
|
31765
|
+
// Babel 6
|
31704
31766
|
case "ClassPrivateMethod":
|
31705
31767
|
case "TSDeclareMethod":
|
31706
31768
|
return printMethod(path2, options2, print);
|
@@ -31710,6 +31772,7 @@ function requirePrinter() {
|
|
31710
31772
|
return (0, lines_1.concat)(["@", path2.call(print, "expression")]);
|
31711
31773
|
case "TupleExpression":
|
31712
31774
|
parts.push("#");
|
31775
|
+
// Intentionally fall through to printing the tuple elements...
|
31713
31776
|
case "ArrayExpression":
|
31714
31777
|
case "ArrayPattern": {
|
31715
31778
|
var elems = n.elements, len_2 = elems.length, printed_1 = path2.map(print, "elements"), joined = (0, lines_1.fromString)(", ").join(printed_1), oneLine_2 = joined.getLineLength(1) <= options2.wrapColumn;
|
@@ -31744,6 +31807,7 @@ function requirePrinter() {
|
|
31744
31807
|
case "StringLiteral":
|
31745
31808
|
return (0, lines_1.fromString)(nodeStr(n.value, options2));
|
31746
31809
|
case "BooleanLiteral":
|
31810
|
+
// Babel 6 Literal split
|
31747
31811
|
case "Literal":
|
31748
31812
|
return (0, lines_1.fromString)(getPossibleRaw(n) || (typeof n.value == "string" ? nodeStr(n.value, options2) : n.value), options2);
|
31749
31813
|
case "Directive":
|
@@ -31873,6 +31937,7 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
31873
31937
|
`
|
31874
31938
|
}`
|
31875
31939
|
]);
|
31940
|
+
// Note: ignoring n.lexical because it has no printing consequences.
|
31876
31941
|
case "SwitchCase":
|
31877
31942
|
return n.test ? parts.push("case ", path2.call(print, "test"), ":") : parts.push("default:"), n.consequent.length > 0 && parts.push(`
|
31878
31943
|
`, path2.call(function(consequentPath) {
|
@@ -31880,6 +31945,7 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
31880
31945
|
}, "consequent").indent(options2.tabWidth)), (0, lines_1.concat)(parts);
|
31881
31946
|
case "DebuggerStatement":
|
31882
31947
|
return (0, lines_1.fromString)("debugger;");
|
31948
|
+
// JSX extensions below.
|
31883
31949
|
case "JSXAttribute":
|
31884
31950
|
return parts.push(path2.call(print, "name")), n.value && parts.push("=", path2.call(print, "value")), (0, lines_1.concat)(parts);
|
31885
31951
|
case "JSXIdentifier":
|
@@ -31986,6 +32052,8 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
31986
32052
|
}
|
31987
32053
|
case "TaggedTemplateExpression":
|
31988
32054
|
return (0, lines_1.concat)([path2.call(print, "tag"), path2.call(print, "quasi")]);
|
32055
|
+
// These types are unprintable because they serve as abstract
|
32056
|
+
// supertypes for other (printable) types.
|
31989
32057
|
case "Node":
|
31990
32058
|
case "Printable":
|
31991
32059
|
case "SourceLocation":
|
@@ -31998,22 +32066,32 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
31998
32066
|
case "Specifier":
|
31999
32067
|
case "NamedSpecifier":
|
32000
32068
|
case "Comment":
|
32069
|
+
// Supertype of Block and Line
|
32001
32070
|
case "Flow":
|
32071
|
+
// Supertype of all Flow AST node types
|
32002
32072
|
case "FlowType":
|
32073
|
+
// Supertype of all Flow types
|
32003
32074
|
case "FlowPredicate":
|
32075
|
+
// Supertype of InferredPredicate and DeclaredPredicate
|
32004
32076
|
case "MemberTypeAnnotation":
|
32077
|
+
// Flow
|
32005
32078
|
case "Type":
|
32079
|
+
// Flow
|
32006
32080
|
case "TSHasOptionalTypeParameterInstantiation":
|
32007
32081
|
case "TSHasOptionalTypeParameters":
|
32008
32082
|
case "TSHasOptionalTypeAnnotation":
|
32009
32083
|
case "ChainElement":
|
32010
32084
|
throw new Error("unprintable type: " + JSON.stringify(n.type));
|
32011
32085
|
case "CommentBlock":
|
32086
|
+
// Babel block comment.
|
32012
32087
|
case "Block":
|
32013
32088
|
return (0, lines_1.concat)(["/*", (0, lines_1.fromString)(n.value, options2), "*/"]);
|
32014
32089
|
case "CommentLine":
|
32090
|
+
// Babel line comment.
|
32015
32091
|
case "Line":
|
32016
32092
|
return (0, lines_1.concat)(["//", (0, lines_1.fromString)(n.value, options2)]);
|
32093
|
+
// Type Annotations for Facebook Flow, typically stripped out or
|
32094
|
+
// transformed away before printing.
|
32017
32095
|
case "TypeAnnotation":
|
32018
32096
|
return n.typeAnnotation ? (n.typeAnnotation.type !== "FunctionTypeAnnotation" && parts.push(": "), parts.push(path2.call(print, "typeAnnotation")), (0, lines_1.concat)(parts)) : (0, lines_1.fromString)("");
|
32019
32097
|
case "ExistentialTypeParam":
|
@@ -32120,6 +32198,7 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
32120
32198
|
]);
|
32121
32199
|
case "DeclareInterface":
|
32122
32200
|
parts.push("declare ");
|
32201
|
+
// Fall through to InterfaceDeclaration...
|
32123
32202
|
case "InterfaceDeclaration":
|
32124
32203
|
case "TSInterfaceDeclaration":
|
32125
32204
|
return n.declare && parts.push("declare "), parts.push("interface ", path2.call(print, "id"), path2.call(print, "typeParameters"), " "), n.extends && n.extends.length > 0 && parts.push("extends ", (0, lines_1.fromString)(", ").join(path2.map(print, "extends")), " "), n.body && parts.push(path2.call(print, "body")), (0, lines_1.concat)(parts);
|
@@ -32178,6 +32257,7 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
32178
32257
|
return (0, lines_1.fromString)("string", options2);
|
32179
32258
|
case "DeclareTypeAlias":
|
32180
32259
|
parts.push("declare ");
|
32260
|
+
// Fall through to TypeAlias...
|
32181
32261
|
case "TypeAlias":
|
32182
32262
|
return (0, lines_1.concat)([
|
32183
32263
|
"type ",
|
@@ -32189,6 +32269,7 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
32189
32269
|
]);
|
32190
32270
|
case "DeclareOpaqueType":
|
32191
32271
|
parts.push("declare ");
|
32272
|
+
// Fall through to OpaqueType...
|
32192
32273
|
case "OpaqueType":
|
32193
32274
|
return parts.push("opaque type ", path2.call(print, "id"), path2.call(print, "typeParameters")), n.supertype && parts.push(": ", path2.call(print, "supertype")), n.impltype && parts.push(" = ", path2.call(print, "impltype")), parts.push(";"), (0, lines_1.concat)(parts);
|
32194
32275
|
case "TypeCastExpression":
|
@@ -32233,6 +32314,7 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
32233
32314
|
return (0, lines_1.fromString)("symbol", options2);
|
32234
32315
|
case "BigIntTypeAnnotation":
|
32235
32316
|
return (0, lines_1.fromString)("bigint", options2);
|
32317
|
+
// Type Annotations for TypeScript (when using Babylon as parser)
|
32236
32318
|
case "TSType":
|
32237
32319
|
throw new Error("unprintable type: " + JSON.stringify(n.type));
|
32238
32320
|
case "TSNumberKeyword":
|
@@ -32461,19 +32543,33 @@ while`), parts.push(" (", path2.call(print, "test"), ");"), (0, lines_1.concat)(
|
|
32461
32543
|
}
|
32462
32544
|
case "TSInstantiationExpression":
|
32463
32545
|
return parts.push(path2.call(print, "expression"), path2.call(print, "typeParameters")), (0, lines_1.concat)(parts);
|
32546
|
+
// https://github.com/babel/babel/pull/10148
|
32464
32547
|
case "V8IntrinsicIdentifier":
|
32465
32548
|
return (0, lines_1.concat)(["%", path2.call(print, "name")]);
|
32549
|
+
// https://github.com/babel/babel/pull/13191
|
32466
32550
|
case "TopicReference":
|
32467
32551
|
return (0, lines_1.fromString)("#");
|
32552
|
+
// Unhandled types below. If encountered, nodes of these types should
|
32553
|
+
// be either left alone or desugared into AST types that are fully
|
32554
|
+
// supported by the pretty-printer.
|
32468
32555
|
case "ClassHeritage":
|
32556
|
+
// TODO
|
32469
32557
|
case "ComprehensionBlock":
|
32558
|
+
// TODO
|
32470
32559
|
case "ComprehensionExpression":
|
32560
|
+
// TODO
|
32471
32561
|
case "Glob":
|
32562
|
+
// TODO
|
32472
32563
|
case "GeneratorExpression":
|
32564
|
+
// TODO
|
32473
32565
|
case "LetStatement":
|
32566
|
+
// TODO
|
32474
32567
|
case "LetExpression":
|
32568
|
+
// TODO
|
32475
32569
|
case "GraphExpression":
|
32570
|
+
// TODO
|
32476
32571
|
case "GraphIndexExpression":
|
32572
|
+
// TODO
|
32477
32573
|
case "XMLDefaultDeclaration":
|
32478
32574
|
case "XMLAnyName":
|
32479
32575
|
case "XMLQualifiedIdentifier":
|
@@ -42483,7 +42579,7 @@ var sync, hasRequiredSync;
|
|
42483
42579
|
function requireSync() {
|
42484
42580
|
if (hasRequiredSync) return sync;
|
42485
42581
|
hasRequiredSync = 1, sync = globSync, globSync.GlobSync = GlobSync;
|
42486
|
-
var rp =
|
42582
|
+
var rp = requireFs_realpath(), minimatch2 = minimatch_1$2;
|
42487
42583
|
requireGlob().Glob;
|
42488
42584
|
var path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = requirePathIsAbsolute(), common2 = requireCommon(), setopts2 = common2.setopts, ownProp2 = common2.ownProp, childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored;
|
42489
42585
|
function globSync(pattern, options2) {
|
@@ -42533,6 +42629,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
42533
42629
|
n++;
|
42534
42630
|
var prefix;
|
42535
42631
|
switch (n) {
|
42632
|
+
// if not, then this is rather simple
|
42536
42633
|
case pattern.length:
|
42537
42634
|
this._processSimple(pattern.join("/"), index);
|
42538
42635
|
return;
|
@@ -42628,6 +42725,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
42628
42725
|
}, GlobSync.prototype._readdirError = function(f2, er) {
|
42629
42726
|
switch (er.code) {
|
42630
42727
|
case "ENOTSUP":
|
42728
|
+
// https://github.com/isaacs/node-glob/issues/205
|
42631
42729
|
case "ENOTDIR":
|
42632
42730
|
var abs = this._makeAbs(f2);
|
42633
42731
|
if (this.cache[abs] = "FILE", abs === this.cwdAbs) {
|
@@ -42636,6 +42734,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
42636
42734
|
}
|
42637
42735
|
break;
|
42638
42736
|
case "ENOENT":
|
42737
|
+
// not terribly unusual
|
42639
42738
|
case "ELOOP":
|
42640
42739
|
case "ENAMETOOLONG":
|
42641
42740
|
case "UNKNOWN":
|
@@ -42715,7 +42814,7 @@ var glob_1, hasRequiredGlob;
|
|
42715
42814
|
function requireGlob() {
|
42716
42815
|
if (hasRequiredGlob) return glob_1;
|
42717
42816
|
hasRequiredGlob = 1, glob_1 = glob2;
|
42718
|
-
var rp =
|
42817
|
+
var rp = requireFs_realpath(), minimatch2 = minimatch_1$2, inherits2 = requireInherits(), EE2 = require$$3__default.default.EventEmitter, path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = requirePathIsAbsolute(), globSync = requireSync(), common2 = requireCommon(), setopts2 = common2.setopts, ownProp2 = common2.ownProp, inflight = requireInflight(), childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored, once2 = requireOnce();
|
42719
42818
|
function glob2(pattern, options2, cb) {
|
42720
42819
|
if (typeof options2 == "function" && (cb = options2, options2 = {}), options2 || (options2 = {}), options2.sync) {
|
42721
42820
|
if (cb)
|
@@ -42842,6 +42941,7 @@ function requireGlob() {
|
|
42842
42941
|
n++;
|
42843
42942
|
var prefix;
|
42844
42943
|
switch (n) {
|
42944
|
+
// if not, then this is rather simple
|
42845
42945
|
case pattern.length:
|
42846
42946
|
this._processSimple(pattern.join("/"), index, cb);
|
42847
42947
|
return;
|
@@ -42917,7 +43017,7 @@ function requireGlob() {
|
|
42917
43017
|
return;
|
42918
43018
|
if (this.follow)
|
42919
43019
|
return this._readdir(abs, !1, cb);
|
42920
|
-
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb =
|
43020
|
+
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb = inflight(lstatkey, lstatcb_);
|
42921
43021
|
lstatcb && self2.fs.lstat(abs, lstatcb);
|
42922
43022
|
function lstatcb_(er, lstat) {
|
42923
43023
|
if (er && er.code === "ENOENT")
|
@@ -42926,7 +43026,7 @@ function requireGlob() {
|
|
42926
43026
|
self2.symlinks[abs] = isSym, !isSym && lstat && !lstat.isDirectory() ? (self2.cache[abs] = "FILE", cb()) : self2._readdir(abs, !1, cb);
|
42927
43027
|
}
|
42928
43028
|
}, Glob.prototype._readdir = function(abs, inGlobStar, cb) {
|
42929
|
-
if (!this.aborted && (cb =
|
43029
|
+
if (!this.aborted && (cb = inflight("readdir\0" + abs + "\0" + inGlobStar, cb), !!cb)) {
|
42930
43030
|
if (inGlobStar && !ownProp2(this.symlinks, abs))
|
42931
43031
|
return this._readdirInGlobStar(abs, cb);
|
42932
43032
|
if (ownProp2(this.cache, abs)) {
|
@@ -42958,6 +43058,7 @@ function requireGlob() {
|
|
42958
43058
|
if (!this.aborted) {
|
42959
43059
|
switch (er.code) {
|
42960
43060
|
case "ENOTSUP":
|
43061
|
+
// https://github.com/isaacs/node-glob/issues/205
|
42961
43062
|
case "ENOTDIR":
|
42962
43063
|
var abs = this._makeAbs(f2);
|
42963
43064
|
if (this.cache[abs] = "FILE", abs === this.cwdAbs) {
|
@@ -42966,6 +43067,7 @@ function requireGlob() {
|
|
42966
43067
|
}
|
42967
43068
|
break;
|
42968
43069
|
case "ENOENT":
|
43070
|
+
// not terribly unusual
|
42969
43071
|
case "ELOOP":
|
42970
43072
|
case "ENAMETOOLONG":
|
42971
43073
|
case "UNKNOWN":
|
@@ -43031,7 +43133,7 @@ function requireGlob() {
|
|
43031
43133
|
var type2 = stat.isDirectory() ? "DIR" : "FILE";
|
43032
43134
|
return needDir && type2 === "FILE" ? cb() : cb(null, type2, stat);
|
43033
43135
|
}
|
43034
|
-
var self2 = this, statcb =
|
43136
|
+
var self2 = this, statcb = inflight("stat\0" + abs, lstatcb_);
|
43035
43137
|
statcb && self2.fs.lstat(abs, statcb);
|
43036
43138
|
function lstatcb_(er, lstat) {
|
43037
43139
|
if (lstat && lstat.isSymbolicLink())
|
@@ -43385,7 +43487,7 @@ async function pathExists(filePath) {
|
|
43385
43487
|
}
|
43386
43488
|
function writeJson$1(filePath, content) {
|
43387
43489
|
const serialized = JSON.stringify(content, null, 2);
|
43388
|
-
return fs$
|
43490
|
+
return fs$o.writeFile(filePath, serialized, "utf8");
|
43389
43491
|
}
|
43390
43492
|
const isCI$1 = process.env.CI;
|
43391
43493
|
async function reconfigureV2Project(args, context) {
|
@@ -44147,7 +44249,7 @@ You can find your project on Sanity Manage \u2014 https://www.sanity.io/manage/p
|
|
44147
44249
|
if (embeddedStudio) {
|
44148
44250
|
const appDir = "app";
|
44149
44251
|
let srcPath = path__default.default.join(workDir, appDir);
|
44150
|
-
fs$
|
44252
|
+
fs$p.existsSync(srcPath) || (srcPath = path__default.default.join(workDir, "src", appDir), hasSrcFolder = !0, fs$p.existsSync(srcPath) || await fs__default$1.default.mkdir(srcPath, { recursive: !0 }).catch(() => loadEnv.debug("Error creating folder %s", srcPath)));
|
44151
44253
|
const studioPath = unattended ? "/studio" : await promptForStudioPath(prompt2), embeddedStudioRouteFilePath = path__default.default.join(
|
44152
44254
|
srcPath,
|
44153
44255
|
`${studioPath}/`,
|
@@ -44185,8 +44287,8 @@ You can find your project on Sanity Manage \u2014 https://www.sanity.io/manage/p
|
|
44185
44287
|
}, templateToUse = unattended ? "clean" : await promptForNextTemplate(prompt2);
|
44186
44288
|
await writeSourceFiles(sanityFolder(useTypeScript2, templateToUse), void 0, hasSrcFolder);
|
44187
44289
|
const tsConfigPath = path__default.default.join(workDir, "tsconfig.json");
|
44188
|
-
if (useTypeScript2 && fs$
|
44189
|
-
const tsConfigFile = fs$
|
44290
|
+
if (useTypeScript2 && fs$p.existsSync(tsConfigPath)) {
|
44291
|
+
const tsConfigFile = fs$p.readFileSync(tsConfigPath, "utf8"), config2 = silverFleece.evaluate(tsConfigFile);
|
44190
44292
|
if (config2.compilerOptions.target?.toLowerCase() !== "es2017") {
|
44191
44293
|
config2.compilerOptions.target = "ES2017";
|
44192
44294
|
const newConfig = silverFleece.patch(tsConfigFile, config2);
|
@@ -44226,7 +44328,7 @@ ${chalk2.green("Success!")} Your Sanity configuration files has been added to th
|
|
44226
44328
|
return path2.split(separator2).filter(Boolean).length;
|
44227
44329
|
}
|
44228
44330
|
async function writeOrOverwrite(filePath, content) {
|
44229
|
-
if (fs$
|
44331
|
+
if (fs$p.existsSync(filePath) && !await prompt2.single({
|
44230
44332
|
type: "confirm",
|
44231
44333
|
message: `File ${chalk2.yellow(
|
44232
44334
|
filePath.replace(workDir, "")
|
@@ -45492,11 +45594,11 @@ Use npm-check-updates or similar (https://www.npmjs.com/package/npm-check-update
|
|
45492
45594
|
});
|
45493
45595
|
};
|
45494
45596
|
function writeJson(filePath, data) {
|
45495
|
-
return fs$
|
45597
|
+
return fs$p.promises.writeFile(filePath, `${JSON.stringify(data, null, 2)}
|
45496
45598
|
`);
|
45497
45599
|
}
|
45498
45600
|
async function deleteIfNotSymlink(modPath) {
|
45499
|
-
const stats = await fs$
|
45601
|
+
const stats = await fs$p.promises.lstat(modPath).catch(lodashExports.noop);
|
45500
45602
|
return !stats || stats.isSymbolicLink() ? null : rimraf(modPath);
|
45501
45603
|
}
|
45502
45604
|
function hasSemverBreakingUpgrade(mod) {
|
@@ -45568,7 +45670,7 @@ function getModulePath(modName, fromPath) {
|
|
45568
45670
|
}
|
45569
45671
|
async function readLocalManifest(dirName, fileName = "package.json") {
|
45570
45672
|
try {
|
45571
|
-
const content = await fs$
|
45673
|
+
const content = await fs$p.promises.readFile(path__default.default.join(dirName, fileName), "utf8");
|
45572
45674
|
return JSON.parse(content);
|
45573
45675
|
} catch (err) {
|
45574
45676
|
if (err.code === "ENOENT")
|
@@ -69418,10 +69520,10 @@ function requireTmp() {
|
|
69418
69520
|
function setGracefulCleanup() {
|
69419
69521
|
_gracefulCleanup = !0;
|
69420
69522
|
}
|
69421
|
-
const
|
69523
|
+
const version = process.versions.node.split(".").map(function(value) {
|
69422
69524
|
return parseInt(value, 10);
|
69423
69525
|
});
|
69424
|
-
return
|
69526
|
+
return version[0] === 0 && (version[1] < 9 || version[1] === 9 && version[2] < 5) && process.addListener("uncaughtException", function(err) {
|
69425
69527
|
throw _uncaughtException = !0, _garbageCollector(), err;
|
69426
69528
|
}), process.addListener("exit", function(code) {
|
69427
69529
|
code && (_uncaughtException = !0), _garbageCollector();
|
@@ -69925,7 +70027,7 @@ function neatStack(error2) {
|
|
69925
70027
|
if (typeof error2 == "string")
|
69926
70028
|
return chalk$2.red(cleanStack$1(error2, options));
|
69927
70029
|
if (error2 === null || typeof error2 != "object" || typeof error2.stack != "string")
|
69928
|
-
return chalk$2.red(util$
|
70030
|
+
return chalk$2.red(util$a.inspect(error2));
|
69929
70031
|
const title = error2.toString(), stack2 = cleanStack$1(error2.stack, options);
|
69930
70032
|
return stack2.startsWith(title) ? chalk$2.red(`${title}${chalk$2.dim(cleanStack$1(error2.stack, options).slice(title.length))}`) : chalk$2.red(stack2);
|
69931
70033
|
}
|
@@ -69937,7 +70039,7 @@ function parseArguments(argv = process.argv) {
|
|
69937
70039
|
d,
|
69938
70040
|
debug: debug2,
|
69939
70041
|
v,
|
69940
|
-
version
|
70042
|
+
version,
|
69941
70043
|
"--": extraArguments,
|
69942
70044
|
...extOptions
|
69943
70045
|
} = minimist$1(argv.slice(2), {
|
@@ -69958,7 +70060,7 @@ function parseArguments(argv = process.argv) {
|
|
69958
70060
|
d,
|
69959
70061
|
debug: debug2,
|
69960
70062
|
v,
|
69961
|
-
version
|
70063
|
+
version
|
69962
70064
|
}
|
69963
70065
|
};
|
69964
70066
|
}
|
@@ -70042,7 +70144,7 @@ const MAX_BLOCKING_TIME = 300, TWELVE_HOURS = 1e3 * 60 * 60 * 12, isDisabled = i
|
|
70042
70144
|
process.env.NO_UPDATE_NOTIFIER;
|
70043
70145
|
function runUpdateCheck(options2) {
|
70044
70146
|
loadEnv.debug("CLI installed at %s", __dirname);
|
70045
|
-
const { pkg, cwd: cwd2, workDir } = options2, { name, version
|
70147
|
+
const { pkg, cwd: cwd2, workDir } = options2, { name, version } = pkg, userConfig = getUserConfig(), check = getLatestRemote().catch(() => !1);
|
70046
70148
|
let hasPrintedResult = !1;
|
70047
70149
|
return { notify };
|
70048
70150
|
async function notify() {
|
@@ -70058,7 +70160,7 @@ function runUpdateCheck(options2) {
|
|
70058
70160
|
async function printCachedResult() {
|
70059
70161
|
loadEnv.debug("Max time (%dms) reached waiting for latest version info", MAX_BLOCKING_TIME), hasPrintedResult = !0;
|
70060
70162
|
const cached = userConfig.get("cliHasUpdate");
|
70061
|
-
return cached ? semverCompare$1(cached,
|
70163
|
+
return cached ? semverCompare$1(cached, version) <= 0 ? (loadEnv.debug("CLI was upgraded since last check, falling back"), userConfig.delete("cliHasUpdate"), !1) : (loadEnv.debug("Printing cached latest version result"), await printResult2(cached), !1) : (loadEnv.debug("No cached latest version result found"), !1);
|
70062
70164
|
}
|
70063
70165
|
async function printResult2(newVersion) {
|
70064
70166
|
hasPrintedResult = !0;
|
@@ -70067,13 +70169,13 @@ function runUpdateCheck(options2) {
|
|
70067
70169
|
loadEnv.debug("Less than 12 hours since last nag, skipping");
|
70068
70170
|
return;
|
70069
70171
|
}
|
70070
|
-
if (!newVersion || semverCompare$1(newVersion,
|
70071
|
-
loadEnv.debug(`New version is ${newVersion || "unknown"}, current is ${
|
70172
|
+
if (!newVersion || semverCompare$1(newVersion, version) <= 0) {
|
70173
|
+
loadEnv.debug(`New version is ${newVersion || "unknown"}, current is ${version}. Falling back.`);
|
70072
70174
|
return;
|
70073
70175
|
}
|
70074
70176
|
const upgradeCommand2 = await getCliUpgradeCommand({ cwd: cwd2, workDir }), message = [
|
70075
70177
|
"Update available ",
|
70076
|
-
chalk__default.default.dim(
|
70178
|
+
chalk__default.default.dim(version),
|
70077
70179
|
chalk__default.default.reset(" \u2192 "),
|
70078
70180
|
chalk__default.default.green(newVersion),
|
70079
70181
|
`
|
@@ -70107,7 +70209,7 @@ ${err.stack}`), !1;
|
|
70107
70209
|
if (!latestRemote)
|
70108
70210
|
return loadEnv.debug(`Failed to fetch latest version of ${name} from npm`), !1;
|
70109
70211
|
userConfig.set("cliLastUpdateCheck", Date.now());
|
70110
|
-
const diff = semverCompare$1(latestRemote,
|
70212
|
+
const diff = semverCompare$1(latestRemote, version);
|
70111
70213
|
return diff <= 0 ? (loadEnv.debug(diff === 0 ? "No update found" : "Remote version older than local"), userConfig.delete("cliHasUpdate"), !1) : (userConfig.set("cliHasUpdate", latestRemote), loadEnv.debug("Update is available (%s)", latestRemote), latestRemote);
|
70112
70214
|
}
|
70113
70215
|
}
|
@@ -70258,7 +70360,7 @@ function warnOnNonProductionEnvironment() {
|
|
70258
70360
|
);
|
70259
70361
|
}
|
70260
70362
|
function loadAndSetEnvFromDotEnvFiles({ workDir, cmd }) {
|
70261
|
-
if (fs$
|
70363
|
+
if (fs$p.existsSync(path__default.default.join(workDir, "sanity.json"))) {
|
70262
70364
|
loadEnv.debug("sanity.json exists, assuming v2 project and loading .env files using old behavior");
|
70263
70365
|
const env = process.env.SANITY_ACTIVE_ENV || process.env.NODE_ENV || "development";
|
70264
70366
|
loadEnv.debug("Loading environment files using %s mode", env), loadEnv.dotenv.config({ path: path__default.default.join(workDir, `.env.${env}`) });
|