@gradientedge/cdk-utils 8.34.0 → 8.36.0
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/README.md +6 -0
- package/app/api-destined-function/node_modules/.bin/mkdirp +17 -0
- package/app/api-destined-function/node_modules/.bin/rimraf +17 -0
- package/app/api-destined-function/node_modules/.bin/uuid +17 -0
- package/app/api-destined-function/package.json +1 -4
- package/dist/lib/lambda.d.ts +17 -0
- package/dist/lib/lambda.d.ts.map +1 -0
- package/dist/lib/lambda.js +32 -0
- package/dist/lib/lambda.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +2 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +2 -0
- package/package.json +18 -17
- package/pnpm-workspace.yaml +3 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +2 -0
- package/app/api-destined-function/layers/nodejs/node_modules/.yarn-integrity +0 -117
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/LICENSE +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/README.md +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.mts +0 -10
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.ts +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/package.json +0 -54
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/LICENSE.md +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/README.md +0 -462
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/bin/uuid +0 -2
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/index.js +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5-browser.js +0 -223
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5.js +0 -23
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native-browser.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native.js +0 -15
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/nil.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/parse.js +0 -45
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/regex.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng-browser.js +0 -25
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng.js +0 -24
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1.js +0 -23
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/stringify.js +0 -44
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v1.js +0 -107
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v3.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v35.js +0 -80
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v4.js +0 -43
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v5.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/validate.js +0 -17
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/version.js +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/package.json +0 -131
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/wrapper.mjs +0 -10
- package/app/api-destined-function/layers/nodejs/package.json +0 -29
- package/app/api-destined-function/node_modules/.yarn-integrity +0 -474
- package/app/api-destined-function/node_modules/@types/uuid/LICENSE +0 -21
- package/app/api-destined-function/node_modules/@types/uuid/README.md +0 -16
- package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +0 -10
- package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +0 -79
- package/app/api-destined-function/node_modules/@types/uuid/package.json +0 -54
- package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +0 -21
- package/app/api-destined-function/node_modules/balanced-match/README.md +0 -97
- package/app/api-destined-function/node_modules/balanced-match/index.js +0 -62
- package/app/api-destined-function/node_modules/balanced-match/package.json +0 -48
- package/app/api-destined-function/node_modules/brace-expansion/LICENSE +0 -21
- package/app/api-destined-function/node_modules/brace-expansion/README.md +0 -135
- package/app/api-destined-function/node_modules/brace-expansion/index.js +0 -203
- package/app/api-destined-function/node_modules/brace-expansion/package.json +0 -46
- package/app/api-destined-function/node_modules/fs.realpath/LICENSE +0 -43
- package/app/api-destined-function/node_modules/fs.realpath/README.md +0 -33
- package/app/api-destined-function/node_modules/fs.realpath/index.js +0 -66
- package/app/api-destined-function/node_modules/fs.realpath/old.js +0 -303
- package/app/api-destined-function/node_modules/fs.realpath/package.json +0 -26
- package/app/api-destined-function/node_modules/glob/LICENSE +0 -15
- package/app/api-destined-function/node_modules/glob/README.md +0 -1086
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts +0 -328
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js +0 -228
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts +0 -14
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js +0 -27
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts +0 -20
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js +0 -103
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts +0 -75
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts +0 -96
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.js +0 -68
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts +0 -77
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js +0 -219
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts +0 -59
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js +0 -309
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts +0 -95
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js +0 -360
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts +0 -328
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js +0 -224
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts +0 -14
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js +0 -23
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts +0 -20
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js +0 -99
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts +0 -96
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.js +0 -55
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts +0 -77
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js +0 -215
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts +0 -59
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js +0 -302
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts +0 -95
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js +0 -351
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/package.json +0 -98
- package/app/api-destined-function/node_modules/lru-cache/LICENSE +0 -15
- package/app/api-destined-function/node_modules/lru-cache/README.md +0 -1117
- package/app/api-destined-function/node_modules/lru-cache/index.d.ts +0 -869
- package/app/api-destined-function/node_modules/lru-cache/index.js +0 -1227
- package/app/api-destined-function/node_modules/lru-cache/index.mjs +0 -1227
- package/app/api-destined-function/node_modules/lru-cache/package.json +0 -96
- package/app/api-destined-function/node_modules/minimatch/LICENSE +0 -15
- package/app/api-destined-function/node_modules/minimatch/README.md +0 -459
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js +0 -22
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts +0 -42
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts +0 -92
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js +0 -1304
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js +0 -24
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js +0 -18
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts +0 -92
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js +0 -1289
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js +0 -20
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/package.json +0 -86
- package/app/api-destined-function/node_modules/minipass/LICENSE +0 -15
- package/app/api-destined-function/node_modules/minipass/README.md +0 -769
- package/app/api-destined-function/node_modules/minipass/index.d.ts +0 -150
- package/app/api-destined-function/node_modules/minipass/index.js +0 -702
- package/app/api-destined-function/node_modules/minipass/index.mjs +0 -702
- package/app/api-destined-function/node_modules/minipass/package.json +0 -76
- package/app/api-destined-function/node_modules/mkdirp/LICENSE +0 -21
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/package.json +0 -91
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts +0 -3
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js +0 -80
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +0 -4
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js +0 -35
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts +0 -75
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts +0 -31
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js +0 -49
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +0 -79
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +0 -50
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +0 -42
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js +0 -38
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +0 -2
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js +0 -28
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js +0 -17
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts +0 -4
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js +0 -30
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts +0 -31
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js +0 -39
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +0 -75
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js +0 -46
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +0 -42
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js +0 -34
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts +0 -2
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js +0 -24
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js +0 -14
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/package.json +0 -91
- package/app/api-destined-function/node_modules/mkdirp/readme.markdown +0 -281
- package/app/api-destined-function/node_modules/path-scurry/LICENSE.md +0 -55
- package/app/api-destined-function/node_modules/path-scurry/README.md +0 -559
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts +0 -1055
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js +0 -1865
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts +0 -1055
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js +0 -1827
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/path-scurry/package.json +0 -87
- package/app/api-destined-function/node_modules/rimraf/LICENSE +0 -15
- package/app/api-destined-function/node_modules/rimraf/README.md +0 -214
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/package.json +0 -84
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js +0 -260
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js +0 -61
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js +0 -58
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js +0 -46
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js +0 -21
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts +0 -57
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts +0 -71
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js +0 -92
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js +0 -36
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js +0 -54
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts +0 -5
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js +0 -68
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js +0 -12
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js +0 -192
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js +0 -24
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js +0 -123
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js +0 -182
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js +0 -55
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js +0 -53
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js +0 -31
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js +0 -16
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts +0 -71
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js +0 -84
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js +0 -31
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/package.json +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js +0 -49
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js +0 -2
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts +0 -5
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js +0 -14
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js +0 -63
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js +0 -6
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js +0 -187
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js +0 -118
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js +0 -177
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js +0 -13
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/package.json +0 -84
- package/app/api-destined-function/node_modules/uuid/LICENSE.md +0 -9
- package/app/api-destined-function/node_modules/uuid/README.md +0 -462
- package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +0 -2
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/index.js +0 -79
- package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +0 -223
- package/app/api-destined-function/node_modules/uuid/dist/md5.js +0 -23
- package/app/api-destined-function/node_modules/uuid/dist/native-browser.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/native.js +0 -15
- package/app/api-destined-function/node_modules/uuid/dist/nil.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/parse.js +0 -45
- package/app/api-destined-function/node_modules/uuid/dist/regex.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +0 -25
- package/app/api-destined-function/node_modules/uuid/dist/rng.js +0 -24
- package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/app/api-destined-function/node_modules/uuid/dist/sha1.js +0 -23
- package/app/api-destined-function/node_modules/uuid/dist/stringify.js +0 -44
- package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/app/api-destined-function/node_modules/uuid/dist/v1.js +0 -107
- package/app/api-destined-function/node_modules/uuid/dist/v3.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/v35.js +0 -80
- package/app/api-destined-function/node_modules/uuid/dist/v4.js +0 -43
- package/app/api-destined-function/node_modules/uuid/dist/v5.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/validate.js +0 -17
- package/app/api-destined-function/node_modules/uuid/dist/version.js +0 -21
- package/app/api-destined-function/node_modules/uuid/package.json +0 -131
- package/app/api-destined-function/node_modules/uuid/wrapper.mjs +0 -10
- package/lerna.json +0 -6
|
@@ -1,219 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// this is just a very light wrapper around 2 arrays with an offset index
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Pattern = void 0;
|
|
5
|
-
const minimatch_1 = require("minimatch");
|
|
6
|
-
const isPatternList = (pl) => pl.length >= 1;
|
|
7
|
-
const isGlobList = (gl) => gl.length >= 1;
|
|
8
|
-
/**
|
|
9
|
-
* An immutable-ish view on an array of glob parts and their parsed
|
|
10
|
-
* results
|
|
11
|
-
*/
|
|
12
|
-
class Pattern {
|
|
13
|
-
#patternList;
|
|
14
|
-
#globList;
|
|
15
|
-
#index;
|
|
16
|
-
length;
|
|
17
|
-
#platform;
|
|
18
|
-
#rest;
|
|
19
|
-
#globString;
|
|
20
|
-
#isDrive;
|
|
21
|
-
#isUNC;
|
|
22
|
-
#isAbsolute;
|
|
23
|
-
#followGlobstar = true;
|
|
24
|
-
constructor(patternList, globList, index, platform) {
|
|
25
|
-
if (!isPatternList(patternList)) {
|
|
26
|
-
throw new TypeError('empty pattern list');
|
|
27
|
-
}
|
|
28
|
-
if (!isGlobList(globList)) {
|
|
29
|
-
throw new TypeError('empty glob list');
|
|
30
|
-
}
|
|
31
|
-
if (globList.length !== patternList.length) {
|
|
32
|
-
throw new TypeError('mismatched pattern list and glob list lengths');
|
|
33
|
-
}
|
|
34
|
-
this.length = patternList.length;
|
|
35
|
-
if (index < 0 || index >= this.length) {
|
|
36
|
-
throw new TypeError('index out of range');
|
|
37
|
-
}
|
|
38
|
-
this.#patternList = patternList;
|
|
39
|
-
this.#globList = globList;
|
|
40
|
-
this.#index = index;
|
|
41
|
-
this.#platform = platform;
|
|
42
|
-
// normalize root entries of absolute patterns on initial creation.
|
|
43
|
-
if (this.#index === 0) {
|
|
44
|
-
// c: => ['c:/']
|
|
45
|
-
// C:/ => ['C:/']
|
|
46
|
-
// C:/x => ['C:/', 'x']
|
|
47
|
-
// //host/share => ['//host/share/']
|
|
48
|
-
// //host/share/ => ['//host/share/']
|
|
49
|
-
// //host/share/x => ['//host/share/', 'x']
|
|
50
|
-
// /etc => ['/', 'etc']
|
|
51
|
-
// / => ['/']
|
|
52
|
-
if (this.isUNC()) {
|
|
53
|
-
// '' / '' / 'host' / 'share'
|
|
54
|
-
const [p0, p1, p2, p3, ...prest] = this.#patternList;
|
|
55
|
-
const [g0, g1, g2, g3, ...grest] = this.#globList;
|
|
56
|
-
if (prest[0] === '') {
|
|
57
|
-
// ends in /
|
|
58
|
-
prest.shift();
|
|
59
|
-
grest.shift();
|
|
60
|
-
}
|
|
61
|
-
const p = [p0, p1, p2, p3, ''].join('/');
|
|
62
|
-
const g = [g0, g1, g2, g3, ''].join('/');
|
|
63
|
-
this.#patternList = [p, ...prest];
|
|
64
|
-
this.#globList = [g, ...grest];
|
|
65
|
-
this.length = this.#patternList.length;
|
|
66
|
-
}
|
|
67
|
-
else if (this.isDrive() || this.isAbsolute()) {
|
|
68
|
-
const [p1, ...prest] = this.#patternList;
|
|
69
|
-
const [g1, ...grest] = this.#globList;
|
|
70
|
-
if (prest[0] === '') {
|
|
71
|
-
// ends in /
|
|
72
|
-
prest.shift();
|
|
73
|
-
grest.shift();
|
|
74
|
-
}
|
|
75
|
-
const p = p1 + '/';
|
|
76
|
-
const g = g1 + '/';
|
|
77
|
-
this.#patternList = [p, ...prest];
|
|
78
|
-
this.#globList = [g, ...grest];
|
|
79
|
-
this.length = this.#patternList.length;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* The first entry in the parsed list of patterns
|
|
85
|
-
*/
|
|
86
|
-
pattern() {
|
|
87
|
-
return this.#patternList[this.#index];
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* true of if pattern() returns a string
|
|
91
|
-
*/
|
|
92
|
-
isString() {
|
|
93
|
-
return typeof this.#patternList[this.#index] === 'string';
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* true of if pattern() returns GLOBSTAR
|
|
97
|
-
*/
|
|
98
|
-
isGlobstar() {
|
|
99
|
-
return this.#patternList[this.#index] === minimatch_1.GLOBSTAR;
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* true if pattern() returns a regexp
|
|
103
|
-
*/
|
|
104
|
-
isRegExp() {
|
|
105
|
-
return this.#patternList[this.#index] instanceof RegExp;
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* The /-joined set of glob parts that make up this pattern
|
|
109
|
-
*/
|
|
110
|
-
globString() {
|
|
111
|
-
return (this.#globString =
|
|
112
|
-
this.#globString ||
|
|
113
|
-
(this.#index === 0
|
|
114
|
-
? this.isAbsolute()
|
|
115
|
-
? this.#globList[0] + this.#globList.slice(1).join('/')
|
|
116
|
-
: this.#globList.join('/')
|
|
117
|
-
: this.#globList.slice(this.#index).join('/')));
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
* true if there are more pattern parts after this one
|
|
121
|
-
*/
|
|
122
|
-
hasMore() {
|
|
123
|
-
return this.length > this.#index + 1;
|
|
124
|
-
}
|
|
125
|
-
/**
|
|
126
|
-
* The rest of the pattern after this part, or null if this is the end
|
|
127
|
-
*/
|
|
128
|
-
rest() {
|
|
129
|
-
if (this.#rest !== undefined)
|
|
130
|
-
return this.#rest;
|
|
131
|
-
if (!this.hasMore())
|
|
132
|
-
return (this.#rest = null);
|
|
133
|
-
this.#rest = new Pattern(this.#patternList, this.#globList, this.#index + 1, this.#platform);
|
|
134
|
-
this.#rest.#isAbsolute = this.#isAbsolute;
|
|
135
|
-
this.#rest.#isUNC = this.#isUNC;
|
|
136
|
-
this.#rest.#isDrive = this.#isDrive;
|
|
137
|
-
return this.#rest;
|
|
138
|
-
}
|
|
139
|
-
/**
|
|
140
|
-
* true if the pattern represents a //unc/path/ on windows
|
|
141
|
-
*/
|
|
142
|
-
isUNC() {
|
|
143
|
-
const pl = this.#patternList;
|
|
144
|
-
return this.#isUNC !== undefined
|
|
145
|
-
? this.#isUNC
|
|
146
|
-
: (this.#isUNC =
|
|
147
|
-
this.#platform === 'win32' &&
|
|
148
|
-
this.#index === 0 &&
|
|
149
|
-
pl[0] === '' &&
|
|
150
|
-
pl[1] === '' &&
|
|
151
|
-
typeof pl[2] === 'string' &&
|
|
152
|
-
!!pl[2] &&
|
|
153
|
-
typeof pl[3] === 'string' &&
|
|
154
|
-
!!pl[3]);
|
|
155
|
-
}
|
|
156
|
-
// pattern like C:/...
|
|
157
|
-
// split = ['C:', ...]
|
|
158
|
-
// XXX: would be nice to handle patterns like `c:*` to test the cwd
|
|
159
|
-
// in c: for *, but I don't know of a way to even figure out what that
|
|
160
|
-
// cwd is without actually chdir'ing into it?
|
|
161
|
-
/**
|
|
162
|
-
* True if the pattern starts with a drive letter on Windows
|
|
163
|
-
*/
|
|
164
|
-
isDrive() {
|
|
165
|
-
const pl = this.#patternList;
|
|
166
|
-
return this.#isDrive !== undefined
|
|
167
|
-
? this.#isDrive
|
|
168
|
-
: (this.#isDrive =
|
|
169
|
-
this.#platform === 'win32' &&
|
|
170
|
-
this.#index === 0 &&
|
|
171
|
-
this.length > 1 &&
|
|
172
|
-
typeof pl[0] === 'string' &&
|
|
173
|
-
/^[a-z]:$/i.test(pl[0]));
|
|
174
|
-
}
|
|
175
|
-
// pattern = '/' or '/...' or '/x/...'
|
|
176
|
-
// split = ['', ''] or ['', ...] or ['', 'x', ...]
|
|
177
|
-
// Drive and UNC both considered absolute on windows
|
|
178
|
-
/**
|
|
179
|
-
* True if the pattern is rooted on an absolute path
|
|
180
|
-
*/
|
|
181
|
-
isAbsolute() {
|
|
182
|
-
const pl = this.#patternList;
|
|
183
|
-
return this.#isAbsolute !== undefined
|
|
184
|
-
? this.#isAbsolute
|
|
185
|
-
: (this.#isAbsolute =
|
|
186
|
-
(pl[0] === '' && pl.length > 1) ||
|
|
187
|
-
this.isDrive() ||
|
|
188
|
-
this.isUNC());
|
|
189
|
-
}
|
|
190
|
-
/**
|
|
191
|
-
* consume the root of the pattern, and return it
|
|
192
|
-
*/
|
|
193
|
-
root() {
|
|
194
|
-
const p = this.#patternList[0];
|
|
195
|
-
return typeof p === 'string' && this.isAbsolute() && this.#index === 0
|
|
196
|
-
? p
|
|
197
|
-
: '';
|
|
198
|
-
}
|
|
199
|
-
/**
|
|
200
|
-
* Check to see if the current globstar pattern is allowed to follow
|
|
201
|
-
* a symbolic link.
|
|
202
|
-
*/
|
|
203
|
-
checkFollowGlobstar() {
|
|
204
|
-
return !(this.#index === 0 ||
|
|
205
|
-
!this.isGlobstar() ||
|
|
206
|
-
!this.#followGlobstar);
|
|
207
|
-
}
|
|
208
|
-
/**
|
|
209
|
-
* Mark that the current globstar pattern is following a symbolic link
|
|
210
|
-
*/
|
|
211
|
-
markFollowGlobstar() {
|
|
212
|
-
if (this.#index === 0 || !this.isGlobstar() || !this.#followGlobstar)
|
|
213
|
-
return false;
|
|
214
|
-
this.#followGlobstar = false;
|
|
215
|
-
return true;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
exports.Pattern = Pattern;
|
|
219
|
-
//# sourceMappingURL=pattern.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pattern.js","sourceRoot":"","sources":["../../src/pattern.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { MMRegExp } from 'minimatch';
|
|
2
|
-
import { Path } from 'path-scurry';
|
|
3
|
-
import { Pattern } from './pattern.js';
|
|
4
|
-
import { GlobWalkerOpts } from './walker.js';
|
|
5
|
-
/**
|
|
6
|
-
* A cache of which patterns have been processed for a given Path
|
|
7
|
-
*/
|
|
8
|
-
export declare class HasWalkedCache {
|
|
9
|
-
store: Map<string, Set<string>>;
|
|
10
|
-
constructor(store?: Map<string, Set<string>>);
|
|
11
|
-
copy(): HasWalkedCache;
|
|
12
|
-
hasWalked(target: Path, pattern: Pattern): boolean | undefined;
|
|
13
|
-
storeWalked(target: Path, pattern: Pattern): void;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* A record of which paths have been matched in a given walk step,
|
|
17
|
-
* and whether they only are considered a match if they are a directory,
|
|
18
|
-
* and whether their absolute or relative path should be returned.
|
|
19
|
-
*/
|
|
20
|
-
export declare class MatchRecord {
|
|
21
|
-
store: Map<Path, number>;
|
|
22
|
-
add(target: Path, absolute: boolean, ifDir: boolean): void;
|
|
23
|
-
entries(): [Path, boolean, boolean][];
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* A collection of patterns that must be processed in a subsequent step
|
|
27
|
-
* for a given path.
|
|
28
|
-
*/
|
|
29
|
-
export declare class SubWalks {
|
|
30
|
-
store: Map<Path, Pattern[]>;
|
|
31
|
-
add(target: Path, pattern: Pattern): void;
|
|
32
|
-
get(target: Path): Pattern[];
|
|
33
|
-
entries(): [Path, Pattern[]][];
|
|
34
|
-
keys(): Path[];
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* The class that processes patterns for a given path.
|
|
38
|
-
*
|
|
39
|
-
* Handles child entry filtering, and determining whether a path's
|
|
40
|
-
* directory contents must be read.
|
|
41
|
-
*/
|
|
42
|
-
export declare class Processor {
|
|
43
|
-
hasWalkedCache: HasWalkedCache;
|
|
44
|
-
matches: MatchRecord;
|
|
45
|
-
subwalks: SubWalks;
|
|
46
|
-
patterns?: Pattern[];
|
|
47
|
-
follow: boolean;
|
|
48
|
-
dot: boolean;
|
|
49
|
-
opts: GlobWalkerOpts;
|
|
50
|
-
constructor(opts: GlobWalkerOpts, hasWalkedCache?: HasWalkedCache);
|
|
51
|
-
processPatterns(target: Path, patterns: Pattern[]): this;
|
|
52
|
-
subwalkTargets(): Path[];
|
|
53
|
-
child(): Processor;
|
|
54
|
-
filterEntries(parent: Path, entries: Path[]): Processor;
|
|
55
|
-
testGlobstar(e: Path, pattern: Pattern, rest: Pattern | null, absolute: boolean): void;
|
|
56
|
-
testRegExp(e: Path, p: MMRegExp, rest: Pattern | null, absolute: boolean): void;
|
|
57
|
-
testString(e: Path, p: string, rest: Pattern | null, absolute: boolean): void;
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=processor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"processor.d.ts","sourceRoot":"","sources":["../../src/processor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,QAAQ,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAClC,OAAO,EAAa,OAAO,EAAE,MAAM,cAAc,CAAA;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAE5C;;GAEG;AACH,qBAAa,cAAc;IACzB,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAA;gBACnB,KAAK,GAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAa;IAGvD,IAAI;IAGJ,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO;IAGxC,WAAW,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO;CAM3C;AAED;;;;GAIG;AACH,qBAAa,WAAW;IACtB,KAAK,EAAE,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAY;IACpC,GAAG,CAAC,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO;IAMnD,OAAO,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE;CAOtC;AAED;;;GAGG;AACH,qBAAa,QAAQ;IACnB,KAAK,EAAE,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAY;IACvC,GAAG,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO;IAWlC,GAAG,CAAC,MAAM,EAAE,IAAI,GAAG,OAAO,EAAE;IAS5B,OAAO,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE;IAG9B,IAAI,IAAI,IAAI,EAAE;CAGf;AAED;;;;;GAKG;AACH,qBAAa,SAAS;IACpB,cAAc,EAAE,cAAc,CAAA;IAC9B,OAAO,cAAoB;IAC3B,QAAQ,WAAiB;IACzB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAA;IACpB,MAAM,EAAE,OAAO,CAAA;IACf,GAAG,EAAE,OAAO,CAAA;IACZ,IAAI,EAAE,cAAc,CAAA;gBAER,IAAI,EAAE,cAAc,EAAE,cAAc,CAAC,EAAE,cAAc;IASjE,eAAe,CAAC,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE;IAwGjD,cAAc,IAAI,IAAI,EAAE;IAIxB,KAAK;IAQL,aAAa,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,SAAS;IAqBvD,YAAY,CACV,CAAC,EAAE,IAAI,EACP,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,OAAO,GAAG,IAAI,EACpB,QAAQ,EAAE,OAAO;IA8CnB,UAAU,CACR,CAAC,EAAE,IAAI,EACP,CAAC,EAAE,QAAQ,EACX,IAAI,EAAE,OAAO,GAAG,IAAI,EACpB,QAAQ,EAAE,OAAO;IAUnB,UAAU,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,GAAG,IAAI,EAAE,QAAQ,EAAE,OAAO;CASvE"}
|
|
@@ -1,309 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// synchronous utility for filtering entries and calculating subwalks
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Processor = exports.SubWalks = exports.MatchRecord = exports.HasWalkedCache = void 0;
|
|
5
|
-
const minimatch_1 = require("minimatch");
|
|
6
|
-
/**
|
|
7
|
-
* A cache of which patterns have been processed for a given Path
|
|
8
|
-
*/
|
|
9
|
-
class HasWalkedCache {
|
|
10
|
-
store;
|
|
11
|
-
constructor(store = new Map()) {
|
|
12
|
-
this.store = store;
|
|
13
|
-
}
|
|
14
|
-
copy() {
|
|
15
|
-
return new HasWalkedCache(new Map(this.store));
|
|
16
|
-
}
|
|
17
|
-
hasWalked(target, pattern) {
|
|
18
|
-
return this.store.get(target.fullpath())?.has(pattern.globString());
|
|
19
|
-
}
|
|
20
|
-
storeWalked(target, pattern) {
|
|
21
|
-
const fullpath = target.fullpath();
|
|
22
|
-
const cached = this.store.get(fullpath);
|
|
23
|
-
if (cached)
|
|
24
|
-
cached.add(pattern.globString());
|
|
25
|
-
else
|
|
26
|
-
this.store.set(fullpath, new Set([pattern.globString()]));
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
exports.HasWalkedCache = HasWalkedCache;
|
|
30
|
-
/**
|
|
31
|
-
* A record of which paths have been matched in a given walk step,
|
|
32
|
-
* and whether they only are considered a match if they are a directory,
|
|
33
|
-
* and whether their absolute or relative path should be returned.
|
|
34
|
-
*/
|
|
35
|
-
class MatchRecord {
|
|
36
|
-
store = new Map();
|
|
37
|
-
add(target, absolute, ifDir) {
|
|
38
|
-
const n = (absolute ? 2 : 0) | (ifDir ? 1 : 0);
|
|
39
|
-
const current = this.store.get(target);
|
|
40
|
-
this.store.set(target, current === undefined ? n : n & current);
|
|
41
|
-
}
|
|
42
|
-
// match, absolute, ifdir
|
|
43
|
-
entries() {
|
|
44
|
-
return [...this.store.entries()].map(([path, n]) => [
|
|
45
|
-
path,
|
|
46
|
-
!!(n & 2),
|
|
47
|
-
!!(n & 1),
|
|
48
|
-
]);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
exports.MatchRecord = MatchRecord;
|
|
52
|
-
/**
|
|
53
|
-
* A collection of patterns that must be processed in a subsequent step
|
|
54
|
-
* for a given path.
|
|
55
|
-
*/
|
|
56
|
-
class SubWalks {
|
|
57
|
-
store = new Map();
|
|
58
|
-
add(target, pattern) {
|
|
59
|
-
if (!target.canReaddir()) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
const subs = this.store.get(target);
|
|
63
|
-
if (subs) {
|
|
64
|
-
if (!subs.find(p => p.globString() === pattern.globString())) {
|
|
65
|
-
subs.push(pattern);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
else
|
|
69
|
-
this.store.set(target, [pattern]);
|
|
70
|
-
}
|
|
71
|
-
get(target) {
|
|
72
|
-
const subs = this.store.get(target);
|
|
73
|
-
/* c8 ignore start */
|
|
74
|
-
if (!subs) {
|
|
75
|
-
throw new Error('attempting to walk unknown path');
|
|
76
|
-
}
|
|
77
|
-
/* c8 ignore stop */
|
|
78
|
-
return subs;
|
|
79
|
-
}
|
|
80
|
-
entries() {
|
|
81
|
-
return this.keys().map(k => [k, this.store.get(k)]);
|
|
82
|
-
}
|
|
83
|
-
keys() {
|
|
84
|
-
return [...this.store.keys()].filter(t => t.canReaddir());
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
exports.SubWalks = SubWalks;
|
|
88
|
-
/**
|
|
89
|
-
* The class that processes patterns for a given path.
|
|
90
|
-
*
|
|
91
|
-
* Handles child entry filtering, and determining whether a path's
|
|
92
|
-
* directory contents must be read.
|
|
93
|
-
*/
|
|
94
|
-
class Processor {
|
|
95
|
-
hasWalkedCache;
|
|
96
|
-
matches = new MatchRecord();
|
|
97
|
-
subwalks = new SubWalks();
|
|
98
|
-
patterns;
|
|
99
|
-
follow;
|
|
100
|
-
dot;
|
|
101
|
-
opts;
|
|
102
|
-
constructor(opts, hasWalkedCache) {
|
|
103
|
-
this.opts = opts;
|
|
104
|
-
this.follow = !!opts.follow;
|
|
105
|
-
this.dot = !!opts.dot;
|
|
106
|
-
this.hasWalkedCache = hasWalkedCache
|
|
107
|
-
? hasWalkedCache.copy()
|
|
108
|
-
: new HasWalkedCache();
|
|
109
|
-
}
|
|
110
|
-
processPatterns(target, patterns) {
|
|
111
|
-
this.patterns = patterns;
|
|
112
|
-
const processingSet = patterns.map(p => [target, p]);
|
|
113
|
-
// map of paths to the magic-starting subwalks they need to walk
|
|
114
|
-
// first item in patterns is the filter
|
|
115
|
-
for (let [t, pattern] of processingSet) {
|
|
116
|
-
this.hasWalkedCache.storeWalked(t, pattern);
|
|
117
|
-
const root = pattern.root();
|
|
118
|
-
const absolute = pattern.isAbsolute() && this.opts.absolute !== false;
|
|
119
|
-
// start absolute patterns at root
|
|
120
|
-
if (root) {
|
|
121
|
-
t = t.resolve(root === '/' && this.opts.root !== undefined
|
|
122
|
-
? this.opts.root
|
|
123
|
-
: root);
|
|
124
|
-
const rest = pattern.rest();
|
|
125
|
-
if (!rest) {
|
|
126
|
-
this.matches.add(t, true, false);
|
|
127
|
-
continue;
|
|
128
|
-
}
|
|
129
|
-
else {
|
|
130
|
-
pattern = rest;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
if (t.isENOENT())
|
|
134
|
-
continue;
|
|
135
|
-
let p;
|
|
136
|
-
let rest;
|
|
137
|
-
let changed = false;
|
|
138
|
-
while (typeof (p = pattern.pattern()) === 'string' &&
|
|
139
|
-
(rest = pattern.rest())) {
|
|
140
|
-
const c = t.resolve(p);
|
|
141
|
-
// we can be reasonably sure that .. is a readable dir
|
|
142
|
-
if (c.isUnknown() && p !== '..')
|
|
143
|
-
break;
|
|
144
|
-
t = c;
|
|
145
|
-
pattern = rest;
|
|
146
|
-
changed = true;
|
|
147
|
-
}
|
|
148
|
-
p = pattern.pattern();
|
|
149
|
-
rest = pattern.rest();
|
|
150
|
-
if (changed) {
|
|
151
|
-
if (this.hasWalkedCache.hasWalked(t, pattern))
|
|
152
|
-
continue;
|
|
153
|
-
this.hasWalkedCache.storeWalked(t, pattern);
|
|
154
|
-
}
|
|
155
|
-
// now we have either a final string for a known entry,
|
|
156
|
-
// more strings for an unknown entry,
|
|
157
|
-
// or a pattern starting with magic, mounted on t.
|
|
158
|
-
if (typeof p === 'string') {
|
|
159
|
-
// must be final entry
|
|
160
|
-
if (!rest) {
|
|
161
|
-
const ifDir = p === '..' || p === '' || p === '.';
|
|
162
|
-
this.matches.add(t.resolve(p), absolute, ifDir);
|
|
163
|
-
}
|
|
164
|
-
else {
|
|
165
|
-
this.subwalks.add(t, pattern);
|
|
166
|
-
}
|
|
167
|
-
continue;
|
|
168
|
-
}
|
|
169
|
-
else if (p === minimatch_1.GLOBSTAR) {
|
|
170
|
-
// if no rest, match and subwalk pattern
|
|
171
|
-
// if rest, process rest and subwalk pattern
|
|
172
|
-
// if it's a symlink, but we didn't get here by way of a
|
|
173
|
-
// globstar match (meaning it's the first time THIS globstar
|
|
174
|
-
// has traversed a symlink), then we follow it. Otherwise, stop.
|
|
175
|
-
if (!t.isSymbolicLink() ||
|
|
176
|
-
this.follow ||
|
|
177
|
-
pattern.checkFollowGlobstar()) {
|
|
178
|
-
this.subwalks.add(t, pattern);
|
|
179
|
-
}
|
|
180
|
-
const rp = rest?.pattern();
|
|
181
|
-
const rrest = rest?.rest();
|
|
182
|
-
if (!rest || ((rp === '' || rp === '.') && !rrest)) {
|
|
183
|
-
// only HAS to be a dir if it ends in **/ or **/.
|
|
184
|
-
// but ending in ** will match files as well.
|
|
185
|
-
this.matches.add(t, absolute, rp === '' || rp === '.');
|
|
186
|
-
}
|
|
187
|
-
else {
|
|
188
|
-
if (rp === '..') {
|
|
189
|
-
// this would mean you're matching **/.. at the fs root,
|
|
190
|
-
// and no thanks, I'm not gonna test that specific case.
|
|
191
|
-
/* c8 ignore start */
|
|
192
|
-
const tp = t.parent || t;
|
|
193
|
-
/* c8 ignore stop */
|
|
194
|
-
if (!rrest)
|
|
195
|
-
this.matches.add(tp, absolute, true);
|
|
196
|
-
else if (!this.hasWalkedCache.hasWalked(tp, rrest)) {
|
|
197
|
-
this.subwalks.add(tp, rrest);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
else if (p instanceof RegExp) {
|
|
203
|
-
this.subwalks.add(t, pattern);
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
return this;
|
|
207
|
-
}
|
|
208
|
-
subwalkTargets() {
|
|
209
|
-
return this.subwalks.keys();
|
|
210
|
-
}
|
|
211
|
-
child() {
|
|
212
|
-
return new Processor(this.opts, this.hasWalkedCache);
|
|
213
|
-
}
|
|
214
|
-
// return a new Processor containing the subwalks for each
|
|
215
|
-
// child entry, and a set of matches, and
|
|
216
|
-
// a hasWalkedCache that's a copy of this one
|
|
217
|
-
// then we're going to call
|
|
218
|
-
filterEntries(parent, entries) {
|
|
219
|
-
const patterns = this.subwalks.get(parent);
|
|
220
|
-
// put matches and entry walks into the results processor
|
|
221
|
-
const results = this.child();
|
|
222
|
-
for (const e of entries) {
|
|
223
|
-
for (const pattern of patterns) {
|
|
224
|
-
const absolute = pattern.isAbsolute();
|
|
225
|
-
const p = pattern.pattern();
|
|
226
|
-
const rest = pattern.rest();
|
|
227
|
-
if (p === minimatch_1.GLOBSTAR) {
|
|
228
|
-
results.testGlobstar(e, pattern, rest, absolute);
|
|
229
|
-
}
|
|
230
|
-
else if (p instanceof RegExp) {
|
|
231
|
-
results.testRegExp(e, p, rest, absolute);
|
|
232
|
-
}
|
|
233
|
-
else {
|
|
234
|
-
results.testString(e, p, rest, absolute);
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
return results;
|
|
239
|
-
}
|
|
240
|
-
testGlobstar(e, pattern, rest, absolute) {
|
|
241
|
-
if (this.dot || !e.name.startsWith('.')) {
|
|
242
|
-
if (!pattern.hasMore()) {
|
|
243
|
-
this.matches.add(e, absolute, false);
|
|
244
|
-
}
|
|
245
|
-
if (e.canReaddir()) {
|
|
246
|
-
// if we're in follow mode or it's not a symlink, just keep
|
|
247
|
-
// testing the same pattern. If there's more after the globstar,
|
|
248
|
-
// then this symlink consumes the globstar. If not, then we can
|
|
249
|
-
// follow at most ONE symlink along the way, so we mark it, which
|
|
250
|
-
// also checks to ensure that it wasn't already marked.
|
|
251
|
-
if (this.follow || !e.isSymbolicLink()) {
|
|
252
|
-
this.subwalks.add(e, pattern);
|
|
253
|
-
}
|
|
254
|
-
else if (e.isSymbolicLink()) {
|
|
255
|
-
if (rest && pattern.checkFollowGlobstar()) {
|
|
256
|
-
this.subwalks.add(e, rest);
|
|
257
|
-
}
|
|
258
|
-
else if (pattern.markFollowGlobstar()) {
|
|
259
|
-
this.subwalks.add(e, pattern);
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
// if the NEXT thing matches this entry, then also add
|
|
265
|
-
// the rest.
|
|
266
|
-
if (rest) {
|
|
267
|
-
const rp = rest.pattern();
|
|
268
|
-
if (typeof rp === 'string' &&
|
|
269
|
-
// dots and empty were handled already
|
|
270
|
-
rp !== '..' &&
|
|
271
|
-
rp !== '' &&
|
|
272
|
-
rp !== '.') {
|
|
273
|
-
this.testString(e, rp, rest.rest(), absolute);
|
|
274
|
-
}
|
|
275
|
-
else if (rp === '..') {
|
|
276
|
-
/* c8 ignore start */
|
|
277
|
-
const ep = e.parent || e;
|
|
278
|
-
/* c8 ignore stop */
|
|
279
|
-
this.subwalks.add(ep, rest);
|
|
280
|
-
}
|
|
281
|
-
else if (rp instanceof RegExp) {
|
|
282
|
-
this.testRegExp(e, rp, rest.rest(), absolute);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
testRegExp(e, p, rest, absolute) {
|
|
287
|
-
if (!p.test(e.name))
|
|
288
|
-
return;
|
|
289
|
-
if (!rest) {
|
|
290
|
-
this.matches.add(e, absolute, false);
|
|
291
|
-
}
|
|
292
|
-
else {
|
|
293
|
-
this.subwalks.add(e, rest);
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
testString(e, p, rest, absolute) {
|
|
297
|
-
// should never happen?
|
|
298
|
-
if (!e.isNamed(p))
|
|
299
|
-
return;
|
|
300
|
-
if (!rest) {
|
|
301
|
-
this.matches.add(e, absolute, false);
|
|
302
|
-
}
|
|
303
|
-
else {
|
|
304
|
-
this.subwalks.add(e, rest);
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
exports.Processor = Processor;
|
|
309
|
-
//# sourceMappingURL=processor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"processor.js","sourceRoot":"","sources":["../../src/processor.ts"],"names":[],"mappings":";AAAA,qEAAqE;;;AAErE,yCAA8C;AAK9C;;GAEG;AACH,MAAa,cAAc;IACzB,KAAK,CAA0B;IAC/B,YAAY,QAAkC,IAAI,GAAG,EAAE;QACrD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACpB,CAAC;IACD,IAAI;QACF,OAAO,IAAI,cAAc,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAA;IAChD,CAAC;IACD,SAAS,CAAC,MAAY,EAAE,OAAgB;QACtC,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,CAAA;IACrE,CAAC;IACD,WAAW,CAAC,MAAY,EAAE,OAAgB;QACxC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAA;QAClC,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;QACvC,IAAI,MAAM;YAAE,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,CAAA;;YACvC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,CAAA;IAChE,CAAC;CACF;AAjBD,wCAiBC;AAED;;;;GAIG;AACH,MAAa,WAAW;IACtB,KAAK,GAAsB,IAAI,GAAG,EAAE,CAAA;IACpC,GAAG,CAAC,MAAY,EAAE,QAAiB,EAAE,KAAc;QACjD,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;QAC9C,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;QACtC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAA;IACjE,CAAC;IACD,yBAAyB;IACzB,OAAO;QACL,OAAO,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;YAClD,IAAI;YACJ,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;YACT,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;SACV,CAAC,CAAA;IACJ,CAAC;CACF;AAfD,kCAeC;AAED;;;GAGG;AACH,MAAa,QAAQ;IACnB,KAAK,GAAyB,IAAI,GAAG,EAAE,CAAA;IACvC,GAAG,CAAC,MAAY,EAAE,OAAgB;QAChC,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE;YACxB,OAAM;SACP;QACD,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;QACnC,IAAI,IAAI,EAAE;YACR,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,EAAE,KAAK,OAAO,CAAC,UAAU,EAAE,CAAC,EAAE;gBAC5D,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;aACnB;SACF;;YAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAA;IAC1C,CAAC;IACD,GAAG,CAAC,MAAY;QACd,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;QACnC,qBAAqB;QACrB,IAAI,CAAC,IAAI,EAAE;YACT,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAA;SACnD;QACD,oBAAoB;QACpB,OAAO,IAAI,CAAA;IACb,CAAC;IACD,OAAO;QACL,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAc,CAAC,CAAC,CAAA;IAClE,CAAC;IACD,IAAI;QACF,OAAO,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAA;IAC3D,CAAC;CACF;AA5BD,4BA4BC;AAED;;;;;GAKG;AACH,MAAa,SAAS;IACpB,cAAc,CAAgB;IAC9B,OAAO,GAAG,IAAI,WAAW,EAAE,CAAA;IAC3B,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAA;IACzB,QAAQ,CAAY;IACpB,MAAM,CAAS;IACf,GAAG,CAAS;IACZ,IAAI,CAAgB;IAEpB,YAAY,IAAoB,EAAE,cAA+B;QAC/D,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;QAChB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,CAAA;QAC3B,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAA;QACrB,IAAI,CAAC,cAAc,GAAG,cAAc;YAClC,CAAC,CAAC,cAAc,CAAC,IAAI,EAAE;YACvB,CAAC,CAAC,IAAI,cAAc,EAAE,CAAA;IAC1B,CAAC;IAED,eAAe,CAAC,MAAY,EAAE,QAAmB;QAC/C,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;QACxB,MAAM,aAAa,GAAsB,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAA;QAEvE,gEAAgE;QAChE,uCAAuC;QAEvC,KAAK,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,IAAI,aAAa,EAAE;YACtC,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;YAE3C,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,CAAA;YAC3B,MAAM,QAAQ,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,KAAK,KAAK,CAAA;YAErE,kCAAkC;YAClC,IAAI,IAAI,EAAE;gBACR,CAAC,GAAG,CAAC,CAAC,OAAO,CACX,IAAI,KAAK,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,SAAS;oBAC1C,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;oBAChB,CAAC,CAAC,IAAI,CACT,CAAA;gBACD,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,CAAA;gBAC3B,IAAI,CAAC,IAAI,EAAE;oBACT,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAA;oBAChC,SAAQ;iBACT;qBAAM;oBACL,OAAO,GAAG,IAAI,CAAA;iBACf;aACF;YAED,IAAI,CAAC,CAAC,QAAQ,EAAE;gBAAE,SAAQ;YAE1B,IAAI,CAAY,CAAA;YAChB,IAAI,IAAoB,CAAA;YACxB,IAAI,OAAO,GAAG,KAAK,CAAA;YACnB,OACE,OAAO,CAAC,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,KAAK,QAAQ;gBAC3C,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,EACvB;gBACA,MAAM,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAA;gBACtB,sDAAsD;gBACtD,IAAI,CAAC,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,IAAI;oBAAE,MAAK;gBACtC,CAAC,GAAG,CAAC,CAAA;gBACL,OAAO,GAAG,IAAI,CAAA;gBACd,OAAO,GAAG,IAAI,CAAA;aACf;YACD,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,CAAA;YACrB,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,CAAA;YACrB,IAAI,OAAO,EAAE;gBACX,IAAI,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,EAAE,OAAO,CAAC;oBAAE,SAAQ;gBACvD,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;aAC5C;YAED,uDAAuD;YACvD,qCAAqC;YACrC,kDAAkD;YAClD,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;gBACzB,sBAAsB;gBACtB,IAAI,CAAC,IAAI,EAAE;oBACT,MAAM,KAAK,GAAG,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,GAAG,CAAA;oBACjD,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAA;iBAChD;qBAAM;oBACL,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;iBAC9B;gBACD,SAAQ;aACT;iBAAM,IAAI,CAAC,KAAK,oBAAQ,EAAE;gBACzB,wCAAwC;gBACxC,4CAA4C;gBAC5C,wDAAwD;gBACxD,4DAA4D;gBAC5D,gEAAgE;gBAChE,IACE,CAAC,CAAC,CAAC,cAAc,EAAE;oBACnB,IAAI,CAAC,MAAM;oBACX,OAAO,CAAC,mBAAmB,EAAE,EAC7B;oBACA,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;iBAC9B;gBACD,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,CAAA;gBAC1B,MAAM,KAAK,GAAG,IAAI,EAAE,IAAI,EAAE,CAAA;gBAC1B,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;oBAClD,iDAAiD;oBACjD,6CAA6C;oBAC7C,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,GAAG,CAAC,CAAA;iBACvD;qBAAM;oBACL,IAAI,EAAE,KAAK,IAAI,EAAE;wBACf,wDAAwD;wBACxD,wDAAwD;wBACxD,qBAAqB;wBACrB,MAAM,EAAE,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAA;wBACxB,oBAAoB;wBACpB,IAAI,CAAC,KAAK;4BAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAA;6BAC3C,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE;4BAClD,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,EAAE,KAAK,CAAC,CAAA;yBAC7B;qBACF;iBACF;aACF;iBAAM,IAAI,CAAC,YAAY,MAAM,EAAE;gBAC9B,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;aAC9B;SACF;QAED,OAAO,IAAI,CAAA;IACb,CAAC;IAED,cAAc;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAA;IAC7B,CAAC;IAED,KAAK;QACH,OAAO,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,cAAc,CAAC,CAAA;IACtD,CAAC;IAED,0DAA0D;IAC1D,yCAAyC;IACzC,6CAA6C;IAC7C,2BAA2B;IAC3B,aAAa,CAAC,MAAY,EAAE,OAAe;QACzC,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;QAC1C,yDAAyD;QACzD,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,EAAE,CAAA;QAC5B,KAAK,MAAM,CAAC,IAAI,OAAO,EAAE;YACvB,KAAK,MAAM,OAAO,IAAI,QAAQ,EAAE;gBAC9B,MAAM,QAAQ,GAAG,OAAO,CAAC,UAAU,EAAE,CAAA;gBACrC,MAAM,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,CAAA;gBAC3B,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,CAAA;gBAC3B,IAAI,CAAC,KAAK,oBAAQ,EAAE;oBAClB,OAAO,CAAC,YAAY,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAA;iBACjD;qBAAM,IAAI,CAAC,YAAY,MAAM,EAAE;oBAC9B,OAAO,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAA;iBACzC;qBAAM;oBACL,OAAO,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAA;iBACzC;aACF;SACF;QACD,OAAO,OAAO,CAAA;IAChB,CAAC;IAED,YAAY,CACV,CAAO,EACP,OAAgB,EAChB,IAAoB,EACpB,QAAiB;QAEjB,IAAI,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;YACvC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE;gBACtB,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAA;aACrC;YACD,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE;gBAClB,2DAA2D;gBAC3D,gEAAgE;gBAChE,+DAA+D;gBAC/D,iEAAiE;gBACjE,uDAAuD;gBACvD,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC,cAAc,EAAE,EAAE;oBACtC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;iBAC9B;qBAAM,IAAI,CAAC,CAAC,cAAc,EAAE,EAAE;oBAC7B,IAAI,IAAI,IAAI,OAAO,CAAC,mBAAmB,EAAE,EAAE;wBACzC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAA;qBAC3B;yBAAM,IAAI,OAAO,CAAC,kBAAkB,EAAE,EAAE;wBACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAA;qBAC9B;iBACF;aACF;SACF;QACD,sDAAsD;QACtD,YAAY;QACZ,IAAI,IAAI,EAAE;YACR,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,EAAE,CAAA;YACzB,IACE,OAAO,EAAE,KAAK,QAAQ;gBACtB,sCAAsC;gBACtC,EAAE,KAAK,IAAI;gBACX,EAAE,KAAK,EAAE;gBACT,EAAE,KAAK,GAAG,EACV;gBACA,IAAI,CAAC,UAAU,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,QAAQ,CAAC,CAAA;aAC9C;iBAAM,IAAI,EAAE,KAAK,IAAI,EAAE;gBACtB,qBAAqB;gBACrB,MAAM,EAAE,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAA;gBACxB,oBAAoB;gBACpB,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,CAAA;aAC5B;iBAAM,IAAI,EAAE,YAAY,MAAM,EAAE;gBAC/B,IAAI,CAAC,UAAU,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,QAAQ,CAAC,CAAA;aAC9C;SACF;IACH,CAAC;IAED,UAAU,CACR,CAAO,EACP,CAAW,EACX,IAAoB,EACpB,QAAiB;QAEjB,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;YAAE,OAAM;QAC3B,IAAI,CAAC,IAAI,EAAE;YACT,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAA;SACrC;aAAM;YACL,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAA;SAC3B;IACH,CAAC;IAED,UAAU,CAAC,CAAO,EAAE,CAAS,EAAE,IAAoB,EAAE,QAAiB;QACpE,uBAAuB;QACvB,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YAAE,OAAM;QACzB,IAAI,CAAC,IAAI,EAAE;YACT,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAA;SACrC;aAAM;YACL,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAA;SAC3B;IACH,CAAC;CACF;AApOD,8BAoOC"}
|