@coana-tech/cli 14.11.2 → 14.11.5
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/cli-wrapper.mjs +13 -0
- package/cli.mjs +5003 -3200
- package/coana-repos/jelly/dist/bundle/jelly.js +251950 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js +156 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/package.json +30 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2090 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +794 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/native-modules.js +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/package.json +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugins.js +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +59 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js +261 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +469 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +78 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +61 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +3 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +36 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js +310 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js +93 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js +67 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js +158 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +33 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js +113 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +189 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js +242 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js +47 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js +79 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +50 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js +49 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +211 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +101 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1043 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +174 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +443 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/package.json +82 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +29 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file.ts +55 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js +317 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +94 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +179 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +284 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +668 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +128 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +175 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +274 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +287 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +229 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js +89 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js +91 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +224 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js +687 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js +85 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/package.json +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +174 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +43 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1304 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1055 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +174 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +51 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +34 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +170 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +25 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +34 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/package.json +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/package.json +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +68 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +1207 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js +121 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/package.json +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +209 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +207 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +61 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js +119 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/package.json +30 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/LICENSE +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/index.cjs +5 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js +14007 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/package.json +47 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +41 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +165 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +42 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +81 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +33 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +108 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +486 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js +69 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js +61 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js +69 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js +73 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js +160 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js +122 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js +20 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/template/package.json +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js +44 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js +118 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js +94 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +52 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +223 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +335 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +287 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +398 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +228 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +67 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +265 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +910 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +115 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js +3 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +221 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/package.json +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/LICENSE +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/README.md +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js +31 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +66 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +1689 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +489 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +96 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +273 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.d.ts +3235 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js +576 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.flow +2612 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +101 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +22 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +30 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/package.json +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/README.md +37 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/package.json +65 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- package/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/LICENSE +20 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/README.md +67 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/browser.js +52 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/cli.js +156 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.d.ts +7 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.js +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.d.ts +201 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.js +1211 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/node.js +419 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/package.json +44 -0
- package/coana-repos/jelly/dist/bundle/node_modules/browserslist/parse.js +78 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/LICENSE +5 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/README.md +186 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +68 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +3361 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.js +2443 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.json +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/index.js +36 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/package.json +44 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.js +161 -0
- package/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.json +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/LICENSE +7 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/README.md +196 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js +373 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js.flow +32 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/package.json +37 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/test/.babelrc +5 -0
- package/coana-repos/jelly/dist/bundle/node_modules/gensync/test/index.test.js +489 -0
- package/coana-repos/jelly/dist/bundle/node_modules/globals/globals.json +1563 -0
- package/coana-repos/jelly/dist/bundle/node_modules/globals/index.js +2 -0
- package/coana-repos/jelly/dist/bundle/node_modules/globals/license +9 -0
- package/coana-repos/jelly/dist/bundle/node_modules/globals/package.json +41 -0
- package/coana-repos/jelly/dist/bundle/node_modules/globals/readme.md +41 -0
- package/coana-repos/jelly/dist/bundle/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/coana-repos/jelly/dist/bundle/node_modules/js-tokens/LICENSE +21 -0
- package/coana-repos/jelly/dist/bundle/node_modules/js-tokens/README.md +240 -0
- package/coana-repos/jelly/dist/bundle/node_modules/js-tokens/index.js +23 -0
- package/coana-repos/jelly/dist/bundle/node_modules/js-tokens/package.json +30 -0
- package/coana-repos/jelly/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- package/coana-repos/jelly/dist/bundle/node_modules/jsesc/README.md +421 -0
- package/coana-repos/jelly/dist/bundle/node_modules/jsesc/bin/jsesc +148 -0
- package/coana-repos/jelly/dist/bundle/node_modules/jsesc/jsesc.js +329 -0
- package/coana-repos/jelly/dist/bundle/node_modules/jsesc/man/jsesc.1 +94 -0
- package/coana-repos/jelly/dist/bundle/node_modules/jsesc/package.json +54 -0
- package/coana-repos/jelly/dist/bundle/node_modules/node-releases/LICENSE +21 -0
- package/coana-repos/jelly/dist/bundle/node_modules/node-releases/README.md +12 -0
- package/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/processed/envs.json +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/coana-repos/jelly/dist/bundle/node_modules/node-releases/package.json +19 -0
- package/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/index.js +27 -0
- package/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/license +10 -0
- package/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/package.json +35 -0
- package/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/readme.md +37 -0
- package/package.json +3 -3
- package/reachability-analyzers-cli.mjs +93993 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require"],"sources":["../../../src/builders/generated/uppercase.js"],"sourcesContent":["/*\n * This file is auto-generated! Do not modify it directly.\n * To re-generate run 'make build'\n */\n\n/**\n * This file is written in JavaScript and not TypeScript because uppercase builders\n * conflict with AST types. TypeScript reads the uppercase.d.ts file instead.\n */\n\nexport {\n arrayExpression as ArrayExpression,\n assignmentExpression as AssignmentExpression,\n binaryExpression as BinaryExpression,\n interpreterDirective as InterpreterDirective,\n directive as Directive,\n directiveLiteral as DirectiveLiteral,\n blockStatement as BlockStatement,\n breakStatement as BreakStatement,\n callExpression as CallExpression,\n catchClause as CatchClause,\n conditionalExpression as ConditionalExpression,\n continueStatement as ContinueStatement,\n debuggerStatement as DebuggerStatement,\n doWhileStatement as DoWhileStatement,\n emptyStatement as EmptyStatement,\n expressionStatement as ExpressionStatement,\n file as File,\n forInStatement as ForInStatement,\n forStatement as ForStatement,\n functionDeclaration as FunctionDeclaration,\n functionExpression as FunctionExpression,\n identifier as Identifier,\n ifStatement as IfStatement,\n labeledStatement as LabeledStatement,\n stringLiteral as StringLiteral,\n numericLiteral as NumericLiteral,\n nullLiteral as NullLiteral,\n booleanLiteral as BooleanLiteral,\n regExpLiteral as RegExpLiteral,\n logicalExpression as LogicalExpression,\n memberExpression as MemberExpression,\n newExpression as NewExpression,\n program as Program,\n objectExpression as ObjectExpression,\n objectMethod as ObjectMethod,\n objectProperty as ObjectProperty,\n restElement as RestElement,\n returnStatement as ReturnStatement,\n sequenceExpression as SequenceExpression,\n parenthesizedExpression as ParenthesizedExpression,\n switchCase as SwitchCase,\n switchStatement as SwitchStatement,\n thisExpression as ThisExpression,\n throwStatement as ThrowStatement,\n tryStatement as TryStatement,\n unaryExpression as UnaryExpression,\n updateExpression as UpdateExpression,\n variableDeclaration as VariableDeclaration,\n variableDeclarator as VariableDeclarator,\n whileStatement as WhileStatement,\n withStatement as WithStatement,\n assignmentPattern as AssignmentPattern,\n arrayPattern as ArrayPattern,\n arrowFunctionExpression as ArrowFunctionExpression,\n classBody as ClassBody,\n classExpression as ClassExpression,\n classDeclaration as ClassDeclaration,\n exportAllDeclaration as ExportAllDeclaration,\n exportDefaultDeclaration as ExportDefaultDeclaration,\n exportNamedDeclaration as ExportNamedDeclaration,\n exportSpecifier as ExportSpecifier,\n forOfStatement as ForOfStatement,\n importDeclaration as ImportDeclaration,\n importDefaultSpecifier as ImportDefaultSpecifier,\n importNamespaceSpecifier as ImportNamespaceSpecifier,\n importSpecifier as ImportSpecifier,\n importExpression as ImportExpression,\n metaProperty as MetaProperty,\n classMethod as ClassMethod,\n objectPattern as ObjectPattern,\n spreadElement as SpreadElement,\n super as Super,\n taggedTemplateExpression as TaggedTemplateExpression,\n templateElement as TemplateElement,\n templateLiteral as TemplateLiteral,\n yieldExpression as YieldExpression,\n awaitExpression as AwaitExpression,\n import as Import,\n bigIntLiteral as BigIntLiteral,\n exportNamespaceSpecifier as ExportNamespaceSpecifier,\n optionalMemberExpression as OptionalMemberExpression,\n optionalCallExpression as OptionalCallExpression,\n classProperty as ClassProperty,\n classAccessorProperty as ClassAccessorProperty,\n classPrivateProperty as ClassPrivateProperty,\n classPrivateMethod as ClassPrivateMethod,\n privateName as PrivateName,\n staticBlock as StaticBlock,\n anyTypeAnnotation as AnyTypeAnnotation,\n arrayTypeAnnotation as ArrayTypeAnnotation,\n booleanTypeAnnotation as BooleanTypeAnnotation,\n booleanLiteralTypeAnnotation as BooleanLiteralTypeAnnotation,\n nullLiteralTypeAnnotation as NullLiteralTypeAnnotation,\n classImplements as ClassImplements,\n declareClass as DeclareClass,\n declareFunction as DeclareFunction,\n declareInterface as DeclareInterface,\n declareModule as DeclareModule,\n declareModuleExports as DeclareModuleExports,\n declareTypeAlias as DeclareTypeAlias,\n declareOpaqueType as DeclareOpaqueType,\n declareVariable as DeclareVariable,\n declareExportDeclaration as DeclareExportDeclaration,\n declareExportAllDeclaration as DeclareExportAllDeclaration,\n declaredPredicate as DeclaredPredicate,\n existsTypeAnnotation as ExistsTypeAnnotation,\n functionTypeAnnotation as FunctionTypeAnnotation,\n functionTypeParam as FunctionTypeParam,\n genericTypeAnnotation as GenericTypeAnnotation,\n inferredPredicate as InferredPredicate,\n interfaceExtends as InterfaceExtends,\n interfaceDeclaration as InterfaceDeclaration,\n interfaceTypeAnnotation as InterfaceTypeAnnotation,\n intersectionTypeAnnotation as IntersectionTypeAnnotation,\n mixedTypeAnnotation as MixedTypeAnnotation,\n emptyTypeAnnotation as EmptyTypeAnnotation,\n nullableTypeAnnotation as NullableTypeAnnotation,\n numberLiteralTypeAnnotation as NumberLiteralTypeAnnotation,\n numberTypeAnnotation as NumberTypeAnnotation,\n objectTypeAnnotation as ObjectTypeAnnotation,\n objectTypeInternalSlot as ObjectTypeInternalSlot,\n objectTypeCallProperty as ObjectTypeCallProperty,\n objectTypeIndexer as ObjectTypeIndexer,\n objectTypeProperty as ObjectTypeProperty,\n objectTypeSpreadProperty as ObjectTypeSpreadProperty,\n opaqueType as OpaqueType,\n qualifiedTypeIdentifier as QualifiedTypeIdentifier,\n stringLiteralTypeAnnotation as StringLiteralTypeAnnotation,\n stringTypeAnnotation as StringTypeAnnotation,\n symbolTypeAnnotation as SymbolTypeAnnotation,\n thisTypeAnnotation as ThisTypeAnnotation,\n tupleTypeAnnotation as TupleTypeAnnotation,\n typeofTypeAnnotation as TypeofTypeAnnotation,\n typeAlias as TypeAlias,\n typeAnnotation as TypeAnnotation,\n typeCastExpression as TypeCastExpression,\n typeParameter as TypeParameter,\n typeParameterDeclaration as TypeParameterDeclaration,\n typeParameterInstantiation as TypeParameterInstantiation,\n unionTypeAnnotation as UnionTypeAnnotation,\n variance as Variance,\n voidTypeAnnotation as VoidTypeAnnotation,\n enumDeclaration as EnumDeclaration,\n enumBooleanBody as EnumBooleanBody,\n enumNumberBody as EnumNumberBody,\n enumStringBody as EnumStringBody,\n enumSymbolBody as EnumSymbolBody,\n enumBooleanMember as EnumBooleanMember,\n enumNumberMember as EnumNumberMember,\n enumStringMember as EnumStringMember,\n enumDefaultedMember as EnumDefaultedMember,\n indexedAccessType as IndexedAccessType,\n optionalIndexedAccessType as OptionalIndexedAccessType,\n jsxAttribute as JSXAttribute,\n jsxClosingElement as JSXClosingElement,\n jsxElement as JSXElement,\n jsxEmptyExpression as JSXEmptyExpression,\n jsxExpressionContainer as JSXExpressionContainer,\n jsxSpreadChild as JSXSpreadChild,\n jsxIdentifier as JSXIdentifier,\n jsxMemberExpression as JSXMemberExpression,\n jsxNamespacedName as JSXNamespacedName,\n jsxOpeningElement as JSXOpeningElement,\n jsxSpreadAttribute as JSXSpreadAttribute,\n jsxText as JSXText,\n jsxFragment as JSXFragment,\n jsxOpeningFragment as JSXOpeningFragment,\n jsxClosingFragment as JSXClosingFragment,\n noop as Noop,\n placeholder as Placeholder,\n v8IntrinsicIdentifier as V8IntrinsicIdentifier,\n argumentPlaceholder as ArgumentPlaceholder,\n bindExpression as BindExpression,\n importAttribute as ImportAttribute,\n decorator as Decorator,\n doExpression as DoExpression,\n exportDefaultSpecifier as ExportDefaultSpecifier,\n recordExpression as RecordExpression,\n tupleExpression as TupleExpression,\n decimalLiteral as DecimalLiteral,\n moduleExpression as ModuleExpression,\n topicReference as TopicReference,\n pipelineTopicExpression as PipelineTopicExpression,\n pipelineBareFunction as PipelineBareFunction,\n pipelinePrimaryTopicReference as PipelinePrimaryTopicReference,\n tsParameterProperty as TSParameterProperty,\n tsDeclareFunction as TSDeclareFunction,\n tsDeclareMethod as TSDeclareMethod,\n tsQualifiedName as TSQualifiedName,\n tsCallSignatureDeclaration as TSCallSignatureDeclaration,\n tsConstructSignatureDeclaration as TSConstructSignatureDeclaration,\n tsPropertySignature as TSPropertySignature,\n tsMethodSignature as TSMethodSignature,\n tsIndexSignature as TSIndexSignature,\n tsAnyKeyword as TSAnyKeyword,\n tsBooleanKeyword as TSBooleanKeyword,\n tsBigIntKeyword as TSBigIntKeyword,\n tsIntrinsicKeyword as TSIntrinsicKeyword,\n tsNeverKeyword as TSNeverKeyword,\n tsNullKeyword as TSNullKeyword,\n tsNumberKeyword as TSNumberKeyword,\n tsObjectKeyword as TSObjectKeyword,\n tsStringKeyword as TSStringKeyword,\n tsSymbolKeyword as TSSymbolKeyword,\n tsUndefinedKeyword as TSUndefinedKeyword,\n tsUnknownKeyword as TSUnknownKeyword,\n tsVoidKeyword as TSVoidKeyword,\n tsThisType as TSThisType,\n tsFunctionType as TSFunctionType,\n tsConstructorType as TSConstructorType,\n tsTypeReference as TSTypeReference,\n tsTypePredicate as TSTypePredicate,\n tsTypeQuery as TSTypeQuery,\n tsTypeLiteral as TSTypeLiteral,\n tsArrayType as TSArrayType,\n tsTupleType as TSTupleType,\n tsOptionalType as TSOptionalType,\n tsRestType as TSRestType,\n tsNamedTupleMember as TSNamedTupleMember,\n tsUnionType as TSUnionType,\n tsIntersectionType as TSIntersectionType,\n tsConditionalType as TSConditionalType,\n tsInferType as TSInferType,\n tsParenthesizedType as TSParenthesizedType,\n tsTypeOperator as TSTypeOperator,\n tsIndexedAccessType as TSIndexedAccessType,\n tsMappedType as TSMappedType,\n tsLiteralType as TSLiteralType,\n tsExpressionWithTypeArguments as TSExpressionWithTypeArguments,\n tsInterfaceDeclaration as TSInterfaceDeclaration,\n tsInterfaceBody as TSInterfaceBody,\n tsTypeAliasDeclaration as TSTypeAliasDeclaration,\n tsInstantiationExpression as TSInstantiationExpression,\n tsAsExpression as TSAsExpression,\n tsSatisfiesExpression as TSSatisfiesExpression,\n tsTypeAssertion as TSTypeAssertion,\n tsEnumDeclaration as TSEnumDeclaration,\n tsEnumMember as TSEnumMember,\n tsModuleDeclaration as TSModuleDeclaration,\n tsModuleBlock as TSModuleBlock,\n tsImportType as TSImportType,\n tsImportEqualsDeclaration as TSImportEqualsDeclaration,\n tsExternalModuleReference as TSExternalModuleReference,\n tsNonNullExpression as TSNonNullExpression,\n tsExportAssignment as TSExportAssignment,\n tsNamespaceExportDeclaration as TSNamespaceExportDeclaration,\n tsTypeAnnotation as TSTypeAnnotation,\n tsTypeParameterInstantiation as TSTypeParameterInstantiation,\n tsTypeParameterDeclaration as TSTypeParameterDeclaration,\n tsTypeParameter as TSTypeParameter,\n numberLiteral as NumberLiteral,\n regexLiteral as RegexLiteral,\n restProperty as RestProperty,\n spreadProperty as SpreadProperty,\n} from \"./index.ts\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,IAAAA,MAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.buildUndefinedNode = buildUndefinedNode;
|
|
7
|
+
var _index = require("./generated/index.js");
|
|
8
|
+
function buildUndefinedNode() {
|
|
9
|
+
return (0, _index.unaryExpression)("void", (0, _index.numericLiteral)(0), true);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=productions.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","buildUndefinedNode","unaryExpression","numericLiteral"],"sources":["../../src/builders/productions.ts"],"sourcesContent":["import { numericLiteral, unaryExpression } from \"./generated/index.ts\";\n\nexport function buildUndefinedNode() {\n return unaryExpression(\"void\", numericLiteral(0), true);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEO,SAASC,kBAAkBA,CAAA,EAAG;EACnC,OAAO,IAAAC,sBAAe,EAAC,MAAM,EAAE,IAAAC,qBAAc,EAAC,CAAC,CAAC,EAAE,IAAI,CAAC;AACzD","ignoreList":[]}
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = buildChildren;
|
|
7
|
+
var _index = require("../../validators/generated/index.js");
|
|
8
|
+
var _cleanJSXElementLiteralChild = require("../../utils/react/cleanJSXElementLiteralChild.js");
|
|
9
|
+
function buildChildren(node) {
|
|
10
|
+
const elements = [];
|
|
11
|
+
for (let i = 0; i < node.children.length; i++) {
|
|
12
|
+
let child = node.children[i];
|
|
13
|
+
if ((0, _index.isJSXText)(child)) {
|
|
14
|
+
(0, _cleanJSXElementLiteralChild.default)(child, elements);
|
|
15
|
+
continue;
|
|
16
|
+
}
|
|
17
|
+
if ((0, _index.isJSXExpressionContainer)(child)) child = child.expression;
|
|
18
|
+
if ((0, _index.isJSXEmptyExpression)(child)) continue;
|
|
19
|
+
elements.push(child);
|
|
20
|
+
}
|
|
21
|
+
return elements;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=buildChildren.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_cleanJSXElementLiteralChild","buildChildren","node","elements","i","children","length","child","isJSXText","cleanJSXElementLiteralChild","isJSXExpressionContainer","expression","isJSXEmptyExpression","push"],"sources":["../../../src/builders/react/buildChildren.ts"],"sourcesContent":["import {\n isJSXText,\n isJSXExpressionContainer,\n isJSXEmptyExpression,\n} from \"../../validators/generated/index.ts\";\nimport cleanJSXElementLiteralChild from \"../../utils/react/cleanJSXElementLiteralChild.ts\";\nimport type * as t from \"../../index.ts\";\n\ntype ReturnedChild =\n | t.JSXSpreadChild\n | t.JSXElement\n | t.JSXFragment\n | t.Expression;\n\nexport default function buildChildren(\n node: t.JSXElement | t.JSXFragment,\n): ReturnedChild[] {\n const elements = [];\n\n for (let i = 0; i < node.children.length; i++) {\n let child: any = node.children[i];\n\n if (isJSXText(child)) {\n cleanJSXElementLiteralChild(child, elements);\n continue;\n }\n\n if (isJSXExpressionContainer(child)) child = child.expression;\n if (isJSXEmptyExpression(child)) continue;\n\n elements.push(child);\n }\n\n return elements;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAKA,IAAAC,4BAAA,GAAAD,OAAA;AASe,SAASE,aAAaA,CACnCC,IAAkC,EACjB;EACjB,MAAMC,QAAQ,GAAG,EAAE;EAEnB,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,IAAI,CAACG,QAAQ,CAACC,MAAM,EAAEF,CAAC,EAAE,EAAE;IAC7C,IAAIG,KAAU,GAAGL,IAAI,CAACG,QAAQ,CAACD,CAAC,CAAC;IAEjC,IAAI,IAAAI,gBAAS,EAACD,KAAK,CAAC,EAAE;MACpB,IAAAE,oCAA2B,EAACF,KAAK,EAAEJ,QAAQ,CAAC;MAC5C;IACF;IAEA,IAAI,IAAAO,+BAAwB,EAACH,KAAK,CAAC,EAAEA,KAAK,GAAGA,KAAK,CAACI,UAAU;IAC7D,IAAI,IAAAC,2BAAoB,EAACL,KAAK,CAAC,EAAE;IAEjCJ,QAAQ,CAACU,IAAI,CAACN,KAAK,CAAC;EACtB;EAEA,OAAOJ,QAAQ;AACjB","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = createTSUnionType;
|
|
7
|
+
var _index = require("../generated/index.js");
|
|
8
|
+
var _removeTypeDuplicates = require("../../modifications/typescript/removeTypeDuplicates.js");
|
|
9
|
+
var _index2 = require("../../validators/generated/index.js");
|
|
10
|
+
function createTSUnionType(typeAnnotations) {
|
|
11
|
+
const types = typeAnnotations.map(type => {
|
|
12
|
+
return (0, _index2.isTSTypeAnnotation)(type) ? type.typeAnnotation : type;
|
|
13
|
+
});
|
|
14
|
+
const flattened = (0, _removeTypeDuplicates.default)(types);
|
|
15
|
+
if (flattened.length === 1) {
|
|
16
|
+
return flattened[0];
|
|
17
|
+
} else {
|
|
18
|
+
return (0, _index.tsUnionType)(flattened);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=createTSUnionType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_removeTypeDuplicates","_index2","createTSUnionType","typeAnnotations","types","map","type","isTSTypeAnnotation","typeAnnotation","flattened","removeTypeDuplicates","length","tsUnionType"],"sources":["../../../src/builders/typescript/createTSUnionType.ts"],"sourcesContent":["import { tsUnionType } from \"../generated/index.ts\";\nimport removeTypeDuplicates from \"../../modifications/typescript/removeTypeDuplicates.ts\";\nimport { isTSTypeAnnotation } from \"../../validators/generated/index.ts\";\nimport type * as t from \"../../index.ts\";\n\n/**\n * Takes an array of `types` and flattens them, removing duplicates and\n * returns a `UnionTypeAnnotation` node containing them.\n */\nexport default function createTSUnionType(\n typeAnnotations: Array<t.TSTypeAnnotation | t.TSType>,\n): t.TSType {\n const types = typeAnnotations.map(type => {\n return isTSTypeAnnotation(type) ? type.typeAnnotation : type;\n });\n const flattened = removeTypeDuplicates(types);\n\n if (flattened.length === 1) {\n return flattened[0];\n } else {\n return tsUnionType(flattened);\n }\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,qBAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AAOe,SAASG,iBAAiBA,CACvCC,eAAqD,EAC3C;EACV,MAAMC,KAAK,GAAGD,eAAe,CAACE,GAAG,CAACC,IAAI,IAAI;IACxC,OAAO,IAAAC,0BAAkB,EAACD,IAAI,CAAC,GAAGA,IAAI,CAACE,cAAc,GAAGF,IAAI;EAC9D,CAAC,CAAC;EACF,MAAMG,SAAS,GAAG,IAAAC,6BAAoB,EAACN,KAAK,CAAC;EAE7C,IAAIK,SAAS,CAACE,MAAM,KAAK,CAAC,EAAE;IAC1B,OAAOF,SAAS,CAAC,CAAC,CAAC;EACrB,CAAC,MAAM;IACL,OAAO,IAAAG,kBAAW,EAACH,SAAS,CAAC;EAC/B;AACF","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = validateNode;
|
|
7
|
+
var _validate = require("../validators/validate.js");
|
|
8
|
+
var _index = require("../index.js");
|
|
9
|
+
function validateNode(node) {
|
|
10
|
+
const keys = _index.BUILDER_KEYS[node.type];
|
|
11
|
+
for (const key of keys) {
|
|
12
|
+
(0, _validate.default)(node, key, node[key]);
|
|
13
|
+
}
|
|
14
|
+
return node;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=validateNode.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_validate","require","_index","validateNode","node","keys","BUILDER_KEYS","type","key","validate"],"sources":["../../src/builders/validateNode.ts"],"sourcesContent":["import validate from \"../validators/validate.ts\";\nimport type * as t from \"../index.ts\";\nimport { BUILDER_KEYS } from \"../index.ts\";\n\nexport default function validateNode<N extends t.Node>(node: N) {\n // todo: because keys not in BUILDER_KEYS are not validated - this actually allows invalid nodes in some cases\n const keys = BUILDER_KEYS[node.type] as (keyof N & string)[];\n for (const key of keys) {\n validate(node, key, node[key]);\n }\n return node;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AAEA,IAAAC,MAAA,GAAAD,OAAA;AAEe,SAASE,YAAYA,CAAmBC,IAAO,EAAE;EAE9D,MAAMC,IAAI,GAAGC,mBAAY,CAACF,IAAI,CAACG,IAAI,CAAyB;EAC5D,KAAK,MAAMC,GAAG,IAAIH,IAAI,EAAE;IACtB,IAAAI,iBAAQ,EAACL,IAAI,EAAEI,GAAG,EAAEJ,IAAI,CAACI,GAAG,CAAC,CAAC;EAChC;EACA,OAAOJ,IAAI;AACb","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = clone;
|
|
7
|
+
var _cloneNode = require("./cloneNode.js");
|
|
8
|
+
function clone(node) {
|
|
9
|
+
return (0, _cloneNode.default)(node, false);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=clone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_cloneNode","require","clone","node","cloneNode"],"sources":["../../src/clone/clone.ts"],"sourcesContent":["import cloneNode from \"./cloneNode.ts\";\nimport type * as t from \"../index.ts\";\n\n/**\n * Create a shallow clone of a `node`, including only\n * properties belonging to the node.\n * @deprecated Use t.cloneNode instead.\n */\nexport default function clone<T extends t.Node>(node: T): T {\n return cloneNode(node, /* deep */ false);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAQe,SAASC,KAAKA,CAAmBC,IAAO,EAAK;EAC1D,OAAO,IAAAC,kBAAS,EAACD,IAAI,EAAa,KAAK,CAAC;AAC1C","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = cloneDeep;
|
|
7
|
+
var _cloneNode = require("./cloneNode.js");
|
|
8
|
+
function cloneDeep(node) {
|
|
9
|
+
return (0, _cloneNode.default)(node);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=cloneDeep.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_cloneNode","require","cloneDeep","node","cloneNode"],"sources":["../../src/clone/cloneDeep.ts"],"sourcesContent":["import cloneNode from \"./cloneNode.ts\";\nimport type * as t from \"../index.ts\";\n\n/**\n * Create a deep clone of a `node` and all of it's child nodes\n * including only properties belonging to the node.\n * @deprecated Use t.cloneNode instead.\n */\nexport default function cloneDeep<T extends t.Node>(node: T): T {\n return cloneNode(node);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAQe,SAASC,SAASA,CAAmBC,IAAO,EAAK;EAC9D,OAAO,IAAAC,kBAAS,EAACD,IAAI,CAAC;AACxB","ignoreList":[]}
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = cloneDeepWithoutLoc;
|
|
7
|
+
var _cloneNode = require("./cloneNode.js");
|
|
8
|
+
function cloneDeepWithoutLoc(node) {
|
|
9
|
+
return (0, _cloneNode.default)(node, true, true);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=cloneDeepWithoutLoc.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_cloneNode","require","cloneDeepWithoutLoc","node","cloneNode"],"sources":["../../src/clone/cloneDeepWithoutLoc.ts"],"sourcesContent":["import cloneNode from \"./cloneNode.ts\";\nimport type * as t from \"../index.ts\";\n/**\n * Create a deep clone of a `node` and all of it's child nodes\n * including only properties belonging to the node.\n * excluding `_private` and location properties.\n */\nexport default function cloneDeepWithoutLoc<T extends t.Node>(node: T): T {\n return cloneNode(node, /* deep */ true, /* withoutLoc */ true);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAOe,SAASC,mBAAmBA,CAAmBC,IAAO,EAAK;EACxE,OAAO,IAAAC,kBAAS,EAACD,IAAI,EAAa,IAAI,EAAmB,IAAI,CAAC;AAChE","ignoreList":[]}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = cloneNode;
|
|
7
|
+
var _index = require("../definitions/index.js");
|
|
8
|
+
var _index2 = require("../validators/generated/index.js");
|
|
9
|
+
const {
|
|
10
|
+
hasOwn
|
|
11
|
+
} = {
|
|
12
|
+
hasOwn: Function.call.bind(Object.prototype.hasOwnProperty)
|
|
13
|
+
};
|
|
14
|
+
function cloneIfNode(obj, deep, withoutLoc, commentsCache) {
|
|
15
|
+
if (obj && typeof obj.type === "string") {
|
|
16
|
+
return cloneNodeInternal(obj, deep, withoutLoc, commentsCache);
|
|
17
|
+
}
|
|
18
|
+
return obj;
|
|
19
|
+
}
|
|
20
|
+
function cloneIfNodeOrArray(obj, deep, withoutLoc, commentsCache) {
|
|
21
|
+
if (Array.isArray(obj)) {
|
|
22
|
+
return obj.map(node => cloneIfNode(node, deep, withoutLoc, commentsCache));
|
|
23
|
+
}
|
|
24
|
+
return cloneIfNode(obj, deep, withoutLoc, commentsCache);
|
|
25
|
+
}
|
|
26
|
+
function cloneNode(node, deep = true, withoutLoc = false) {
|
|
27
|
+
return cloneNodeInternal(node, deep, withoutLoc, new Map());
|
|
28
|
+
}
|
|
29
|
+
function cloneNodeInternal(node, deep = true, withoutLoc = false, commentsCache) {
|
|
30
|
+
if (!node) return node;
|
|
31
|
+
const {
|
|
32
|
+
type
|
|
33
|
+
} = node;
|
|
34
|
+
const newNode = {
|
|
35
|
+
type: node.type
|
|
36
|
+
};
|
|
37
|
+
if ((0, _index2.isIdentifier)(node)) {
|
|
38
|
+
newNode.name = node.name;
|
|
39
|
+
if (hasOwn(node, "optional") && typeof node.optional === "boolean") {
|
|
40
|
+
newNode.optional = node.optional;
|
|
41
|
+
}
|
|
42
|
+
if (hasOwn(node, "typeAnnotation")) {
|
|
43
|
+
newNode.typeAnnotation = deep ? cloneIfNodeOrArray(node.typeAnnotation, true, withoutLoc, commentsCache) : node.typeAnnotation;
|
|
44
|
+
}
|
|
45
|
+
} else if (!hasOwn(_index.NODE_FIELDS, type)) {
|
|
46
|
+
throw new Error(`Unknown node type: "${type}"`);
|
|
47
|
+
} else {
|
|
48
|
+
for (const field of Object.keys(_index.NODE_FIELDS[type])) {
|
|
49
|
+
if (hasOwn(node, field)) {
|
|
50
|
+
if (deep) {
|
|
51
|
+
newNode[field] = (0, _index2.isFile)(node) && field === "comments" ? maybeCloneComments(node.comments, deep, withoutLoc, commentsCache) : cloneIfNodeOrArray(node[field], true, withoutLoc, commentsCache);
|
|
52
|
+
} else {
|
|
53
|
+
newNode[field] = node[field];
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
if (hasOwn(node, "loc")) {
|
|
59
|
+
if (withoutLoc) {
|
|
60
|
+
newNode.loc = null;
|
|
61
|
+
} else {
|
|
62
|
+
newNode.loc = node.loc;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
if (hasOwn(node, "leadingComments")) {
|
|
66
|
+
newNode.leadingComments = maybeCloneComments(node.leadingComments, deep, withoutLoc, commentsCache);
|
|
67
|
+
}
|
|
68
|
+
if (hasOwn(node, "innerComments")) {
|
|
69
|
+
newNode.innerComments = maybeCloneComments(node.innerComments, deep, withoutLoc, commentsCache);
|
|
70
|
+
}
|
|
71
|
+
if (hasOwn(node, "trailingComments")) {
|
|
72
|
+
newNode.trailingComments = maybeCloneComments(node.trailingComments, deep, withoutLoc, commentsCache);
|
|
73
|
+
}
|
|
74
|
+
if (hasOwn(node, "extra")) {
|
|
75
|
+
newNode.extra = Object.assign({}, node.extra);
|
|
76
|
+
}
|
|
77
|
+
return newNode;
|
|
78
|
+
}
|
|
79
|
+
function maybeCloneComments(comments, deep, withoutLoc, commentsCache) {
|
|
80
|
+
if (!comments || !deep) {
|
|
81
|
+
return comments;
|
|
82
|
+
}
|
|
83
|
+
return comments.map(comment => {
|
|
84
|
+
const cache = commentsCache.get(comment);
|
|
85
|
+
if (cache) return cache;
|
|
86
|
+
const {
|
|
87
|
+
type,
|
|
88
|
+
value,
|
|
89
|
+
loc
|
|
90
|
+
} = comment;
|
|
91
|
+
const ret = {
|
|
92
|
+
type,
|
|
93
|
+
value,
|
|
94
|
+
loc
|
|
95
|
+
};
|
|
96
|
+
if (withoutLoc) {
|
|
97
|
+
ret.loc = null;
|
|
98
|
+
}
|
|
99
|
+
commentsCache.set(comment, ret);
|
|
100
|
+
return ret;
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
//# sourceMappingURL=cloneNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_index2","hasOwn","Function","call","bind","Object","prototype","hasOwnProperty","cloneIfNode","obj","deep","withoutLoc","commentsCache","type","cloneNodeInternal","cloneIfNodeOrArray","Array","isArray","map","node","cloneNode","Map","newNode","isIdentifier","name","optional","typeAnnotation","NODE_FIELDS","Error","field","keys","isFile","maybeCloneComments","comments","loc","leadingComments","innerComments","trailingComments","extra","assign","comment","cache","get","value","ret","set"],"sources":["../../src/clone/cloneNode.ts"],"sourcesContent":["import { NODE_FIELDS } from \"../definitions/index.ts\";\nimport type * as t from \"../index.ts\";\nimport { isFile, isIdentifier } from \"../validators/generated/index.ts\";\n\nconst { hasOwn } = process.env.BABEL_8_BREAKING\n ? Object\n : { hasOwn: Function.call.bind(Object.prototype.hasOwnProperty) };\n\ntype CommentCache = Map<t.Comment, t.Comment>;\n\n// This function will never be called for comments, only for real nodes.\nfunction cloneIfNode(\n obj: t.Node | undefined | null,\n deep: boolean,\n withoutLoc: boolean,\n commentsCache: CommentCache,\n) {\n if (obj && typeof obj.type === \"string\") {\n return cloneNodeInternal(obj, deep, withoutLoc, commentsCache);\n }\n\n return obj;\n}\n\nfunction cloneIfNodeOrArray(\n obj: t.Node | undefined | null | (t.Node | undefined | null)[],\n deep: boolean,\n withoutLoc: boolean,\n commentsCache: CommentCache,\n) {\n if (Array.isArray(obj)) {\n return obj.map(node => cloneIfNode(node, deep, withoutLoc, commentsCache));\n }\n return cloneIfNode(obj, deep, withoutLoc, commentsCache);\n}\n\n/**\n * Create a clone of a `node` including only properties belonging to the node.\n * If the second parameter is `false`, cloneNode performs a shallow clone.\n * If the third parameter is true, the cloned nodes exclude location properties.\n */\nexport default function cloneNode<T extends t.Node>(\n node: T,\n deep: boolean = true,\n withoutLoc: boolean = false,\n): T {\n return cloneNodeInternal(node, deep, withoutLoc, new Map());\n}\n\nfunction cloneNodeInternal<T extends t.Node>(\n node: T,\n deep: boolean = true,\n withoutLoc: boolean = false,\n commentsCache: CommentCache,\n): T {\n if (!node) return node;\n\n const { type } = node;\n const newNode: any = { type: node.type };\n\n // Special-case identifiers since they are the most cloned nodes.\n if (isIdentifier(node)) {\n newNode.name = node.name;\n\n if (hasOwn(node, \"optional\") && typeof node.optional === \"boolean\") {\n newNode.optional = node.optional;\n }\n\n if (hasOwn(node, \"typeAnnotation\")) {\n newNode.typeAnnotation = deep\n ? cloneIfNodeOrArray(\n node.typeAnnotation,\n true,\n withoutLoc,\n commentsCache,\n )\n : node.typeAnnotation;\n }\n } else if (!hasOwn(NODE_FIELDS, type)) {\n throw new Error(`Unknown node type: \"${type}\"`);\n } else {\n for (const field of Object.keys(NODE_FIELDS[type])) {\n if (hasOwn(node, field)) {\n if (deep) {\n newNode[field] =\n isFile(node) && field === \"comments\"\n ? maybeCloneComments(\n node.comments,\n deep,\n withoutLoc,\n commentsCache,\n )\n : cloneIfNodeOrArray(\n // @ts-expect-error node[field] has been guarded by has check\n node[field],\n true,\n withoutLoc,\n commentsCache,\n );\n } else {\n newNode[field] =\n // @ts-expect-error node[field] has been guarded by has check\n node[field];\n }\n }\n }\n }\n\n if (hasOwn(node, \"loc\")) {\n if (withoutLoc) {\n newNode.loc = null;\n } else {\n newNode.loc = node.loc;\n }\n }\n if (hasOwn(node, \"leadingComments\")) {\n newNode.leadingComments = maybeCloneComments(\n node.leadingComments,\n deep,\n withoutLoc,\n commentsCache,\n );\n }\n if (hasOwn(node, \"innerComments\")) {\n newNode.innerComments = maybeCloneComments(\n node.innerComments,\n deep,\n withoutLoc,\n commentsCache,\n );\n }\n if (hasOwn(node, \"trailingComments\")) {\n newNode.trailingComments = maybeCloneComments(\n node.trailingComments,\n deep,\n withoutLoc,\n commentsCache,\n );\n }\n if (hasOwn(node, \"extra\")) {\n newNode.extra = {\n ...node.extra,\n };\n }\n\n return newNode;\n}\n\nfunction maybeCloneComments<T extends t.Comment>(\n comments: ReadonlyArray<T> | null,\n deep: boolean,\n withoutLoc: boolean,\n commentsCache: Map<T, T>,\n): ReadonlyArray<T> | null {\n if (!comments || !deep) {\n return comments;\n }\n return comments.map(comment => {\n const cache = commentsCache.get(comment);\n if (cache) return cache;\n\n const { type, value, loc } = comment;\n\n const ret = { type, value, loc } as T;\n if (withoutLoc) {\n ret.loc = null;\n }\n\n commentsCache.set(comment, ret);\n\n return ret;\n });\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAD,OAAA;AAEA,MAAM;EAAEE;AAAO,CAAC,GAEZ;EAAEA,MAAM,EAAEC,QAAQ,CAACC,IAAI,CAACC,IAAI,CAACC,MAAM,CAACC,SAAS,CAACC,cAAc;AAAE,CAAC;AAKnE,SAASC,WAAWA,CAClBC,GAA8B,EAC9BC,IAAa,EACbC,UAAmB,EACnBC,aAA2B,EAC3B;EACA,IAAIH,GAAG,IAAI,OAAOA,GAAG,CAACI,IAAI,KAAK,QAAQ,EAAE;IACvC,OAAOC,iBAAiB,CAACL,GAAG,EAAEC,IAAI,EAAEC,UAAU,EAAEC,aAAa,CAAC;EAChE;EAEA,OAAOH,GAAG;AACZ;AAEA,SAASM,kBAAkBA,CACzBN,GAA8D,EAC9DC,IAAa,EACbC,UAAmB,EACnBC,aAA2B,EAC3B;EACA,IAAII,KAAK,CAACC,OAAO,CAACR,GAAG,CAAC,EAAE;IACtB,OAAOA,GAAG,CAACS,GAAG,CAACC,IAAI,IAAIX,WAAW,CAACW,IAAI,EAAET,IAAI,EAAEC,UAAU,EAAEC,aAAa,CAAC,CAAC;EAC5E;EACA,OAAOJ,WAAW,CAACC,GAAG,EAAEC,IAAI,EAAEC,UAAU,EAAEC,aAAa,CAAC;AAC1D;AAOe,SAASQ,SAASA,CAC/BD,IAAO,EACPT,IAAa,GAAG,IAAI,EACpBC,UAAmB,GAAG,KAAK,EACxB;EACH,OAAOG,iBAAiB,CAACK,IAAI,EAAET,IAAI,EAAEC,UAAU,EAAE,IAAIU,GAAG,CAAC,CAAC,CAAC;AAC7D;AAEA,SAASP,iBAAiBA,CACxBK,IAAO,EACPT,IAAa,GAAG,IAAI,EACpBC,UAAmB,GAAG,KAAK,EAC3BC,aAA2B,EACxB;EACH,IAAI,CAACO,IAAI,EAAE,OAAOA,IAAI;EAEtB,MAAM;IAAEN;EAAK,CAAC,GAAGM,IAAI;EACrB,MAAMG,OAAY,GAAG;IAAET,IAAI,EAAEM,IAAI,CAACN;EAAK,CAAC;EAGxC,IAAI,IAAAU,oBAAY,EAACJ,IAAI,CAAC,EAAE;IACtBG,OAAO,CAACE,IAAI,GAAGL,IAAI,CAACK,IAAI;IAExB,IAAIvB,MAAM,CAACkB,IAAI,EAAE,UAAU,CAAC,IAAI,OAAOA,IAAI,CAACM,QAAQ,KAAK,SAAS,EAAE;MAClEH,OAAO,CAACG,QAAQ,GAAGN,IAAI,CAACM,QAAQ;IAClC;IAEA,IAAIxB,MAAM,CAACkB,IAAI,EAAE,gBAAgB,CAAC,EAAE;MAClCG,OAAO,CAACI,cAAc,GAAGhB,IAAI,GACzBK,kBAAkB,CAChBI,IAAI,CAACO,cAAc,EACnB,IAAI,EACJf,UAAU,EACVC,aACF,CAAC,GACDO,IAAI,CAACO,cAAc;IACzB;EACF,CAAC,MAAM,IAAI,CAACzB,MAAM,CAAC0B,kBAAW,EAAEd,IAAI,CAAC,EAAE;IACrC,MAAM,IAAIe,KAAK,CAAE,uBAAsBf,IAAK,GAAE,CAAC;EACjD,CAAC,MAAM;IACL,KAAK,MAAMgB,KAAK,IAAIxB,MAAM,CAACyB,IAAI,CAACH,kBAAW,CAACd,IAAI,CAAC,CAAC,EAAE;MAClD,IAAIZ,MAAM,CAACkB,IAAI,EAAEU,KAAK,CAAC,EAAE;QACvB,IAAInB,IAAI,EAAE;UACRY,OAAO,CAACO,KAAK,CAAC,GACZ,IAAAE,cAAM,EAACZ,IAAI,CAAC,IAAIU,KAAK,KAAK,UAAU,GAChCG,kBAAkB,CAChBb,IAAI,CAACc,QAAQ,EACbvB,IAAI,EACJC,UAAU,EACVC,aACF,CAAC,GACDG,kBAAkB,CAEhBI,IAAI,CAACU,KAAK,CAAC,EACX,IAAI,EACJlB,UAAU,EACVC,aACF,CAAC;QACT,CAAC,MAAM;UACLU,OAAO,CAACO,KAAK,CAAC,GAEZV,IAAI,CAACU,KAAK,CAAC;QACf;MACF;IACF;EACF;EAEA,IAAI5B,MAAM,CAACkB,IAAI,EAAE,KAAK,CAAC,EAAE;IACvB,IAAIR,UAAU,EAAE;MACdW,OAAO,CAACY,GAAG,GAAG,IAAI;IACpB,CAAC,MAAM;MACLZ,OAAO,CAACY,GAAG,GAAGf,IAAI,CAACe,GAAG;IACxB;EACF;EACA,IAAIjC,MAAM,CAACkB,IAAI,EAAE,iBAAiB,CAAC,EAAE;IACnCG,OAAO,CAACa,eAAe,GAAGH,kBAAkB,CAC1Cb,IAAI,CAACgB,eAAe,EACpBzB,IAAI,EACJC,UAAU,EACVC,aACF,CAAC;EACH;EACA,IAAIX,MAAM,CAACkB,IAAI,EAAE,eAAe,CAAC,EAAE;IACjCG,OAAO,CAACc,aAAa,GAAGJ,kBAAkB,CACxCb,IAAI,CAACiB,aAAa,EAClB1B,IAAI,EACJC,UAAU,EACVC,aACF,CAAC;EACH;EACA,IAAIX,MAAM,CAACkB,IAAI,EAAE,kBAAkB,CAAC,EAAE;IACpCG,OAAO,CAACe,gBAAgB,GAAGL,kBAAkB,CAC3Cb,IAAI,CAACkB,gBAAgB,EACrB3B,IAAI,EACJC,UAAU,EACVC,aACF,CAAC;EACH;EACA,IAAIX,MAAM,CAACkB,IAAI,EAAE,OAAO,CAAC,EAAE;IACzBG,OAAO,CAACgB,KAAK,GAAAjC,MAAA,CAAAkC,MAAA,KACRpB,IAAI,CAACmB,KAAK,CACd;EACH;EAEA,OAAOhB,OAAO;AAChB;AAEA,SAASU,kBAAkBA,CACzBC,QAAiC,EACjCvB,IAAa,EACbC,UAAmB,EACnBC,aAAwB,EACC;EACzB,IAAI,CAACqB,QAAQ,IAAI,CAACvB,IAAI,EAAE;IACtB,OAAOuB,QAAQ;EACjB;EACA,OAAOA,QAAQ,CAACf,GAAG,CAACsB,OAAO,IAAI;IAC7B,MAAMC,KAAK,GAAG7B,aAAa,CAAC8B,GAAG,CAACF,OAAO,CAAC;IACxC,IAAIC,KAAK,EAAE,OAAOA,KAAK;IAEvB,MAAM;MAAE5B,IAAI;MAAE8B,KAAK;MAAET;IAAI,CAAC,GAAGM,OAAO;IAEpC,MAAMI,GAAG,GAAG;MAAE/B,IAAI;MAAE8B,KAAK;MAAET;IAAI,CAAM;IACrC,IAAIvB,UAAU,EAAE;MACdiC,GAAG,CAACV,GAAG,GAAG,IAAI;IAChB;IAEAtB,aAAa,CAACiC,GAAG,CAACL,OAAO,EAAEI,GAAG,CAAC;IAE/B,OAAOA,GAAG;EACZ,CAAC,CAAC;AACJ","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = cloneWithoutLoc;
|
|
7
|
+
var _cloneNode = require("./cloneNode.js");
|
|
8
|
+
function cloneWithoutLoc(node) {
|
|
9
|
+
return (0, _cloneNode.default)(node, false, true);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=cloneWithoutLoc.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_cloneNode","require","cloneWithoutLoc","node","cloneNode"],"sources":["../../src/clone/cloneWithoutLoc.ts"],"sourcesContent":["import cloneNode from \"./cloneNode.ts\";\nimport type * as t from \"../index.ts\";\n\n/**\n * Create a shallow clone of a `node` excluding `_private` and location properties.\n */\nexport default function cloneWithoutLoc<T extends t.Node>(node: T): T {\n return cloneNode(node, /* deep */ false, /* withoutLoc */ true);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAMe,SAASC,eAAeA,CAAmBC,IAAO,EAAK;EACpE,OAAO,IAAAC,kBAAS,EAACD,IAAI,EAAa,KAAK,EAAmB,IAAI,CAAC;AACjE","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = addComment;
|
|
7
|
+
var _addComments = require("./addComments.js");
|
|
8
|
+
function addComment(node, type, content, line) {
|
|
9
|
+
return (0, _addComments.default)(node, type, [{
|
|
10
|
+
type: line ? "CommentLine" : "CommentBlock",
|
|
11
|
+
value: content
|
|
12
|
+
}]);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=addComment.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_addComments","require","addComment","node","type","content","line","addComments","value"],"sources":["../../src/comments/addComment.ts"],"sourcesContent":["import addComments from \"./addComments.ts\";\nimport type * as t from \"../index.ts\";\n\n/**\n * Add comment of certain type to a node.\n */\nexport default function addComment<T extends t.Node>(\n node: T,\n type: t.CommentTypeShorthand,\n content: string,\n line?: boolean,\n): T {\n return addComments(node, type, [\n {\n type: line ? \"CommentLine\" : \"CommentBlock\",\n value: content,\n } as t.Comment,\n ]);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAMe,SAASC,UAAUA,CAChCC,IAAO,EACPC,IAA4B,EAC5BC,OAAe,EACfC,IAAc,EACX;EACH,OAAO,IAAAC,oBAAW,EAACJ,IAAI,EAAEC,IAAI,EAAE,CAC7B;IACEA,IAAI,EAAEE,IAAI,GAAG,aAAa,GAAG,cAAc;IAC3CE,KAAK,EAAEH;EACT,CAAC,CACF,CAAC;AACJ","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = addComments;
|
|
7
|
+
function addComments(node, type, comments) {
|
|
8
|
+
if (!comments || !node) return node;
|
|
9
|
+
const key = `${type}Comments`;
|
|
10
|
+
if (node[key]) {
|
|
11
|
+
if (type === "leading") {
|
|
12
|
+
node[key] = comments.concat(node[key]);
|
|
13
|
+
} else {
|
|
14
|
+
node[key].push(...comments);
|
|
15
|
+
}
|
|
16
|
+
} else {
|
|
17
|
+
node[key] = comments;
|
|
18
|
+
}
|
|
19
|
+
return node;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=addComments.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["addComments","node","type","comments","key","concat","push"],"sources":["../../src/comments/addComments.ts"],"sourcesContent":["import type * as t from \"../index.ts\";\n\n/**\n * Add comments of certain type to a node.\n */\nexport default function addComments<T extends t.Node>(\n node: T,\n type: t.CommentTypeShorthand,\n comments: Array<t.Comment>,\n): T {\n if (!comments || !node) return node;\n\n const key = `${type}Comments` as const;\n\n if (node[key]) {\n if (type === \"leading\") {\n node[key] = comments.concat(node[key]);\n } else {\n node[key].push(...comments);\n }\n } else {\n node[key] = comments;\n }\n\n return node;\n}\n"],"mappings":";;;;;;AAKe,SAASA,WAAWA,CACjCC,IAAO,EACPC,IAA4B,EAC5BC,QAA0B,EACvB;EACH,IAAI,CAACA,QAAQ,IAAI,CAACF,IAAI,EAAE,OAAOA,IAAI;EAEnC,MAAMG,GAAG,GAAI,GAAEF,IAAK,UAAkB;EAEtC,IAAID,IAAI,CAACG,GAAG,CAAC,EAAE;IACb,IAAIF,IAAI,KAAK,SAAS,EAAE;MACtBD,IAAI,CAACG,GAAG,CAAC,GAAGD,QAAQ,CAACE,MAAM,CAACJ,IAAI,CAACG,GAAG,CAAC,CAAC;IACxC,CAAC,MAAM;MACLH,IAAI,CAACG,GAAG,CAAC,CAACE,IAAI,CAAC,GAAGH,QAAQ,CAAC;IAC7B;EACF,CAAC,MAAM;IACLF,IAAI,CAACG,GAAG,CAAC,GAAGD,QAAQ;EACtB;EAEA,OAAOF,IAAI;AACb","ignoreList":[]}
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = inheritInnerComments;
|
|
7
|
+
var _inherit = require("../utils/inherit.js");
|
|
8
|
+
function inheritInnerComments(child, parent) {
|
|
9
|
+
(0, _inherit.default)("innerComments", child, parent);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=inheritInnerComments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_inherit","require","inheritInnerComments","child","parent","inherit"],"sources":["../../src/comments/inheritInnerComments.ts"],"sourcesContent":["import inherit from \"../utils/inherit.ts\";\nimport type * as t from \"../index.ts\";\n\nexport default function inheritInnerComments(\n child: t.Node,\n parent: t.Node,\n): void {\n inherit(\"innerComments\", child, parent);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAGe,SAASC,oBAAoBA,CAC1CC,KAAa,EACbC,MAAc,EACR;EACN,IAAAC,gBAAO,EAAC,eAAe,EAAEF,KAAK,EAAEC,MAAM,CAAC;AACzC","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = inheritLeadingComments;
|
|
7
|
+
var _inherit = require("../utils/inherit.js");
|
|
8
|
+
function inheritLeadingComments(child, parent) {
|
|
9
|
+
(0, _inherit.default)("leadingComments", child, parent);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=inheritLeadingComments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_inherit","require","inheritLeadingComments","child","parent","inherit"],"sources":["../../src/comments/inheritLeadingComments.ts"],"sourcesContent":["import inherit from \"../utils/inherit.ts\";\nimport type * as t from \"../index.ts\";\n\nexport default function inheritLeadingComments(\n child: t.Node,\n parent: t.Node,\n): void {\n inherit(\"leadingComments\", child, parent);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAGe,SAASC,sBAAsBA,CAC5CC,KAAa,EACbC,MAAc,EACR;EACN,IAAAC,gBAAO,EAAC,iBAAiB,EAAEF,KAAK,EAAEC,MAAM,CAAC;AAC3C","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = inheritTrailingComments;
|
|
7
|
+
var _inherit = require("../utils/inherit.js");
|
|
8
|
+
function inheritTrailingComments(child, parent) {
|
|
9
|
+
(0, _inherit.default)("trailingComments", child, parent);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=inheritTrailingComments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_inherit","require","inheritTrailingComments","child","parent","inherit"],"sources":["../../src/comments/inheritTrailingComments.ts"],"sourcesContent":["import inherit from \"../utils/inherit.ts\";\nimport type * as t from \"../index.ts\";\n\nexport default function inheritTrailingComments(\n child: t.Node,\n parent: t.Node,\n): void {\n inherit(\"trailingComments\", child, parent);\n}\n"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAGe,SAASC,uBAAuBA,CAC7CC,KAAa,EACbC,MAAc,EACR;EACN,IAAAC,gBAAO,EAAC,kBAAkB,EAAEF,KAAK,EAAEC,MAAM,CAAC;AAC5C","ignoreList":[]}
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = inheritsComments;
|
|
7
|
+
var _inheritTrailingComments = require("./inheritTrailingComments.js");
|
|
8
|
+
var _inheritLeadingComments = require("./inheritLeadingComments.js");
|
|
9
|
+
var _inheritInnerComments = require("./inheritInnerComments.js");
|
|
10
|
+
function inheritsComments(child, parent) {
|
|
11
|
+
(0, _inheritTrailingComments.default)(child, parent);
|
|
12
|
+
(0, _inheritLeadingComments.default)(child, parent);
|
|
13
|
+
(0, _inheritInnerComments.default)(child, parent);
|
|
14
|
+
return child;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=inheritsComments.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_inheritTrailingComments","require","_inheritLeadingComments","_inheritInnerComments","inheritsComments","child","parent","inheritTrailingComments","inheritLeadingComments","inheritInnerComments"],"sources":["../../src/comments/inheritsComments.ts"],"sourcesContent":["import inheritTrailingComments from \"./inheritTrailingComments.ts\";\nimport inheritLeadingComments from \"./inheritLeadingComments.ts\";\nimport inheritInnerComments from \"./inheritInnerComments.ts\";\nimport type * as t from \"../index.ts\";\n\n/**\n * Inherit all unique comments from `parent` node to `child` node.\n */\nexport default function inheritsComments<T extends t.Node>(\n child: T,\n parent: t.Node,\n): T {\n inheritTrailingComments(child, parent);\n inheritLeadingComments(child, parent);\n inheritInnerComments(child, parent);\n\n return child;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,wBAAA,GAAAC,OAAA;AACA,IAAAC,uBAAA,GAAAD,OAAA;AACA,IAAAE,qBAAA,GAAAF,OAAA;AAMe,SAASG,gBAAgBA,CACtCC,KAAQ,EACRC,MAAc,EACX;EACH,IAAAC,gCAAuB,EAACF,KAAK,EAAEC,MAAM,CAAC;EACtC,IAAAE,+BAAsB,EAACH,KAAK,EAAEC,MAAM,CAAC;EACrC,IAAAG,6BAAoB,EAACJ,KAAK,EAAEC,MAAM,CAAC;EAEnC,OAAOD,KAAK;AACd","ignoreList":[]}
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = removeComments;
|
|
7
|
+
var _index = require("../constants/index.js");
|
|
8
|
+
function removeComments(node) {
|
|
9
|
+
_index.COMMENT_KEYS.forEach(key => {
|
|
10
|
+
node[key] = null;
|
|
11
|
+
});
|
|
12
|
+
return node;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=removeComments.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","removeComments","node","COMMENT_KEYS","forEach","key"],"sources":["../../src/comments/removeComments.ts"],"sourcesContent":["import { COMMENT_KEYS } from \"../constants/index.ts\";\nimport type * as t from \"../index.ts\";\n\n/**\n * Remove comment properties from a node.\n */\nexport default function removeComments<T extends t.Node>(node: T): T {\n COMMENT_KEYS.forEach(key => {\n node[key] = null;\n });\n\n return node;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAMe,SAASC,cAAcA,CAAmBC,IAAO,EAAK;EACnEC,mBAAY,CAACC,OAAO,CAACC,GAAG,IAAI;IAC1BH,IAAI,CAACG,GAAG,CAAC,GAAG,IAAI;EAClB,CAAC,CAAC;EAEF,OAAOH,IAAI;AACb","ignoreList":[]}
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.WHILE_TYPES = exports.USERWHITESPACABLE_TYPES = exports.UNARYLIKE_TYPES = exports.TYPESCRIPT_TYPES = exports.TSTYPE_TYPES = exports.TSTYPEELEMENT_TYPES = exports.TSENTITYNAME_TYPES = exports.TSBASETYPE_TYPES = exports.TERMINATORLESS_TYPES = exports.STATEMENT_TYPES = exports.STANDARDIZED_TYPES = exports.SCOPABLE_TYPES = exports.PUREISH_TYPES = exports.PROPERTY_TYPES = exports.PRIVATE_TYPES = exports.PATTERN_TYPES = exports.PATTERNLIKE_TYPES = exports.OBJECTMEMBER_TYPES = exports.MODULESPECIFIER_TYPES = exports.MODULEDECLARATION_TYPES = exports.MISCELLANEOUS_TYPES = exports.METHOD_TYPES = exports.LVAL_TYPES = exports.LOOP_TYPES = exports.LITERAL_TYPES = exports.JSX_TYPES = exports.IMPORTOREXPORTDECLARATION_TYPES = exports.IMMUTABLE_TYPES = exports.FUNCTION_TYPES = exports.FUNCTIONPARENT_TYPES = exports.FOR_TYPES = exports.FORXSTATEMENT_TYPES = exports.FLOW_TYPES = exports.FLOWTYPE_TYPES = exports.FLOWPREDICATE_TYPES = exports.FLOWDECLARATION_TYPES = exports.FLOWBASEANNOTATION_TYPES = exports.EXPRESSION_TYPES = exports.EXPRESSIONWRAPPER_TYPES = exports.EXPORTDECLARATION_TYPES = exports.ENUMMEMBER_TYPES = exports.ENUMBODY_TYPES = exports.DECLARATION_TYPES = exports.CONDITIONAL_TYPES = exports.COMPLETIONSTATEMENT_TYPES = exports.CLASS_TYPES = exports.BLOCK_TYPES = exports.BLOCKPARENT_TYPES = exports.BINARY_TYPES = exports.ACCESSOR_TYPES = void 0;
|
|
7
|
+
var _index = require("../../definitions/index.js");
|
|
8
|
+
const STANDARDIZED_TYPES = exports.STANDARDIZED_TYPES = _index.FLIPPED_ALIAS_KEYS["Standardized"];
|
|
9
|
+
const EXPRESSION_TYPES = exports.EXPRESSION_TYPES = _index.FLIPPED_ALIAS_KEYS["Expression"];
|
|
10
|
+
const BINARY_TYPES = exports.BINARY_TYPES = _index.FLIPPED_ALIAS_KEYS["Binary"];
|
|
11
|
+
const SCOPABLE_TYPES = exports.SCOPABLE_TYPES = _index.FLIPPED_ALIAS_KEYS["Scopable"];
|
|
12
|
+
const BLOCKPARENT_TYPES = exports.BLOCKPARENT_TYPES = _index.FLIPPED_ALIAS_KEYS["BlockParent"];
|
|
13
|
+
const BLOCK_TYPES = exports.BLOCK_TYPES = _index.FLIPPED_ALIAS_KEYS["Block"];
|
|
14
|
+
const STATEMENT_TYPES = exports.STATEMENT_TYPES = _index.FLIPPED_ALIAS_KEYS["Statement"];
|
|
15
|
+
const TERMINATORLESS_TYPES = exports.TERMINATORLESS_TYPES = _index.FLIPPED_ALIAS_KEYS["Terminatorless"];
|
|
16
|
+
const COMPLETIONSTATEMENT_TYPES = exports.COMPLETIONSTATEMENT_TYPES = _index.FLIPPED_ALIAS_KEYS["CompletionStatement"];
|
|
17
|
+
const CONDITIONAL_TYPES = exports.CONDITIONAL_TYPES = _index.FLIPPED_ALIAS_KEYS["Conditional"];
|
|
18
|
+
const LOOP_TYPES = exports.LOOP_TYPES = _index.FLIPPED_ALIAS_KEYS["Loop"];
|
|
19
|
+
const WHILE_TYPES = exports.WHILE_TYPES = _index.FLIPPED_ALIAS_KEYS["While"];
|
|
20
|
+
const EXPRESSIONWRAPPER_TYPES = exports.EXPRESSIONWRAPPER_TYPES = _index.FLIPPED_ALIAS_KEYS["ExpressionWrapper"];
|
|
21
|
+
const FOR_TYPES = exports.FOR_TYPES = _index.FLIPPED_ALIAS_KEYS["For"];
|
|
22
|
+
const FORXSTATEMENT_TYPES = exports.FORXSTATEMENT_TYPES = _index.FLIPPED_ALIAS_KEYS["ForXStatement"];
|
|
23
|
+
const FUNCTION_TYPES = exports.FUNCTION_TYPES = _index.FLIPPED_ALIAS_KEYS["Function"];
|
|
24
|
+
const FUNCTIONPARENT_TYPES = exports.FUNCTIONPARENT_TYPES = _index.FLIPPED_ALIAS_KEYS["FunctionParent"];
|
|
25
|
+
const PUREISH_TYPES = exports.PUREISH_TYPES = _index.FLIPPED_ALIAS_KEYS["Pureish"];
|
|
26
|
+
const DECLARATION_TYPES = exports.DECLARATION_TYPES = _index.FLIPPED_ALIAS_KEYS["Declaration"];
|
|
27
|
+
const PATTERNLIKE_TYPES = exports.PATTERNLIKE_TYPES = _index.FLIPPED_ALIAS_KEYS["PatternLike"];
|
|
28
|
+
const LVAL_TYPES = exports.LVAL_TYPES = _index.FLIPPED_ALIAS_KEYS["LVal"];
|
|
29
|
+
const TSENTITYNAME_TYPES = exports.TSENTITYNAME_TYPES = _index.FLIPPED_ALIAS_KEYS["TSEntityName"];
|
|
30
|
+
const LITERAL_TYPES = exports.LITERAL_TYPES = _index.FLIPPED_ALIAS_KEYS["Literal"];
|
|
31
|
+
const IMMUTABLE_TYPES = exports.IMMUTABLE_TYPES = _index.FLIPPED_ALIAS_KEYS["Immutable"];
|
|
32
|
+
const USERWHITESPACABLE_TYPES = exports.USERWHITESPACABLE_TYPES = _index.FLIPPED_ALIAS_KEYS["UserWhitespacable"];
|
|
33
|
+
const METHOD_TYPES = exports.METHOD_TYPES = _index.FLIPPED_ALIAS_KEYS["Method"];
|
|
34
|
+
const OBJECTMEMBER_TYPES = exports.OBJECTMEMBER_TYPES = _index.FLIPPED_ALIAS_KEYS["ObjectMember"];
|
|
35
|
+
const PROPERTY_TYPES = exports.PROPERTY_TYPES = _index.FLIPPED_ALIAS_KEYS["Property"];
|
|
36
|
+
const UNARYLIKE_TYPES = exports.UNARYLIKE_TYPES = _index.FLIPPED_ALIAS_KEYS["UnaryLike"];
|
|
37
|
+
const PATTERN_TYPES = exports.PATTERN_TYPES = _index.FLIPPED_ALIAS_KEYS["Pattern"];
|
|
38
|
+
const CLASS_TYPES = exports.CLASS_TYPES = _index.FLIPPED_ALIAS_KEYS["Class"];
|
|
39
|
+
const IMPORTOREXPORTDECLARATION_TYPES = exports.IMPORTOREXPORTDECLARATION_TYPES = _index.FLIPPED_ALIAS_KEYS["ImportOrExportDeclaration"];
|
|
40
|
+
const EXPORTDECLARATION_TYPES = exports.EXPORTDECLARATION_TYPES = _index.FLIPPED_ALIAS_KEYS["ExportDeclaration"];
|
|
41
|
+
const MODULESPECIFIER_TYPES = exports.MODULESPECIFIER_TYPES = _index.FLIPPED_ALIAS_KEYS["ModuleSpecifier"];
|
|
42
|
+
const ACCESSOR_TYPES = exports.ACCESSOR_TYPES = _index.FLIPPED_ALIAS_KEYS["Accessor"];
|
|
43
|
+
const PRIVATE_TYPES = exports.PRIVATE_TYPES = _index.FLIPPED_ALIAS_KEYS["Private"];
|
|
44
|
+
const FLOW_TYPES = exports.FLOW_TYPES = _index.FLIPPED_ALIAS_KEYS["Flow"];
|
|
45
|
+
const FLOWTYPE_TYPES = exports.FLOWTYPE_TYPES = _index.FLIPPED_ALIAS_KEYS["FlowType"];
|
|
46
|
+
const FLOWBASEANNOTATION_TYPES = exports.FLOWBASEANNOTATION_TYPES = _index.FLIPPED_ALIAS_KEYS["FlowBaseAnnotation"];
|
|
47
|
+
const FLOWDECLARATION_TYPES = exports.FLOWDECLARATION_TYPES = _index.FLIPPED_ALIAS_KEYS["FlowDeclaration"];
|
|
48
|
+
const FLOWPREDICATE_TYPES = exports.FLOWPREDICATE_TYPES = _index.FLIPPED_ALIAS_KEYS["FlowPredicate"];
|
|
49
|
+
const ENUMBODY_TYPES = exports.ENUMBODY_TYPES = _index.FLIPPED_ALIAS_KEYS["EnumBody"];
|
|
50
|
+
const ENUMMEMBER_TYPES = exports.ENUMMEMBER_TYPES = _index.FLIPPED_ALIAS_KEYS["EnumMember"];
|
|
51
|
+
const JSX_TYPES = exports.JSX_TYPES = _index.FLIPPED_ALIAS_KEYS["JSX"];
|
|
52
|
+
const MISCELLANEOUS_TYPES = exports.MISCELLANEOUS_TYPES = _index.FLIPPED_ALIAS_KEYS["Miscellaneous"];
|
|
53
|
+
const TYPESCRIPT_TYPES = exports.TYPESCRIPT_TYPES = _index.FLIPPED_ALIAS_KEYS["TypeScript"];
|
|
54
|
+
const TSTYPEELEMENT_TYPES = exports.TSTYPEELEMENT_TYPES = _index.FLIPPED_ALIAS_KEYS["TSTypeElement"];
|
|
55
|
+
const TSTYPE_TYPES = exports.TSTYPE_TYPES = _index.FLIPPED_ALIAS_KEYS["TSType"];
|
|
56
|
+
const TSBASETYPE_TYPES = exports.TSBASETYPE_TYPES = _index.FLIPPED_ALIAS_KEYS["TSBaseType"];
|
|
57
|
+
const MODULEDECLARATION_TYPES = exports.MODULEDECLARATION_TYPES = IMPORTOREXPORTDECLARATION_TYPES;
|
|
58
|
+
|
|
59
|
+
//# sourceMappingURL=index.js.map
|
package/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","STANDARDIZED_TYPES","exports","FLIPPED_ALIAS_KEYS","EXPRESSION_TYPES","BINARY_TYPES","SCOPABLE_TYPES","BLOCKPARENT_TYPES","BLOCK_TYPES","STATEMENT_TYPES","TERMINATORLESS_TYPES","COMPLETIONSTATEMENT_TYPES","CONDITIONAL_TYPES","LOOP_TYPES","WHILE_TYPES","EXPRESSIONWRAPPER_TYPES","FOR_TYPES","FORXSTATEMENT_TYPES","FUNCTION_TYPES","FUNCTIONPARENT_TYPES","PUREISH_TYPES","DECLARATION_TYPES","PATTERNLIKE_TYPES","LVAL_TYPES","TSENTITYNAME_TYPES","LITERAL_TYPES","IMMUTABLE_TYPES","USERWHITESPACABLE_TYPES","METHOD_TYPES","OBJECTMEMBER_TYPES","PROPERTY_TYPES","UNARYLIKE_TYPES","PATTERN_TYPES","CLASS_TYPES","IMPORTOREXPORTDECLARATION_TYPES","EXPORTDECLARATION_TYPES","MODULESPECIFIER_TYPES","ACCESSOR_TYPES","PRIVATE_TYPES","FLOW_TYPES","FLOWTYPE_TYPES","FLOWBASEANNOTATION_TYPES","FLOWDECLARATION_TYPES","FLOWPREDICATE_TYPES","ENUMBODY_TYPES","ENUMMEMBER_TYPES","JSX_TYPES","MISCELLANEOUS_TYPES","TYPESCRIPT_TYPES","TSTYPEELEMENT_TYPES","TSTYPE_TYPES","TSBASETYPE_TYPES","MODULEDECLARATION_TYPES"],"sources":["../../../src/constants/generated/index.ts"],"sourcesContent":["/*\n * This file is auto-generated! Do not modify it directly.\n * To re-generate run 'make build'\n */\nimport { FLIPPED_ALIAS_KEYS } from \"../../definitions/index.ts\";\n\nexport const STANDARDIZED_TYPES = FLIPPED_ALIAS_KEYS[\"Standardized\"];\nexport const EXPRESSION_TYPES = FLIPPED_ALIAS_KEYS[\"Expression\"];\nexport const BINARY_TYPES = FLIPPED_ALIAS_KEYS[\"Binary\"];\nexport const SCOPABLE_TYPES = FLIPPED_ALIAS_KEYS[\"Scopable\"];\nexport const BLOCKPARENT_TYPES = FLIPPED_ALIAS_KEYS[\"BlockParent\"];\nexport const BLOCK_TYPES = FLIPPED_ALIAS_KEYS[\"Block\"];\nexport const STATEMENT_TYPES = FLIPPED_ALIAS_KEYS[\"Statement\"];\nexport const TERMINATORLESS_TYPES = FLIPPED_ALIAS_KEYS[\"Terminatorless\"];\nexport const COMPLETIONSTATEMENT_TYPES =\n FLIPPED_ALIAS_KEYS[\"CompletionStatement\"];\nexport const CONDITIONAL_TYPES = FLIPPED_ALIAS_KEYS[\"Conditional\"];\nexport const LOOP_TYPES = FLIPPED_ALIAS_KEYS[\"Loop\"];\nexport const WHILE_TYPES = FLIPPED_ALIAS_KEYS[\"While\"];\nexport const EXPRESSIONWRAPPER_TYPES = FLIPPED_ALIAS_KEYS[\"ExpressionWrapper\"];\nexport const FOR_TYPES = FLIPPED_ALIAS_KEYS[\"For\"];\nexport const FORXSTATEMENT_TYPES = FLIPPED_ALIAS_KEYS[\"ForXStatement\"];\nexport const FUNCTION_TYPES = FLIPPED_ALIAS_KEYS[\"Function\"];\nexport const FUNCTIONPARENT_TYPES = FLIPPED_ALIAS_KEYS[\"FunctionParent\"];\nexport const PUREISH_TYPES = FLIPPED_ALIAS_KEYS[\"Pureish\"];\nexport const DECLARATION_TYPES = FLIPPED_ALIAS_KEYS[\"Declaration\"];\nexport const PATTERNLIKE_TYPES = FLIPPED_ALIAS_KEYS[\"PatternLike\"];\nexport const LVAL_TYPES = FLIPPED_ALIAS_KEYS[\"LVal\"];\nexport const TSENTITYNAME_TYPES = FLIPPED_ALIAS_KEYS[\"TSEntityName\"];\nexport const LITERAL_TYPES = FLIPPED_ALIAS_KEYS[\"Literal\"];\nexport const IMMUTABLE_TYPES = FLIPPED_ALIAS_KEYS[\"Immutable\"];\nexport const USERWHITESPACABLE_TYPES = FLIPPED_ALIAS_KEYS[\"UserWhitespacable\"];\nexport const METHOD_TYPES = FLIPPED_ALIAS_KEYS[\"Method\"];\nexport const OBJECTMEMBER_TYPES = FLIPPED_ALIAS_KEYS[\"ObjectMember\"];\nexport const PROPERTY_TYPES = FLIPPED_ALIAS_KEYS[\"Property\"];\nexport const UNARYLIKE_TYPES = FLIPPED_ALIAS_KEYS[\"UnaryLike\"];\nexport const PATTERN_TYPES = FLIPPED_ALIAS_KEYS[\"Pattern\"];\nexport const CLASS_TYPES = FLIPPED_ALIAS_KEYS[\"Class\"];\nexport const IMPORTOREXPORTDECLARATION_TYPES =\n FLIPPED_ALIAS_KEYS[\"ImportOrExportDeclaration\"];\nexport const EXPORTDECLARATION_TYPES = FLIPPED_ALIAS_KEYS[\"ExportDeclaration\"];\nexport const MODULESPECIFIER_TYPES = FLIPPED_ALIAS_KEYS[\"ModuleSpecifier\"];\nexport const ACCESSOR_TYPES = FLIPPED_ALIAS_KEYS[\"Accessor\"];\nexport const PRIVATE_TYPES = FLIPPED_ALIAS_KEYS[\"Private\"];\nexport const FLOW_TYPES = FLIPPED_ALIAS_KEYS[\"Flow\"];\nexport const FLOWTYPE_TYPES = FLIPPED_ALIAS_KEYS[\"FlowType\"];\nexport const FLOWBASEANNOTATION_TYPES =\n FLIPPED_ALIAS_KEYS[\"FlowBaseAnnotation\"];\nexport const FLOWDECLARATION_TYPES = FLIPPED_ALIAS_KEYS[\"FlowDeclaration\"];\nexport const FLOWPREDICATE_TYPES = FLIPPED_ALIAS_KEYS[\"FlowPredicate\"];\nexport const ENUMBODY_TYPES = FLIPPED_ALIAS_KEYS[\"EnumBody\"];\nexport const ENUMMEMBER_TYPES = FLIPPED_ALIAS_KEYS[\"EnumMember\"];\nexport const JSX_TYPES = FLIPPED_ALIAS_KEYS[\"JSX\"];\nexport const MISCELLANEOUS_TYPES = FLIPPED_ALIAS_KEYS[\"Miscellaneous\"];\nexport const TYPESCRIPT_TYPES = FLIPPED_ALIAS_KEYS[\"TypeScript\"];\nexport const TSTYPEELEMENT_TYPES = FLIPPED_ALIAS_KEYS[\"TSTypeElement\"];\nexport const TSTYPE_TYPES = FLIPPED_ALIAS_KEYS[\"TSType\"];\nexport const TSBASETYPE_TYPES = FLIPPED_ALIAS_KEYS[\"TSBaseType\"];\n/**\n * @deprecated migrate to IMPORTOREXPORTDECLARATION_TYPES.\n */\nexport const MODULEDECLARATION_TYPES = IMPORTOREXPORTDECLARATION_TYPES;\n"],"mappings":";;;;;;AAIA,IAAAA,MAAA,GAAAC,OAAA;AAEO,MAAMC,kBAAkB,GAAAC,OAAA,CAAAD,kBAAA,GAAGE,yBAAkB,CAAC,cAAc,CAAC;AAC7D,MAAMC,gBAAgB,GAAAF,OAAA,CAAAE,gBAAA,GAAGD,yBAAkB,CAAC,YAAY,CAAC;AACzD,MAAME,YAAY,GAAAH,OAAA,CAAAG,YAAA,GAAGF,yBAAkB,CAAC,QAAQ,CAAC;AACjD,MAAMG,cAAc,GAAAJ,OAAA,CAAAI,cAAA,GAAGH,yBAAkB,CAAC,UAAU,CAAC;AACrD,MAAMI,iBAAiB,GAAAL,OAAA,CAAAK,iBAAA,GAAGJ,yBAAkB,CAAC,aAAa,CAAC;AAC3D,MAAMK,WAAW,GAAAN,OAAA,CAAAM,WAAA,GAAGL,yBAAkB,CAAC,OAAO,CAAC;AAC/C,MAAMM,eAAe,GAAAP,OAAA,CAAAO,eAAA,GAAGN,yBAAkB,CAAC,WAAW,CAAC;AACvD,MAAMO,oBAAoB,GAAAR,OAAA,CAAAQ,oBAAA,GAAGP,yBAAkB,CAAC,gBAAgB,CAAC;AACjE,MAAMQ,yBAAyB,GAAAT,OAAA,CAAAS,yBAAA,GACpCR,yBAAkB,CAAC,qBAAqB,CAAC;AACpC,MAAMS,iBAAiB,GAAAV,OAAA,CAAAU,iBAAA,GAAGT,yBAAkB,CAAC,aAAa,CAAC;AAC3D,MAAMU,UAAU,GAAAX,OAAA,CAAAW,UAAA,GAAGV,yBAAkB,CAAC,MAAM,CAAC;AAC7C,MAAMW,WAAW,GAAAZ,OAAA,CAAAY,WAAA,GAAGX,yBAAkB,CAAC,OAAO,CAAC;AAC/C,MAAMY,uBAAuB,GAAAb,OAAA,CAAAa,uBAAA,GAAGZ,yBAAkB,CAAC,mBAAmB,CAAC;AACvE,MAAMa,SAAS,GAAAd,OAAA,CAAAc,SAAA,GAAGb,yBAAkB,CAAC,KAAK,CAAC;AAC3C,MAAMc,mBAAmB,GAAAf,OAAA,CAAAe,mBAAA,GAAGd,yBAAkB,CAAC,eAAe,CAAC;AAC/D,MAAMe,cAAc,GAAAhB,OAAA,CAAAgB,cAAA,GAAGf,yBAAkB,CAAC,UAAU,CAAC;AACrD,MAAMgB,oBAAoB,GAAAjB,OAAA,CAAAiB,oBAAA,GAAGhB,yBAAkB,CAAC,gBAAgB,CAAC;AACjE,MAAMiB,aAAa,GAAAlB,OAAA,CAAAkB,aAAA,GAAGjB,yBAAkB,CAAC,SAAS,CAAC;AACnD,MAAMkB,iBAAiB,GAAAnB,OAAA,CAAAmB,iBAAA,GAAGlB,yBAAkB,CAAC,aAAa,CAAC;AAC3D,MAAMmB,iBAAiB,GAAApB,OAAA,CAAAoB,iBAAA,GAAGnB,yBAAkB,CAAC,aAAa,CAAC;AAC3D,MAAMoB,UAAU,GAAArB,OAAA,CAAAqB,UAAA,GAAGpB,yBAAkB,CAAC,MAAM,CAAC;AAC7C,MAAMqB,kBAAkB,GAAAtB,OAAA,CAAAsB,kBAAA,GAAGrB,yBAAkB,CAAC,cAAc,CAAC;AAC7D,MAAMsB,aAAa,GAAAvB,OAAA,CAAAuB,aAAA,GAAGtB,yBAAkB,CAAC,SAAS,CAAC;AACnD,MAAMuB,eAAe,GAAAxB,OAAA,CAAAwB,eAAA,GAAGvB,yBAAkB,CAAC,WAAW,CAAC;AACvD,MAAMwB,uBAAuB,GAAAzB,OAAA,CAAAyB,uBAAA,GAAGxB,yBAAkB,CAAC,mBAAmB,CAAC;AACvE,MAAMyB,YAAY,GAAA1B,OAAA,CAAA0B,YAAA,GAAGzB,yBAAkB,CAAC,QAAQ,CAAC;AACjD,MAAM0B,kBAAkB,GAAA3B,OAAA,CAAA2B,kBAAA,GAAG1B,yBAAkB,CAAC,cAAc,CAAC;AAC7D,MAAM2B,cAAc,GAAA5B,OAAA,CAAA4B,cAAA,GAAG3B,yBAAkB,CAAC,UAAU,CAAC;AACrD,MAAM4B,eAAe,GAAA7B,OAAA,CAAA6B,eAAA,GAAG5B,yBAAkB,CAAC,WAAW,CAAC;AACvD,MAAM6B,aAAa,GAAA9B,OAAA,CAAA8B,aAAA,GAAG7B,yBAAkB,CAAC,SAAS,CAAC;AACnD,MAAM8B,WAAW,GAAA/B,OAAA,CAAA+B,WAAA,GAAG9B,yBAAkB,CAAC,OAAO,CAAC;AAC/C,MAAM+B,+BAA+B,GAAAhC,OAAA,CAAAgC,+BAAA,GAC1C/B,yBAAkB,CAAC,2BAA2B,CAAC;AAC1C,MAAMgC,uBAAuB,GAAAjC,OAAA,CAAAiC,uBAAA,GAAGhC,yBAAkB,CAAC,mBAAmB,CAAC;AACvE,MAAMiC,qBAAqB,GAAAlC,OAAA,CAAAkC,qBAAA,GAAGjC,yBAAkB,CAAC,iBAAiB,CAAC;AACnE,MAAMkC,cAAc,GAAAnC,OAAA,CAAAmC,cAAA,GAAGlC,yBAAkB,CAAC,UAAU,CAAC;AACrD,MAAMmC,aAAa,GAAApC,OAAA,CAAAoC,aAAA,GAAGnC,yBAAkB,CAAC,SAAS,CAAC;AACnD,MAAMoC,UAAU,GAAArC,OAAA,CAAAqC,UAAA,GAAGpC,yBAAkB,CAAC,MAAM,CAAC;AAC7C,MAAMqC,cAAc,GAAAtC,OAAA,CAAAsC,cAAA,GAAGrC,yBAAkB,CAAC,UAAU,CAAC;AACrD,MAAMsC,wBAAwB,GAAAvC,OAAA,CAAAuC,wBAAA,GACnCtC,yBAAkB,CAAC,oBAAoB,CAAC;AACnC,MAAMuC,qBAAqB,GAAAxC,OAAA,CAAAwC,qBAAA,GAAGvC,yBAAkB,CAAC,iBAAiB,CAAC;AACnE,MAAMwC,mBAAmB,GAAAzC,OAAA,CAAAyC,mBAAA,GAAGxC,yBAAkB,CAAC,eAAe,CAAC;AAC/D,MAAMyC,cAAc,GAAA1C,OAAA,CAAA0C,cAAA,GAAGzC,yBAAkB,CAAC,UAAU,CAAC;AACrD,MAAM0C,gBAAgB,GAAA3C,OAAA,CAAA2C,gBAAA,GAAG1C,yBAAkB,CAAC,YAAY,CAAC;AACzD,MAAM2C,SAAS,GAAA5C,OAAA,CAAA4C,SAAA,GAAG3C,yBAAkB,CAAC,KAAK,CAAC;AAC3C,MAAM4C,mBAAmB,GAAA7C,OAAA,CAAA6C,mBAAA,GAAG5C,yBAAkB,CAAC,eAAe,CAAC;AAC/D,MAAM6C,gBAAgB,GAAA9C,OAAA,CAAA8C,gBAAA,GAAG7C,yBAAkB,CAAC,YAAY,CAAC;AACzD,MAAM8C,mBAAmB,GAAA/C,OAAA,CAAA+C,mBAAA,GAAG9C,yBAAkB,CAAC,eAAe,CAAC;AAC/D,MAAM+C,YAAY,GAAAhD,OAAA,CAAAgD,YAAA,GAAG/C,yBAAkB,CAAC,QAAQ,CAAC;AACjD,MAAMgD,gBAAgB,GAAAjD,OAAA,CAAAiD,gBAAA,GAAGhD,yBAAkB,CAAC,YAAY,CAAC;AAIzD,MAAMiD,uBAAuB,GAAAlD,OAAA,CAAAkD,uBAAA,GAAGlB,+BAA+B","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UPDATE_OPERATORS = exports.UNARY_OPERATORS = exports.STRING_UNARY_OPERATORS = exports.STATEMENT_OR_BLOCK_KEYS = exports.NUMBER_UNARY_OPERATORS = exports.NUMBER_BINARY_OPERATORS = exports.NOT_LOCAL_BINDING = exports.LOGICAL_OPERATORS = exports.INHERIT_KEYS = exports.FOR_INIT_KEYS = exports.FLATTENABLE_KEYS = exports.EQUALITY_BINARY_OPERATORS = exports.COMPARISON_BINARY_OPERATORS = exports.COMMENT_KEYS = exports.BOOLEAN_UNARY_OPERATORS = exports.BOOLEAN_NUMBER_BINARY_OPERATORS = exports.BOOLEAN_BINARY_OPERATORS = exports.BLOCK_SCOPED_SYMBOL = exports.BINARY_OPERATORS = exports.ASSIGNMENT_OPERATORS = void 0;
|
|
7
|
+
const STATEMENT_OR_BLOCK_KEYS = exports.STATEMENT_OR_BLOCK_KEYS = ["consequent", "body", "alternate"];
|
|
8
|
+
const FLATTENABLE_KEYS = exports.FLATTENABLE_KEYS = ["body", "expressions"];
|
|
9
|
+
const FOR_INIT_KEYS = exports.FOR_INIT_KEYS = ["left", "init"];
|
|
10
|
+
const COMMENT_KEYS = exports.COMMENT_KEYS = ["leadingComments", "trailingComments", "innerComments"];
|
|
11
|
+
const LOGICAL_OPERATORS = exports.LOGICAL_OPERATORS = ["||", "&&", "??"];
|
|
12
|
+
const UPDATE_OPERATORS = exports.UPDATE_OPERATORS = ["++", "--"];
|
|
13
|
+
const BOOLEAN_NUMBER_BINARY_OPERATORS = exports.BOOLEAN_NUMBER_BINARY_OPERATORS = [">", "<", ">=", "<="];
|
|
14
|
+
const EQUALITY_BINARY_OPERATORS = exports.EQUALITY_BINARY_OPERATORS = ["==", "===", "!=", "!=="];
|
|
15
|
+
const COMPARISON_BINARY_OPERATORS = exports.COMPARISON_BINARY_OPERATORS = [...EQUALITY_BINARY_OPERATORS, "in", "instanceof"];
|
|
16
|
+
const BOOLEAN_BINARY_OPERATORS = exports.BOOLEAN_BINARY_OPERATORS = [...COMPARISON_BINARY_OPERATORS, ...BOOLEAN_NUMBER_BINARY_OPERATORS];
|
|
17
|
+
const NUMBER_BINARY_OPERATORS = exports.NUMBER_BINARY_OPERATORS = ["-", "/", "%", "*", "**", "&", "|", ">>", ">>>", "<<", "^"];
|
|
18
|
+
const BINARY_OPERATORS = exports.BINARY_OPERATORS = ["+", ...NUMBER_BINARY_OPERATORS, ...BOOLEAN_BINARY_OPERATORS, "|>"];
|
|
19
|
+
const ASSIGNMENT_OPERATORS = exports.ASSIGNMENT_OPERATORS = ["=", "+=", ...NUMBER_BINARY_OPERATORS.map(op => op + "="), ...LOGICAL_OPERATORS.map(op => op + "=")];
|
|
20
|
+
const BOOLEAN_UNARY_OPERATORS = exports.BOOLEAN_UNARY_OPERATORS = ["delete", "!"];
|
|
21
|
+
const NUMBER_UNARY_OPERATORS = exports.NUMBER_UNARY_OPERATORS = ["+", "-", "~"];
|
|
22
|
+
const STRING_UNARY_OPERATORS = exports.STRING_UNARY_OPERATORS = ["typeof"];
|
|
23
|
+
const UNARY_OPERATORS = exports.UNARY_OPERATORS = ["void", "throw", ...BOOLEAN_UNARY_OPERATORS, ...NUMBER_UNARY_OPERATORS, ...STRING_UNARY_OPERATORS];
|
|
24
|
+
const INHERIT_KEYS = exports.INHERIT_KEYS = {
|
|
25
|
+
optional: ["typeAnnotation", "typeParameters", "returnType"],
|
|
26
|
+
force: ["start", "loc", "end"]
|
|
27
|
+
};
|
|
28
|
+
const BLOCK_SCOPED_SYMBOL = exports.BLOCK_SCOPED_SYMBOL = Symbol.for("var used to be block scoped");
|
|
29
|
+
const NOT_LOCAL_BINDING = exports.NOT_LOCAL_BINDING = Symbol.for("should not be considered a local binding");
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=index.js.map
|