@socketsecurity/cli-with-sentry 1.0.93 → 1.0.95

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.
Files changed (2032) hide show
  1. package/README.md +2 -1
  2. package/dist/cli.js +136 -105
  3. package/dist/cli.js.map +1 -1
  4. package/dist/constants.js +7 -3
  5. package/dist/constants.js.map +1 -1
  6. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  7. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +1 -1
  8. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -1
  9. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +1 -1
  10. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -1
  11. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +1 -1
  12. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -1
  13. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -1
  14. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
  15. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  16. package/dist/types/commands/organization/fetch-dependencies.d.mts +1 -1
  17. package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -1
  18. package/dist/types/commands/organization/fetch-license-policy.d.mts +1 -1
  19. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -1
  20. package/dist/types/commands/organization/fetch-organization-list.d.mts +15 -3
  21. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
  22. package/dist/types/commands/organization/fetch-quota.d.mts +1 -1
  23. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -1
  24. package/dist/types/commands/organization/fetch-security-policy.d.mts +1 -1
  25. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -1
  26. package/dist/types/commands/organization/output-organization-list.d.mts +3 -3
  27. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -1
  28. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +1 -1
  29. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -1
  30. package/dist/types/commands/repository/fetch-create-repo.d.mts +1 -1
  31. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -1
  32. package/dist/types/commands/repository/fetch-delete-repo.d.mts +1 -1
  33. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -1
  34. package/dist/types/commands/repository/fetch-list-all-repos.d.mts +1 -1
  35. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -1
  36. package/dist/types/commands/repository/fetch-list-repos.d.mts +1 -1
  37. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -1
  38. package/dist/types/commands/repository/fetch-update-repo.d.mts +1 -1
  39. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -1
  40. package/dist/types/commands/repository/fetch-view-repo.d.mts +1 -1
  41. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -1
  42. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
  43. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +1 -1
  44. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
  45. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +1 -1
  46. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
  47. package/dist/types/commands/scan/fetch-list-scans.d.mts +1 -1
  48. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
  49. package/dist/types/commands/scan/fetch-report-data.d.mts +1 -1
  50. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
  51. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +1 -1
  52. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
  53. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +1 -1
  54. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
  55. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
  56. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
  57. package/dist/types/commands/scan/stream-scan.d.mts +1 -1
  58. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
  59. package/dist/types/commands/scan/suggest-repo-slug.d.mts +1 -1
  60. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -1
  61. package/dist/types/constants.d.mts +1 -0
  62. package/dist/types/constants.d.mts.map +1 -1
  63. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
  64. package/dist/types/utils/organization.d.mts +5 -0
  65. package/dist/types/utils/organization.d.mts.map +1 -0
  66. package/dist/types/utils/sdk.d.mts.map +1 -1
  67. package/dist/types/utils/serialize-result-json.d.mts.map +1 -1
  68. package/dist/utils.js +55 -29
  69. package/dist/utils.js.map +1 -1
  70. package/dist/vendor.js +23 -15
  71. package/external/@coana-tech/cli/README.md +5 -0
  72. package/external/@coana-tech/cli/repos/coana-tech/alucard/alucard.jar +0 -0
  73. package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/tree-sitter.wasm +0 -0
  74. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.deps.json +69 -0
  75. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.dll +0 -0
  76. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.runtimeconfig.json +12 -0
  77. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.Rocks.dll +0 -0
  78. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.dll +0 -0
  79. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/System.CommandLine.dll +0 -0
  80. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
  81. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
  82. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
  83. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
  84. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/jelly.js +251832 -0
  85. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/LICENSE +22 -0
  86. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/README.md +19 -0
  87. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/lib/index.js +156 -0
  88. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  89. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/package.json +30 -0
  90. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/LICENSE +22 -0
  91. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/README.md +19 -0
  92. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
  93. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
  94. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2090 -0
  95. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  96. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  97. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
  98. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
  99. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +794 -0
  100. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/native-modules.js +1 -0
  101. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
  102. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/package.json +40 -0
  103. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
  104. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/plugins.js +1 -0
  105. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/LICENSE +22 -0
  106. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/README.md +19 -0
  107. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +59 -0
  108. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
  109. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
  110. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/caching.js +261 -0
  111. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +1 -0
  112. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +469 -0
  113. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
  114. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
  115. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
  116. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
  117. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
  118. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  119. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  120. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
  121. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
  122. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +78 -0
  123. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
  124. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
  125. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
  126. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +61 -0
  127. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
  128. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
  129. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
  130. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +3 -0
  131. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
  132. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +36 -0
  133. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
  134. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/full.js +310 -0
  135. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +1 -0
  136. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
  137. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
  138. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
  139. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
  140. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
  141. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
  142. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/index.js +93 -0
  143. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +1 -0
  144. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/item.js +67 -0
  145. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +1 -0
  146. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/partial.js +158 -0
  147. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +1 -0
  148. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
  149. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
  150. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +33 -0
  151. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
  152. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/printer.js +113 -0
  153. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +1 -0
  154. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
  155. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
  156. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
  157. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
  158. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/util.js +31 -0
  159. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +1 -0
  160. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
  161. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
  162. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +189 -0
  163. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
  164. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
  165. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
  166. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
  167. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
  168. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +18 -0
  169. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
  170. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
  171. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
  172. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
  173. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
  174. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
  175. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
  176. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
  177. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
  178. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/index.js +242 -0
  179. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/index.js.map +1 -0
  180. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parse.js +47 -0
  181. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parse.js.map +1 -0
  182. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/index.js +79 -0
  183. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +1 -0
  184. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
  185. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
  186. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
  187. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
  188. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +50 -0
  189. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
  190. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
  191. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
  192. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file.js +40 -0
  193. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +1 -0
  194. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform.js +49 -0
  195. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform.js.map +1 -0
  196. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
  197. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
  198. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +211 -0
  199. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
  200. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
  201. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
  202. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
  203. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
  204. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +101 -0
  205. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
  206. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
  207. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
  208. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
  209. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
  210. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
  211. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
  212. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
  213. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
  214. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1043 -0
  215. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
  216. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +174 -0
  217. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
  218. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +443 -0
  219. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
  220. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +38 -0
  221. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
  222. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
  223. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/package.json +82 -0
  224. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
  225. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +29 -0
  226. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
  227. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
  228. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
  229. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/transform-file.ts +55 -0
  230. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/LICENSE +22 -0
  231. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/README.md +19 -0
  232. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/buffer.js +317 -0
  233. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +1 -0
  234. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +94 -0
  235. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
  236. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +179 -0
  237. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
  238. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +284 -0
  239. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
  240. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +668 -0
  241. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
  242. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +128 -0
  243. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
  244. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
  245. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
  246. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +175 -0
  247. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
  248. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +274 -0
  249. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
  250. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +287 -0
  251. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
  252. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +31 -0
  253. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
  254. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +229 -0
  255. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
  256. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
  257. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
  258. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/index.js +89 -0
  259. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/index.js.map +1 -0
  260. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/index.js +91 -0
  261. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +1 -0
  262. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +224 -0
  263. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
  264. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
  265. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
  266. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/printer.js +687 -0
  267. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +1 -0
  268. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/source-map.js +85 -0
  269. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +1 -0
  270. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/package.json +38 -0
  271. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
  272. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
  273. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
  274. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
  275. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +27 -0
  276. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +17 -0
  277. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +1 -0
  278. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  279. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  280. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
  281. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
  282. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
  283. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
  284. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
  285. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
  286. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
  287. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
  288. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
  289. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
  290. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
  291. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
  292. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
  293. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
  294. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +174 -0
  295. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
  296. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
  297. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
  298. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
  299. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
  300. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
  301. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +43 -0
  302. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
  303. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
  304. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
  305. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
  306. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1304 -0
  307. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
  308. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
  309. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
  310. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1055 -0
  311. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
  312. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
  313. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
  314. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
  315. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
  316. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
  317. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
  318. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +174 -0
  319. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
  320. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
  321. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
  322. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
  323. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
  324. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
  325. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
  326. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
  327. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
  328. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
  329. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +19 -0
  330. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +51 -0
  331. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
  332. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +34 -0
  333. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +22 -0
  334. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/README.md +19 -0
  335. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +170 -0
  336. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
  337. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/package.json +28 -0
  338. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
  339. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +19 -0
  340. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
  341. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
  342. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +27 -0
  343. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
  344. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
  345. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
  346. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
  347. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +25 -0
  348. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
  349. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
  350. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  351. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/README.md +19 -0
  352. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
  353. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
  354. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
  355. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
  356. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
  357. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
  358. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
  359. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
  360. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/package.json +28 -0
  361. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  362. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +19 -0
  363. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
  364. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  365. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
  366. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  367. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
  368. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  369. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  370. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  371. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
  372. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  373. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
  374. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  375. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
  376. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  377. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +34 -0
  378. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
  379. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
  380. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
  381. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
  382. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
  383. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +17 -0
  384. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +1 -0
  385. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  386. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  387. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
  388. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  389. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +24 -0
  390. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
  391. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
  392. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
  393. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +19 -0
  394. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
  395. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
  396. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +32 -0
  397. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +23 -0
  398. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +1 -0
  399. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +22 -0
  400. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/README.md +19 -0
  401. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
  402. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
  403. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/package.json +28 -0
  404. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
  405. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
  406. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
  407. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
  408. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +31 -0
  409. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +17 -0
  410. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +1 -0
  411. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
  412. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
  413. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
  414. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
  415. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +27 -0
  416. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  417. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/README.md +19 -0
  418. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  419. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  420. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/package.json +31 -0
  421. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  422. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  423. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  424. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  425. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  426. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  427. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  428. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  429. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  430. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
  431. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  432. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/README.md +19 -0
  433. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  434. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  435. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  436. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  437. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  438. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  439. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/package.json +27 -0
  440. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/LICENSE +22 -0
  441. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/README.md +19 -0
  442. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
  443. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
  444. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  445. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  446. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
  447. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
  448. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
  449. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  450. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  451. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  452. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
  453. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  454. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
  455. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  456. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
  457. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  458. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
  459. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
  460. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
  461. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
  462. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
  463. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
  464. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
  465. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
  466. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
  467. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
  468. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
  469. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
  470. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  471. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  472. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
  473. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  474. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
  475. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
  476. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  477. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  478. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
  479. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
  480. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  481. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  482. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
  483. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
  484. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
  485. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
  486. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
  487. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
  488. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
  489. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
  490. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
  491. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
  492. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
  493. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
  494. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
  495. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
  496. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
  497. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
  498. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
  499. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
  500. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
  501. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
  502. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
  503. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
  504. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
  505. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
  506. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
  507. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
  508. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
  509. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
  510. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
  511. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
  512. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
  513. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
  514. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
  515. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
  516. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
  517. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
  518. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
  519. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
  520. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
  521. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
  522. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
  523. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
  524. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
  525. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
  526. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
  527. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
  528. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
  529. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
  530. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
  531. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
  532. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
  533. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
  534. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
  535. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
  536. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
  537. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
  538. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
  539. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
  540. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
  541. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
  542. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
  543. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
  544. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
  545. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
  546. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
  547. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
  548. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
  549. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
  550. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  551. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  552. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
  553. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
  554. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
  555. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
  556. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  557. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  558. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
  559. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
  560. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
  561. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
  562. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
  563. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
  564. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
  565. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
  566. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  567. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  568. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
  569. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
  570. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
  571. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
  572. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
  573. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
  574. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
  575. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
  576. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
  577. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
  578. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
  579. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
  580. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
  581. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  582. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
  583. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
  584. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
  585. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
  586. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
  587. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
  588. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  589. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  590. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  591. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  592. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
  593. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
  594. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
  595. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
  596. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
  597. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
  598. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
  599. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
  600. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
  601. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
  602. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
  603. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
  604. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
  605. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
  606. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  607. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  608. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
  609. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
  610. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
  611. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  612. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
  613. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
  614. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
  615. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
  616. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
  617. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  618. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
  619. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
  620. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
  621. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
  622. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
  623. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
  624. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
  625. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
  626. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
  627. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
  628. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
  629. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
  630. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
  631. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
  632. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
  633. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
  634. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
  635. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
  636. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
  637. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
  638. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
  639. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
  640. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
  641. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
  642. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
  643. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
  644. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
  645. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
  646. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
  647. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
  648. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
  649. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
  650. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  651. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  652. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
  653. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
  654. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  655. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  656. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
  657. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
  658. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
  659. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
  660. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
  661. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
  662. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +68 -0
  663. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  664. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
  665. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
  666. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +1207 -0
  667. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  668. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/index.js +121 -0
  669. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +1 -0
  670. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/package.json +31 -0
  671. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +209 -0
  672. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +207 -0
  673. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +61 -0
  674. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/LICENSE +22 -0
  675. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/README.md +19 -0
  676. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/lib/index.js +119 -0
  677. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +1 -0
  678. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/package.json +30 -0
  679. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  680. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/LICENSE +19 -0
  681. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/README.md +19 -0
  682. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  683. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/index.cjs +5 -0
  684. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/lib/index.js +14007 -0
  685. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/lib/index.js.map +1 -0
  686. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/package.json +47 -0
  687. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
  688. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +22 -0
  689. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +19 -0
  690. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +41 -0
  691. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +1 -0
  692. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +165 -0
  693. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +1 -0
  694. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +42 -0
  695. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +23 -0
  696. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +1 -0
  697. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  698. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  699. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
  700. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  701. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
  702. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
  703. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +22 -0
  704. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
  705. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  706. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  707. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
  708. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  709. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +22 -0
  710. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +19 -0
  711. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +81 -0
  712. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +1 -0
  713. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +33 -0
  714. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +17 -0
  715. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +1 -0
  716. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  717. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  718. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
  719. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  720. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  721. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  722. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
  723. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  724. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
  725. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
  726. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
  727. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
  728. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
  729. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  730. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  731. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
  732. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  733. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  734. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  735. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
  736. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  737. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  738. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  739. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
  740. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  741. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  742. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  743. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
  744. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  745. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  746. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  747. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
  748. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  749. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  750. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  751. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
  752. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  753. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  754. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  755. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
  756. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  757. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
  758. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
  759. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
  760. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
  761. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
  762. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +17 -0
  763. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +1 -0
  764. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
  765. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
  766. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +108 -0
  767. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
  768. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
  769. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +17 -0
  770. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +1 -0
  771. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
  772. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
  773. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
  774. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
  775. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
  776. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
  777. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
  778. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
  779. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +486 -0
  780. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
  781. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
  782. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
  783. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
  784. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
  785. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
  786. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/LICENSE +22 -0
  787. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/README.md +19 -0
  788. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/builder.js +69 -0
  789. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/builder.js.map +1 -0
  790. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/formatters.js +61 -0
  791. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +1 -0
  792. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/index.js +23 -0
  793. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/index.js.map +1 -0
  794. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/literal.js +69 -0
  795. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/literal.js.map +1 -0
  796. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/options.js +73 -0
  797. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/options.js.map +1 -0
  798. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/parse.js +160 -0
  799. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/parse.js.map +1 -0
  800. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/populate.js +122 -0
  801. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/populate.js.map +1 -0
  802. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/string.js +20 -0
  803. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/string.js.map +1 -0
  804. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/package.json +27 -0
  805. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/LICENSE +22 -0
  806. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/README.md +19 -0
  807. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/cache.js +44 -0
  808. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  809. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/context.js +118 -0
  810. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +1 -0
  811. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/hub.js +19 -0
  812. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  813. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/index.js +94 -0
  814. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +1 -0
  815. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
  816. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  817. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +52 -0
  818. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  819. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +223 -0
  820. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  821. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
  822. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  823. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
  824. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  825. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +335 -0
  826. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  827. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +287 -0
  828. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  829. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  830. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  831. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  832. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  833. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  834. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  835. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
  836. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  837. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +398 -0
  838. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  839. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
  840. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  841. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
  842. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  843. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
  844. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  845. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
  846. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  847. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +228 -0
  848. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  849. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +67 -0
  850. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  851. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +265 -0
  852. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  853. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
  854. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  855. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +910 -0
  856. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  857. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +115 -0
  858. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  859. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
  860. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  861. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/types.js +3 -0
  862. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +1 -0
  863. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +221 -0
  864. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  865. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/package.json +38 -0
  866. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/LICENSE +22 -0
  867. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/README.md +19 -0
  868. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  869. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  870. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
  871. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  872. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  873. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  874. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  875. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  876. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  877. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  878. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
  879. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  880. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
  881. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  882. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +12 -0
  883. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  884. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  885. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  886. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  887. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  888. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
  889. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  890. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +12 -0
  891. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  892. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  893. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  894. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  895. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  896. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
  897. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  898. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  899. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  900. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  901. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  902. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  903. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  904. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  905. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  906. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  907. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  908. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  909. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  910. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  911. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  912. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  913. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  914. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
  915. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  916. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/index.js +31 -0
  917. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  918. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  919. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  920. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +66 -0
  921. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  922. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  923. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  924. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  925. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  926. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  927. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  928. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
  929. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  930. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  931. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  932. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  933. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  934. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
  935. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  936. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  937. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  938. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
  939. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  940. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +1689 -0
  941. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  942. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  943. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  944. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
  945. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  946. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +489 -0
  947. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  948. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +96 -0
  949. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  950. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
  951. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  952. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +32 -0
  953. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  954. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  955. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  956. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
  957. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  958. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +273 -0
  959. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  960. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
  961. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.d.ts +3235 -0
  962. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.js +576 -0
  963. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.js.flow +2612 -0
  964. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.js.map +1 -0
  965. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  966. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  967. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  968. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  969. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  970. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  971. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  972. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  973. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  974. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  975. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  976. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  977. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
  978. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  979. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +101 -0
  980. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  981. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  982. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  983. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  984. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  985. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
  986. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  987. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  988. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  989. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  990. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  991. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  992. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  993. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  994. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  995. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  996. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  997. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
  998. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  999. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/is.js +27 -0
  1000. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  1001. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  1002. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  1003. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  1004. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  1005. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  1006. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  1007. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  1008. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  1009. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  1010. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  1011. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  1012. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  1013. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
  1014. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  1015. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  1016. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  1017. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  1018. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  1019. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  1020. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  1021. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +22 -0
  1022. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  1023. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  1024. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  1025. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  1026. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  1027. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  1028. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  1029. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
  1030. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  1031. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  1032. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  1033. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  1034. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  1035. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +30 -0
  1036. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  1037. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/package.json +40 -0
  1038. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1039. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1040. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  1041. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  1042. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
  1043. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  1044. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
  1045. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  1046. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
  1047. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +76 -0
  1048. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1049. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1050. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  1051. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  1052. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
  1053. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  1054. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  1055. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1056. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +19 -0
  1057. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/README.md +37 -0
  1058. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
  1059. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  1060. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
  1061. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  1062. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
  1063. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/package.json +65 -0
  1064. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  1065. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  1066. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  1067. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  1068. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
  1069. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  1070. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
  1071. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  1072. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1073. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +257 -0
  1074. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
  1075. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  1076. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
  1077. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  1078. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  1079. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  1080. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  1081. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  1082. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  1083. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  1084. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  1085. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
  1086. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
  1087. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +77 -0
  1088. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/LICENSE +20 -0
  1089. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/README.md +67 -0
  1090. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/browser.js +52 -0
  1091. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/cli.js +156 -0
  1092. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/error.d.ts +7 -0
  1093. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/error.js +12 -0
  1094. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/index.d.ts +201 -0
  1095. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/index.js +1211 -0
  1096. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/node.js +419 -0
  1097. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/package.json +44 -0
  1098. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/parse.js +78 -0
  1099. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/LICENSE +395 -0
  1100. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/README.md +6 -0
  1101. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/agents.js +1 -0
  1102. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  1103. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/browsers.js +1 -0
  1104. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/aac.js +1 -0
  1105. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  1106. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  1107. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  1108. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  1109. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  1110. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  1111. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/apng.js +1 -0
  1112. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  1113. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  1114. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  1115. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  1116. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  1117. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  1118. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  1119. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  1120. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  1121. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  1122. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/audio.js +1 -0
  1123. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  1124. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  1125. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  1126. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/av1.js +1 -0
  1127. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/avif.js +1 -0
  1128. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  1129. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  1130. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  1131. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  1132. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  1133. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  1134. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  1135. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  1136. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  1137. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  1138. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  1139. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  1140. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  1141. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  1142. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  1143. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  1144. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/calc.js +1 -0
  1145. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  1146. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  1147. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  1148. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  1149. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  1150. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  1151. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  1152. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  1153. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  1154. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  1155. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  1156. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/colr.js +1 -0
  1157. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  1158. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  1159. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  1160. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/const.js +1 -0
  1161. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  1162. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  1163. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  1164. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  1165. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  1166. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/cors.js +1 -0
  1167. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  1168. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  1169. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  1170. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  1171. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  1172. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  1173. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  1174. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  1175. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  1176. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  1177. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  1178. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  1179. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  1180. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  1181. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  1182. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  1183. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  1184. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  1185. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  1186. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  1187. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  1188. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  1189. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  1190. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  1191. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  1192. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  1193. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  1194. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  1195. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  1196. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  1197. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  1198. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  1199. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  1200. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  1201. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  1202. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  1203. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  1204. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  1205. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  1206. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  1207. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  1208. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  1209. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  1210. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  1211. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  1212. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  1213. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  1214. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  1215. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  1216. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  1217. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  1218. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  1219. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  1220. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  1221. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  1222. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  1223. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  1224. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  1225. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  1226. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  1227. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  1228. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  1229. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  1230. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  1231. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  1232. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  1233. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  1234. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  1235. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  1236. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  1237. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  1238. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  1239. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  1240. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  1241. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  1242. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  1243. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  1244. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  1245. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  1246. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  1247. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  1248. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1249. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1250. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1251. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1252. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1253. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1254. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1255. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1256. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1257. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1258. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1259. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1260. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1261. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1262. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1263. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1264. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1265. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1266. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1267. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1268. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1269. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1270. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1271. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1272. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1273. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1274. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
  1275. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1276. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1277. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1278. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1279. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1280. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1281. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1282. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1283. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1284. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1285. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1286. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1287. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1288. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1289. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1290. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1291. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1292. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1293. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1294. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1295. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1296. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1297. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1298. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1299. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1300. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1301. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1302. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1303. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1304. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1305. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1306. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1307. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1308. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1309. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1310. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1311. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1312. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1313. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1314. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1315. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1316. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1317. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1318. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1319. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1320. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/details.js +1 -0
  1321. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1322. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1323. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1324. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1325. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1326. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1327. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1328. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1329. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1330. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1331. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1332. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1333. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1334. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1335. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1336. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1337. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/download.js +1 -0
  1338. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1339. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1340. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1341. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1342. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1343. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1344. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1345. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1346. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1347. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1348. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1349. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1350. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1351. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1352. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1353. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1354. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1355. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1356. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1357. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1358. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1359. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1360. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1361. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1362. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1363. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1364. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1365. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1366. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1367. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1368. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1369. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1370. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1371. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1372. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1373. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1374. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1375. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1376. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1377. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1378. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1379. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1380. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1381. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1382. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1383. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1384. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1385. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1386. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1387. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1388. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1389. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1390. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1391. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1392. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1393. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1394. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/history.js +1 -0
  1395. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1396. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1397. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1398. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1399. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1400. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1401. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1402. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1403. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1404. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1405. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1406. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1407. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1408. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1409. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1410. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1411. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1412. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1413. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1414. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1415. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1416. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1417. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1418. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1419. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1420. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1421. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1422. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1423. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1424. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1425. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1426. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1427. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1428. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1429. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1430. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1431. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1432. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1433. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1434. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1435. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1436. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1437. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1438. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1439. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1440. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/json.js +1 -0
  1441. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1442. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1443. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1444. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1445. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1446. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1447. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1448. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1449. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1450. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/let.js +1 -0
  1451. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1452. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1453. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1454. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1455. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1456. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1457. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1458. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1459. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1460. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1461. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1462. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1463. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1464. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1465. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1466. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1467. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1468. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1469. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1470. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1471. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1472. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1473. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1474. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1475. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1476. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1477. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1478. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1479. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1480. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1481. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1482. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1483. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1484. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1485. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1486. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1487. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1488. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1489. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1490. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1491. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1492. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1493. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1494. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1495. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1496. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1497. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1498. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1499. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1500. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1501. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1502. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1503. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1504. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1505. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1506. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1507. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1508. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1509. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1510. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1511. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1512. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1513. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1514. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1515. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1516. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1517. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1518. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1519. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1520. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1521. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1522. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1523. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1524. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1525. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1526. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1527. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1528. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1529. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1530. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1531. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1532. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1533. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1534. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1535. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1536. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1537. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1538. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1539. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1540. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1541. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1542. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1543. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1544. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1545. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1546. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1547. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1548. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1549. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1550. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1551. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1552. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1553. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1554. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1555. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1556. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1557. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1558. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1559. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1560. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1561. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1562. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
  1563. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1564. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1565. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1566. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1567. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1568. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1569. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1570. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1571. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1572. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1573. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1574. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1575. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1576. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1577. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1578. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1579. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1580. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1581. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1582. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1583. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1584. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1585. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1586. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1587. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1588. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1589. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1590. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1591. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1592. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1593. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1594. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1595. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/template.js +1 -0
  1596. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1597. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1598. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1599. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1600. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1601. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1602. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1603. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1604. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1605. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1606. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1607. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1608. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1609. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1610. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1611. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1612. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1613. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1614. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1615. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1616. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1617. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1618. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/url.js +1 -0
  1619. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1620. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1621. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1622. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1623. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1624. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1625. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1626. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/video.js +1 -0
  1627. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1628. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1629. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1630. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1631. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1632. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1633. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  1634. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  1635. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  1636. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  1637. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  1638. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  1639. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  1640. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  1641. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  1642. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  1643. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  1644. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  1645. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  1646. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  1647. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1648. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1649. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1650. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1651. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1652. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1653. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1654. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1655. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1656. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1657. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1658. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1659. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1660. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1661. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1662. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1663. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1664. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1665. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1666. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1667. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1668. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1669. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1670. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1671. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1672. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1673. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1674. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1675. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1676. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1677. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1678. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1679. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1680. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1681. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1682. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1683. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1684. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features.js +1 -0
  1685. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1686. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1687. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1688. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1689. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1690. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1691. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1692. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1693. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1694. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1695. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1696. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1697. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1698. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1699. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1700. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1701. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1702. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1703. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1704. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1705. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1706. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1707. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1708. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1709. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1710. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1711. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1712. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1713. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1714. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1715. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1716. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1717. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1718. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1719. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1720. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1721. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1722. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1723. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1724. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1725. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1726. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1727. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1728. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1729. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1730. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1731. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1732. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1733. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1734. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1735. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1736. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1737. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1738. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1739. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1740. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1741. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1742. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1743. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1744. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1745. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1746. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1747. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1748. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1749. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1750. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1751. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1752. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1753. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1754. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1755. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1756. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1757. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1758. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1759. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1760. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1761. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1762. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1763. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1764. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1765. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1766. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1767. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1768. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1769. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1770. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1771. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1772. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1773. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1774. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1775. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1776. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1777. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1778. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1779. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1780. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1781. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1782. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1783. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1784. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1785. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1786. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1787. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1788. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1789. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1790. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1791. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1792. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1793. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1794. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1795. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1796. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1797. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1798. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1799. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1800. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1801. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1802. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1803. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1804. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1805. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1806. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1807. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1808. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1809. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1810. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1811. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1812. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1813. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1814. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1815. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1816. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1817. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1818. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1819. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1820. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1821. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1822. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1823. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1824. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1825. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1826. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1827. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1828. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1829. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1830. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1831. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1832. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1833. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1834. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1835. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1836. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1837. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1838. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1839. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1840. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1841. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1842. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1843. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1844. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1845. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1846. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1847. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1848. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1849. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1850. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1851. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1852. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1853. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1854. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1855. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1856. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1857. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1858. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1859. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1860. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1861. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1862. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1863. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1864. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1865. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1866. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1867. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1868. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1869. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1870. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1871. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1872. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1873. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1874. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1875. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1876. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1877. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1878. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1879. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1880. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1881. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1882. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1883. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1884. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1885. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1886. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1887. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1888. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1889. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TK.js +1 -0
  1890. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1891. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1892. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1893. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1894. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1895. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1896. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1897. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1898. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1899. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1900. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1901. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1902. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1903. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1904. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1905. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1906. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1907. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1908. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1909. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1910. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1911. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1912. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1913. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1914. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1915. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1916. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1917. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1918. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1919. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1920. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1921. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1922. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1923. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1924. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1925. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1926. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1927. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1928. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1929. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1930. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1931. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  1932. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1933. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1934. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1935. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/package.json +34 -0
  1936. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/LICENSE +20 -0
  1937. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/README.md +481 -0
  1938. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/package.json +59 -0
  1939. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/browser.js +269 -0
  1940. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/common.js +274 -0
  1941. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/index.js +10 -0
  1942. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/node.js +263 -0
  1943. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/LICENSE +5 -0
  1944. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/README.md +186 -0
  1945. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +68 -0
  1946. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1947. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +3361 -0
  1948. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1949. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-versions.js +2443 -0
  1950. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-versions.json +1 -0
  1951. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/index.js +36 -0
  1952. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/package.json +44 -0
  1953. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/versions.js +161 -0
  1954. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/versions.json +1 -0
  1955. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/LICENSE +7 -0
  1956. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/README.md +196 -0
  1957. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/index.js +373 -0
  1958. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/index.js.flow +32 -0
  1959. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/package.json +37 -0
  1960. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/test/.babelrc +5 -0
  1961. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/test/index.test.js +489 -0
  1962. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/globals.json +1563 -0
  1963. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/index.js +2 -0
  1964. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/license +9 -0
  1965. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/package.json +41 -0
  1966. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/readme.md +41 -0
  1967. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/CHANGELOG.md +151 -0
  1968. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/LICENSE +21 -0
  1969. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/README.md +240 -0
  1970. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/index.js +23 -0
  1971. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/package.json +30 -0
  1972. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  1973. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/README.md +421 -0
  1974. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/bin/jsesc +148 -0
  1975. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/jsesc.js +329 -0
  1976. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/man/jsesc.1 +94 -0
  1977. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/package.json +54 -0
  1978. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/LICENSE +15 -0
  1979. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/README.md +166 -0
  1980. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/index.js +334 -0
  1981. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/package.json +32 -0
  1982. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/index.js +162 -0
  1983. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/license.md +21 -0
  1984. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/package.json +37 -0
  1985. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/readme.md +60 -0
  1986. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/LICENSE +21 -0
  1987. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/README.md +12 -0
  1988. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/data/processed/envs.json +1 -0
  1989. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  1990. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/package.json +19 -0
  1991. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/LICENSE +15 -0
  1992. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/README.md +21 -0
  1993. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/package.json +25 -0
  1994. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/picocolors.browser.js +4 -0
  1995. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/picocolors.d.ts +5 -0
  1996. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/picocolors.js +65 -0
  1997. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/types.ts +30 -0
  1998. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/index.js +27 -0
  1999. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/license +10 -0
  2000. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/package.json +35 -0
  2001. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/readme.md +37 -0
  2002. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/LICENSE +15 -0
  2003. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/README.md +204 -0
  2004. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/iterator.js +8 -0
  2005. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/package.json +29 -0
  2006. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/yallist.js +426 -0
  2007. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
  2008. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
  2009. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
  2010. package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/node-types.json +8350 -0
  2011. package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/tree-sitter-scala.wasm +0 -0
  2012. package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/node-types.json +9853 -0
  2013. package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/tree-sitter-kotlin.wasm +0 -0
  2014. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/node-types.json +7117 -0
  2015. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/tree-sitter-c_sharp.wasm +0 -0
  2016. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/node-types.json +4586 -0
  2017. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/tree-sitter-java.wasm +0 -0
  2018. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/node-types.json +5554 -0
  2019. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/tree-sitter-rust.wasm +0 -0
  2020. package/external/@socketsecurity/registry/README.md +9 -0
  2021. package/external/@socketsecurity/registry/external/@inquirer/confirm.js +13 -4
  2022. package/external/@socketsecurity/registry/external/@inquirer/input.js +10 -4
  2023. package/external/@socketsecurity/registry/external/@inquirer/password.js +8 -3
  2024. package/external/@socketsecurity/registry/external/@inquirer/search.js +16 -11
  2025. package/external/@socketsecurity/registry/external/@inquirer/select.js +10 -17
  2026. package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +8 -3
  2027. package/external/@socketsecurity/registry/external/browserslist.js +608 -582
  2028. package/external/@socketsecurity/registry/external/yoctocolors-cjs.js +8 -3
  2029. package/external/@socketsecurity/registry/lib/env.js +11 -0
  2030. package/external/@socketsecurity/registry/manifest.json +2 -2
  2031. package/external/blessed/README.md +2421 -0
  2032. package/package.json +8 -8
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_t","require","_t2","react","cloneNode","jsxExpressionContainer","variableDeclaration","variableDeclarator","referenceVisitor","ReferencedIdentifier","path","state","isJSXIdentifier","isCompatTag","node","name","parentPath","isJSXMemberExpression","scope","isFunction","isArrowFunctionExpression","parent","breakOnScopePaths","push","binding","getBinding","violation","constantViolations","mutableBinding","stop","bindings","PathHoister","constructor","scopes","attachAfter","isCompatibleScope","key","Object","keys","bindingIdentifierEquals","identifier","getCompatibleScopes","includes","getAttachmentPath","_getAttachmentPath","targetScope","isProgram","hasOwnBinding","kind","parentKey","bindingParentPath","getAttachmentParentForPath","violationPath","pop","hasOwnParamBindings","bodies","get","i","length","_blockHoist","getNextScopeAttachmentParent","Array","isArray","container","isStatement","constant","run","traverse","attachTo","getFunctionParent","uid","generateUidIdentifier","declarator","insertFn","attached","isVariableDeclarator","isJSXElement","children","replaceWith","exports","default"],"sources":["../../../src/path/lib/hoister.ts"],"sourcesContent":["import { react } from \"@babel/types\";\nimport {\n cloneNode,\n jsxExpressionContainer,\n variableDeclaration,\n variableDeclarator,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nimport type Scope from \"../../scope/index.ts\";\nimport type NodePath from \"../index.ts\";\nimport type Binding from \"../../scope/binding.ts\";\nimport type { Visitor } from \"../../types.ts\";\n\nconst referenceVisitor: Visitor<PathHoister> = {\n // This visitor looks for bindings to establish a topmost scope for hoisting.\n ReferencedIdentifier(path, state) {\n // Don't hoist regular JSX identifiers ('div', 'span', etc).\n // We do have to consider member expressions for hoisting (e.g. `this.component`)\n if (\n path.isJSXIdentifier() &&\n react.isCompatTag(path.node.name) &&\n !path.parentPath.isJSXMemberExpression()\n ) {\n return;\n }\n\n // If the identifier refers to `this`, we need to break on the closest non-arrow scope.\n if (path.node.name === \"this\") {\n let scope = path.scope;\n do {\n if (\n scope.path.isFunction() &&\n !scope.path.isArrowFunctionExpression()\n ) {\n break;\n }\n } while ((scope = scope.parent));\n if (scope) state.breakOnScopePaths.push(scope.path);\n }\n\n // direct references that we need to track to hoist this to the highest scope we can\n const binding = path.scope.getBinding(path.node.name);\n if (!binding) return;\n\n // we can handle reassignments only if they happen in the same scope as the declaration\n for (const violation of binding.constantViolations) {\n if (violation.scope !== binding.path.scope) {\n state.mutableBinding = true;\n path.stop();\n return;\n }\n }\n\n // this binding isn't accessible from the parent scope so we can safely ignore it\n // eg. it's in a closure etc\n if (binding !== state.scope.getBinding(path.node.name)) return;\n\n state.bindings[path.node.name] = binding;\n },\n};\n\nexport default class PathHoister<T extends t.Node = t.Node> {\n breakOnScopePaths: NodePath[];\n bindings: { [k: string]: Binding };\n mutableBinding: boolean;\n private scopes: Scope[];\n scope: Scope;\n private path: NodePath<T>;\n private attachAfter: boolean;\n\n constructor(path: NodePath<T>, scope: Scope) {\n // Storage for scopes we can't hoist above.\n this.breakOnScopePaths = [];\n // Storage for bindings that may affect what path we can hoist to.\n this.bindings = {};\n // \"true\" if the current path contains a reference to a binding whose\n // value can change and thus can't be safely hoisted.\n this.mutableBinding = false;\n // Storage for eligible scopes.\n this.scopes = [];\n // Our original scope and path.\n this.scope = scope;\n this.path = path;\n // By default, we attach as far up as we can; but if we're trying\n // to avoid referencing a binding, we may have to go after.\n this.attachAfter = false;\n }\n\n // A scope is compatible if all required bindings are reachable.\n isCompatibleScope(scope: Scope) {\n for (const key of Object.keys(this.bindings)) {\n const binding = this.bindings[key];\n if (!scope.bindingIdentifierEquals(key, binding.identifier)) {\n return false;\n }\n }\n\n return true;\n }\n\n // Look through all scopes and push compatible ones.\n getCompatibleScopes() {\n let scope = this.path.scope;\n do {\n if (this.isCompatibleScope(scope)) {\n this.scopes.push(scope);\n } else {\n break;\n }\n\n // deopt: These scopes are set in the visitor on const violations\n if (this.breakOnScopePaths.includes(scope.path)) {\n break;\n }\n } while ((scope = scope.parent));\n }\n\n getAttachmentPath() {\n let path = this._getAttachmentPath();\n if (!path) return;\n\n let targetScope = path.scope;\n\n // don't allow paths that have their own lexical environments to pollute\n if (targetScope.path === path) {\n targetScope = path.scope.parent;\n }\n\n // avoid hoisting to a scope that contains bindings that are executed after our attachment path\n if (targetScope.path.isProgram() || targetScope.path.isFunction()) {\n for (const name of Object.keys(this.bindings)) {\n // check binding is a direct child of this paths scope\n if (!targetScope.hasOwnBinding(name)) continue;\n\n const binding = this.bindings[name];\n\n // allow parameter references and expressions in params (like destructuring rest)\n if (binding.kind === \"param\" || binding.path.parentKey === \"params\") {\n continue;\n }\n\n // For each binding, get its attachment parent. This gives us an idea of where we might\n // introduce conflicts.\n const bindingParentPath = this.getAttachmentParentForPath(binding.path);\n\n // If the binding's attachment appears at or after our attachment point, then we move after it.\n if (bindingParentPath.key >= path.key) {\n this.attachAfter = true;\n path = binding.path;\n\n // We also move past any constant violations.\n for (const violationPath of binding.constantViolations) {\n if (this.getAttachmentParentForPath(violationPath).key > path.key) {\n path = violationPath;\n }\n }\n }\n }\n }\n\n return path;\n }\n\n _getAttachmentPath() {\n const scopes = this.scopes;\n\n const scope = scopes.pop();\n // deopt: no compatible scopes\n if (!scope) return;\n\n if (scope.path.isFunction()) {\n if (this.hasOwnParamBindings(scope)) {\n // deopt: should ignore this scope since it's ourselves\n if (this.scope === scope) return;\n\n // needs to be attached to the body\n const bodies = scope.path.get(\"body\").get(\"body\") as NodePath[];\n for (let i = 0; i < bodies.length; i++) {\n // Don't attach to something that's going to get hoisted,\n // like a default parameter\n // @ts-expect-error todo(flow->ts): avoid mutating the node, introducing new fields\n if (bodies[i].node._blockHoist) continue;\n return bodies[i];\n }\n // deopt: If here, no attachment path found\n } else {\n // doesn't need to be be attached to this scope\n return this.getNextScopeAttachmentParent();\n }\n } else if (scope.path.isProgram()) {\n return this.getNextScopeAttachmentParent();\n }\n }\n\n getNextScopeAttachmentParent() {\n const scope = this.scopes.pop();\n if (scope) return this.getAttachmentParentForPath(scope.path);\n }\n\n // Find an attachment for this path.\n getAttachmentParentForPath(path: NodePath) {\n do {\n if (\n // Beginning of the scope\n !path.parentPath ||\n // Has siblings and is a statement\n (Array.isArray(path.container) && path.isStatement())\n ) {\n return path;\n }\n } while ((path = path.parentPath));\n }\n\n // Returns true if a scope has param bindings.\n hasOwnParamBindings(scope: Scope) {\n for (const name of Object.keys(this.bindings)) {\n if (!scope.hasOwnBinding(name)) continue;\n\n const binding = this.bindings[name];\n // Ensure constant; without it we could place behind a reassignment\n if (binding.kind === \"param\" && binding.constant) return true;\n }\n return false;\n }\n\n run(): NodePath<t.Expression> | undefined {\n this.path.traverse(referenceVisitor, this);\n\n if (this.mutableBinding) return;\n\n this.getCompatibleScopes();\n\n const attachTo = this.getAttachmentPath();\n if (!attachTo) return;\n\n // don't bother hoisting to the same function as this will cause multiple branches to be\n // evaluated more than once leading to a bad optimisation\n if (attachTo.getFunctionParent() === this.path.getFunctionParent()) return;\n\n // generate declaration and insert it to our point\n let uid: t.Identifier | t.JSXExpressionContainer =\n attachTo.scope.generateUidIdentifier(\"ref\");\n\n // @ts-expect-error todo(flow->ts): more specific type for this.path\n const declarator = variableDeclarator(uid, this.path.node);\n\n const insertFn = this.attachAfter ? \"insertAfter\" : \"insertBefore\";\n const [attached] = attachTo[insertFn]([\n attachTo.isVariableDeclarator()\n ? declarator\n : variableDeclaration(\"var\", [declarator]),\n ]);\n\n const parent = this.path.parentPath;\n if (parent.isJSXElement() && this.path.container === parent.node.children) {\n // turning the `span` in `<div><span /></div>` to an expression so we need to wrap it with\n // an expression container\n uid = jsxExpressionContainer(uid);\n }\n\n this.path.replaceWith(cloneNode(uid));\n\n // @ts-expect-error TS cannot refine the type of `attached`\n // TODO: Should we use `attached.isVariableDeclaration()`?\n return attachTo.isVariableDeclarator()\n ? attached.get(\"init\")\n : attached.get(\"declarations.0.init\");\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.hooks = void 0;
7
+ const hooks = exports.hooks = [function (self, parent) {
8
+ const removeParent = self.key === "test" && (parent.isWhile() || parent.isSwitchCase()) || self.key === "declaration" && parent.isExportDeclaration() || self.key === "body" && parent.isLabeledStatement() || self.listKey === "declarations" && parent.isVariableDeclaration() && parent.node.declarations.length === 1 || self.key === "expression" && parent.isExpressionStatement();
9
+ if (removeParent) {
10
+ parent.remove();
11
+ return true;
12
+ }
13
+ }, function (self, parent) {
14
+ if (parent.isSequenceExpression() && parent.node.expressions.length === 1) {
15
+ parent.replaceWith(parent.node.expressions[0]);
16
+ return true;
17
+ }
18
+ }, function (self, parent) {
19
+ if (parent.isBinary()) {
20
+ if (self.key === "left") {
21
+ parent.replaceWith(parent.node.right);
22
+ } else {
23
+ parent.replaceWith(parent.node.left);
24
+ }
25
+ return true;
26
+ }
27
+ }, function (self, parent) {
28
+ if (parent.isIfStatement() && self.key === "consequent" || self.key === "body" && (parent.isLoop() || parent.isArrowFunctionExpression())) {
29
+ self.replaceWith({
30
+ type: "BlockStatement",
31
+ body: []
32
+ });
33
+ return true;
34
+ }
35
+ }];
36
+
37
+ //# sourceMappingURL=removal-hooks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["hooks","exports","self","parent","removeParent","key","isWhile","isSwitchCase","isExportDeclaration","isLabeledStatement","listKey","isVariableDeclaration","node","declarations","length","isExpressionStatement","remove","isSequenceExpression","expressions","replaceWith","isBinary","right","left","isIfStatement","isLoop","isArrowFunctionExpression","type","body"],"sources":["../../../src/path/lib/removal-hooks.ts"],"sourcesContent":["// this file contains hooks that handle ancestry cleanup of parent nodes when removing children\n\nimport type NodePath from \"../index.ts\";\nimport type * as t from \"@babel/types\";\n/**\n * Pre hooks should be used for either rejecting removal or delegating removal\n */\n\nexport const hooks = [\n function (self: NodePath, parent: NodePath) {\n const removeParent =\n // while (NODE);\n // removing the test of a while/switch, we can either just remove it entirely *or* turn the\n // `test` into `true` unlikely that the latter will ever be what's wanted so we just remove\n // the loop to avoid infinite recursion\n (self.key === \"test\" && (parent.isWhile() || parent.isSwitchCase())) ||\n // export NODE;\n // just remove a declaration for an export as this is no longer valid\n (self.key === \"declaration\" && parent.isExportDeclaration()) ||\n // label: NODE\n // stray labeled statement with no body\n (self.key === \"body\" && parent.isLabeledStatement()) ||\n // let NODE;\n // remove an entire declaration if there are no declarators left\n (self.listKey === \"declarations\" &&\n parent.isVariableDeclaration() &&\n parent.node.declarations.length === 1) ||\n // NODE;\n // remove the entire expression statement if there's no expression\n (self.key === \"expression\" && parent.isExpressionStatement());\n\n if (removeParent) {\n parent.remove();\n return true;\n }\n },\n\n function (self: NodePath, parent: NodePath) {\n if (parent.isSequenceExpression() && parent.node.expressions.length === 1) {\n // (node, NODE);\n // we've just removed the second element of a sequence expression so let's turn that sequence\n // expression into a regular expression\n parent.replaceWith(parent.node.expressions[0]);\n return true;\n }\n },\n\n function (self: NodePath, parent: NodePath) {\n if (parent.isBinary()) {\n // left + NODE;\n // NODE + right;\n // we're in a binary expression, better remove it and replace it with the last expression\n if (self.key === \"left\") {\n parent.replaceWith(parent.node.right);\n } else {\n // key === \"right\"\n parent.replaceWith(parent.node.left);\n }\n return true;\n }\n },\n\n function (self: NodePath, parent: NodePath) {\n if (\n (parent.isIfStatement() && self.key === \"consequent\") ||\n (self.key === \"body\" &&\n (parent.isLoop() || parent.isArrowFunctionExpression()))\n ) {\n self.replaceWith({\n type: \"BlockStatement\",\n body: [],\n } as t.BlockStatement);\n return true;\n }\n },\n];\n"],"mappings":";;;;;;AAQO,MAAMA,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG,CACnB,UAAUE,IAAc,EAAEC,MAAgB,EAAE;EAC1C,MAAMC,YAAY,GAKfF,IAAI,CAACG,GAAG,KAAK,MAAM,KAAKF,MAAM,CAACG,OAAO,CAAC,CAAC,IAAIH,MAAM,CAACI,YAAY,CAAC,CAAC,CAAC,IAGlEL,IAAI,CAACG,GAAG,KAAK,aAAa,IAAIF,MAAM,CAACK,mBAAmB,CAAC,CAAE,IAG3DN,IAAI,CAACG,GAAG,KAAK,MAAM,IAAIF,MAAM,CAACM,kBAAkB,CAAC,CAAE,IAGnDP,IAAI,CAACQ,OAAO,KAAK,cAAc,IAC9BP,MAAM,CAACQ,qBAAqB,CAAC,CAAC,IAC9BR,MAAM,CAACS,IAAI,CAACC,YAAY,CAACC,MAAM,KAAK,CAAE,IAGvCZ,IAAI,CAACG,GAAG,KAAK,YAAY,IAAIF,MAAM,CAACY,qBAAqB,CAAC,CAAE;EAE/D,IAAIX,YAAY,EAAE;IAChBD,MAAM,CAACa,MAAM,CAAC,CAAC;IACf,OAAO,IAAI;EACb;AACF,CAAC,EAED,UAAUd,IAAc,EAAEC,MAAgB,EAAE;EAC1C,IAAIA,MAAM,CAACc,oBAAoB,CAAC,CAAC,IAAId,MAAM,CAACS,IAAI,CAACM,WAAW,CAACJ,MAAM,KAAK,CAAC,EAAE;IAIzEX,MAAM,CAACgB,WAAW,CAAChB,MAAM,CAACS,IAAI,CAACM,WAAW,CAAC,CAAC,CAAC,CAAC;IAC9C,OAAO,IAAI;EACb;AACF,CAAC,EAED,UAAUhB,IAAc,EAAEC,MAAgB,EAAE;EAC1C,IAAIA,MAAM,CAACiB,QAAQ,CAAC,CAAC,EAAE;IAIrB,IAAIlB,IAAI,CAACG,GAAG,KAAK,MAAM,EAAE;MACvBF,MAAM,CAACgB,WAAW,CAAChB,MAAM,CAACS,IAAI,CAACS,KAAK,CAAC;IACvC,CAAC,MAAM;MAELlB,MAAM,CAACgB,WAAW,CAAChB,MAAM,CAACS,IAAI,CAACU,IAAI,CAAC;IACtC;IACA,OAAO,IAAI;EACb;AACF,CAAC,EAED,UAAUpB,IAAc,EAAEC,MAAgB,EAAE;EAC1C,IACGA,MAAM,CAACoB,aAAa,CAAC,CAAC,IAAIrB,IAAI,CAACG,GAAG,KAAK,YAAY,IACnDH,IAAI,CAACG,GAAG,KAAK,MAAM,KACjBF,MAAM,CAACqB,MAAM,CAAC,CAAC,IAAIrB,MAAM,CAACsB,yBAAyB,CAAC,CAAC,CAAE,EAC1D;IACAvB,IAAI,CAACiB,WAAW,CAAC;MACfO,IAAI,EAAE,gBAAgB;MACtBC,IAAI,EAAE;IACR,CAAqB,CAAC;IACtB,OAAO,IAAI;EACb;AACF,CAAC,CACF","ignoreList":[]}
@@ -0,0 +1,163 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.isBindingIdentifier = isBindingIdentifier;
7
+ exports.isBlockScoped = isBlockScoped;
8
+ exports.isExpression = isExpression;
9
+ exports.isFlow = isFlow;
10
+ exports.isForAwaitStatement = isForAwaitStatement;
11
+ exports.isGenerated = isGenerated;
12
+ exports.isPure = isPure;
13
+ exports.isReferenced = isReferenced;
14
+ exports.isReferencedIdentifier = isReferencedIdentifier;
15
+ exports.isReferencedMemberExpression = isReferencedMemberExpression;
16
+ exports.isRestProperty = isRestProperty;
17
+ exports.isScope = isScope;
18
+ exports.isSpreadProperty = isSpreadProperty;
19
+ exports.isStatement = isStatement;
20
+ exports.isUser = isUser;
21
+ exports.isVar = isVar;
22
+ var _t = require("@babel/types");
23
+ const {
24
+ isBinding,
25
+ isBlockScoped: nodeIsBlockScoped,
26
+ isExportDeclaration,
27
+ isExpression: nodeIsExpression,
28
+ isFlow: nodeIsFlow,
29
+ isForStatement,
30
+ isForXStatement,
31
+ isIdentifier,
32
+ isImportDeclaration,
33
+ isImportSpecifier,
34
+ isJSXIdentifier,
35
+ isJSXMemberExpression,
36
+ isMemberExpression,
37
+ isRestElement: nodeIsRestElement,
38
+ isReferenced: nodeIsReferenced,
39
+ isScope: nodeIsScope,
40
+ isStatement: nodeIsStatement,
41
+ isVar: nodeIsVar,
42
+ isVariableDeclaration,
43
+ react,
44
+ isForOfStatement
45
+ } = _t;
46
+ const {
47
+ isCompatTag
48
+ } = react;
49
+ function isReferencedIdentifier(opts) {
50
+ const {
51
+ node,
52
+ parent
53
+ } = this;
54
+ if (!isIdentifier(node, opts) && !isJSXMemberExpression(parent, opts)) {
55
+ if (isJSXIdentifier(node, opts)) {
56
+ if (isCompatTag(node.name)) return false;
57
+ } else {
58
+ return false;
59
+ }
60
+ }
61
+ return nodeIsReferenced(node, parent, this.parentPath.parent);
62
+ }
63
+ function isReferencedMemberExpression() {
64
+ const {
65
+ node,
66
+ parent
67
+ } = this;
68
+ return isMemberExpression(node) && nodeIsReferenced(node, parent);
69
+ }
70
+ function isBindingIdentifier() {
71
+ const {
72
+ node,
73
+ parent
74
+ } = this;
75
+ const grandparent = this.parentPath.parent;
76
+ return isIdentifier(node) && isBinding(node, parent, grandparent);
77
+ }
78
+ function isStatement() {
79
+ const {
80
+ node,
81
+ parent
82
+ } = this;
83
+ if (nodeIsStatement(node)) {
84
+ if (isVariableDeclaration(node)) {
85
+ if (isForXStatement(parent, {
86
+ left: node
87
+ })) return false;
88
+ if (isForStatement(parent, {
89
+ init: node
90
+ })) return false;
91
+ }
92
+ return true;
93
+ } else {
94
+ return false;
95
+ }
96
+ }
97
+ function isExpression() {
98
+ if (this.isIdentifier()) {
99
+ return this.isReferencedIdentifier();
100
+ } else {
101
+ return nodeIsExpression(this.node);
102
+ }
103
+ }
104
+ function isScope() {
105
+ return nodeIsScope(this.node, this.parent);
106
+ }
107
+ function isReferenced() {
108
+ return nodeIsReferenced(this.node, this.parent);
109
+ }
110
+ function isBlockScoped() {
111
+ return nodeIsBlockScoped(this.node);
112
+ }
113
+ function isVar() {
114
+ return nodeIsVar(this.node);
115
+ }
116
+ function isUser() {
117
+ return this.node && !!this.node.loc;
118
+ }
119
+ function isGenerated() {
120
+ return !this.isUser();
121
+ }
122
+ function isPure(constantsOnly) {
123
+ return this.scope.isPure(this.node, constantsOnly);
124
+ }
125
+ function isFlow() {
126
+ const {
127
+ node
128
+ } = this;
129
+ if (nodeIsFlow(node)) {
130
+ return true;
131
+ } else if (isImportDeclaration(node)) {
132
+ return node.importKind === "type" || node.importKind === "typeof";
133
+ } else if (isExportDeclaration(node)) {
134
+ return node.exportKind === "type";
135
+ } else if (isImportSpecifier(node)) {
136
+ return node.importKind === "type" || node.importKind === "typeof";
137
+ } else {
138
+ return false;
139
+ }
140
+ }
141
+ function isRestProperty() {
142
+ var _this$parentPath;
143
+ return nodeIsRestElement(this.node) && ((_this$parentPath = this.parentPath) == null ? void 0 : _this$parentPath.isObjectPattern());
144
+ }
145
+ function isSpreadProperty() {
146
+ var _this$parentPath2;
147
+ return nodeIsRestElement(this.node) && ((_this$parentPath2 = this.parentPath) == null ? void 0 : _this$parentPath2.isObjectExpression());
148
+ }
149
+ function isForAwaitStatement() {
150
+ return isForOfStatement(this.node, {
151
+ await: true
152
+ });
153
+ }
154
+ {
155
+ exports.isExistentialTypeParam = function isExistentialTypeParam() {
156
+ throw new Error("`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.");
157
+ };
158
+ exports.isNumericLiteralTypeAnnotation = function isNumericLiteralTypeAnnotation() {
159
+ throw new Error("`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.");
160
+ };
161
+ }
162
+
163
+ //# sourceMappingURL=virtual-types-validator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_t","require","isBinding","isBlockScoped","nodeIsBlockScoped","isExportDeclaration","isExpression","nodeIsExpression","isFlow","nodeIsFlow","isForStatement","isForXStatement","isIdentifier","isImportDeclaration","isImportSpecifier","isJSXIdentifier","isJSXMemberExpression","isMemberExpression","isRestElement","nodeIsRestElement","isReferenced","nodeIsReferenced","isScope","nodeIsScope","isStatement","nodeIsStatement","isVar","nodeIsVar","isVariableDeclaration","react","isForOfStatement","isCompatTag","isReferencedIdentifier","opts","node","parent","name","parentPath","isReferencedMemberExpression","isBindingIdentifier","grandparent","left","init","isUser","loc","isGenerated","isPure","constantsOnly","scope","importKind","exportKind","isRestProperty","_this$parentPath","isObjectPattern","isSpreadProperty","_this$parentPath2","isObjectExpression","isForAwaitStatement","await","exports","isExistentialTypeParam","Error","isNumericLiteralTypeAnnotation"],"sources":["../../../src/path/lib/virtual-types-validator.ts"],"sourcesContent":["import type NodePath from \"../index.ts\";\nimport {\n isBinding,\n isBlockScoped as nodeIsBlockScoped,\n isExportDeclaration,\n isExpression as nodeIsExpression,\n isFlow as nodeIsFlow,\n isForStatement,\n isForXStatement,\n isIdentifier,\n isImportDeclaration,\n isImportSpecifier,\n isJSXIdentifier,\n isJSXMemberExpression,\n isMemberExpression,\n isRestElement as nodeIsRestElement,\n isReferenced as nodeIsReferenced,\n isScope as nodeIsScope,\n isStatement as nodeIsStatement,\n isVar as nodeIsVar,\n isVariableDeclaration,\n react,\n isForOfStatement,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nconst { isCompatTag } = react;\nimport type { VirtualTypeAliases } from \"./virtual-types.ts\";\n\ntype Opts<Obj> = Partial<{\n [Prop in keyof Obj]: Obj[Prop] extends t.Node\n ? t.Node\n : Obj[Prop] extends t.Node[]\n ? t.Node[]\n : Obj[Prop];\n}>;\n\nexport interface VirtualTypeNodePathValidators {\n isBindingIdentifier(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"BindingIdentifier\"]>,\n ): this is NodePath<VirtualTypeAliases[\"BindingIdentifier\"]>;\n isBlockScoped(opts?: Opts<VirtualTypeAliases[\"BlockScoped\"]>): boolean;\n /**\n * @deprecated\n */\n isExistentialTypeParam(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ExistentialTypeParam\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ExistentialTypeParam\"]>;\n isExpression(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Expression\"]>,\n ): this is NodePath<t.Expression>;\n isFlow(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Flow\"]>,\n ): this is NodePath<t.Flow>;\n isForAwaitStatement(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ForAwaitStatement\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ForAwaitStatement\"]>;\n isGenerated(opts?: VirtualTypeAliases[\"Generated\"]): boolean;\n /**\n * @deprecated\n */\n isNumericLiteralTypeAnnotation(\n opts?: VirtualTypeAliases[\"NumericLiteralTypeAnnotation\"],\n ): void;\n isPure(opts?: VirtualTypeAliases[\"Pure\"]): boolean;\n isReferenced(opts?: VirtualTypeAliases[\"Referenced\"]): boolean;\n isReferencedIdentifier(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ReferencedIdentifier\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ReferencedIdentifier\"]>;\n isReferencedMemberExpression(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"ReferencedMemberExpression\"]>,\n ): this is NodePath<VirtualTypeAliases[\"ReferencedMemberExpression\"]>;\n isRestProperty(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"RestProperty\"]>,\n ): this is NodePath<t.RestProperty>;\n isScope(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Scope\"]>,\n ): this is NodePath<VirtualTypeAliases[\"Scope\"]>;\n isSpreadProperty(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"SpreadProperty\"]>,\n ): this is NodePath<t.SpreadProperty>;\n isStatement(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Statement\"]>,\n ): this is NodePath<t.Statement>;\n isUser(opts?: VirtualTypeAliases[\"User\"]): boolean;\n isVar(\n this: NodePath,\n opts?: Opts<VirtualTypeAliases[\"Var\"]>,\n ): this is NodePath<VirtualTypeAliases[\"Var\"]>;\n}\n\nexport function isReferencedIdentifier(this: NodePath, opts?: any): boolean {\n const { node, parent } = this;\n if (!isIdentifier(node, opts) && !isJSXMemberExpression(parent, opts)) {\n if (isJSXIdentifier(node, opts)) {\n if (isCompatTag(node.name)) return false;\n } else {\n // not a JSXIdentifier or an Identifier\n return false;\n }\n }\n\n // check if node is referenced\n return nodeIsReferenced(node, parent, this.parentPath.parent);\n}\n\nexport function isReferencedMemberExpression(this: NodePath): boolean {\n const { node, parent } = this;\n return isMemberExpression(node) && nodeIsReferenced(node, parent);\n}\n\nexport function isBindingIdentifier(this: NodePath): boolean {\n const { node, parent } = this;\n const grandparent = this.parentPath.parent;\n return isIdentifier(node) && isBinding(node, parent, grandparent);\n}\n\nexport function isStatement(this: NodePath): boolean {\n const { node, parent } = this;\n if (nodeIsStatement(node)) {\n if (isVariableDeclaration(node)) {\n if (isForXStatement(parent, { left: node })) return false;\n if (isForStatement(parent, { init: node })) return false;\n }\n\n return true;\n } else {\n return false;\n }\n}\n\nexport function isExpression(this: NodePath): boolean {\n if (this.isIdentifier()) {\n return this.isReferencedIdentifier();\n } else {\n return nodeIsExpression(this.node);\n }\n}\n\nexport function isScope(this: NodePath): boolean {\n return nodeIsScope(this.node, this.parent);\n}\n\nexport function isReferenced(this: NodePath): boolean {\n return nodeIsReferenced(this.node, this.parent);\n}\n\nexport function isBlockScoped(this: NodePath): boolean {\n return nodeIsBlockScoped(this.node);\n}\n\nexport function isVar(this: NodePath): boolean {\n return nodeIsVar(this.node);\n}\n\nexport function isUser(this: NodePath): boolean {\n return this.node && !!this.node.loc;\n}\n\nexport function isGenerated(this: NodePath): boolean {\n return !this.isUser();\n}\n\nexport function isPure(this: NodePath, constantsOnly?: boolean): boolean {\n return this.scope.isPure(this.node, constantsOnly);\n}\n\nexport function isFlow(this: NodePath): boolean {\n const { node } = this;\n if (nodeIsFlow(node)) {\n return true;\n } else if (isImportDeclaration(node)) {\n return node.importKind === \"type\" || node.importKind === \"typeof\";\n } else if (isExportDeclaration(node)) {\n return node.exportKind === \"type\";\n } else if (isImportSpecifier(node)) {\n return node.importKind === \"type\" || node.importKind === \"typeof\";\n } else {\n return false;\n }\n}\n\n// TODO: 7.0 Backwards Compat\nexport function isRestProperty(this: NodePath): boolean {\n return nodeIsRestElement(this.node) && this.parentPath?.isObjectPattern();\n}\n\nexport function isSpreadProperty(this: NodePath): boolean {\n return nodeIsRestElement(this.node) && this.parentPath?.isObjectExpression();\n}\n\nexport function isForAwaitStatement(this: NodePath): boolean {\n return isForOfStatement(this.node, { await: true });\n}\n\nif (!process.env.BABEL_8_BREAKING && !USE_ESM) {\n // eslint-disable-next-line no-restricted-globals\n exports.isExistentialTypeParam = function isExistentialTypeParam(\n this: NodePath,\n ): void {\n throw new Error(\n \"`path.isExistentialTypeParam` has been renamed to `path.isExistsTypeAnnotation()` in Babel 7.\",\n );\n };\n\n // eslint-disable-next-line no-restricted-globals\n exports.isNumericLiteralTypeAnnotation =\n function isNumericLiteralTypeAnnotation(this: NodePath): void {\n throw new Error(\n \"`path.isNumericLiteralTypeAnnotation()` has been renamed to `path.isNumberLiteralTypeAnnotation()` in Babel 7.\",\n );\n };\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Var = exports.User = exports.Statement = exports.SpreadProperty = exports.Scope = exports.RestProperty = exports.ReferencedMemberExpression = exports.ReferencedIdentifier = exports.Referenced = exports.Pure = exports.NumericLiteralTypeAnnotation = exports.Generated = exports.ForAwaitStatement = exports.Flow = exports.Expression = exports.ExistentialTypeParam = exports.BlockScoped = exports.BindingIdentifier = void 0;
7
+ const ReferencedIdentifier = exports.ReferencedIdentifier = ["Identifier", "JSXIdentifier"];
8
+ const ReferencedMemberExpression = exports.ReferencedMemberExpression = ["MemberExpression"];
9
+ const BindingIdentifier = exports.BindingIdentifier = ["Identifier"];
10
+ const Statement = exports.Statement = ["Statement"];
11
+ const Expression = exports.Expression = ["Expression"];
12
+ const Scope = exports.Scope = ["Scopable", "Pattern"];
13
+ const Referenced = exports.Referenced = null;
14
+ const BlockScoped = exports.BlockScoped = null;
15
+ const Var = exports.Var = ["VariableDeclaration"];
16
+ const User = exports.User = null;
17
+ const Generated = exports.Generated = null;
18
+ const Pure = exports.Pure = null;
19
+ const Flow = exports.Flow = ["Flow", "ImportDeclaration", "ExportDeclaration", "ImportSpecifier"];
20
+ const RestProperty = exports.RestProperty = ["RestElement"];
21
+ const SpreadProperty = exports.SpreadProperty = ["RestElement"];
22
+ const ExistentialTypeParam = exports.ExistentialTypeParam = ["ExistsTypeAnnotation"];
23
+ const NumericLiteralTypeAnnotation = exports.NumericLiteralTypeAnnotation = ["NumberLiteralTypeAnnotation"];
24
+ const ForAwaitStatement = exports.ForAwaitStatement = ["ForOfStatement"];
25
+
26
+ //# sourceMappingURL=virtual-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["ReferencedIdentifier","exports","ReferencedMemberExpression","BindingIdentifier","Statement","Expression","Scope","Referenced","BlockScoped","Var","User","Generated","Pure","Flow","RestProperty","SpreadProperty","ExistentialTypeParam","NumericLiteralTypeAnnotation","ForAwaitStatement"],"sources":["../../../src/path/lib/virtual-types.ts"],"sourcesContent":["import type * as t from \"@babel/types\";\n\nexport interface VirtualTypeAliases {\n BindingIdentifier: t.Identifier;\n BlockScoped: t.Node;\n ExistentialTypeParam: t.ExistsTypeAnnotation;\n Expression: t.Expression;\n Flow: t.Flow | t.ImportDeclaration | t.ExportDeclaration | t.ImportSpecifier;\n ForAwaitStatement: t.ForOfStatement;\n Generated: t.Node;\n NumericLiteralTypeAnnotation: t.NumberLiteralTypeAnnotation;\n Pure: t.Node;\n Referenced: t.Node;\n ReferencedIdentifier: t.Identifier | t.JSXIdentifier;\n ReferencedMemberExpression: t.MemberExpression;\n RestProperty: t.RestElement;\n Scope: t.Scopable | t.Pattern;\n SpreadProperty: t.RestElement;\n Statement: t.Statement;\n User: t.Node;\n Var: t.VariableDeclaration;\n}\n\ntype VirtualTypeMapping = readonly (t.Node[\"type\"] | keyof t.Aliases)[] | null;\n\nexport const ReferencedIdentifier: VirtualTypeMapping = [\n \"Identifier\",\n \"JSXIdentifier\",\n] as const;\n\nexport const ReferencedMemberExpression: VirtualTypeMapping = [\n \"MemberExpression\",\n] as const;\n\nexport const BindingIdentifier: VirtualTypeMapping = [\"Identifier\"] as const;\n\nexport const Statement: VirtualTypeMapping = [\"Statement\"] as const;\n\nexport const Expression: VirtualTypeMapping = [\"Expression\"] as const;\n\nexport const Scope: VirtualTypeMapping = [\"Scopable\", \"Pattern\"] as const;\n\nexport const Referenced: VirtualTypeMapping = null;\n\nexport const BlockScoped: VirtualTypeMapping = null;\n\nexport const Var: VirtualTypeMapping = [\"VariableDeclaration\"];\n\nexport const User: VirtualTypeMapping = null;\n\nexport const Generated: VirtualTypeMapping = null;\n\nexport const Pure: VirtualTypeMapping = null;\n\nexport const Flow: VirtualTypeMapping = [\n \"Flow\",\n \"ImportDeclaration\",\n \"ExportDeclaration\",\n \"ImportSpecifier\",\n] as const;\n\n// TODO: 7.0 Backwards Compat\nexport const RestProperty: VirtualTypeMapping = [\"RestElement\"] as const;\n\nexport const SpreadProperty: VirtualTypeMapping = [\"RestElement\"] as const;\n\nexport const ExistentialTypeParam: VirtualTypeMapping = [\n \"ExistsTypeAnnotation\",\n] as const;\n\nexport const NumericLiteralTypeAnnotation: VirtualTypeMapping = [\n \"NumberLiteralTypeAnnotation\",\n] as const;\n\nexport const ForAwaitStatement: VirtualTypeMapping = [\n \"ForOfStatement\",\n] as const;\n"],"mappings":";;;;;;AAyBO,MAAMA,oBAAwC,GAAAC,OAAA,CAAAD,oBAAA,GAAG,CACtD,YAAY,EACZ,eAAe,CACP;AAEH,MAAME,0BAA8C,GAAAD,OAAA,CAAAC,0BAAA,GAAG,CAC5D,kBAAkB,CACV;AAEH,MAAMC,iBAAqC,GAAAF,OAAA,CAAAE,iBAAA,GAAG,CAAC,YAAY,CAAU;AAErE,MAAMC,SAA6B,GAAAH,OAAA,CAAAG,SAAA,GAAG,CAAC,WAAW,CAAU;AAE5D,MAAMC,UAA8B,GAAAJ,OAAA,CAAAI,UAAA,GAAG,CAAC,YAAY,CAAU;AAE9D,MAAMC,KAAyB,GAAAL,OAAA,CAAAK,KAAA,GAAG,CAAC,UAAU,EAAE,SAAS,CAAU;AAElE,MAAMC,UAA8B,GAAAN,OAAA,CAAAM,UAAA,GAAG,IAAI;AAE3C,MAAMC,WAA+B,GAAAP,OAAA,CAAAO,WAAA,GAAG,IAAI;AAE5C,MAAMC,GAAuB,GAAAR,OAAA,CAAAQ,GAAA,GAAG,CAAC,qBAAqB,CAAC;AAEvD,MAAMC,IAAwB,GAAAT,OAAA,CAAAS,IAAA,GAAG,IAAI;AAErC,MAAMC,SAA6B,GAAAV,OAAA,CAAAU,SAAA,GAAG,IAAI;AAE1C,MAAMC,IAAwB,GAAAX,OAAA,CAAAW,IAAA,GAAG,IAAI;AAErC,MAAMC,IAAwB,GAAAZ,OAAA,CAAAY,IAAA,GAAG,CACtC,MAAM,EACN,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,CACT;AAGH,MAAMC,YAAgC,GAAAb,OAAA,CAAAa,YAAA,GAAG,CAAC,aAAa,CAAU;AAEjE,MAAMC,cAAkC,GAAAd,OAAA,CAAAc,cAAA,GAAG,CAAC,aAAa,CAAU;AAEnE,MAAMC,oBAAwC,GAAAf,OAAA,CAAAe,oBAAA,GAAG,CACtD,sBAAsB,CACd;AAEH,MAAMC,4BAAgD,GAAAhB,OAAA,CAAAgB,4BAAA,GAAG,CAC9D,6BAA6B,CACrB;AAEH,MAAMC,iBAAqC,GAAAjB,OAAA,CAAAiB,iBAAA,GAAG,CACnD,gBAAgB,CACR","ignoreList":[]}
@@ -0,0 +1,228 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports._containerInsert = _containerInsert;
7
+ exports._containerInsertAfter = _containerInsertAfter;
8
+ exports._containerInsertBefore = _containerInsertBefore;
9
+ exports._verifyNodeList = _verifyNodeList;
10
+ exports.hoist = hoist;
11
+ exports.insertAfter = insertAfter;
12
+ exports.insertBefore = insertBefore;
13
+ exports.pushContainer = pushContainer;
14
+ exports.unshiftContainer = unshiftContainer;
15
+ exports.updateSiblingKeys = updateSiblingKeys;
16
+ var _cache = require("../cache.js");
17
+ var _hoister = require("./lib/hoister.js");
18
+ var _index = require("./index.js");
19
+ var _context = require("./context.js");
20
+ var _removal = require("./removal.js");
21
+ var _t = require("@babel/types");
22
+ const {
23
+ arrowFunctionExpression,
24
+ assertExpression,
25
+ assignmentExpression,
26
+ blockStatement,
27
+ callExpression,
28
+ cloneNode,
29
+ expressionStatement,
30
+ isAssignmentExpression,
31
+ isCallExpression,
32
+ isExportNamedDeclaration,
33
+ isExpression,
34
+ isIdentifier,
35
+ isSequenceExpression,
36
+ isSuper,
37
+ thisExpression
38
+ } = _t;
39
+ function insertBefore(nodes_) {
40
+ _removal._assertUnremoved.call(this);
41
+ const nodes = _verifyNodeList.call(this, nodes_);
42
+ const {
43
+ parentPath,
44
+ parent
45
+ } = this;
46
+ if (parentPath.isExpressionStatement() || parentPath.isLabeledStatement() || isExportNamedDeclaration(parent) || parentPath.isExportDefaultDeclaration() && this.isDeclaration()) {
47
+ return parentPath.insertBefore(nodes);
48
+ } else if (this.isNodeType("Expression") && !this.isJSXElement() || parentPath.isForStatement() && this.key === "init") {
49
+ if (this.node) nodes.push(this.node);
50
+ return this.replaceExpressionWithStatements(nodes);
51
+ } else if (Array.isArray(this.container)) {
52
+ return _containerInsertBefore.call(this, nodes);
53
+ } else if (this.isStatementOrBlock()) {
54
+ const node = this.node;
55
+ const shouldInsertCurrentNode = node && (!this.isExpressionStatement() || node.expression != null);
56
+ this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));
57
+ return this.unshiftContainer("body", nodes);
58
+ } else {
59
+ throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?");
60
+ }
61
+ }
62
+ function _containerInsert(from, nodes) {
63
+ this.updateSiblingKeys(from, nodes.length);
64
+ const paths = [];
65
+ this.container.splice(from, 0, ...nodes);
66
+ for (let i = 0; i < nodes.length; i++) {
67
+ var _this$context;
68
+ const to = from + i;
69
+ const path = this.getSibling(to);
70
+ paths.push(path);
71
+ if ((_this$context = this.context) != null && _this$context.queue) {
72
+ path.pushContext(this.context);
73
+ }
74
+ }
75
+ const contexts = _context._getQueueContexts.call(this);
76
+ for (const path of paths) {
77
+ path.setScope();
78
+ path.debug("Inserted.");
79
+ for (const context of contexts) {
80
+ context.maybeQueue(path, true);
81
+ }
82
+ }
83
+ return paths;
84
+ }
85
+ function _containerInsertBefore(nodes) {
86
+ return _containerInsert.call(this, this.key, nodes);
87
+ }
88
+ function _containerInsertAfter(nodes) {
89
+ return _containerInsert.call(this, this.key + 1, nodes);
90
+ }
91
+ const last = arr => arr[arr.length - 1];
92
+ function isHiddenInSequenceExpression(path) {
93
+ return isSequenceExpression(path.parent) && (last(path.parent.expressions) !== path.node || isHiddenInSequenceExpression(path.parentPath));
94
+ }
95
+ function isAlmostConstantAssignment(node, scope) {
96
+ if (!isAssignmentExpression(node) || !isIdentifier(node.left)) {
97
+ return false;
98
+ }
99
+ const blockScope = scope.getBlockParent();
100
+ return blockScope.hasOwnBinding(node.left.name) && blockScope.getOwnBinding(node.left.name).constantViolations.length <= 1;
101
+ }
102
+ function insertAfter(nodes_) {
103
+ _removal._assertUnremoved.call(this);
104
+ if (this.isSequenceExpression()) {
105
+ return last(this.get("expressions")).insertAfter(nodes_);
106
+ }
107
+ const nodes = _verifyNodeList.call(this, nodes_);
108
+ const {
109
+ parentPath,
110
+ parent
111
+ } = this;
112
+ if (parentPath.isExpressionStatement() || parentPath.isLabeledStatement() || isExportNamedDeclaration(parent) || parentPath.isExportDefaultDeclaration() && this.isDeclaration()) {
113
+ return parentPath.insertAfter(nodes.map(node => {
114
+ return isExpression(node) ? expressionStatement(node) : node;
115
+ }));
116
+ } else if (this.isNodeType("Expression") && !this.isJSXElement() && !parentPath.isJSXElement() || parentPath.isForStatement() && this.key === "init") {
117
+ const self = this;
118
+ if (self.node) {
119
+ const node = self.node;
120
+ let {
121
+ scope
122
+ } = this;
123
+ if (scope.path.isPattern()) {
124
+ assertExpression(node);
125
+ self.replaceWith(callExpression(arrowFunctionExpression([], node), []));
126
+ self.get("callee.body").insertAfter(nodes);
127
+ return [self];
128
+ }
129
+ if (isHiddenInSequenceExpression(self)) {
130
+ nodes.unshift(node);
131
+ } else if (isCallExpression(node) && isSuper(node.callee)) {
132
+ nodes.unshift(node);
133
+ nodes.push(thisExpression());
134
+ } else if (isAlmostConstantAssignment(node, scope)) {
135
+ nodes.unshift(node);
136
+ nodes.push(cloneNode(node.left));
137
+ } else if (scope.isPure(node, true)) {
138
+ nodes.push(node);
139
+ } else {
140
+ if (parentPath.isMethod({
141
+ computed: true,
142
+ key: node
143
+ })) {
144
+ scope = scope.parent;
145
+ }
146
+ const temp = scope.generateDeclaredUidIdentifier();
147
+ nodes.unshift(expressionStatement(assignmentExpression("=", cloneNode(temp), node)));
148
+ nodes.push(expressionStatement(cloneNode(temp)));
149
+ }
150
+ }
151
+ return this.replaceExpressionWithStatements(nodes);
152
+ } else if (Array.isArray(this.container)) {
153
+ return _containerInsertAfter.call(this, nodes);
154
+ } else if (this.isStatementOrBlock()) {
155
+ const node = this.node;
156
+ const shouldInsertCurrentNode = node && (!this.isExpressionStatement() || node.expression != null);
157
+ this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));
158
+ return this.pushContainer("body", nodes);
159
+ } else {
160
+ throw new Error("We don't know what to do with this node type. " + "We were previously a Statement but we can't fit in here?");
161
+ }
162
+ }
163
+ function updateSiblingKeys(fromIndex, incrementBy) {
164
+ if (!this.parent) return;
165
+ const paths = (0, _cache.getCachedPaths)(this.hub, this.parent) || [];
166
+ for (const [, path] of paths) {
167
+ if (typeof path.key === "number" && path.key >= fromIndex) {
168
+ path.key += incrementBy;
169
+ }
170
+ }
171
+ }
172
+ function _verifyNodeList(nodes) {
173
+ if (!nodes) {
174
+ return [];
175
+ }
176
+ if (!Array.isArray(nodes)) {
177
+ nodes = [nodes];
178
+ }
179
+ for (let i = 0; i < nodes.length; i++) {
180
+ const node = nodes[i];
181
+ let msg;
182
+ if (!node) {
183
+ msg = "has falsy node";
184
+ } else if (typeof node !== "object") {
185
+ msg = "contains a non-object node";
186
+ } else if (!node.type) {
187
+ msg = "without a type";
188
+ } else if (node instanceof _index.default) {
189
+ msg = "has a NodePath when it expected a raw object";
190
+ }
191
+ if (msg) {
192
+ const type = Array.isArray(node) ? "array" : typeof node;
193
+ throw new Error(`Node list ${msg} with the index of ${i} and type of ${type}`);
194
+ }
195
+ }
196
+ return nodes;
197
+ }
198
+ function unshiftContainer(listKey, nodes) {
199
+ _removal._assertUnremoved.call(this);
200
+ nodes = _verifyNodeList.call(this, nodes);
201
+ const path = _index.default.get({
202
+ parentPath: this,
203
+ parent: this.node,
204
+ container: this.node[listKey],
205
+ listKey,
206
+ key: 0
207
+ }).setContext(this.context);
208
+ return _containerInsertBefore.call(path, nodes);
209
+ }
210
+ function pushContainer(listKey, nodes) {
211
+ _removal._assertUnremoved.call(this);
212
+ const verifiedNodes = _verifyNodeList.call(this, nodes);
213
+ const container = this.node[listKey];
214
+ const path = _index.default.get({
215
+ parentPath: this,
216
+ parent: this.node,
217
+ container: container,
218
+ listKey,
219
+ key: container.length
220
+ }).setContext(this.context);
221
+ return path.replaceWithMultiple(verifiedNodes);
222
+ }
223
+ function hoist(scope = this.scope) {
224
+ const hoister = new _hoister.default(this, scope);
225
+ return hoister.run();
226
+ }
227
+
228
+ //# sourceMappingURL=modification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_cache","require","_hoister","_index","_context","_removal","_t","arrowFunctionExpression","assertExpression","assignmentExpression","blockStatement","callExpression","cloneNode","expressionStatement","isAssignmentExpression","isCallExpression","isExportNamedDeclaration","isExpression","isIdentifier","isSequenceExpression","isSuper","thisExpression","insertBefore","nodes_","_assertUnremoved","call","nodes","_verifyNodeList","parentPath","parent","isExpressionStatement","isLabeledStatement","isExportDefaultDeclaration","isDeclaration","isNodeType","isJSXElement","isForStatement","key","node","push","replaceExpressionWithStatements","Array","isArray","container","_containerInsertBefore","isStatementOrBlock","shouldInsertCurrentNode","expression","replaceWith","unshiftContainer","Error","_containerInsert","from","updateSiblingKeys","length","paths","splice","i","_this$context","to","path","getSibling","context","queue","pushContext","contexts","_getQueueContexts","setScope","debug","maybeQueue","_containerInsertAfter","last","arr","isHiddenInSequenceExpression","expressions","isAlmostConstantAssignment","scope","left","blockScope","getBlockParent","hasOwnBinding","name","getOwnBinding","constantViolations","insertAfter","get","map","self","isPattern","unshift","callee","isPure","isMethod","computed","temp","generateDeclaredUidIdentifier","pushContainer","fromIndex","incrementBy","getCachedPaths","hub","msg","type","NodePath","listKey","setContext","verifiedNodes","replaceWithMultiple","hoist","hoister","PathHoister","run"],"sources":["../../src/path/modification.ts"],"sourcesContent":["// This file contains methods that modify the path/node in some ways.\n\nimport { getCachedPaths } from \"../cache.ts\";\nimport PathHoister from \"./lib/hoister.ts\";\nimport NodePath from \"./index.ts\";\nimport { _getQueueContexts } from \"./context.ts\";\nimport { _assertUnremoved } from \"./removal.ts\";\nimport {\n arrowFunctionExpression,\n assertExpression,\n assignmentExpression,\n blockStatement,\n callExpression,\n cloneNode,\n expressionStatement,\n isAssignmentExpression,\n isCallExpression,\n isExportNamedDeclaration,\n isExpression,\n isIdentifier,\n isSequenceExpression,\n isSuper,\n thisExpression,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nimport type Scope from \"../scope/index.ts\";\n\n/**\n * Insert the provided nodes before the current one.\n */\n\nexport function insertBefore(\n this: NodePath,\n nodes_: t.Node | t.Node[],\n): NodePath[] {\n _assertUnremoved.call(this);\n\n const nodes = _verifyNodeList.call(this, nodes_);\n\n const { parentPath, parent } = this;\n\n if (\n parentPath.isExpressionStatement() ||\n parentPath.isLabeledStatement() ||\n // https://github.com/babel/babel/issues/15293\n // When Babel transforms `export class String { field }`, the class properties plugin will inject the defineProperty\n // helper, which depends on the builtins e.g. String, Number, Symbol, etc. To prevent them from being shadowed by local\n // exports, the helper injector replaces the named export into `class _String { field }; export { _String as String }`,\n // with `parentPath` here changed to the moved ClassDeclaration, causing rare inconsistency between `parent` and `parentPath`.\n // Here we retrieve the parent type from the `parent` property. This is a temporary fix and we should revisit when\n // helpers should get injected.\n isExportNamedDeclaration(parent) ||\n (parentPath.isExportDefaultDeclaration() && this.isDeclaration())\n ) {\n return parentPath.insertBefore(nodes);\n } else if (\n (this.isNodeType(\"Expression\") && !this.isJSXElement()) ||\n (parentPath.isForStatement() && this.key === \"init\")\n ) {\n if (this.node) nodes.push(this.node);\n // @ts-expect-error todo(flow->ts): check that nodes is an array of statements\n return this.replaceExpressionWithStatements(nodes);\n } else if (Array.isArray(this.container)) {\n return _containerInsertBefore.call(this, nodes);\n } else if (this.isStatementOrBlock()) {\n const node = this.node as t.Statement;\n const shouldInsertCurrentNode =\n node &&\n (!this.isExpressionStatement() ||\n (node as t.ExpressionStatement).expression != null);\n\n this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));\n return (this as NodePath<t.BlockStatement>).unshiftContainer(\n \"body\",\n // @ts-expect-error Fixme: refine nodes to t.BlockStatement[\"body\"] when this is a BlockStatement path\n nodes,\n );\n } else {\n throw new Error(\n \"We don't know what to do with this node type. \" +\n \"We were previously a Statement but we can't fit in here?\",\n );\n }\n}\n\nexport function _containerInsert<N extends t.Node>(\n this: NodePath,\n from: number,\n nodes: N[],\n): NodePath<N>[] {\n this.updateSiblingKeys(from, nodes.length);\n\n const paths: NodePath<N>[] = [];\n\n // @ts-expect-error todo(flow->ts): this.container could be a NodePath\n this.container.splice(from, 0, ...nodes);\n for (let i = 0; i < nodes.length; i++) {\n const to = from + i;\n const path = this.getSibling(to) as NodePath<N>;\n paths.push(path);\n\n if (this.context?.queue) {\n path.pushContext(this.context);\n }\n }\n\n const contexts = _getQueueContexts.call(this);\n\n for (const path of paths) {\n path.setScope();\n path.debug(\"Inserted.\");\n\n for (const context of contexts) {\n context.maybeQueue(path, true);\n }\n }\n\n return paths;\n}\n\nexport function _containerInsertBefore<N extends t.Node>(\n this: NodePath,\n nodes: N[],\n) {\n return _containerInsert.call(this, this.key as number, nodes);\n}\n\nexport function _containerInsertAfter<N extends t.Node>(\n this: NodePath,\n nodes: N[],\n) {\n return _containerInsert.call(this, (this.key as number) + 1, nodes);\n}\n\nconst last = <T>(arr: T[]) => arr[arr.length - 1];\n\nfunction isHiddenInSequenceExpression(path: NodePath): boolean {\n return (\n isSequenceExpression(path.parent) &&\n (last(path.parent.expressions) !== path.node ||\n isHiddenInSequenceExpression(path.parentPath))\n );\n}\n\nfunction isAlmostConstantAssignment(\n node: t.Node,\n scope: Scope,\n): node is t.AssignmentExpression & { left: t.Identifier } {\n if (!isAssignmentExpression(node) || !isIdentifier(node.left)) {\n return false;\n }\n\n // Not every scope can contain variables. For example, we might be in\n // a ClassScope either in the ClassHeritage or in a computed key.\n const blockScope = scope.getBlockParent();\n\n // If the variable is defined in the current scope and only assigned here,\n // we can be sure that its value won't change.\n return (\n blockScope.hasOwnBinding(node.left.name) &&\n blockScope.getOwnBinding(node.left.name).constantViolations.length <= 1\n );\n}\n\n/**\n * Insert the provided nodes after the current one. When inserting nodes after an\n * expression, ensure that the completion record is correct by pushing the current node.\n */\n\nexport function insertAfter(\n this: NodePath,\n nodes_: t.Node | t.Node[],\n): NodePath[] {\n _assertUnremoved.call(this);\n\n if (this.isSequenceExpression()) {\n return last(this.get(\"expressions\")).insertAfter(nodes_);\n }\n\n const nodes = _verifyNodeList.call(this, nodes_);\n\n const { parentPath, parent } = this;\n if (\n parentPath.isExpressionStatement() ||\n parentPath.isLabeledStatement() ||\n // see insertBefore\n isExportNamedDeclaration(parent) ||\n (parentPath.isExportDefaultDeclaration() && this.isDeclaration())\n ) {\n return parentPath.insertAfter(\n nodes.map(node => {\n // Usually after an expression we can safely insert another expression:\n // A.insertAfter(B)\n // foo = A; -> foo = (A, B);\n // If A is an expression statement, it isn't safe anymore so we need to\n // convert B to an expression statement\n // A; -> A; B // No semicolon! It could break if followed by [!\n return isExpression(node) ? expressionStatement(node) : node;\n }),\n );\n } else if (\n (this.isNodeType(\"Expression\") &&\n !this.isJSXElement() &&\n !parentPath.isJSXElement()) ||\n (parentPath.isForStatement() && this.key === \"init\")\n ) {\n const self = this as NodePath<t.Expression | t.VariableDeclaration>;\n if (self.node) {\n const node = self.node;\n let { scope } = this;\n\n if (scope.path.isPattern()) {\n assertExpression(node);\n\n self.replaceWith(callExpression(arrowFunctionExpression([], node), []));\n (self.get(\"callee.body\") as NodePath<t.Expression>).insertAfter(nodes);\n return [self];\n }\n\n if (isHiddenInSequenceExpression(self)) {\n nodes.unshift(node);\n }\n // We need to preserve the value of this expression.\n else if (isCallExpression(node) && isSuper(node.callee)) {\n nodes.unshift(node);\n // `super(...)` always evaluates to `this`.\n nodes.push(thisExpression());\n } else if (isAlmostConstantAssignment(node, scope)) {\n nodes.unshift(node);\n nodes.push(cloneNode(node.left));\n } else if (scope.isPure(node, true)) {\n // Insert the nodes before rather than after; it's not observable.\n nodes.push(node);\n } else {\n // Inserting after the computed key of a method should insert the\n // temporary binding in the method's parent's scope.\n if (parentPath.isMethod({ computed: true, key: node })) {\n scope = scope.parent;\n }\n const temp = scope.generateDeclaredUidIdentifier();\n nodes.unshift(\n expressionStatement(\n // @ts-expect-error todo(flow->ts): This can be a variable\n // declaration in the \"init\" of a for statement, but that's\n // invalid here.\n assignmentExpression(\"=\", cloneNode(temp), node),\n ),\n );\n nodes.push(expressionStatement(cloneNode(temp)));\n }\n }\n // @ts-expect-error todo(flow->ts): check that nodes is an array of statements\n return this.replaceExpressionWithStatements(nodes);\n } else if (Array.isArray(this.container)) {\n return _containerInsertAfter.call(this, nodes);\n } else if (this.isStatementOrBlock()) {\n const node = this.node as t.Statement;\n const shouldInsertCurrentNode =\n node &&\n (!this.isExpressionStatement() ||\n (node as t.ExpressionStatement).expression != null);\n\n this.replaceWith(blockStatement(shouldInsertCurrentNode ? [node] : []));\n // @ts-expect-error Fixme: refine nodes to t.BlockStatement[\"body\"] when this is a BlockStatement path\n return this.pushContainer(\"body\", nodes);\n } else {\n throw new Error(\n \"We don't know what to do with this node type. \" +\n \"We were previously a Statement but we can't fit in here?\",\n );\n }\n}\n\n/**\n * Update all sibling node paths after `fromIndex` by `incrementBy`.\n */\n\nexport function updateSiblingKeys(\n this: NodePath,\n fromIndex: number,\n incrementBy: number,\n) {\n if (!this.parent) return;\n\n const paths = getCachedPaths(this.hub, this.parent) || ([] as never[]);\n\n for (const [, path] of paths) {\n if (typeof path.key === \"number\" && path.key >= fromIndex) {\n path.key += incrementBy;\n }\n }\n}\n\nexport function _verifyNodeList<N extends t.Node>(\n this: NodePath,\n nodes: N | N[],\n): N[] {\n if (!nodes) {\n return [];\n }\n\n if (!Array.isArray(nodes)) {\n nodes = [nodes];\n }\n\n for (let i = 0; i < nodes.length; i++) {\n const node = nodes[i];\n let msg;\n\n if (!node) {\n msg = \"has falsy node\";\n } else if (typeof node !== \"object\") {\n msg = \"contains a non-object node\";\n } else if (!node.type) {\n msg = \"without a type\";\n } else if (node instanceof NodePath) {\n msg = \"has a NodePath when it expected a raw object\";\n }\n\n if (msg) {\n const type = Array.isArray(node) ? \"array\" : typeof node;\n throw new Error(\n `Node list ${msg} with the index of ${i} and type of ${type}`,\n );\n }\n }\n\n return nodes;\n}\n\nexport function unshiftContainer<N extends t.Node, K extends keyof N & string>(\n this: NodePath<N>,\n listKey: K,\n nodes: N[K] extends (infer E)[]\n ? E | E[]\n : // todo: refine to t.Node[]\n // ? E extends t.Node\n // ? E | E[]\n // : never\n never,\n) {\n // todo: NodePaths<Nodes>\n _assertUnremoved.call(this);\n\n // @ts-expect-error fixme\n nodes = _verifyNodeList.call(this, nodes);\n\n // get the first path and insert our nodes before it, if it doesn't exist then it\n // doesn't matter, our nodes will be inserted anyway\n const path = NodePath.get({\n parentPath: this,\n parent: this.node,\n container: (this.node as N)[listKey] as unknown as t.Node | t.Node[],\n listKey,\n key: 0,\n }).setContext(this.context);\n\n return _containerInsertBefore.call(\n path,\n // @ts-expect-error typings needed to narrow down nodes as t.Node[]\n nodes,\n );\n}\n\nexport function pushContainer<\n P extends NodePath,\n K extends string & keyof P[\"node\"],\n>(\n this: P,\n listKey: K,\n nodes: P[\"node\"][K] extends (infer E)[]\n ? E | E[]\n : // todo: refine to t.Node[]\n // ? E extends t.Node\n // ? E | E[]\n // : never\n never,\n) {\n _assertUnremoved.call(this);\n\n const verifiedNodes = _verifyNodeList.call(\n this,\n // @ts-expect-error refine typings\n nodes,\n );\n\n // get an invisible path that represents the last node + 1 and replace it with our\n // nodes, effectively inlining it\n\n const container = (this.node as P[\"node\"])[listKey] as t.Node[];\n const path = NodePath.get({\n parentPath: this,\n parent: this.node,\n container: container as unknown as t.Node | t.Node[],\n listKey,\n key: container.length,\n }).setContext(this.context);\n\n return path.replaceWithMultiple(verifiedNodes);\n}\n\n/**\n * Hoist the current node to the highest scope possible and return a UID\n * referencing it.\n */\nexport function hoist<T extends t.Node>(\n this: NodePath<T>,\n scope: Scope = this.scope,\n) {\n const hoister = new PathHoister<T>(this, scope);\n return hoister.run();\n}\n"],"mappings":"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","ignoreList":[]}