@quilted/create 0.2.43 → 0.2.45
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/CHANGELOG.md +20 -0
- package/build/esm/_virtual/index.mjs +6 -2
- package/build/esm/_virtual/index10.mjs +3 -0
- package/build/esm/_virtual/index11.mjs +3 -0
- package/build/esm/_virtual/index12.mjs +3 -0
- package/build/esm/_virtual/index13.mjs +3 -0
- package/build/esm/_virtual/index2.mjs +2 -2
- package/build/esm/_virtual/index3.mjs +6 -2
- package/build/esm/_virtual/index4.mjs +6 -2
- package/build/esm/_virtual/index5.mjs +6 -2
- package/build/esm/_virtual/index6.mjs +6 -2
- package/build/esm/_virtual/index7.mjs +2 -2
- package/build/esm/_virtual/index8.mjs +3 -0
- package/build/esm/_virtual/index9.mjs +3 -0
- package/build/esm/_virtual/minimatch.mjs +12 -0
- package/build/esm/app.mjs +2 -2
- package/build/esm/cli.mjs +1 -1
- package/build/esm/module.mjs +2 -2
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.mjs +29 -21
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.mjs +24 -18
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs +35 -32
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.mjs +103 -101
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.mjs +19 -13
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.mjs +63 -61
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.mjs +33 -27
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.mjs +25 -19
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.mjs +15 -10
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.mjs +27 -19
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs +35 -32
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.mjs +40 -34
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.mjs +27 -21
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.mjs +24 -17
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.mjs +44 -42
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.mjs +37 -30
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.mjs +41 -34
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.mjs +22 -15
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.mjs +104 -99
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.mjs +35 -29
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.mjs +19 -12
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.mjs +65 -60
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.mjs +34 -27
- package/build/esm/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs +116 -112
- package/build/esm/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.mjs +54 -47
- package/build/esm/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.mjs +144 -137
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.mjs +175 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.mjs +62 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.mjs +106 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.mjs +100 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.mjs +374 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.mjs +35 -0
- package/build/esm/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.mjs +128 -0
- package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.mjs +1 -3
- package/build/esm/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.mjs +63 -63
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/index.mjs +115 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.mjs +120 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/async.mjs +36 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/deep.mjs +75 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/entry.mjs +101 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/error.mjs +27 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/matcher.mjs +57 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/partial.mjs +50 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/provider.mjs +64 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/stream.mjs +44 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/sync.mjs +36 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/transformers/entry.mjs +40 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/async.mjs +48 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/reader.mjs +47 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/stream.mjs +68 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/sync.mjs +56 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/settings.mjs +75 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.mjs +32 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.mjs +18 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.mjs +30 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.mjs +35 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.mjs +79 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.mjs +229 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.mjs +29 -0
- package/build/esm/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.mjs +22 -0
- package/build/esm/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.mjs +227 -221
- package/build/esm/node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.mjs +223 -0
- package/build/esm/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.mjs +1 -6
- package/build/esm/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.mjs +53 -46
- package/build/esm/node_modules/.pnpm/{globby@13.1.1 → globby@13.2.2}/node_modules/globby/ignore.mjs +11 -5
- package/build/esm/node_modules/.pnpm/{globby@13.1.1 → globby@13.2.2}/node_modules/globby/index.mjs +6 -8
- package/build/esm/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.mjs +443 -439
- package/build/esm/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.mjs +18 -11
- package/build/esm/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.mjs +116 -109
- package/build/esm/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.mjs +17 -10
- package/build/esm/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.mjs +117 -110
- package/build/esm/node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.mjs +479 -0
- package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.mjs +14 -7
- package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.mjs +770 -770
- package/build/esm/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.mjs +40 -34
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.mjs +10 -3
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.mjs +227 -220
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.mjs +941 -935
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.mjs +331 -325
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.mjs +303 -297
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs +65 -57
- package/build/esm/node_modules/.pnpm/{prettier@3.0.0 → prettier@3.5.1}/node_modules/prettier/plugins/babel.mjs +2810 -3362
- package/build/esm/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/plugins/estree.mjs +6611 -0
- package/build/esm/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/plugins/typescript.mjs +22 -0
- package/build/esm/node_modules/.pnpm/{prettier@3.0.0 → prettier@3.5.1}/node_modules/prettier/plugins/yaml.mjs +1259 -1271
- package/build/esm/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/standalone.mjs +3878 -0
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.mjs +0 -1
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.mjs +1 -1
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.mjs +17 -12
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.mjs +0 -1
- package/build/esm/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.mjs +14 -7
- package/build/esm/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.mjs +29 -22
- package/build/esm/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.mjs +49 -42
- package/build/esm/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.mjs +231 -224
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/compose/compose-collection.mjs +67 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/compose-doc.mjs +3 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/compose-node.mjs +13 -3
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/compose-scalar.mjs +8 -4
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/composer.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-block-map.mjs +12 -5
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-block-scalar.mjs +6 -2
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-block-seq.mjs +10 -7
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-flow-collection.mjs +11 -3
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.mjs +14 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-props.mjs +20 -7
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-map-includes.mjs +2 -2
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/Document.mjs +13 -10
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/anchors.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/applyReviver.mjs +1 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/createNode.mjs +4 -4
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/directives.mjs +10 -3
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/errors.mjs +1 -1
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/log.mjs +7 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Alias.mjs +9 -2
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Collection.mjs +2 -2
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/nodes/Node.mjs +44 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Pair.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Scalar.mjs +2 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/YAMLMap.mjs +28 -4
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/YAMLSeq.mjs +22 -4
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/nodes/addPairToJSMap.mjs +53 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Node.mjs → yaml@2.7.0/node_modules/yaml/browser/dist/nodes/identity.mjs} +1 -14
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/toJS.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/cst.mjs +1 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/lexer.mjs +34 -21
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/parser.mjs +16 -9
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/public-api.mjs +2 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/Schema.mjs +2 -3
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/schema/common/map.mjs +16 -0
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/schema/common/seq.mjs +16 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/float.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/json/schema.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/tags.mjs +23 -12
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.mjs +3 -6
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/float.mjs +1 -1
- package/build/esm/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.mjs +48 -0
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.mjs +9 -8
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.mjs +5 -3
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.mjs +2 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/set.mjs +14 -13
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.mjs +2 -4
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/foldFlowLines.mjs +19 -10
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringify.mjs +8 -2
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyCollection.mjs +9 -17
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyDocument.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyPair.mjs +40 -17
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyString.mjs +41 -21
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/visit.mjs +1 -1
- package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/index.mjs +2 -1
- package/build/esm/package.mjs +3 -3
- package/build/esm/packages/cli-kit/build/esnext/prompt.esnext.mjs +1 -1
- package/build/esm/server.mjs +5 -9
- package/build/esm/shared/package-manager.mjs +2 -3
- package/build/esm/shared/prompts.mjs +1 -1
- package/build/esm/shared.mjs +1 -3
- package/build/esnext/_virtual/index.esnext +6 -2
- package/build/esnext/_virtual/index10.esnext +3 -0
- package/build/esnext/_virtual/index11.esnext +3 -0
- package/build/esnext/_virtual/index12.esnext +3 -0
- package/build/esnext/_virtual/index13.esnext +3 -0
- package/build/esnext/_virtual/index2.esnext +2 -2
- package/build/esnext/_virtual/index3.esnext +6 -2
- package/build/esnext/_virtual/index4.esnext +6 -2
- package/build/esnext/_virtual/index5.esnext +6 -2
- package/build/esnext/_virtual/index6.esnext +6 -2
- package/build/esnext/_virtual/index8.esnext +3 -0
- package/build/esnext/_virtual/index9.esnext +3 -0
- package/build/esnext/_virtual/minimatch.esnext +12 -0
- package/build/esnext/app.esnext +2 -2
- package/build/esnext/module.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.esnext +27 -19
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.esnext +19 -13
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext +33 -30
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.esnext +99 -97
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.esnext +14 -8
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.esnext +59 -57
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.esnext +31 -25
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.esnext +23 -17
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.esnext +13 -8
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.esnext +25 -17
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext +33 -30
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.esnext +37 -31
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.esnext +24 -18
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.esnext +22 -15
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.esnext +42 -40
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.esnext +35 -28
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.esnext +40 -33
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.esnext +20 -13
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.esnext +98 -93
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.esnext +30 -24
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.esnext +17 -10
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.esnext +59 -54
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.esnext +32 -25
- package/build/esnext/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext +132 -128
- package/build/esnext/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.esnext +54 -47
- package/build/esnext/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext +137 -130
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.esnext +70 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.esnext +57 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.esnext +103 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.esnext +100 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.esnext +243 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.esnext +35 -0
- package/build/esnext/node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.esnext +87 -0
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.esnext +1 -3
- package/build/esnext/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.esnext +63 -61
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/index.esnext +108 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.esnext +100 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/async.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/deep.esnext +70 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/entry.esnext +92 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/error.esnext +25 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/matcher.esnext +55 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/partial.esnext +41 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/provider.esnext +62 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/stream.esnext +40 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/sync.esnext +34 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/transformers/entry.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/async.esnext +45 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/reader.esnext +45 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/stream.esnext +64 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/sync.esnext +54 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/settings.esnext +67 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.esnext +30 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.esnext +16 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.esnext +28 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.esnext +33 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.esnext +58 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.esnext +171 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.esnext +27 -0
- package/build/esnext/node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.esnext +20 -0
- package/build/esnext/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.esnext +220 -215
- package/build/esnext/node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.esnext +199 -0
- package/build/esnext/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.esnext +1 -6
- package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext +32 -25
- package/build/esnext/node_modules/.pnpm/{globby@13.1.1 → globby@13.2.2}/node_modules/globby/ignore.esnext +8 -6
- package/build/esnext/node_modules/.pnpm/{globby@13.1.1 → globby@13.2.2}/node_modules/globby/index.esnext +6 -6
- package/build/esnext/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.esnext +357 -353
- package/build/esnext/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.esnext +18 -11
- package/build/esnext/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.esnext +111 -104
- package/build/esnext/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.esnext +17 -10
- package/build/esnext/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.esnext +103 -96
- package/build/esnext/node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.esnext +168 -0
- package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.esnext +10 -3
- package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.esnext +495 -491
- package/build/esnext/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.esnext +38 -32
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.esnext +10 -3
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.esnext +198 -191
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.esnext +683 -677
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.esnext +137 -131
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.esnext +279 -273
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.esnext +65 -57
- package/build/esnext/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/plugins/babel.esnext +6956 -0
- package/build/esnext/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/plugins/estree.esnext +4320 -0
- package/build/esnext/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/plugins/typescript.esnext +12888 -0
- package/build/esnext/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/plugins/yaml.esnext +4156 -0
- package/build/esnext/node_modules/.pnpm/prettier@3.5.1/node_modules/prettier/standalone.esnext +2369 -0
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.esnext +16 -11
- package/build/esnext/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.esnext +12 -5
- package/build/esnext/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.esnext +29 -22
- package/build/esnext/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.esnext +47 -40
- package/build/esnext/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.esnext +196 -189
- package/build/esnext/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/compose/compose-collection.esnext +60 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/compose-doc.esnext +2 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/compose-node.esnext +11 -3
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/compose-scalar.esnext +13 -5
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/composer.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-block-map.esnext +13 -4
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-block-scalar.esnext +8 -2
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-block-seq.esnext +11 -6
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-flow-collection.esnext +12 -3
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.esnext +16 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-props.esnext +21 -9
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-map-includes.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/Document.esnext +8 -13
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/anchors.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/createNode.esnext +5 -3
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/directives.esnext +10 -4
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/errors.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/log.esnext +7 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Alias.esnext +8 -2
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Collection.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/nodes/Node.esnext +36 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Pair.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/Scalar.esnext +2 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/YAMLMap.esnext +31 -4
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/YAMLSeq.esnext +20 -4
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/addPairToJSMap.esnext +8 -38
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Node.esnext → yaml@2.7.0/node_modules/yaml/browser/dist/nodes/identity.esnext} +1 -13
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/nodes/toJS.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/cst.esnext +1 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/lexer.esnext +50 -33
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/parser.esnext +16 -9
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/public-api.esnext +3 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/Schema.esnext +2 -3
- package/build/esnext/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/schema/common/map.esnext +17 -0
- package/build/esnext/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/schema/common/seq.esnext +17 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/float.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/json/schema.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/tags.esnext +25 -14
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.esnext +3 -6
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/float.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/yaml@2.7.0/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.esnext +50 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.esnext +9 -8
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.esnext +5 -4
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.esnext +2 -0
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/set.esnext +14 -13
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/foldFlowLines.esnext +20 -10
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringify.esnext +9 -2
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyCollection.esnext +20 -28
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyDocument.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyPair.esnext +44 -23
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyString.esnext +39 -21
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/visit.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/index.esnext +2 -1
- package/build/esnext/package.esnext +3 -3
- package/build/esnext/packages/cli-kit/build/esnext/prompt.esnext.esnext +1 -1
- package/build/esnext/server.esnext +5 -9
- package/build/esnext/shared/package-manager.esnext +2 -2
- package/build/esnext/shared/prompts.esnext +1 -1
- package/build/esnext/shared.esnext +5 -6
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/typescript/shared/package-manager.d.ts.map +1 -1
- package/build/typescript/shared.d.ts.map +1 -1
- package/package.json +8 -8
- package/source/shared/package-manager.ts +0 -1
- package/source/shared/prompts.ts +1 -1
- package/source/shared.ts +1 -2
- package/templates/app-basic/package.json +4 -4
- package/templates/app-empty/package.json +3 -3
- package/templates/app-graphql/package.json +4 -4
- package/templates/app-trpc/package.json +4 -4
- package/templates/package/package.json +3 -3
- package/templates/workspace/_nvmrc +1 -1
- package/templates/workspace/package.json +4 -4
- package/build/esm/_virtual/patterns.mjs +0 -3
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.mjs +0 -168
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.mjs +0 -54
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.mjs +0 -99
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.mjs +0 -94
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.mjs +0 -367
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.mjs +0 -29
- package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.mjs +0 -114
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.mjs +0 -86
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.mjs +0 -26
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.mjs +0 -85
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.mjs +0 -30
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.mjs +0 -69
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.mjs +0 -69
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.mjs +0 -20
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.mjs +0 -55
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.mjs +0 -43
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.mjs +0 -60
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.mjs +0 -38
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.mjs +0 -30
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.mjs +0 -33
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.mjs +0 -43
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.mjs +0 -41
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.mjs +0 -63
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.mjs +0 -51
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.mjs +0 -65
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.mjs +0 -26
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.mjs +0 -12
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.mjs +0 -24
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.mjs +0 -36
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.mjs +0 -39
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.mjs +0 -183
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.mjs +0 -23
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.mjs +0 -16
- package/build/esm/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.mjs +0 -216
- package/build/esm/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.mjs +0 -467
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.mjs +0 -6188
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.mjs +0 -29
- package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.mjs +0 -4076
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-collection.mjs +0 -58
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/log.mjs +0 -7
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/addPairToJSMap.mjs +0 -83
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/map.mjs +0 -37
- package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/seq.mjs +0 -34
- package/build/esnext/_virtual/patterns.esnext +0 -3
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.esnext +0 -63
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.esnext +0 -50
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.esnext +0 -96
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.esnext +0 -94
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.esnext +0 -236
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.esnext +0 -29
- package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.esnext +0 -73
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.esnext +0 -79
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.esnext +0 -15
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.esnext +0 -83
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.esnext +0 -28
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.esnext +0 -64
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.esnext +0 -64
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.esnext +0 -18
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.esnext +0 -49
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.esnext +0 -34
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.esnext +0 -58
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.esnext +0 -34
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.esnext +0 -28
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.esnext +0 -29
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.esnext +0 -40
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.esnext +0 -39
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.esnext +0 -59
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.esnext +0 -49
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.esnext +0 -58
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.esnext +0 -24
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.esnext +0 -10
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.esnext +0 -22
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.esnext +0 -34
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.esnext +0 -32
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.esnext +0 -144
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.esnext +0 -21
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.esnext +0 -14
- package/build/esnext/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.esnext +0 -192
- package/build/esnext/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.esnext +0 -157
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.esnext +0 -18
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.esnext +0 -37
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.esnext +0 -29
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.esnext +0 -163
- package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.esnext +0 -36
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-collection.esnext +0 -55
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/log.esnext +0 -10
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/map.esnext +0 -41
- package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/seq.esnext +0 -33
- /package/build/esm/node_modules/.pnpm/{globby@13.1.1 → globby@13.2.2}/node_modules/globby/utilities.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-end.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-contains-newline.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-flow-indent-check.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/line-counter.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/common/null.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/common/string.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/bool.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/int.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/schema.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/int.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyComment.mjs +0 -0
- /package/build/esm/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyNumber.mjs +0 -0
- /package/build/esnext/node_modules/.pnpm/{globby@13.1.1 → globby@13.2.2}/node_modules/globby/utilities.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/resolve-end.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-contains-newline.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/compose/util-flow-indent-check.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/doc/applyReviver.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/parse/line-counter.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/common/null.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/common/string.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/bool.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/int.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/core/schema.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/int.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyComment.esnext +0 -0
- /package/build/esnext/node_modules/.pnpm/{yaml@2.1.1 → yaml@2.7.0}/node_modules/yaml/browser/dist/stringify/stringifyNumber.esnext +0 -0
package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.esnext
CHANGED
|
@@ -1,534 +1,538 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { b as braceExpansion } from '../../../brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext';
|
|
1
|
+
import { __require as requirePath } from './lib/path.esnext';
|
|
2
|
+
import { __require as requireBraceExpansion } from '../../../brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext';
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
minimatch.sep = path.sep;
|
|
15
|
-
const GLOBSTAR = Symbol("globstar **");
|
|
16
|
-
minimatch.GLOBSTAR = GLOBSTAR;
|
|
17
|
-
const expand = braceExpansion;
|
|
18
|
-
const plTypes = {
|
|
19
|
-
"!": { open: "(?:(?!(?:", close: "))[^/]*?)" },
|
|
20
|
-
"?": { open: "(?:", close: ")?" },
|
|
21
|
-
"+": { open: "(?:", close: ")+" },
|
|
22
|
-
"*": { open: "(?:", close: ")*" },
|
|
23
|
-
"@": { open: "(?:", close: ")" }
|
|
24
|
-
};
|
|
25
|
-
const qmark = "[^/]";
|
|
26
|
-
const star = qmark + "*?";
|
|
27
|
-
const twoStarDot = "(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";
|
|
28
|
-
const twoStarNoDot = "(?:(?!(?:\\/|^)\\.).)*?";
|
|
29
|
-
const charSet = (s) => s.split("").reduce((set, c) => {
|
|
30
|
-
set[c] = true;
|
|
31
|
-
return set;
|
|
32
|
-
}, {});
|
|
33
|
-
const reSpecials = charSet("().*{}+?[]^$\\!");
|
|
34
|
-
const addPatternStartSet = charSet("[.(");
|
|
35
|
-
const slashSplit = /\/+/;
|
|
36
|
-
minimatch.filter = (pattern, options = {}) => (p, i, list) => minimatch(p, pattern, options);
|
|
37
|
-
const ext = (a, b = {}) => {
|
|
38
|
-
const t = {};
|
|
39
|
-
Object.keys(a).forEach((k) => t[k] = a[k]);
|
|
40
|
-
Object.keys(b).forEach((k) => t[k] = b[k]);
|
|
41
|
-
return t;
|
|
42
|
-
};
|
|
43
|
-
minimatch.defaults = (def) => {
|
|
44
|
-
if (!def || typeof def !== "object" || !Object.keys(def).length) {
|
|
45
|
-
return minimatch;
|
|
46
|
-
}
|
|
47
|
-
const orig = minimatch;
|
|
48
|
-
const m = (p, pattern, options) => orig(p, pattern, ext(def, options));
|
|
49
|
-
m.Minimatch = class Minimatch extends orig.Minimatch {
|
|
50
|
-
constructor(pattern, options) {
|
|
51
|
-
super(pattern, ext(def, options));
|
|
4
|
+
var minimatch_1;
|
|
5
|
+
var hasRequiredMinimatch;
|
|
6
|
+
function requireMinimatch() {
|
|
7
|
+
if (hasRequiredMinimatch) return minimatch_1;
|
|
8
|
+
hasRequiredMinimatch = 1;
|
|
9
|
+
const minimatch = minimatch_1 = (p, pattern, options = {}) => {
|
|
10
|
+
assertValidPattern(pattern);
|
|
11
|
+
if (!options.nocomment && pattern.charAt(0) === "#") {
|
|
12
|
+
return false;
|
|
52
13
|
}
|
|
14
|
+
return new Minimatch(pattern, options).match(p);
|
|
53
15
|
};
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
};
|
|
70
|
-
const
|
|
71
|
-
const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
};
|
|
79
|
-
const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
const
|
|
90
|
-
const
|
|
91
|
-
class Minimatch {
|
|
92
|
-
|
|
16
|
+
minimatch_1 = minimatch;
|
|
17
|
+
const path = requirePath();
|
|
18
|
+
minimatch.sep = path.sep;
|
|
19
|
+
const GLOBSTAR = Symbol("globstar **");
|
|
20
|
+
minimatch.GLOBSTAR = GLOBSTAR;
|
|
21
|
+
const expand = requireBraceExpansion();
|
|
22
|
+
const plTypes = {
|
|
23
|
+
"!": { open: "(?:(?!(?:", close: "))[^/]*?)" },
|
|
24
|
+
"?": { open: "(?:", close: ")?" },
|
|
25
|
+
"+": { open: "(?:", close: ")+" },
|
|
26
|
+
"*": { open: "(?:", close: ")*" },
|
|
27
|
+
"@": { open: "(?:", close: ")" }
|
|
28
|
+
};
|
|
29
|
+
const qmark = "[^/]";
|
|
30
|
+
const star = qmark + "*?";
|
|
31
|
+
const twoStarDot = "(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";
|
|
32
|
+
const twoStarNoDot = "(?:(?!(?:\\/|^)\\.).)*?";
|
|
33
|
+
const charSet = (s) => s.split("").reduce((set, c) => {
|
|
34
|
+
set[c] = true;
|
|
35
|
+
return set;
|
|
36
|
+
}, {});
|
|
37
|
+
const reSpecials = charSet("().*{}+?[]^$\\!");
|
|
38
|
+
const addPatternStartSet = charSet("[.(");
|
|
39
|
+
const slashSplit = /\/+/;
|
|
40
|
+
minimatch.filter = (pattern, options = {}) => (p, i, list) => minimatch(p, pattern, options);
|
|
41
|
+
const ext = (a, b = {}) => {
|
|
42
|
+
const t = {};
|
|
43
|
+
Object.keys(a).forEach((k) => t[k] = a[k]);
|
|
44
|
+
Object.keys(b).forEach((k) => t[k] = b[k]);
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
minimatch.defaults = (def) => {
|
|
48
|
+
if (!def || typeof def !== "object" || !Object.keys(def).length) {
|
|
49
|
+
return minimatch;
|
|
50
|
+
}
|
|
51
|
+
const orig = minimatch;
|
|
52
|
+
const m = (p, pattern, options) => orig(p, pattern, ext(def, options));
|
|
53
|
+
m.Minimatch = class Minimatch extends orig.Minimatch {
|
|
54
|
+
constructor(pattern, options) {
|
|
55
|
+
super(pattern, ext(def, options));
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
m.Minimatch.defaults = (options) => orig.defaults(ext(def, options)).Minimatch;
|
|
59
|
+
m.filter = (pattern, options) => orig.filter(pattern, ext(def, options));
|
|
60
|
+
m.defaults = (options) => orig.defaults(ext(def, options));
|
|
61
|
+
m.makeRe = (pattern, options) => orig.makeRe(pattern, ext(def, options));
|
|
62
|
+
m.braceExpand = (pattern, options) => orig.braceExpand(pattern, ext(def, options));
|
|
63
|
+
m.match = (list, pattern, options) => orig.match(list, pattern, ext(def, options));
|
|
64
|
+
return m;
|
|
65
|
+
};
|
|
66
|
+
minimatch.braceExpand = (pattern, options) => braceExpand(pattern, options);
|
|
67
|
+
const braceExpand = (pattern, options = {}) => {
|
|
93
68
|
assertValidPattern(pattern);
|
|
94
|
-
if (
|
|
95
|
-
|
|
96
|
-
this.set = [];
|
|
97
|
-
this.pattern = pattern;
|
|
98
|
-
this.windowsPathsNoEscape = !!options.windowsPathsNoEscape || options.allowWindowsEscape === false;
|
|
99
|
-
if (this.windowsPathsNoEscape) {
|
|
100
|
-
this.pattern = this.pattern.replace(/\\/g, "/");
|
|
69
|
+
if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) {
|
|
70
|
+
return [pattern];
|
|
101
71
|
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
debug() {
|
|
110
|
-
}
|
|
111
|
-
make() {
|
|
112
|
-
const pattern = this.pattern;
|
|
113
|
-
const options = this.options;
|
|
114
|
-
if (!options.nocomment && pattern.charAt(0) === "#") {
|
|
115
|
-
this.comment = true;
|
|
116
|
-
return;
|
|
72
|
+
return expand(pattern);
|
|
73
|
+
};
|
|
74
|
+
const MAX_PATTERN_LENGTH = 1024 * 64;
|
|
75
|
+
const assertValidPattern = (pattern) => {
|
|
76
|
+
if (typeof pattern !== "string") {
|
|
77
|
+
throw new TypeError("invalid pattern");
|
|
117
78
|
}
|
|
118
|
-
if (
|
|
119
|
-
|
|
120
|
-
return;
|
|
79
|
+
if (pattern.length > MAX_PATTERN_LENGTH) {
|
|
80
|
+
throw new TypeError("pattern is too long");
|
|
121
81
|
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
set = set.filter((s) => s.indexOf(false) === -1);
|
|
131
|
-
this.debug(this.pattern, set);
|
|
132
|
-
this.set = set;
|
|
133
|
-
}
|
|
134
|
-
parseNegate() {
|
|
135
|
-
if (this.options.nonegate) return;
|
|
136
|
-
const pattern = this.pattern;
|
|
137
|
-
let negate = false;
|
|
138
|
-
let negateOffset = 0;
|
|
139
|
-
for (let i = 0; i < pattern.length && pattern.charAt(i) === "!"; i++) {
|
|
140
|
-
negate = !negate;
|
|
141
|
-
negateOffset++;
|
|
82
|
+
};
|
|
83
|
+
const SUBPARSE = Symbol("subparse");
|
|
84
|
+
minimatch.makeRe = (pattern, options) => new Minimatch(pattern, options || {}).makeRe();
|
|
85
|
+
minimatch.match = (list, pattern, options = {}) => {
|
|
86
|
+
const mm = new Minimatch(pattern, options);
|
|
87
|
+
list = list.filter((f) => mm.match(f));
|
|
88
|
+
if (mm.options.nonull && !list.length) {
|
|
89
|
+
list.push(pattern);
|
|
142
90
|
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
this.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
this.
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
91
|
+
return list;
|
|
92
|
+
};
|
|
93
|
+
const globUnescape = (s) => s.replace(/\\(.)/g, "$1");
|
|
94
|
+
const regExpEscape = (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
|
|
95
|
+
class Minimatch {
|
|
96
|
+
constructor(pattern, options) {
|
|
97
|
+
assertValidPattern(pattern);
|
|
98
|
+
if (!options) options = {};
|
|
99
|
+
this.options = options;
|
|
100
|
+
this.set = [];
|
|
101
|
+
this.pattern = pattern;
|
|
102
|
+
this.windowsPathsNoEscape = !!options.windowsPathsNoEscape || options.allowWindowsEscape === false;
|
|
103
|
+
if (this.windowsPathsNoEscape) {
|
|
104
|
+
this.pattern = this.pattern.replace(/\\/g, "/");
|
|
105
|
+
}
|
|
106
|
+
this.regexp = null;
|
|
107
|
+
this.negate = false;
|
|
108
|
+
this.comment = false;
|
|
109
|
+
this.empty = false;
|
|
110
|
+
this.partial = !!options.partial;
|
|
111
|
+
this.make();
|
|
112
|
+
}
|
|
113
|
+
debug() {
|
|
114
|
+
}
|
|
115
|
+
make() {
|
|
116
|
+
const pattern = this.pattern;
|
|
117
|
+
const options = this.options;
|
|
118
|
+
if (!options.nocomment && pattern.charAt(0) === "#") {
|
|
119
|
+
this.comment = true;
|
|
120
|
+
return;
|
|
121
|
+
}
|
|
122
|
+
if (!pattern) {
|
|
123
|
+
this.empty = true;
|
|
124
|
+
return;
|
|
125
|
+
}
|
|
126
|
+
this.parseNegate();
|
|
127
|
+
let set = this.globSet = this.braceExpand();
|
|
128
|
+
if (options.debug) this.debug = (...args) => console.error(...args);
|
|
129
|
+
this.debug(this.pattern, set);
|
|
130
|
+
set = this.globParts = set.map((s) => s.split(slashSplit));
|
|
131
|
+
this.debug(this.pattern, set);
|
|
132
|
+
set = set.map((s, si, set2) => s.map(this.parse, this));
|
|
133
|
+
this.debug(this.pattern, set);
|
|
134
|
+
set = set.filter((s) => s.indexOf(false) === -1);
|
|
135
|
+
this.debug(this.pattern, set);
|
|
136
|
+
this.set = set;
|
|
137
|
+
}
|
|
138
|
+
parseNegate() {
|
|
139
|
+
if (this.options.nonegate) return;
|
|
140
|
+
const pattern = this.pattern;
|
|
141
|
+
let negate = false;
|
|
142
|
+
let negateOffset = 0;
|
|
143
|
+
for (let i = 0; i < pattern.length && pattern.charAt(i) === "!"; i++) {
|
|
144
|
+
negate = !negate;
|
|
145
|
+
negateOffset++;
|
|
146
|
+
}
|
|
147
|
+
if (negateOffset) this.pattern = pattern.substr(negateOffset);
|
|
148
|
+
this.negate = negate;
|
|
149
|
+
}
|
|
150
|
+
// set partial to true to test if, for example,
|
|
151
|
+
// "/a/b" matches the start of "/*/b/*/d"
|
|
152
|
+
// Partial means, if you run out of file before you run
|
|
153
|
+
// out of pattern, then that's fine, as long as all
|
|
154
|
+
// the parts match.
|
|
155
|
+
matchOne(file, pattern, partial) {
|
|
156
|
+
var options = this.options;
|
|
157
|
+
this.debug(
|
|
158
|
+
"matchOne",
|
|
159
|
+
{ "this": this, file, pattern }
|
|
160
|
+
);
|
|
161
|
+
this.debug("matchOne", file.length, pattern.length);
|
|
162
|
+
for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) {
|
|
163
|
+
this.debug("matchOne loop");
|
|
164
|
+
var p = pattern[pi];
|
|
165
|
+
var f = file[fi];
|
|
166
|
+
this.debug(pattern, p, f);
|
|
167
|
+
if (p === false) return false;
|
|
168
|
+
if (p === GLOBSTAR) {
|
|
169
|
+
this.debug("GLOBSTAR", [pattern, p, f]);
|
|
170
|
+
var fr = fi;
|
|
171
|
+
var pr = pi + 1;
|
|
172
|
+
if (pr === pl) {
|
|
173
|
+
this.debug("** at the end");
|
|
174
|
+
for (; fi < fl; fi++) {
|
|
175
|
+
if (file[fi] === "." || file[fi] === ".." || !options.dot && file[fi].charAt(0) === ".") return false;
|
|
176
|
+
}
|
|
180
177
|
return true;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
}
|
|
179
|
+
while (fr < fl) {
|
|
180
|
+
var swallowee = file[fr];
|
|
181
|
+
this.debug("\nglobstar while", file, fr, pattern, pr, swallowee);
|
|
182
|
+
if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) {
|
|
183
|
+
this.debug("globstar found match!", fr, fl, swallowee);
|
|
184
|
+
return true;
|
|
185
|
+
} else {
|
|
186
|
+
if (swallowee === "." || swallowee === ".." || !options.dot && swallowee.charAt(0) === ".") {
|
|
187
|
+
this.debug("dot detected!", file, fr, pattern, pr);
|
|
188
|
+
break;
|
|
189
|
+
}
|
|
190
|
+
this.debug("globstar swallow a segment, and continue");
|
|
191
|
+
fr++;
|
|
185
192
|
}
|
|
186
|
-
this.debug("globstar swallow a segment, and continue");
|
|
187
|
-
fr++;
|
|
188
193
|
}
|
|
194
|
+
if (partial) {
|
|
195
|
+
this.debug("\n>>> no match, partial?", file, fr, pattern, pr);
|
|
196
|
+
if (fr === fl) return true;
|
|
197
|
+
}
|
|
198
|
+
return false;
|
|
189
199
|
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
200
|
+
var hit;
|
|
201
|
+
if (typeof p === "string") {
|
|
202
|
+
hit = f === p;
|
|
203
|
+
this.debug("string match", p, f, hit);
|
|
204
|
+
} else {
|
|
205
|
+
hit = f.match(p);
|
|
206
|
+
this.debug("pattern match", p, f, hit);
|
|
193
207
|
}
|
|
194
|
-
return false;
|
|
208
|
+
if (!hit) return false;
|
|
195
209
|
}
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
} else {
|
|
201
|
-
|
|
202
|
-
this.debug("pattern match", p, f, hit);
|
|
210
|
+
if (fi === fl && pi === pl) {
|
|
211
|
+
return true;
|
|
212
|
+
} else if (fi === fl) {
|
|
213
|
+
return partial;
|
|
214
|
+
} else if (pi === pl) {
|
|
215
|
+
return fi === fl - 1 && file[fi] === "";
|
|
203
216
|
}
|
|
204
|
-
|
|
217
|
+
throw new Error("wtf?");
|
|
205
218
|
}
|
|
206
|
-
|
|
207
|
-
return
|
|
208
|
-
} else if (fi === fl) {
|
|
209
|
-
return partial;
|
|
210
|
-
} else if (pi === pl) {
|
|
211
|
-
return fi === fl - 1 && file[fi] === "";
|
|
212
|
-
}
|
|
213
|
-
throw new Error("wtf?");
|
|
214
|
-
}
|
|
215
|
-
braceExpand() {
|
|
216
|
-
return braceExpand(this.pattern, this.options);
|
|
217
|
-
}
|
|
218
|
-
parse(pattern, isSub) {
|
|
219
|
-
assertValidPattern(pattern);
|
|
220
|
-
const options = this.options;
|
|
221
|
-
if (pattern === "**") {
|
|
222
|
-
if (!options.noglobstar)
|
|
223
|
-
return GLOBSTAR;
|
|
224
|
-
else
|
|
225
|
-
pattern = "*";
|
|
219
|
+
braceExpand() {
|
|
220
|
+
return braceExpand(this.pattern, this.options);
|
|
226
221
|
}
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
let reClassStart = -1;
|
|
236
|
-
let classStart = -1;
|
|
237
|
-
let cs;
|
|
238
|
-
let pl;
|
|
239
|
-
let sp;
|
|
240
|
-
const patternStart = pattern.charAt(0) === "." ? "" : options.dot ? "(?!(?:^|\\/)\\.{1,2}(?:$|\\/))" : "(?!\\.)";
|
|
241
|
-
const clearStateChar = () => {
|
|
242
|
-
if (stateChar) {
|
|
243
|
-
switch (stateChar) {
|
|
244
|
-
case "*":
|
|
245
|
-
re += star;
|
|
246
|
-
hasMagic = true;
|
|
247
|
-
break;
|
|
248
|
-
case "?":
|
|
249
|
-
re += qmark;
|
|
250
|
-
hasMagic = true;
|
|
251
|
-
break;
|
|
252
|
-
default:
|
|
253
|
-
re += "\\" + stateChar;
|
|
254
|
-
break;
|
|
255
|
-
}
|
|
256
|
-
this.debug("clearStateChar %j %j", stateChar, re);
|
|
257
|
-
stateChar = false;
|
|
258
|
-
}
|
|
259
|
-
};
|
|
260
|
-
for (let i = 0, c; i < pattern.length && (c = pattern.charAt(i)); i++) {
|
|
261
|
-
this.debug("%s %s %s %j", pattern, i, re, c);
|
|
262
|
-
if (escaping) {
|
|
263
|
-
if (c === "/") {
|
|
264
|
-
return false;
|
|
265
|
-
}
|
|
266
|
-
if (reSpecials[c]) {
|
|
267
|
-
re += "\\";
|
|
268
|
-
}
|
|
269
|
-
re += c;
|
|
270
|
-
escaping = false;
|
|
271
|
-
continue;
|
|
222
|
+
parse(pattern, isSub) {
|
|
223
|
+
assertValidPattern(pattern);
|
|
224
|
+
const options = this.options;
|
|
225
|
+
if (pattern === "**") {
|
|
226
|
+
if (!options.noglobstar)
|
|
227
|
+
return GLOBSTAR;
|
|
228
|
+
else
|
|
229
|
+
pattern = "*";
|
|
272
230
|
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
231
|
+
if (pattern === "") return "";
|
|
232
|
+
let re = "";
|
|
233
|
+
let hasMagic = !!options.nocase;
|
|
234
|
+
let escaping = false;
|
|
235
|
+
const patternListStack = [];
|
|
236
|
+
const negativeLists = [];
|
|
237
|
+
let stateChar;
|
|
238
|
+
let inClass = false;
|
|
239
|
+
let reClassStart = -1;
|
|
240
|
+
let classStart = -1;
|
|
241
|
+
let cs;
|
|
242
|
+
let pl;
|
|
243
|
+
let sp;
|
|
244
|
+
const patternStart = pattern.charAt(0) === "." ? "" : options.dot ? "(?!(?:^|\\/)\\.{1,2}(?:$|\\/))" : "(?!\\.)";
|
|
245
|
+
const clearStateChar = () => {
|
|
246
|
+
if (stateChar) {
|
|
247
|
+
switch (stateChar) {
|
|
248
|
+
case "*":
|
|
249
|
+
re += star;
|
|
250
|
+
hasMagic = true;
|
|
251
|
+
break;
|
|
252
|
+
case "?":
|
|
253
|
+
re += qmark;
|
|
254
|
+
hasMagic = true;
|
|
255
|
+
break;
|
|
256
|
+
default:
|
|
257
|
+
re += "\\" + stateChar;
|
|
258
|
+
break;
|
|
259
|
+
}
|
|
260
|
+
this.debug("clearStateChar %j %j", stateChar, re);
|
|
261
|
+
stateChar = false;
|
|
276
262
|
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
case "+":
|
|
284
|
-
case "@":
|
|
285
|
-
case "!":
|
|
286
|
-
this.debug("%s %s %s %j <-- stateChar", pattern, i, re, c);
|
|
287
|
-
if (inClass) {
|
|
288
|
-
this.debug(" in class");
|
|
289
|
-
if (c === "!" && i === classStart + 1) c = "^";
|
|
290
|
-
re += c;
|
|
291
|
-
continue;
|
|
263
|
+
};
|
|
264
|
+
for (let i = 0, c; i < pattern.length && (c = pattern.charAt(i)); i++) {
|
|
265
|
+
this.debug("%s %s %s %j", pattern, i, re, c);
|
|
266
|
+
if (escaping) {
|
|
267
|
+
if (c === "/") {
|
|
268
|
+
return false;
|
|
292
269
|
}
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
270
|
+
if (reSpecials[c]) {
|
|
271
|
+
re += "\\";
|
|
272
|
+
}
|
|
273
|
+
re += c;
|
|
274
|
+
escaping = false;
|
|
297
275
|
continue;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
276
|
+
}
|
|
277
|
+
switch (c) {
|
|
278
|
+
/* istanbul ignore next */
|
|
279
|
+
case "/": {
|
|
280
|
+
return false;
|
|
302
281
|
}
|
|
303
|
-
|
|
304
|
-
|
|
282
|
+
case "\\":
|
|
283
|
+
clearStateChar();
|
|
284
|
+
escaping = true;
|
|
305
285
|
continue;
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
286
|
+
// the various stateChar values
|
|
287
|
+
// for the "extglob" stuff.
|
|
288
|
+
case "?":
|
|
289
|
+
case "*":
|
|
290
|
+
case "+":
|
|
291
|
+
case "@":
|
|
292
|
+
case "!":
|
|
293
|
+
this.debug("%s %s %s %j <-- stateChar", pattern, i, re, c);
|
|
294
|
+
if (inClass) {
|
|
295
|
+
this.debug(" in class");
|
|
296
|
+
if (c === "!" && i === classStart + 1) c = "^";
|
|
297
|
+
re += c;
|
|
298
|
+
continue;
|
|
299
|
+
}
|
|
300
|
+
this.debug("call clearStateChar %j", stateChar);
|
|
301
|
+
clearStateChar();
|
|
302
|
+
stateChar = c;
|
|
303
|
+
if (options.noext) clearStateChar();
|
|
321
304
|
continue;
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
305
|
+
case "(":
|
|
306
|
+
if (inClass) {
|
|
307
|
+
re += "(";
|
|
308
|
+
continue;
|
|
309
|
+
}
|
|
310
|
+
if (!stateChar) {
|
|
311
|
+
re += "\\(";
|
|
312
|
+
continue;
|
|
313
|
+
}
|
|
314
|
+
patternListStack.push({
|
|
315
|
+
type: stateChar,
|
|
316
|
+
start: i - 1,
|
|
317
|
+
reStart: re.length,
|
|
318
|
+
open: plTypes[stateChar].open,
|
|
319
|
+
close: plTypes[stateChar].close
|
|
320
|
+
});
|
|
321
|
+
re += stateChar === "!" ? "(?:(?!(?:" : "(?:";
|
|
322
|
+
this.debug("plType %j %j", stateChar, re);
|
|
323
|
+
stateChar = false;
|
|
335
324
|
continue;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
325
|
+
case ")":
|
|
326
|
+
if (inClass || !patternListStack.length) {
|
|
327
|
+
re += "\\)";
|
|
328
|
+
continue;
|
|
329
|
+
}
|
|
330
|
+
clearStateChar();
|
|
331
|
+
hasMagic = true;
|
|
332
|
+
pl = patternListStack.pop();
|
|
333
|
+
re += pl.close;
|
|
334
|
+
if (pl.type === "!") {
|
|
335
|
+
negativeLists.push(pl);
|
|
336
|
+
}
|
|
337
|
+
pl.reEnd = re.length;
|
|
344
338
|
continue;
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
if (i === classStart + 1 || !inClass) {
|
|
353
|
-
re += "\\" + c;
|
|
339
|
+
case "|":
|
|
340
|
+
if (inClass || !patternListStack.length) {
|
|
341
|
+
re += "\\|";
|
|
342
|
+
continue;
|
|
343
|
+
}
|
|
344
|
+
clearStateChar();
|
|
345
|
+
re += "|";
|
|
354
346
|
continue;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
347
|
+
// these are mostly the same in regexp and glob
|
|
348
|
+
case "[":
|
|
349
|
+
clearStateChar();
|
|
350
|
+
if (inClass) {
|
|
351
|
+
re += "\\" + c;
|
|
352
|
+
continue;
|
|
353
|
+
}
|
|
354
|
+
inClass = true;
|
|
355
|
+
classStart = i;
|
|
356
|
+
reClassStart = re.length;
|
|
357
|
+
re += c;
|
|
358
|
+
continue;
|
|
359
|
+
case "]":
|
|
360
|
+
if (i === classStart + 1 || !inClass) {
|
|
361
|
+
re += "\\" + c;
|
|
362
|
+
continue;
|
|
363
|
+
}
|
|
364
|
+
cs = pattern.substring(classStart + 1, i);
|
|
365
|
+
try {
|
|
366
|
+
RegExp("[" + cs + "]");
|
|
367
|
+
} catch (er) {
|
|
368
|
+
sp = this.parse(cs, SUBPARSE);
|
|
369
|
+
re = re.substr(0, reClassStart) + "\\[" + sp[0] + "\\]";
|
|
370
|
+
hasMagic = hasMagic || sp[1];
|
|
371
|
+
inClass = false;
|
|
372
|
+
continue;
|
|
373
|
+
}
|
|
374
|
+
hasMagic = true;
|
|
363
375
|
inClass = false;
|
|
376
|
+
re += c;
|
|
364
377
|
continue;
|
|
378
|
+
default:
|
|
379
|
+
clearStateChar();
|
|
380
|
+
if (reSpecials[c] && !(c === "^" && inClass)) {
|
|
381
|
+
re += "\\";
|
|
382
|
+
}
|
|
383
|
+
re += c;
|
|
384
|
+
break;
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
if (inClass) {
|
|
388
|
+
cs = pattern.substr(classStart + 1);
|
|
389
|
+
sp = this.parse(cs, SUBPARSE);
|
|
390
|
+
re = re.substr(0, reClassStart) + "\\[" + sp[0];
|
|
391
|
+
hasMagic = hasMagic || sp[1];
|
|
392
|
+
}
|
|
393
|
+
for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
|
|
394
|
+
let tail;
|
|
395
|
+
tail = re.slice(pl.reStart + pl.open.length);
|
|
396
|
+
this.debug("setting tail", re, pl);
|
|
397
|
+
tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => {
|
|
398
|
+
if (!$2) {
|
|
399
|
+
$2 = "\\";
|
|
365
400
|
}
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
if (reSpecials[c] && !(c === "^" && inClass)) {
|
|
373
|
-
re += "\\";
|
|
374
|
-
}
|
|
375
|
-
re += c;
|
|
376
|
-
break;
|
|
401
|
+
return $1 + $1 + $2 + "|";
|
|
402
|
+
});
|
|
403
|
+
this.debug("tail=%j\n %s", tail, tail, pl, re);
|
|
404
|
+
const t = pl.type === "*" ? star : pl.type === "?" ? qmark : "\\" + pl.type;
|
|
405
|
+
hasMagic = true;
|
|
406
|
+
re = re.slice(0, pl.reStart) + t + "\\(" + tail;
|
|
377
407
|
}
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
408
|
+
clearStateChar();
|
|
409
|
+
if (escaping) {
|
|
410
|
+
re += "\\\\";
|
|
411
|
+
}
|
|
412
|
+
const addPatternStart = addPatternStartSet[re.charAt(0)];
|
|
413
|
+
for (let n = negativeLists.length - 1; n > -1; n--) {
|
|
414
|
+
const nl = negativeLists[n];
|
|
415
|
+
const nlBefore = re.slice(0, nl.reStart);
|
|
416
|
+
const nlFirst = re.slice(nl.reStart, nl.reEnd - 8);
|
|
417
|
+
let nlAfter = re.slice(nl.reEnd);
|
|
418
|
+
const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter;
|
|
419
|
+
const openParensBefore = nlBefore.split("(").length - 1;
|
|
420
|
+
let cleanAfter = nlAfter;
|
|
421
|
+
for (let i = 0; i < openParensBefore; i++) {
|
|
422
|
+
cleanAfter = cleanAfter.replace(/\)[+*?]?/, "");
|
|
392
423
|
}
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
hasMagic
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
424
|
+
nlAfter = cleanAfter;
|
|
425
|
+
const dollar = nlAfter === "" && isSub !== SUBPARSE ? "$" : "";
|
|
426
|
+
re = nlBefore + nlFirst + nlAfter + dollar + nlLast;
|
|
427
|
+
}
|
|
428
|
+
if (re !== "" && hasMagic) {
|
|
429
|
+
re = "(?=.)" + re;
|
|
430
|
+
}
|
|
431
|
+
if (addPatternStart) {
|
|
432
|
+
re = patternStart + re;
|
|
433
|
+
}
|
|
434
|
+
if (isSub === SUBPARSE) {
|
|
435
|
+
return [re, hasMagic];
|
|
436
|
+
}
|
|
437
|
+
if (!hasMagic) {
|
|
438
|
+
return globUnescape(pattern);
|
|
439
|
+
}
|
|
440
|
+
const flags = options.nocase ? "i" : "";
|
|
441
|
+
try {
|
|
442
|
+
return Object.assign(new RegExp("^" + re + "$", flags), {
|
|
443
|
+
_glob: pattern,
|
|
444
|
+
_src: re
|
|
445
|
+
});
|
|
446
|
+
} catch (er) {
|
|
447
|
+
return new RegExp("$.");
|
|
415
448
|
}
|
|
416
|
-
nlAfter = cleanAfter;
|
|
417
|
-
const dollar = nlAfter === "" && isSub !== SUBPARSE ? "$" : "";
|
|
418
|
-
re = nlBefore + nlFirst + nlAfter + dollar + nlLast;
|
|
419
|
-
}
|
|
420
|
-
if (re !== "" && hasMagic) {
|
|
421
|
-
re = "(?=.)" + re;
|
|
422
|
-
}
|
|
423
|
-
if (addPatternStart) {
|
|
424
|
-
re = patternStart + re;
|
|
425
|
-
}
|
|
426
|
-
if (isSub === SUBPARSE) {
|
|
427
|
-
return [re, hasMagic];
|
|
428
|
-
}
|
|
429
|
-
if (!hasMagic) {
|
|
430
|
-
return globUnescape(pattern);
|
|
431
|
-
}
|
|
432
|
-
const flags = options.nocase ? "i" : "";
|
|
433
|
-
try {
|
|
434
|
-
return Object.assign(new RegExp("^" + re + "$", flags), {
|
|
435
|
-
_glob: pattern,
|
|
436
|
-
_src: re
|
|
437
|
-
});
|
|
438
|
-
} catch (er) {
|
|
439
|
-
return new RegExp("$.");
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
makeRe() {
|
|
443
|
-
if (this.regexp || this.regexp === false) return this.regexp;
|
|
444
|
-
const set = this.set;
|
|
445
|
-
if (!set.length) {
|
|
446
|
-
this.regexp = false;
|
|
447
|
-
return this.regexp;
|
|
448
449
|
}
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
450
|
+
makeRe() {
|
|
451
|
+
if (this.regexp || this.regexp === false) return this.regexp;
|
|
452
|
+
const set = this.set;
|
|
453
|
+
if (!set.length) {
|
|
454
|
+
this.regexp = false;
|
|
455
|
+
return this.regexp;
|
|
456
|
+
}
|
|
457
|
+
const options = this.options;
|
|
458
|
+
const twoStar = options.noglobstar ? star : options.dot ? twoStarDot : twoStarNoDot;
|
|
459
|
+
const flags = options.nocase ? "i" : "";
|
|
460
|
+
let re = set.map((pattern) => {
|
|
461
|
+
pattern = pattern.map(
|
|
462
|
+
(p) => typeof p === "string" ? regExpEscape(p) : p === GLOBSTAR ? GLOBSTAR : p._src
|
|
463
|
+
).reduce((set2, p) => {
|
|
464
|
+
if (!(set2[set2.length - 1] === GLOBSTAR && p === GLOBSTAR)) {
|
|
465
|
+
set2.push(p);
|
|
466
|
+
}
|
|
467
|
+
return set2;
|
|
468
|
+
}, []);
|
|
469
|
+
pattern.forEach((p, i) => {
|
|
470
|
+
if (p !== GLOBSTAR || pattern[i - 1] === GLOBSTAR) {
|
|
471
|
+
return;
|
|
472
|
+
}
|
|
473
|
+
if (i === 0) {
|
|
474
|
+
if (pattern.length > 1) {
|
|
475
|
+
pattern[i + 1] = "(?:\\/|" + twoStar + "\\/)?" + pattern[i + 1];
|
|
476
|
+
} else {
|
|
477
|
+
pattern[i] = twoStar;
|
|
478
|
+
}
|
|
479
|
+
} else if (i === pattern.length - 1) {
|
|
480
|
+
pattern[i - 1] += "(?:\\/|" + twoStar + ")?";
|
|
468
481
|
} else {
|
|
469
|
-
pattern[i]
|
|
482
|
+
pattern[i - 1] += "(?:\\/|\\/" + twoStar + "\\/)" + pattern[i + 1];
|
|
483
|
+
pattern[i + 1] = GLOBSTAR;
|
|
470
484
|
}
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
try {
|
|
483
|
-
this.regexp = new RegExp(re, flags);
|
|
484
|
-
} catch (ex) {
|
|
485
|
-
this.regexp = false;
|
|
486
|
-
}
|
|
487
|
-
return this.regexp;
|
|
488
|
-
}
|
|
489
|
-
match(f, partial = this.partial) {
|
|
490
|
-
this.debug("match", f, this.pattern);
|
|
491
|
-
if (this.comment) return false;
|
|
492
|
-
if (this.empty) return f === "";
|
|
493
|
-
if (f === "/" && partial) return true;
|
|
494
|
-
const options = this.options;
|
|
495
|
-
if (path.sep !== "/") {
|
|
496
|
-
f = f.split(path.sep).join("/");
|
|
497
|
-
}
|
|
498
|
-
f = f.split(slashSplit);
|
|
499
|
-
this.debug(this.pattern, "split", f);
|
|
500
|
-
const set = this.set;
|
|
501
|
-
this.debug(this.pattern, "set", set);
|
|
502
|
-
let filename;
|
|
503
|
-
for (let i = f.length - 1; i >= 0; i--) {
|
|
504
|
-
filename = f[i];
|
|
505
|
-
if (filename) break;
|
|
485
|
+
});
|
|
486
|
+
return pattern.filter((p) => p !== GLOBSTAR).join("/");
|
|
487
|
+
}).join("|");
|
|
488
|
+
re = "^(?:" + re + ")$";
|
|
489
|
+
if (this.negate) re = "^(?!" + re + ").*$";
|
|
490
|
+
try {
|
|
491
|
+
this.regexp = new RegExp(re, flags);
|
|
492
|
+
} catch (ex) {
|
|
493
|
+
this.regexp = false;
|
|
494
|
+
}
|
|
495
|
+
return this.regexp;
|
|
506
496
|
}
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
if (
|
|
511
|
-
|
|
497
|
+
match(f, partial = this.partial) {
|
|
498
|
+
this.debug("match", f, this.pattern);
|
|
499
|
+
if (this.comment) return false;
|
|
500
|
+
if (this.empty) return f === "";
|
|
501
|
+
if (f === "/" && partial) return true;
|
|
502
|
+
const options = this.options;
|
|
503
|
+
if (path.sep !== "/") {
|
|
504
|
+
f = f.split(path.sep).join("/");
|
|
512
505
|
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
506
|
+
f = f.split(slashSplit);
|
|
507
|
+
this.debug(this.pattern, "split", f);
|
|
508
|
+
const set = this.set;
|
|
509
|
+
this.debug(this.pattern, "set", set);
|
|
510
|
+
let filename;
|
|
511
|
+
for (let i = f.length - 1; i >= 0; i--) {
|
|
512
|
+
filename = f[i];
|
|
513
|
+
if (filename) break;
|
|
517
514
|
}
|
|
515
|
+
for (let i = 0; i < set.length; i++) {
|
|
516
|
+
const pattern = set[i];
|
|
517
|
+
let file = f;
|
|
518
|
+
if (options.matchBase && pattern.length === 1) {
|
|
519
|
+
file = [filename];
|
|
520
|
+
}
|
|
521
|
+
const hit = this.matchOne(file, pattern, partial);
|
|
522
|
+
if (hit) {
|
|
523
|
+
if (options.flipNegate) return true;
|
|
524
|
+
return !this.negate;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
if (options.flipNegate) return false;
|
|
528
|
+
return this.negate;
|
|
529
|
+
}
|
|
530
|
+
static defaults(def) {
|
|
531
|
+
return minimatch.defaults(def).Minimatch;
|
|
518
532
|
}
|
|
519
|
-
if (options.flipNegate) return false;
|
|
520
|
-
return this.negate;
|
|
521
|
-
}
|
|
522
|
-
static defaults(def) {
|
|
523
|
-
return minimatch.defaults(def).Minimatch;
|
|
524
533
|
}
|
|
534
|
+
minimatch.Minimatch = Minimatch;
|
|
535
|
+
return minimatch_1;
|
|
525
536
|
}
|
|
526
|
-
minimatch.Minimatch = Minimatch;
|
|
527
|
-
const minimatch$1 = /* @__PURE__ */ getDefaultExportFromCjs(minimatch_1);
|
|
528
|
-
|
|
529
|
-
const minimatch$2 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
530
|
-
__proto__: null,
|
|
531
|
-
default: minimatch$1
|
|
532
|
-
}, Symbol.toStringTag, { value: 'Module' }));
|
|
533
537
|
|
|
534
|
-
export {
|
|
538
|
+
export { requireMinimatch as __require };
|