@socketsecurity/cli-with-sentry 1.0.86 → 1.0.88
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 +9 -11
- package/dist/cli.js +924 -496
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +61 -54
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +2 -2
- package/dist/flags.js.map +1 -1
- package/dist/init.gradle +2 -2
- package/dist/utils.js +338 -187
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +695 -646
- package/external/@coana-tech/cli/cli-wrapper.mjs +14 -0
- package/external/@coana-tech/cli/cli.mjs +276 -225
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/jelly.js +251950 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js +156 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/package.json +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2090 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +794 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/native-modules.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/package.json +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugins.js +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js +261 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +469 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +78 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js +310 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js +93 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js +158 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js +113 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +189 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js +242 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js +79 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +50 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js +49 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +211 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +101 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1043 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/package.json +82 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file.ts +55 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js +317 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +94 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +179 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +284 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +668 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +128 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +175 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +274 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +287 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +229 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js +89 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js +91 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +224 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js +687 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js +85 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +43 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1304 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1055 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +51 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +170 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +68 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +1207 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js +121 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/package.json +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +209 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +207 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js +119 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/package.json +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/index.cjs +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js +14007 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/package.json +47 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +165 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +42 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +81 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +108 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +486 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js +61 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js +73 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js +160 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js +122 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/package.json +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js +118 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js +94 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +52 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +223 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +335 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +287 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +398 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +228 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +265 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +910 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +115 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +221 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/package.json +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/LICENSE +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/README.md +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js +31 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +66 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +1689 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +489 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +96 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +273 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.d.ts +3235 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js +576 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.flow +2612 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +101 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +22 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/package.json +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/README.md +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/package.json +65 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/LICENSE +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/README.md +67 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/browser.js +52 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/cli.js +156 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.d.ts +7 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.js +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.d.ts +201 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.js +1211 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/node.js +419 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/package.json +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/parse.js +78 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/LICENSE +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/README.md +186 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +68 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +3361 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.js +2443 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/index.js +36 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/package.json +44 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.js +161 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/LICENSE +7 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/README.md +196 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js +373 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js.flow +32 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/package.json +37 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/test/.babelrc +5 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/test/index.test.js +489 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/globals.json +1563 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/index.js +2 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/license +9 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/package.json +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/readme.md +41 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/LICENSE +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/README.md +240 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/index.js +23 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/package.json +30 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/README.md +421 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/bin/jsesc +148 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/jsesc.js +329 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/man/jsesc.1 +94 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/package.json +54 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/LICENSE +21 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/README.md +12 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/processed/envs.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/package.json +19 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/index.js +27 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/license +10 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/package.json +35 -0
- package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/readme.md +37 -0
- package/external/@coana-tech/cli/coana-repos/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
- package/external/@coana-tech/cli/coana-repos/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
- package/external/@coana-tech/cli/coana-repos/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
- package/external/@coana-tech/cli/reachability-analyzers-cli.mjs +97853 -0
- package/external/@socketsecurity/registry/external/@socketregistry/packageurl-js.js +40 -22
- package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +2 -1
- package/external/@socketsecurity/registry/external/browserslist.js +396 -368
- package/external/@socketsecurity/registry/index.js +2 -2
- package/external/@socketsecurity/registry/lib/constants/abort-signal.js +2 -1
- package/external/@socketsecurity/registry/lib/constants/node-no-warnings-flags.js +6 -1
- package/external/@socketsecurity/registry/lib/debug.js +5 -4
- package/external/@socketsecurity/registry/lib/logger.js +2 -1
- package/external/@socketsecurity/registry/lib/npm.js +4 -2
- package/external/@socketsecurity/registry/lib/objects.js +23 -11
- package/external/@socketsecurity/registry/lib/packages.js +2 -2
- package/external/@socketsecurity/registry/lib/prompts.js +20 -18
- package/external/@socketsecurity/registry/lib/spawn.js +3 -3
- package/external/@socketsecurity/registry/lib/spinner.js +12 -8
- package/external/@socketsecurity/registry/lib/strings.js +37 -1
- package/external/@socketsecurity/registry/manifest.json +42 -42
- package/package.json +23 -23
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ExportAllDeclaration = ExportAllDeclaration;
|
|
7
|
+
exports.ExportDefaultDeclaration = ExportDefaultDeclaration;
|
|
8
|
+
exports.ExportDefaultSpecifier = ExportDefaultSpecifier;
|
|
9
|
+
exports.ExportNamedDeclaration = ExportNamedDeclaration;
|
|
10
|
+
exports.ExportNamespaceSpecifier = ExportNamespaceSpecifier;
|
|
11
|
+
exports.ExportSpecifier = ExportSpecifier;
|
|
12
|
+
exports.ImportAttribute = ImportAttribute;
|
|
13
|
+
exports.ImportDeclaration = ImportDeclaration;
|
|
14
|
+
exports.ImportDefaultSpecifier = ImportDefaultSpecifier;
|
|
15
|
+
exports.ImportExpression = ImportExpression;
|
|
16
|
+
exports.ImportNamespaceSpecifier = ImportNamespaceSpecifier;
|
|
17
|
+
exports.ImportSpecifier = ImportSpecifier;
|
|
18
|
+
exports._printAttributes = _printAttributes;
|
|
19
|
+
var _t = require("@babel/types");
|
|
20
|
+
const {
|
|
21
|
+
isClassDeclaration,
|
|
22
|
+
isExportDefaultSpecifier,
|
|
23
|
+
isExportNamespaceSpecifier,
|
|
24
|
+
isImportDefaultSpecifier,
|
|
25
|
+
isImportNamespaceSpecifier,
|
|
26
|
+
isStatement
|
|
27
|
+
} = _t;
|
|
28
|
+
function ImportSpecifier(node) {
|
|
29
|
+
if (node.importKind === "type" || node.importKind === "typeof") {
|
|
30
|
+
this.word(node.importKind);
|
|
31
|
+
this.space();
|
|
32
|
+
}
|
|
33
|
+
this.print(node.imported, node);
|
|
34
|
+
if (node.local && node.local.name !== node.imported.name) {
|
|
35
|
+
this.space();
|
|
36
|
+
this.word("as");
|
|
37
|
+
this.space();
|
|
38
|
+
this.print(node.local, node);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function ImportDefaultSpecifier(node) {
|
|
42
|
+
this.print(node.local, node);
|
|
43
|
+
}
|
|
44
|
+
function ExportDefaultSpecifier(node) {
|
|
45
|
+
this.print(node.exported, node);
|
|
46
|
+
}
|
|
47
|
+
function ExportSpecifier(node) {
|
|
48
|
+
if (node.exportKind === "type") {
|
|
49
|
+
this.word("type");
|
|
50
|
+
this.space();
|
|
51
|
+
}
|
|
52
|
+
this.print(node.local, node);
|
|
53
|
+
if (node.exported && node.local.name !== node.exported.name) {
|
|
54
|
+
this.space();
|
|
55
|
+
this.word("as");
|
|
56
|
+
this.space();
|
|
57
|
+
this.print(node.exported, node);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
function ExportNamespaceSpecifier(node) {
|
|
61
|
+
this.tokenChar(42);
|
|
62
|
+
this.space();
|
|
63
|
+
this.word("as");
|
|
64
|
+
this.space();
|
|
65
|
+
this.print(node.exported, node);
|
|
66
|
+
}
|
|
67
|
+
let warningShown = false;
|
|
68
|
+
function _printAttributes(node) {
|
|
69
|
+
const {
|
|
70
|
+
importAttributesKeyword
|
|
71
|
+
} = this.format;
|
|
72
|
+
const {
|
|
73
|
+
attributes,
|
|
74
|
+
assertions
|
|
75
|
+
} = node;
|
|
76
|
+
if (attributes && !importAttributesKeyword && !warningShown) {
|
|
77
|
+
warningShown = true;
|
|
78
|
+
console.warn(`\
|
|
79
|
+
You are using import attributes, without specifying the desired output syntax.
|
|
80
|
+
Please specify the "importAttributesKeyword" generator option, whose value can be one of:
|
|
81
|
+
- "with" : \`import { a } from "b" with { type: "json" };\`
|
|
82
|
+
- "assert" : \`import { a } from "b" assert { type: "json" };\`
|
|
83
|
+
- "with-legacy" : \`import { a } from "b" with type: "json";\`
|
|
84
|
+
`);
|
|
85
|
+
}
|
|
86
|
+
const useAssertKeyword = importAttributesKeyword === "assert" || !importAttributesKeyword && assertions;
|
|
87
|
+
this.word(useAssertKeyword ? "assert" : "with");
|
|
88
|
+
this.space();
|
|
89
|
+
if (!useAssertKeyword && importAttributesKeyword !== "with") {
|
|
90
|
+
this.printList(attributes || assertions, node);
|
|
91
|
+
return;
|
|
92
|
+
}
|
|
93
|
+
this.tokenChar(123);
|
|
94
|
+
this.space();
|
|
95
|
+
this.printList(attributes || assertions, node);
|
|
96
|
+
this.space();
|
|
97
|
+
this.tokenChar(125);
|
|
98
|
+
}
|
|
99
|
+
function ExportAllDeclaration(node) {
|
|
100
|
+
var _node$attributes, _node$assertions;
|
|
101
|
+
this.word("export");
|
|
102
|
+
this.space();
|
|
103
|
+
if (node.exportKind === "type") {
|
|
104
|
+
this.word("type");
|
|
105
|
+
this.space();
|
|
106
|
+
}
|
|
107
|
+
this.tokenChar(42);
|
|
108
|
+
this.space();
|
|
109
|
+
this.word("from");
|
|
110
|
+
this.space();
|
|
111
|
+
if ((_node$attributes = node.attributes) != null && _node$attributes.length || (_node$assertions = node.assertions) != null && _node$assertions.length) {
|
|
112
|
+
this.print(node.source, node, true);
|
|
113
|
+
this.space();
|
|
114
|
+
this._printAttributes(node);
|
|
115
|
+
} else {
|
|
116
|
+
this.print(node.source, node);
|
|
117
|
+
}
|
|
118
|
+
this.semicolon();
|
|
119
|
+
}
|
|
120
|
+
function maybePrintDecoratorsBeforeExport(printer, node) {
|
|
121
|
+
if (isClassDeclaration(node.declaration) && printer._shouldPrintDecoratorsBeforeExport(node)) {
|
|
122
|
+
printer.printJoin(node.declaration.decorators, node);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
function ExportNamedDeclaration(node) {
|
|
126
|
+
maybePrintDecoratorsBeforeExport(this, node);
|
|
127
|
+
this.word("export");
|
|
128
|
+
this.space();
|
|
129
|
+
if (node.declaration) {
|
|
130
|
+
const declar = node.declaration;
|
|
131
|
+
this.print(declar, node);
|
|
132
|
+
if (!isStatement(declar)) this.semicolon();
|
|
133
|
+
} else {
|
|
134
|
+
if (node.exportKind === "type") {
|
|
135
|
+
this.word("type");
|
|
136
|
+
this.space();
|
|
137
|
+
}
|
|
138
|
+
const specifiers = node.specifiers.slice(0);
|
|
139
|
+
let hasSpecial = false;
|
|
140
|
+
for (;;) {
|
|
141
|
+
const first = specifiers[0];
|
|
142
|
+
if (isExportDefaultSpecifier(first) || isExportNamespaceSpecifier(first)) {
|
|
143
|
+
hasSpecial = true;
|
|
144
|
+
this.print(specifiers.shift(), node);
|
|
145
|
+
if (specifiers.length) {
|
|
146
|
+
this.tokenChar(44);
|
|
147
|
+
this.space();
|
|
148
|
+
}
|
|
149
|
+
} else {
|
|
150
|
+
break;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
if (specifiers.length || !specifiers.length && !hasSpecial) {
|
|
154
|
+
this.tokenChar(123);
|
|
155
|
+
if (specifiers.length) {
|
|
156
|
+
this.space();
|
|
157
|
+
this.printList(specifiers, node);
|
|
158
|
+
this.space();
|
|
159
|
+
}
|
|
160
|
+
this.tokenChar(125);
|
|
161
|
+
}
|
|
162
|
+
if (node.source) {
|
|
163
|
+
var _node$attributes2, _node$assertions2;
|
|
164
|
+
this.space();
|
|
165
|
+
this.word("from");
|
|
166
|
+
this.space();
|
|
167
|
+
if ((_node$attributes2 = node.attributes) != null && _node$attributes2.length || (_node$assertions2 = node.assertions) != null && _node$assertions2.length) {
|
|
168
|
+
this.print(node.source, node, true);
|
|
169
|
+
this.space();
|
|
170
|
+
this._printAttributes(node);
|
|
171
|
+
} else {
|
|
172
|
+
this.print(node.source, node);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
this.semicolon();
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
function ExportDefaultDeclaration(node) {
|
|
179
|
+
maybePrintDecoratorsBeforeExport(this, node);
|
|
180
|
+
this.word("export");
|
|
181
|
+
this.noIndentInnerCommentsHere();
|
|
182
|
+
this.space();
|
|
183
|
+
this.word("default");
|
|
184
|
+
this.space();
|
|
185
|
+
const declar = node.declaration;
|
|
186
|
+
this.print(declar, node);
|
|
187
|
+
if (!isStatement(declar)) this.semicolon();
|
|
188
|
+
}
|
|
189
|
+
function ImportDeclaration(node) {
|
|
190
|
+
var _node$attributes3, _node$assertions3;
|
|
191
|
+
this.word("import");
|
|
192
|
+
this.space();
|
|
193
|
+
const isTypeKind = node.importKind === "type" || node.importKind === "typeof";
|
|
194
|
+
if (isTypeKind) {
|
|
195
|
+
this.noIndentInnerCommentsHere();
|
|
196
|
+
this.word(node.importKind);
|
|
197
|
+
this.space();
|
|
198
|
+
} else if (node.module) {
|
|
199
|
+
this.noIndentInnerCommentsHere();
|
|
200
|
+
this.word("module");
|
|
201
|
+
this.space();
|
|
202
|
+
} else if (node.phase) {
|
|
203
|
+
this.noIndentInnerCommentsHere();
|
|
204
|
+
this.word(node.phase);
|
|
205
|
+
this.space();
|
|
206
|
+
}
|
|
207
|
+
const specifiers = node.specifiers.slice(0);
|
|
208
|
+
const hasSpecifiers = !!specifiers.length;
|
|
209
|
+
while (hasSpecifiers) {
|
|
210
|
+
const first = specifiers[0];
|
|
211
|
+
if (isImportDefaultSpecifier(first) || isImportNamespaceSpecifier(first)) {
|
|
212
|
+
this.print(specifiers.shift(), node);
|
|
213
|
+
if (specifiers.length) {
|
|
214
|
+
this.tokenChar(44);
|
|
215
|
+
this.space();
|
|
216
|
+
}
|
|
217
|
+
} else {
|
|
218
|
+
break;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
if (specifiers.length) {
|
|
222
|
+
this.tokenChar(123);
|
|
223
|
+
this.space();
|
|
224
|
+
this.printList(specifiers, node);
|
|
225
|
+
this.space();
|
|
226
|
+
this.tokenChar(125);
|
|
227
|
+
} else if (isTypeKind && !hasSpecifiers) {
|
|
228
|
+
this.tokenChar(123);
|
|
229
|
+
this.tokenChar(125);
|
|
230
|
+
}
|
|
231
|
+
if (hasSpecifiers || isTypeKind) {
|
|
232
|
+
this.space();
|
|
233
|
+
this.word("from");
|
|
234
|
+
this.space();
|
|
235
|
+
}
|
|
236
|
+
if ((_node$attributes3 = node.attributes) != null && _node$attributes3.length || (_node$assertions3 = node.assertions) != null && _node$assertions3.length) {
|
|
237
|
+
this.print(node.source, node, true);
|
|
238
|
+
this.space();
|
|
239
|
+
this._printAttributes(node);
|
|
240
|
+
} else {
|
|
241
|
+
this.print(node.source, node);
|
|
242
|
+
}
|
|
243
|
+
this.semicolon();
|
|
244
|
+
}
|
|
245
|
+
function ImportAttribute(node) {
|
|
246
|
+
this.print(node.key);
|
|
247
|
+
this.tokenChar(58);
|
|
248
|
+
this.space();
|
|
249
|
+
this.print(node.value);
|
|
250
|
+
}
|
|
251
|
+
function ImportNamespaceSpecifier(node) {
|
|
252
|
+
this.tokenChar(42);
|
|
253
|
+
this.space();
|
|
254
|
+
this.word("as");
|
|
255
|
+
this.space();
|
|
256
|
+
this.print(node.local, node);
|
|
257
|
+
}
|
|
258
|
+
function ImportExpression(node) {
|
|
259
|
+
this.word("import");
|
|
260
|
+
if (node.phase) {
|
|
261
|
+
this.tokenChar(46);
|
|
262
|
+
this.word(node.phase);
|
|
263
|
+
}
|
|
264
|
+
this.tokenChar(40);
|
|
265
|
+
this.print(node.source, node);
|
|
266
|
+
if (node.options != null) {
|
|
267
|
+
this.tokenChar(44);
|
|
268
|
+
this.space();
|
|
269
|
+
this.print(node.options, node);
|
|
270
|
+
}
|
|
271
|
+
this.tokenChar(41);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
//# sourceMappingURL=modules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_t","require","isClassDeclaration","isExportDefaultSpecifier","isExportNamespaceSpecifier","isImportDefaultSpecifier","isImportNamespaceSpecifier","isStatement","ImportSpecifier","node","importKind","word","space","print","imported","local","name","ImportDefaultSpecifier","ExportDefaultSpecifier","exported","ExportSpecifier","exportKind","ExportNamespaceSpecifier","token","warningShown","_printAttributes","importAttributesKeyword","format","attributes","assertions","console","warn","useAssertKeyword","printList","ExportAllDeclaration","_node$attributes","_node$assertions","length","source","semicolon","maybePrintDecoratorsBeforeExport","printer","declaration","_shouldPrintDecoratorsBeforeExport","printJoin","decorators","ExportNamedDeclaration","declar","specifiers","slice","hasSpecial","first","shift","_node$attributes2","_node$assertions2","ExportDefaultDeclaration","noIndentInnerCommentsHere","ImportDeclaration","_node$attributes3","_node$assertions3","isTypeKind","module","phase","hasSpecifiers","ImportAttribute","key","value","ImportNamespaceSpecifier","ImportExpression","options"],"sources":["../../src/generators/modules.ts"],"sourcesContent":["import type Printer from \"../printer.ts\";\nimport {\n isClassDeclaration,\n isExportDefaultSpecifier,\n isExportNamespaceSpecifier,\n isImportDefaultSpecifier,\n isImportNamespaceSpecifier,\n isStatement,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\n\nexport function ImportSpecifier(this: Printer, node: t.ImportSpecifier) {\n if (node.importKind === \"type\" || node.importKind === \"typeof\") {\n this.word(node.importKind);\n this.space();\n }\n\n this.print(node.imported, node);\n // @ts-expect-error todo(flow-ts) maybe check node type instead of relying on name to be undefined on t.StringLiteral\n if (node.local && node.local.name !== node.imported.name) {\n this.space();\n this.word(\"as\");\n this.space();\n this.print(node.local, node);\n }\n}\n\nexport function ImportDefaultSpecifier(\n this: Printer,\n node: t.ImportDefaultSpecifier,\n) {\n this.print(node.local, node);\n}\n\nexport function ExportDefaultSpecifier(\n this: Printer,\n node: t.ExportDefaultSpecifier,\n) {\n this.print(node.exported, node);\n}\n\nexport function ExportSpecifier(this: Printer, node: t.ExportSpecifier) {\n if (node.exportKind === \"type\") {\n this.word(\"type\");\n this.space();\n }\n\n this.print(node.local, node);\n // @ts-expect-error todo(flow-ts) maybe check node type instead of relying on name to be undefined on t.StringLiteral\n if (node.exported && node.local.name !== node.exported.name) {\n this.space();\n this.word(\"as\");\n this.space();\n this.print(node.exported, node);\n }\n}\n\nexport function ExportNamespaceSpecifier(\n this: Printer,\n node: t.ExportNamespaceSpecifier,\n) {\n this.token(\"*\");\n this.space();\n this.word(\"as\");\n this.space();\n this.print(node.exported, node);\n}\n\nlet warningShown = false;\n\nexport function _printAttributes(\n this: Printer,\n node: Extract<t.Node, { attributes?: t.ImportAttribute[] }>,\n) {\n const { importAttributesKeyword } = this.format;\n const { attributes, assertions } = node;\n\n if (\n attributes &&\n !importAttributesKeyword &&\n // In the production build only show the warning once.\n // We want to show it per-usage locally for tests.\n (!process.env.IS_PUBLISH || !warningShown)\n ) {\n warningShown = true;\n console.warn(`\\\nYou are using import attributes, without specifying the desired output syntax.\nPlease specify the \"importAttributesKeyword\" generator option, whose value can be one of:\n - \"with\" : \\`import { a } from \"b\" with { type: \"json\" };\\`\n - \"assert\" : \\`import { a } from \"b\" assert { type: \"json\" };\\`\n - \"with-legacy\" : \\`import { a } from \"b\" with type: \"json\";\\`\n`);\n }\n\n const useAssertKeyword =\n importAttributesKeyword === \"assert\" ||\n (!importAttributesKeyword && assertions);\n\n this.word(useAssertKeyword ? \"assert\" : \"with\");\n this.space();\n\n if (!useAssertKeyword && importAttributesKeyword !== \"with\") {\n // with-legacy\n this.printList(attributes || assertions, node);\n return;\n }\n\n this.token(\"{\");\n this.space();\n this.printList(attributes || assertions, node);\n this.space();\n this.token(\"}\");\n}\n\nexport function ExportAllDeclaration(\n this: Printer,\n node: t.ExportAllDeclaration | t.DeclareExportAllDeclaration,\n) {\n this.word(\"export\");\n this.space();\n if (node.exportKind === \"type\") {\n this.word(\"type\");\n this.space();\n }\n this.token(\"*\");\n this.space();\n this.word(\"from\");\n this.space();\n // @ts-expect-error Fixme: attributes is not defined in DeclareExportAllDeclaration\n if (node.attributes?.length || node.assertions?.length) {\n this.print(node.source, node, true);\n this.space();\n // @ts-expect-error Fixme: attributes is not defined in DeclareExportAllDeclaration\n this._printAttributes(node);\n } else {\n this.print(node.source, node);\n }\n\n this.semicolon();\n}\n\nfunction maybePrintDecoratorsBeforeExport(\n printer: Printer,\n node: t.ExportNamedDeclaration | t.ExportDefaultDeclaration,\n) {\n if (\n isClassDeclaration(node.declaration) &&\n printer._shouldPrintDecoratorsBeforeExport(\n node as t.ExportNamedDeclaration & { declaration: t.ClassDeclaration },\n )\n ) {\n printer.printJoin(node.declaration.decorators, node);\n }\n}\n\nexport function ExportNamedDeclaration(\n this: Printer,\n node: t.ExportNamedDeclaration,\n) {\n maybePrintDecoratorsBeforeExport(this, node);\n\n this.word(\"export\");\n this.space();\n if (node.declaration) {\n const declar = node.declaration;\n this.print(declar, node);\n if (!isStatement(declar)) this.semicolon();\n } else {\n if (node.exportKind === \"type\") {\n this.word(\"type\");\n this.space();\n }\n\n const specifiers = node.specifiers.slice(0);\n\n // print \"special\" specifiers first\n let hasSpecial = false;\n for (;;) {\n const first = specifiers[0];\n if (\n isExportDefaultSpecifier(first) ||\n isExportNamespaceSpecifier(first)\n ) {\n hasSpecial = true;\n this.print(specifiers.shift(), node);\n if (specifiers.length) {\n this.token(\",\");\n this.space();\n }\n } else {\n break;\n }\n }\n\n if (specifiers.length || (!specifiers.length && !hasSpecial)) {\n this.token(\"{\");\n if (specifiers.length) {\n this.space();\n this.printList(specifiers, node);\n this.space();\n }\n this.token(\"}\");\n }\n\n if (node.source) {\n this.space();\n this.word(\"from\");\n this.space();\n if (node.attributes?.length || node.assertions?.length) {\n this.print(node.source, node, true);\n this.space();\n this._printAttributes(node);\n } else {\n this.print(node.source, node);\n }\n }\n\n this.semicolon();\n }\n}\n\nexport function ExportDefaultDeclaration(\n this: Printer,\n node: t.ExportDefaultDeclaration,\n) {\n maybePrintDecoratorsBeforeExport(this, node);\n\n this.word(\"export\");\n this.noIndentInnerCommentsHere();\n this.space();\n this.word(\"default\");\n this.space();\n const declar = node.declaration;\n this.print(declar, node);\n if (!isStatement(declar)) this.semicolon();\n}\n\nexport function ImportDeclaration(this: Printer, node: t.ImportDeclaration) {\n this.word(\"import\");\n this.space();\n\n const isTypeKind = node.importKind === \"type\" || node.importKind === \"typeof\";\n if (isTypeKind) {\n this.noIndentInnerCommentsHere();\n this.word(node.importKind);\n this.space();\n } else if (node.module) {\n this.noIndentInnerCommentsHere();\n this.word(\"module\");\n this.space();\n } else if (node.phase) {\n this.noIndentInnerCommentsHere();\n this.word(node.phase);\n this.space();\n }\n\n const specifiers = node.specifiers.slice(0);\n const hasSpecifiers = !!specifiers.length;\n // print \"special\" specifiers first. The loop condition is constant,\n // but there is a \"break\" in the body.\n while (hasSpecifiers) {\n const first = specifiers[0];\n if (isImportDefaultSpecifier(first) || isImportNamespaceSpecifier(first)) {\n this.print(specifiers.shift(), node);\n if (specifiers.length) {\n this.token(\",\");\n this.space();\n }\n } else {\n break;\n }\n }\n\n if (specifiers.length) {\n this.token(\"{\");\n this.space();\n this.printList(specifiers, node);\n this.space();\n this.token(\"}\");\n } else if (isTypeKind && !hasSpecifiers) {\n this.token(\"{\");\n this.token(\"}\");\n }\n\n if (hasSpecifiers || isTypeKind) {\n this.space();\n this.word(\"from\");\n this.space();\n }\n\n if (node.attributes?.length || node.assertions?.length) {\n this.print(node.source, node, true);\n this.space();\n this._printAttributes(node);\n } else {\n this.print(node.source, node);\n }\n\n this.semicolon();\n}\n\nexport function ImportAttribute(this: Printer, node: t.ImportAttribute) {\n this.print(node.key);\n this.token(\":\");\n this.space();\n this.print(node.value);\n}\n\nexport function ImportNamespaceSpecifier(\n this: Printer,\n node: t.ImportNamespaceSpecifier,\n) {\n this.token(\"*\");\n this.space();\n this.word(\"as\");\n this.space();\n this.print(node.local, node);\n}\n\nexport function ImportExpression(this: Printer, node: t.ImportExpression) {\n this.word(\"import\");\n if (node.phase) {\n this.token(\".\");\n this.word(node.phase);\n }\n this.token(\"(\");\n this.print(node.source, node);\n if (node.options != null) {\n this.token(\",\");\n this.space();\n this.print(node.options, node);\n }\n this.token(\")\");\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BreakStatement = BreakStatement;
|
|
7
|
+
exports.CatchClause = CatchClause;
|
|
8
|
+
exports.ContinueStatement = ContinueStatement;
|
|
9
|
+
exports.DebuggerStatement = DebuggerStatement;
|
|
10
|
+
exports.DoWhileStatement = DoWhileStatement;
|
|
11
|
+
exports.ForOfStatement = exports.ForInStatement = void 0;
|
|
12
|
+
exports.ForStatement = ForStatement;
|
|
13
|
+
exports.IfStatement = IfStatement;
|
|
14
|
+
exports.LabeledStatement = LabeledStatement;
|
|
15
|
+
exports.ReturnStatement = ReturnStatement;
|
|
16
|
+
exports.SwitchCase = SwitchCase;
|
|
17
|
+
exports.SwitchStatement = SwitchStatement;
|
|
18
|
+
exports.ThrowStatement = ThrowStatement;
|
|
19
|
+
exports.TryStatement = TryStatement;
|
|
20
|
+
exports.VariableDeclaration = VariableDeclaration;
|
|
21
|
+
exports.VariableDeclarator = VariableDeclarator;
|
|
22
|
+
exports.WhileStatement = WhileStatement;
|
|
23
|
+
exports.WithStatement = WithStatement;
|
|
24
|
+
var _t = require("@babel/types");
|
|
25
|
+
const {
|
|
26
|
+
isFor,
|
|
27
|
+
isForStatement,
|
|
28
|
+
isIfStatement,
|
|
29
|
+
isStatement
|
|
30
|
+
} = _t;
|
|
31
|
+
function WithStatement(node) {
|
|
32
|
+
this.word("with");
|
|
33
|
+
this.space();
|
|
34
|
+
this.tokenChar(40);
|
|
35
|
+
this.print(node.object, node);
|
|
36
|
+
this.tokenChar(41);
|
|
37
|
+
this.printBlock(node);
|
|
38
|
+
}
|
|
39
|
+
function IfStatement(node) {
|
|
40
|
+
this.word("if");
|
|
41
|
+
this.space();
|
|
42
|
+
this.tokenChar(40);
|
|
43
|
+
this.print(node.test, node);
|
|
44
|
+
this.tokenChar(41);
|
|
45
|
+
this.space();
|
|
46
|
+
const needsBlock = node.alternate && isIfStatement(getLastStatement(node.consequent));
|
|
47
|
+
if (needsBlock) {
|
|
48
|
+
this.tokenChar(123);
|
|
49
|
+
this.newline();
|
|
50
|
+
this.indent();
|
|
51
|
+
}
|
|
52
|
+
this.printAndIndentOnComments(node.consequent, node);
|
|
53
|
+
if (needsBlock) {
|
|
54
|
+
this.dedent();
|
|
55
|
+
this.newline();
|
|
56
|
+
this.tokenChar(125);
|
|
57
|
+
}
|
|
58
|
+
if (node.alternate) {
|
|
59
|
+
if (this.endsWith(125)) this.space();
|
|
60
|
+
this.word("else");
|
|
61
|
+
this.space();
|
|
62
|
+
this.printAndIndentOnComments(node.alternate, node);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
function getLastStatement(statement) {
|
|
66
|
+
const {
|
|
67
|
+
body
|
|
68
|
+
} = statement;
|
|
69
|
+
if (isStatement(body) === false) {
|
|
70
|
+
return statement;
|
|
71
|
+
}
|
|
72
|
+
return getLastStatement(body);
|
|
73
|
+
}
|
|
74
|
+
function ForStatement(node) {
|
|
75
|
+
this.word("for");
|
|
76
|
+
this.space();
|
|
77
|
+
this.tokenChar(40);
|
|
78
|
+
{
|
|
79
|
+
const exit = this.enterForStatementInit(true);
|
|
80
|
+
this.print(node.init, node);
|
|
81
|
+
exit();
|
|
82
|
+
}
|
|
83
|
+
this.tokenChar(59);
|
|
84
|
+
if (node.test) {
|
|
85
|
+
this.space();
|
|
86
|
+
this.print(node.test, node);
|
|
87
|
+
}
|
|
88
|
+
this.tokenChar(59);
|
|
89
|
+
if (node.update) {
|
|
90
|
+
this.space();
|
|
91
|
+
this.print(node.update, node);
|
|
92
|
+
}
|
|
93
|
+
this.tokenChar(41);
|
|
94
|
+
this.printBlock(node);
|
|
95
|
+
}
|
|
96
|
+
function WhileStatement(node) {
|
|
97
|
+
this.word("while");
|
|
98
|
+
this.space();
|
|
99
|
+
this.tokenChar(40);
|
|
100
|
+
this.print(node.test, node);
|
|
101
|
+
this.tokenChar(41);
|
|
102
|
+
this.printBlock(node);
|
|
103
|
+
}
|
|
104
|
+
function ForXStatement(node) {
|
|
105
|
+
this.word("for");
|
|
106
|
+
this.space();
|
|
107
|
+
const isForOf = node.type === "ForOfStatement";
|
|
108
|
+
if (isForOf && node.await) {
|
|
109
|
+
this.word("await");
|
|
110
|
+
this.space();
|
|
111
|
+
}
|
|
112
|
+
this.noIndentInnerCommentsHere();
|
|
113
|
+
this.tokenChar(40);
|
|
114
|
+
{
|
|
115
|
+
const exit = isForOf ? null : this.enterForStatementInit(true);
|
|
116
|
+
this.print(node.left, node);
|
|
117
|
+
exit == null || exit();
|
|
118
|
+
}
|
|
119
|
+
this.space();
|
|
120
|
+
this.word(isForOf ? "of" : "in");
|
|
121
|
+
this.space();
|
|
122
|
+
this.print(node.right, node);
|
|
123
|
+
this.tokenChar(41);
|
|
124
|
+
this.printBlock(node);
|
|
125
|
+
}
|
|
126
|
+
const ForInStatement = exports.ForInStatement = ForXStatement;
|
|
127
|
+
const ForOfStatement = exports.ForOfStatement = ForXStatement;
|
|
128
|
+
function DoWhileStatement(node) {
|
|
129
|
+
this.word("do");
|
|
130
|
+
this.space();
|
|
131
|
+
this.print(node.body, node);
|
|
132
|
+
this.space();
|
|
133
|
+
this.word("while");
|
|
134
|
+
this.space();
|
|
135
|
+
this.tokenChar(40);
|
|
136
|
+
this.print(node.test, node);
|
|
137
|
+
this.tokenChar(41);
|
|
138
|
+
this.semicolon();
|
|
139
|
+
}
|
|
140
|
+
function printStatementAfterKeyword(printer, node, parent, isLabel) {
|
|
141
|
+
if (node) {
|
|
142
|
+
printer.space();
|
|
143
|
+
printer.printTerminatorless(node, parent, isLabel);
|
|
144
|
+
}
|
|
145
|
+
printer.semicolon();
|
|
146
|
+
}
|
|
147
|
+
function BreakStatement(node) {
|
|
148
|
+
this.word("break");
|
|
149
|
+
printStatementAfterKeyword(this, node.label, node, true);
|
|
150
|
+
}
|
|
151
|
+
function ContinueStatement(node) {
|
|
152
|
+
this.word("continue");
|
|
153
|
+
printStatementAfterKeyword(this, node.label, node, true);
|
|
154
|
+
}
|
|
155
|
+
function ReturnStatement(node) {
|
|
156
|
+
this.word("return");
|
|
157
|
+
printStatementAfterKeyword(this, node.argument, node, false);
|
|
158
|
+
}
|
|
159
|
+
function ThrowStatement(node) {
|
|
160
|
+
this.word("throw");
|
|
161
|
+
printStatementAfterKeyword(this, node.argument, node, false);
|
|
162
|
+
}
|
|
163
|
+
function LabeledStatement(node) {
|
|
164
|
+
this.print(node.label, node);
|
|
165
|
+
this.tokenChar(58);
|
|
166
|
+
this.space();
|
|
167
|
+
this.print(node.body, node);
|
|
168
|
+
}
|
|
169
|
+
function TryStatement(node) {
|
|
170
|
+
this.word("try");
|
|
171
|
+
this.space();
|
|
172
|
+
this.print(node.block, node);
|
|
173
|
+
this.space();
|
|
174
|
+
if (node.handlers) {
|
|
175
|
+
this.print(node.handlers[0], node);
|
|
176
|
+
} else {
|
|
177
|
+
this.print(node.handler, node);
|
|
178
|
+
}
|
|
179
|
+
if (node.finalizer) {
|
|
180
|
+
this.space();
|
|
181
|
+
this.word("finally");
|
|
182
|
+
this.space();
|
|
183
|
+
this.print(node.finalizer, node);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
function CatchClause(node) {
|
|
187
|
+
this.word("catch");
|
|
188
|
+
this.space();
|
|
189
|
+
if (node.param) {
|
|
190
|
+
this.tokenChar(40);
|
|
191
|
+
this.print(node.param, node);
|
|
192
|
+
this.print(node.param.typeAnnotation, node);
|
|
193
|
+
this.tokenChar(41);
|
|
194
|
+
this.space();
|
|
195
|
+
}
|
|
196
|
+
this.print(node.body, node);
|
|
197
|
+
}
|
|
198
|
+
function SwitchStatement(node) {
|
|
199
|
+
this.word("switch");
|
|
200
|
+
this.space();
|
|
201
|
+
this.tokenChar(40);
|
|
202
|
+
this.print(node.discriminant, node);
|
|
203
|
+
this.tokenChar(41);
|
|
204
|
+
this.space();
|
|
205
|
+
this.tokenChar(123);
|
|
206
|
+
this.printSequence(node.cases, node, {
|
|
207
|
+
indent: true,
|
|
208
|
+
addNewlines(leading, cas) {
|
|
209
|
+
if (!leading && node.cases[node.cases.length - 1] === cas) return -1;
|
|
210
|
+
}
|
|
211
|
+
});
|
|
212
|
+
this.rightBrace(node);
|
|
213
|
+
}
|
|
214
|
+
function SwitchCase(node) {
|
|
215
|
+
if (node.test) {
|
|
216
|
+
this.word("case");
|
|
217
|
+
this.space();
|
|
218
|
+
this.print(node.test, node);
|
|
219
|
+
this.tokenChar(58);
|
|
220
|
+
} else {
|
|
221
|
+
this.word("default");
|
|
222
|
+
this.tokenChar(58);
|
|
223
|
+
}
|
|
224
|
+
if (node.consequent.length) {
|
|
225
|
+
this.newline();
|
|
226
|
+
this.printSequence(node.consequent, node, {
|
|
227
|
+
indent: true
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
function DebuggerStatement() {
|
|
232
|
+
this.word("debugger");
|
|
233
|
+
this.semicolon();
|
|
234
|
+
}
|
|
235
|
+
function VariableDeclaration(node, parent) {
|
|
236
|
+
if (node.declare) {
|
|
237
|
+
this.word("declare");
|
|
238
|
+
this.space();
|
|
239
|
+
}
|
|
240
|
+
const {
|
|
241
|
+
kind
|
|
242
|
+
} = node;
|
|
243
|
+
if (kind === "await using") {
|
|
244
|
+
this.word("await");
|
|
245
|
+
this.space();
|
|
246
|
+
this.word("using", true);
|
|
247
|
+
} else {
|
|
248
|
+
this.word(kind, kind === "using");
|
|
249
|
+
}
|
|
250
|
+
this.space();
|
|
251
|
+
let hasInits = false;
|
|
252
|
+
if (!isFor(parent)) {
|
|
253
|
+
for (const declar of node.declarations) {
|
|
254
|
+
if (declar.init) {
|
|
255
|
+
hasInits = true;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
this.printList(node.declarations, node, {
|
|
260
|
+
separator: hasInits ? function () {
|
|
261
|
+
this.tokenChar(44);
|
|
262
|
+
this.newline();
|
|
263
|
+
} : undefined,
|
|
264
|
+
indent: node.declarations.length > 1 ? true : false
|
|
265
|
+
});
|
|
266
|
+
if (isFor(parent)) {
|
|
267
|
+
if (isForStatement(parent)) {
|
|
268
|
+
if (parent.init === node) return;
|
|
269
|
+
} else {
|
|
270
|
+
if (parent.left === node) return;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
this.semicolon();
|
|
274
|
+
}
|
|
275
|
+
function VariableDeclarator(node) {
|
|
276
|
+
this.print(node.id, node);
|
|
277
|
+
if (node.definite) this.tokenChar(33);
|
|
278
|
+
this.print(node.id.typeAnnotation, node);
|
|
279
|
+
if (node.init) {
|
|
280
|
+
this.space();
|
|
281
|
+
this.tokenChar(61);
|
|
282
|
+
this.space();
|
|
283
|
+
this.print(node.init, node);
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
//# sourceMappingURL=statements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_t","require","isFor","isForStatement","isIfStatement","isStatement","WithStatement","node","word","space","token","print","object","printBlock","IfStatement","test","needsBlock","alternate","getLastStatement","consequent","newline","indent","printAndIndentOnComments","dedent","endsWith","statement","body","ForStatement","exit","enterForStatementInit","init","update","WhileStatement","ForXStatement","isForOf","type","await","noIndentInnerCommentsHere","left","right","ForInStatement","exports","ForOfStatement","DoWhileStatement","semicolon","printStatementAfterKeyword","printer","parent","isLabel","printTerminatorless","BreakStatement","label","ContinueStatement","ReturnStatement","argument","ThrowStatement","LabeledStatement","TryStatement","block","handlers","handler","finalizer","CatchClause","param","typeAnnotation","SwitchStatement","discriminant","printSequence","cases","addNewlines","leading","cas","length","rightBrace","SwitchCase","DebuggerStatement","VariableDeclaration","declare","kind","hasInits","declar","declarations","printList","separator","undefined","VariableDeclarator","id","definite"],"sources":["../../src/generators/statements.ts"],"sourcesContent":["import type Printer from \"../printer.ts\";\nimport {\n isFor,\n isForStatement,\n isIfStatement,\n isStatement,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\n\n// We inline this package\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport * as charCodes from \"charcodes\";\n\nexport function WithStatement(this: Printer, node: t.WithStatement) {\n this.word(\"with\");\n this.space();\n this.token(\"(\");\n this.print(node.object, node);\n this.token(\")\");\n this.printBlock(node);\n}\n\nexport function IfStatement(this: Printer, node: t.IfStatement) {\n this.word(\"if\");\n this.space();\n this.token(\"(\");\n this.print(node.test, node);\n this.token(\")\");\n this.space();\n\n const needsBlock =\n node.alternate && isIfStatement(getLastStatement(node.consequent));\n if (needsBlock) {\n this.token(\"{\");\n this.newline();\n this.indent();\n }\n\n this.printAndIndentOnComments(node.consequent, node);\n\n if (needsBlock) {\n this.dedent();\n this.newline();\n this.token(\"}\");\n }\n\n if (node.alternate) {\n if (this.endsWith(charCodes.rightCurlyBrace)) this.space();\n this.word(\"else\");\n this.space();\n this.printAndIndentOnComments(node.alternate, node);\n }\n}\n\n// Recursively get the last statement.\nfunction getLastStatement(statement: t.Statement): t.Statement {\n // @ts-expect-error: If statement.body is empty or not a Node, isStatement will return false\n const { body } = statement;\n if (isStatement(body) === false) {\n return statement;\n }\n\n return getLastStatement(body);\n}\n\nexport function ForStatement(this: Printer, node: t.ForStatement) {\n this.word(\"for\");\n this.space();\n this.token(\"(\");\n\n {\n const exit = this.enterForStatementInit(true);\n this.print(node.init, node);\n exit();\n }\n\n this.token(\";\");\n\n if (node.test) {\n this.space();\n this.print(node.test, node);\n }\n this.token(\";\");\n\n if (node.update) {\n this.space();\n this.print(node.update, node);\n }\n\n this.token(\")\");\n this.printBlock(node);\n}\n\nexport function WhileStatement(this: Printer, node: t.WhileStatement) {\n this.word(\"while\");\n this.space();\n this.token(\"(\");\n this.print(node.test, node);\n this.token(\")\");\n this.printBlock(node);\n}\n\nfunction ForXStatement(this: Printer, node: t.ForXStatement) {\n this.word(\"for\");\n this.space();\n const isForOf = node.type === \"ForOfStatement\";\n if (isForOf && node.await) {\n this.word(\"await\");\n this.space();\n }\n this.noIndentInnerCommentsHere();\n this.token(\"(\");\n {\n const exit = isForOf ? null : this.enterForStatementInit(true);\n this.print(node.left, node);\n exit?.();\n }\n this.space();\n this.word(isForOf ? \"of\" : \"in\");\n this.space();\n this.print(node.right, node);\n this.token(\")\");\n this.printBlock(node);\n}\n\nexport const ForInStatement = ForXStatement;\nexport const ForOfStatement = ForXStatement;\n\nexport function DoWhileStatement(this: Printer, node: t.DoWhileStatement) {\n this.word(\"do\");\n this.space();\n this.print(node.body, node);\n this.space();\n this.word(\"while\");\n this.space();\n this.token(\"(\");\n this.print(node.test, node);\n this.token(\")\");\n this.semicolon();\n}\n\nfunction printStatementAfterKeyword(\n printer: Printer,\n node: t.Node,\n parent: t.Node,\n isLabel: boolean,\n) {\n if (node) {\n printer.space();\n printer.printTerminatorless(node, parent, isLabel);\n }\n\n printer.semicolon();\n}\n\nexport function BreakStatement(this: Printer, node: t.ContinueStatement) {\n this.word(\"break\");\n printStatementAfterKeyword(this, node.label, node, true);\n}\n\nexport function ContinueStatement(this: Printer, node: t.ContinueStatement) {\n this.word(\"continue\");\n printStatementAfterKeyword(this, node.label, node, true);\n}\n\nexport function ReturnStatement(this: Printer, node: t.ReturnStatement) {\n this.word(\"return\");\n printStatementAfterKeyword(this, node.argument, node, false);\n}\n\nexport function ThrowStatement(this: Printer, node: t.ThrowStatement) {\n this.word(\"throw\");\n printStatementAfterKeyword(this, node.argument, node, false);\n}\n\nexport function LabeledStatement(this: Printer, node: t.LabeledStatement) {\n this.print(node.label, node);\n this.token(\":\");\n this.space();\n this.print(node.body, node);\n}\n\nexport function TryStatement(this: Printer, node: t.TryStatement) {\n this.word(\"try\");\n this.space();\n this.print(node.block, node);\n this.space();\n\n // Esprima bug puts the catch clause in a `handlers` array.\n // see https://code.google.com/p/esprima/issues/detail?id=433\n // We run into this from regenerator generated ast.\n // @ts-expect-error todo(flow->ts) should ast node type be updated to support this?\n if (node.handlers) {\n // @ts-expect-error todo(flow->ts) should ast node type be updated to support this?\n this.print(node.handlers[0], node);\n } else {\n this.print(node.handler, node);\n }\n\n if (node.finalizer) {\n this.space();\n this.word(\"finally\");\n this.space();\n this.print(node.finalizer, node);\n }\n}\n\nexport function CatchClause(this: Printer, node: t.CatchClause) {\n this.word(\"catch\");\n this.space();\n if (node.param) {\n this.token(\"(\");\n this.print(node.param, node);\n this.print(node.param.typeAnnotation, node);\n this.token(\")\");\n this.space();\n }\n this.print(node.body, node);\n}\n\nexport function SwitchStatement(this: Printer, node: t.SwitchStatement) {\n this.word(\"switch\");\n this.space();\n this.token(\"(\");\n this.print(node.discriminant, node);\n this.token(\")\");\n this.space();\n this.token(\"{\");\n\n this.printSequence(node.cases, node, {\n indent: true,\n addNewlines(leading, cas) {\n if (!leading && node.cases[node.cases.length - 1] === cas) return -1;\n },\n });\n\n this.rightBrace(node);\n}\n\nexport function SwitchCase(this: Printer, node: t.SwitchCase) {\n if (node.test) {\n this.word(\"case\");\n this.space();\n this.print(node.test, node);\n this.token(\":\");\n } else {\n this.word(\"default\");\n this.token(\":\");\n }\n\n if (node.consequent.length) {\n this.newline();\n this.printSequence(node.consequent, node, { indent: true });\n }\n}\n\nexport function DebuggerStatement(this: Printer) {\n this.word(\"debugger\");\n this.semicolon();\n}\n\nexport function VariableDeclaration(\n this: Printer,\n node: t.VariableDeclaration,\n parent: t.Node,\n) {\n if (node.declare) {\n // TS\n this.word(\"declare\");\n this.space();\n }\n\n const { kind } = node;\n if (kind === \"await using\") {\n this.word(\"await\");\n this.space();\n this.word(\"using\", true);\n } else {\n this.word(kind, kind === \"using\");\n }\n this.space();\n\n let hasInits = false;\n // don't add whitespace to loop heads\n if (!isFor(parent)) {\n for (const declar of node.declarations) {\n if (declar.init) {\n // has an init so let's split it up over multiple lines\n hasInits = true;\n }\n }\n }\n\n //\n // use a pretty separator when we aren't in compact mode, have initializers and don't have retainLines on\n // this will format declarations like:\n //\n // let foo = \"bar\", bar = \"foo\";\n //\n // into\n //\n // let foo = \"bar\",\n // bar = \"foo\";\n //\n\n this.printList(node.declarations, node, {\n separator: hasInits\n ? function (this: Printer) {\n this.token(\",\");\n this.newline();\n }\n : undefined,\n indent: node.declarations.length > 1 ? true : false,\n });\n\n if (isFor(parent)) {\n // don't give semicolons to these nodes since they'll be inserted in the parent generator\n if (isForStatement(parent)) {\n if (parent.init === node) return;\n } else {\n if (parent.left === node) return;\n }\n }\n\n this.semicolon();\n}\n\nexport function VariableDeclarator(this: Printer, node: t.VariableDeclarator) {\n this.print(node.id, node);\n if (node.definite) this.token(\"!\"); // TS\n // @ts-expect-error todo(flow-ts) Property 'typeAnnotation' does not exist on type 'MemberExpression'.\n this.print(node.id.typeAnnotation, node);\n if (node.init) {\n this.space();\n this.token(\"=\");\n this.space();\n this.print(node.init, node);\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TaggedTemplateExpression = TaggedTemplateExpression;
|
|
7
|
+
exports.TemplateElement = TemplateElement;
|
|
8
|
+
exports.TemplateLiteral = TemplateLiteral;
|
|
9
|
+
function TaggedTemplateExpression(node) {
|
|
10
|
+
this.print(node.tag, node);
|
|
11
|
+
this.print(node.typeParameters, node);
|
|
12
|
+
this.print(node.quasi, node);
|
|
13
|
+
}
|
|
14
|
+
function TemplateElement() {
|
|
15
|
+
throw new Error("TemplateElement printing is handled in TemplateLiteral");
|
|
16
|
+
}
|
|
17
|
+
function TemplateLiteral(node) {
|
|
18
|
+
const quasis = node.quasis;
|
|
19
|
+
let partRaw = "`";
|
|
20
|
+
for (let i = 0; i < quasis.length; i++) {
|
|
21
|
+
partRaw += quasis[i].value.raw;
|
|
22
|
+
if (i + 1 < quasis.length) {
|
|
23
|
+
this.token(partRaw + "${", true);
|
|
24
|
+
this.print(node.expressions[i], node);
|
|
25
|
+
partRaw = "}";
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
this.token(partRaw + "`", true);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=template-literals.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["TaggedTemplateExpression","node","print","tag","typeParameters","quasi","TemplateElement","Error","TemplateLiteral","quasis","partRaw","i","length","value","raw","token","expressions"],"sources":["../../src/generators/template-literals.ts"],"sourcesContent":["import type Printer from \"../printer.ts\";\nimport type * as t from \"@babel/types\";\n\nexport function TaggedTemplateExpression(\n this: Printer,\n node: t.TaggedTemplateExpression,\n) {\n this.print(node.tag, node);\n this.print(node.typeParameters, node); // TS\n this.print(node.quasi, node);\n}\n\nexport function TemplateElement(this: Printer) {\n throw new Error(\"TemplateElement printing is handled in TemplateLiteral\");\n}\n\nexport function TemplateLiteral(this: Printer, node: t.TemplateLiteral) {\n const quasis = node.quasis;\n\n let partRaw = \"`\";\n\n for (let i = 0; i < quasis.length; i++) {\n partRaw += quasis[i].value.raw;\n\n if (i + 1 < quasis.length) {\n this.token(partRaw + \"${\", true);\n this.print(node.expressions[i], node);\n partRaw = \"}\";\n }\n }\n\n this.token(partRaw + \"`\", true);\n}\n"],"mappings":";;;;;;;;AAGO,SAASA,wBAAwBA,CAEtCC,IAAgC,EAChC;EACA,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,GAAG,EAAEF,IAAI,CAAC;EAC1B,IAAI,CAACC,KAAK,CAACD,IAAI,CAACG,cAAc,EAAEH,IAAI,CAAC;EACrC,IAAI,CAACC,KAAK,CAACD,IAAI,CAACI,KAAK,EAAEJ,IAAI,CAAC;AAC9B;AAEO,SAASK,eAAeA,CAAA,EAAgB;EAC7C,MAAM,IAAIC,KAAK,CAAC,wDAAwD,CAAC;AAC3E;AAEO,SAASC,eAAeA,CAAgBP,IAAuB,EAAE;EACtE,MAAMQ,MAAM,GAAGR,IAAI,CAACQ,MAAM;EAE1B,IAAIC,OAAO,GAAG,GAAG;EAEjB,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,MAAM,CAACG,MAAM,EAAED,CAAC,EAAE,EAAE;IACtCD,OAAO,IAAID,MAAM,CAACE,CAAC,CAAC,CAACE,KAAK,CAACC,GAAG;IAE9B,IAAIH,CAAC,GAAG,CAAC,GAAGF,MAAM,CAACG,MAAM,EAAE;MACzB,IAAI,CAACG,KAAK,CAACL,OAAO,GAAG,IAAI,EAAE,IAAI,CAAC;MAChC,IAAI,CAACR,KAAK,CAACD,IAAI,CAACe,WAAW,CAACL,CAAC,CAAC,EAAEV,IAAI,CAAC;MACrCS,OAAO,GAAG,GAAG;IACf;EACF;EAEA,IAAI,CAACK,KAAK,CAACL,OAAO,GAAG,GAAG,EAAE,IAAI,CAAC;AACjC","ignoreList":[]}
|