@echomem/echo-memory-cloud-openclaw-plugin 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2331) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +371 -0
  3. package/clawdbot.plugin.json +65 -0
  4. package/index.js +299 -0
  5. package/lib/api-client.js +116 -0
  6. package/lib/config.js +281 -0
  7. package/lib/echo-memory-search.js +98 -0
  8. package/lib/echo-memory-tool.js +441 -0
  9. package/lib/hash.js +9 -0
  10. package/lib/local-server.js +695 -0
  11. package/lib/local-ui/dist/assets/index-BtjKZKIk.js +54 -0
  12. package/lib/local-ui/dist/assets/index-DlqlO5Ri.css +1 -0
  13. package/lib/local-ui/dist/index.html +13 -0
  14. package/lib/local-ui/index.html +12 -0
  15. package/lib/local-ui/node_modules/.bin/baseline-browser-mapping +16 -0
  16. package/lib/local-ui/node_modules/.bin/baseline-browser-mapping.cmd +17 -0
  17. package/lib/local-ui/node_modules/.bin/baseline-browser-mapping.ps1 +28 -0
  18. package/lib/local-ui/node_modules/.bin/browserslist +16 -0
  19. package/lib/local-ui/node_modules/.bin/browserslist.cmd +17 -0
  20. package/lib/local-ui/node_modules/.bin/browserslist.ps1 +28 -0
  21. package/lib/local-ui/node_modules/.bin/esbuild +16 -0
  22. package/lib/local-ui/node_modules/.bin/esbuild.cmd +17 -0
  23. package/lib/local-ui/node_modules/.bin/esbuild.ps1 +28 -0
  24. package/lib/local-ui/node_modules/.bin/jsesc +16 -0
  25. package/lib/local-ui/node_modules/.bin/jsesc.cmd +17 -0
  26. package/lib/local-ui/node_modules/.bin/jsesc.ps1 +28 -0
  27. package/lib/local-ui/node_modules/.bin/json5 +16 -0
  28. package/lib/local-ui/node_modules/.bin/json5.cmd +17 -0
  29. package/lib/local-ui/node_modules/.bin/json5.ps1 +28 -0
  30. package/lib/local-ui/node_modules/.bin/nanoid +16 -0
  31. package/lib/local-ui/node_modules/.bin/nanoid.cmd +17 -0
  32. package/lib/local-ui/node_modules/.bin/nanoid.ps1 +28 -0
  33. package/lib/local-ui/node_modules/.bin/parser +16 -0
  34. package/lib/local-ui/node_modules/.bin/parser.cmd +17 -0
  35. package/lib/local-ui/node_modules/.bin/parser.ps1 +28 -0
  36. package/lib/local-ui/node_modules/.bin/rollup +16 -0
  37. package/lib/local-ui/node_modules/.bin/rollup.cmd +17 -0
  38. package/lib/local-ui/node_modules/.bin/rollup.ps1 +28 -0
  39. package/lib/local-ui/node_modules/.bin/semver +16 -0
  40. package/lib/local-ui/node_modules/.bin/semver.cmd +17 -0
  41. package/lib/local-ui/node_modules/.bin/semver.ps1 +28 -0
  42. package/lib/local-ui/node_modules/.bin/update-browserslist-db +16 -0
  43. package/lib/local-ui/node_modules/.bin/update-browserslist-db.cmd +17 -0
  44. package/lib/local-ui/node_modules/.bin/update-browserslist-db.ps1 +28 -0
  45. package/lib/local-ui/node_modules/.bin/vite +16 -0
  46. package/lib/local-ui/node_modules/.bin/vite.cmd +17 -0
  47. package/lib/local-ui/node_modules/.bin/vite.ps1 +28 -0
  48. package/lib/local-ui/node_modules/.package-lock.json +1002 -0
  49. package/lib/local-ui/node_modules/.vite/deps/_metadata.json +46 -0
  50. package/lib/local-ui/node_modules/.vite/deps/chunk-7B4CXO3W.js +278 -0
  51. package/lib/local-ui/node_modules/.vite/deps/chunk-7B4CXO3W.js.map +7 -0
  52. package/lib/local-ui/node_modules/.vite/deps/chunk-7GCC5JQS.js +1006 -0
  53. package/lib/local-ui/node_modules/.vite/deps/chunk-7GCC5JQS.js.map +7 -0
  54. package/lib/local-ui/node_modules/.vite/deps/package.json +3 -0
  55. package/lib/local-ui/node_modules/.vite/deps/react-dom.js +5 -0
  56. package/lib/local-ui/node_modules/.vite/deps/react-dom.js.map +7 -0
  57. package/lib/local-ui/node_modules/.vite/deps/react-dom_client.js +20215 -0
  58. package/lib/local-ui/node_modules/.vite/deps/react-dom_client.js.map +7 -0
  59. package/lib/local-ui/node_modules/.vite/deps/react.js +4 -0
  60. package/lib/local-ui/node_modules/.vite/deps/react.js.map +7 -0
  61. package/lib/local-ui/node_modules/.vite/deps/react_jsx-dev-runtime.js +276 -0
  62. package/lib/local-ui/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
  63. package/lib/local-ui/node_modules/.vite/deps/react_jsx-runtime.js +287 -0
  64. package/lib/local-ui/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
  65. package/lib/local-ui/node_modules/@babel/code-frame/LICENSE +22 -0
  66. package/lib/local-ui/node_modules/@babel/code-frame/README.md +19 -0
  67. package/lib/local-ui/node_modules/@babel/code-frame/lib/index.js +217 -0
  68. package/lib/local-ui/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  69. package/lib/local-ui/node_modules/@babel/code-frame/package.json +32 -0
  70. package/lib/local-ui/node_modules/@babel/compat-data/LICENSE +22 -0
  71. package/lib/local-ui/node_modules/@babel/compat-data/README.md +19 -0
  72. package/lib/local-ui/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
  73. package/lib/local-ui/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
  74. package/lib/local-ui/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2106 -0
  75. package/lib/local-ui/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  76. package/lib/local-ui/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  77. package/lib/local-ui/node_modules/@babel/compat-data/data/overlapping-plugins.json +35 -0
  78. package/lib/local-ui/node_modules/@babel/compat-data/data/plugin-bugfixes.json +203 -0
  79. package/lib/local-ui/node_modules/@babel/compat-data/data/plugins.json +838 -0
  80. package/lib/local-ui/node_modules/@babel/compat-data/native-modules.js +2 -0
  81. package/lib/local-ui/node_modules/@babel/compat-data/overlapping-plugins.js +2 -0
  82. package/lib/local-ui/node_modules/@babel/compat-data/package.json +40 -0
  83. package/lib/local-ui/node_modules/@babel/compat-data/plugin-bugfixes.js +2 -0
  84. package/lib/local-ui/node_modules/@babel/compat-data/plugins.js +2 -0
  85. package/lib/local-ui/node_modules/@babel/core/LICENSE +22 -0
  86. package/lib/local-ui/node_modules/@babel/core/README.md +19 -0
  87. package/lib/local-ui/node_modules/@babel/core/lib/config/cache-contexts.js +5 -0
  88. package/lib/local-ui/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
  89. package/lib/local-ui/node_modules/@babel/core/lib/config/caching.js +261 -0
  90. package/lib/local-ui/node_modules/@babel/core/lib/config/caching.js.map +1 -0
  91. package/lib/local-ui/node_modules/@babel/core/lib/config/config-chain.js +469 -0
  92. package/lib/local-ui/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
  93. package/lib/local-ui/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
  94. package/lib/local-ui/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
  95. package/lib/local-ui/node_modules/@babel/core/lib/config/files/configuration.js +290 -0
  96. package/lib/local-ui/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
  97. package/lib/local-ui/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  98. package/lib/local-ui/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  99. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
  100. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
  101. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index.js +78 -0
  102. package/lib/local-ui/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
  103. package/lib/local-ui/node_modules/@babel/core/lib/config/files/module-types.js +203 -0
  104. package/lib/local-ui/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
  105. package/lib/local-ui/node_modules/@babel/core/lib/config/files/package.js +61 -0
  106. package/lib/local-ui/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
  107. package/lib/local-ui/node_modules/@babel/core/lib/config/files/plugins.js +220 -0
  108. package/lib/local-ui/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
  109. package/lib/local-ui/node_modules/@babel/core/lib/config/files/types.js +5 -0
  110. package/lib/local-ui/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
  111. package/lib/local-ui/node_modules/@babel/core/lib/config/files/utils.js +36 -0
  112. package/lib/local-ui/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
  113. package/lib/local-ui/node_modules/@babel/core/lib/config/full.js +312 -0
  114. package/lib/local-ui/node_modules/@babel/core/lib/config/full.js.map +1 -0
  115. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/config-api.js +85 -0
  116. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
  117. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
  118. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
  119. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
  120. package/lib/local-ui/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
  121. package/lib/local-ui/node_modules/@babel/core/lib/config/index.js +87 -0
  122. package/lib/local-ui/node_modules/@babel/core/lib/config/index.js.map +1 -0
  123. package/lib/local-ui/node_modules/@babel/core/lib/config/item.js +67 -0
  124. package/lib/local-ui/node_modules/@babel/core/lib/config/item.js.map +1 -0
  125. package/lib/local-ui/node_modules/@babel/core/lib/config/partial.js +158 -0
  126. package/lib/local-ui/node_modules/@babel/core/lib/config/partial.js.map +1 -0
  127. package/lib/local-ui/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
  128. package/lib/local-ui/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
  129. package/lib/local-ui/node_modules/@babel/core/lib/config/plugin.js +33 -0
  130. package/lib/local-ui/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
  131. package/lib/local-ui/node_modules/@babel/core/lib/config/printer.js +113 -0
  132. package/lib/local-ui/node_modules/@babel/core/lib/config/printer.js.map +1 -0
  133. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
  134. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
  135. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
  136. package/lib/local-ui/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
  137. package/lib/local-ui/node_modules/@babel/core/lib/config/util.js +31 -0
  138. package/lib/local-ui/node_modules/@babel/core/lib/config/util.js.map +1 -0
  139. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
  140. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
  141. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/options.js +187 -0
  142. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
  143. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
  144. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
  145. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
  146. package/lib/local-ui/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
  147. package/lib/local-ui/node_modules/@babel/core/lib/errors/config-error.js +18 -0
  148. package/lib/local-ui/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
  149. package/lib/local-ui/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
  150. package/lib/local-ui/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
  151. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
  152. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
  153. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
  154. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
  155. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
  156. package/lib/local-ui/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
  157. package/lib/local-ui/node_modules/@babel/core/lib/index.js +230 -0
  158. package/lib/local-ui/node_modules/@babel/core/lib/index.js.map +1 -0
  159. package/lib/local-ui/node_modules/@babel/core/lib/parse.js +45 -0
  160. package/lib/local-ui/node_modules/@babel/core/lib/parse.js.map +1 -0
  161. package/lib/local-ui/node_modules/@babel/core/lib/parser/index.js +85 -0
  162. package/lib/local-ui/node_modules/@babel/core/lib/parser/index.js.map +1 -0
  163. package/lib/local-ui/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +337 -0
  164. package/lib/local-ui/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
  165. package/lib/local-ui/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
  166. package/lib/local-ui/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
  167. package/lib/local-ui/node_modules/@babel/core/lib/transform-ast.js +48 -0
  168. package/lib/local-ui/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
  169. package/lib/local-ui/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
  170. package/lib/local-ui/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
  171. package/lib/local-ui/node_modules/@babel/core/lib/transform-file.js +40 -0
  172. package/lib/local-ui/node_modules/@babel/core/lib/transform-file.js.map +1 -0
  173. package/lib/local-ui/node_modules/@babel/core/lib/transform.js +47 -0
  174. package/lib/local-ui/node_modules/@babel/core/lib/transform.js.map +1 -0
  175. package/lib/local-ui/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
  176. package/lib/local-ui/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
  177. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +4 -0
  178. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -0
  179. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/file.js +204 -0
  180. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
  181. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
  182. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
  183. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
  184. package/lib/local-ui/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
  185. package/lib/local-ui/node_modules/@babel/core/lib/transformation/index.js +90 -0
  186. package/lib/local-ui/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
  187. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-file.js +127 -0
  188. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
  189. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
  190. package/lib/local-ui/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
  191. package/lib/local-ui/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
  192. package/lib/local-ui/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
  193. package/lib/local-ui/node_modules/@babel/core/lib/transformation/util/clone-deep.js +54 -0
  194. package/lib/local-ui/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
  195. package/lib/local-ui/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1042 -0
  196. package/lib/local-ui/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
  197. package/lib/local-ui/node_modules/@babel/core/package.json +82 -0
  198. package/lib/local-ui/node_modules/@babel/core/src/config/files/index-browser.ts +115 -0
  199. package/lib/local-ui/node_modules/@babel/core/src/config/files/index.ts +30 -0
  200. package/lib/local-ui/node_modules/@babel/core/src/config/resolve-targets-browser.ts +42 -0
  201. package/lib/local-ui/node_modules/@babel/core/src/config/resolve-targets.ts +54 -0
  202. package/lib/local-ui/node_modules/@babel/core/src/transform-file-browser.ts +33 -0
  203. package/lib/local-ui/node_modules/@babel/core/src/transform-file.ts +56 -0
  204. package/lib/local-ui/node_modules/@babel/generator/LICENSE +22 -0
  205. package/lib/local-ui/node_modules/@babel/generator/README.md +19 -0
  206. package/lib/local-ui/node_modules/@babel/generator/lib/buffer.js +244 -0
  207. package/lib/local-ui/node_modules/@babel/generator/lib/buffer.js.map +1 -0
  208. package/lib/local-ui/node_modules/@babel/generator/lib/generators/base.js +86 -0
  209. package/lib/local-ui/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
  210. package/lib/local-ui/node_modules/@babel/generator/lib/generators/classes.js +215 -0
  211. package/lib/local-ui/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
  212. package/lib/local-ui/node_modules/@babel/generator/lib/generators/deprecated.js +73 -0
  213. package/lib/local-ui/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  214. package/lib/local-ui/node_modules/@babel/generator/lib/generators/expressions.js +309 -0
  215. package/lib/local-ui/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
  216. package/lib/local-ui/node_modules/@babel/generator/lib/generators/flow.js +658 -0
  217. package/lib/local-ui/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
  218. package/lib/local-ui/node_modules/@babel/generator/lib/generators/index.js +128 -0
  219. package/lib/local-ui/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
  220. package/lib/local-ui/node_modules/@babel/generator/lib/generators/jsx.js +124 -0
  221. package/lib/local-ui/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
  222. package/lib/local-ui/node_modules/@babel/generator/lib/generators/methods.js +207 -0
  223. package/lib/local-ui/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
  224. package/lib/local-ui/node_modules/@babel/generator/lib/generators/modules.js +290 -0
  225. package/lib/local-ui/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
  226. package/lib/local-ui/node_modules/@babel/generator/lib/generators/statements.js +297 -0
  227. package/lib/local-ui/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
  228. package/lib/local-ui/node_modules/@babel/generator/lib/generators/template-literals.js +38 -0
  229. package/lib/local-ui/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
  230. package/lib/local-ui/node_modules/@babel/generator/lib/generators/types.js +183 -0
  231. package/lib/local-ui/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
  232. package/lib/local-ui/node_modules/@babel/generator/lib/generators/typescript.js +726 -0
  233. package/lib/local-ui/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
  234. package/lib/local-ui/node_modules/@babel/generator/lib/index.js +108 -0
  235. package/lib/local-ui/node_modules/@babel/generator/lib/index.js.map +1 -0
  236. package/lib/local-ui/node_modules/@babel/generator/lib/node/index.js +81 -0
  237. package/lib/local-ui/node_modules/@babel/generator/lib/node/index.js.map +1 -0
  238. package/lib/local-ui/node_modules/@babel/generator/lib/node/parentheses.js +298 -0
  239. package/lib/local-ui/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
  240. package/lib/local-ui/node_modules/@babel/generator/lib/nodes.js +19 -0
  241. package/lib/local-ui/node_modules/@babel/generator/lib/nodes.js.map +1 -0
  242. package/lib/local-ui/node_modules/@babel/generator/lib/printer.js +782 -0
  243. package/lib/local-ui/node_modules/@babel/generator/lib/printer.js.map +1 -0
  244. package/lib/local-ui/node_modules/@babel/generator/lib/source-map.js +86 -0
  245. package/lib/local-ui/node_modules/@babel/generator/lib/source-map.js.map +1 -0
  246. package/lib/local-ui/node_modules/@babel/generator/lib/token-map.js +195 -0
  247. package/lib/local-ui/node_modules/@babel/generator/lib/token-map.js.map +1 -0
  248. package/lib/local-ui/node_modules/@babel/generator/package.json +39 -0
  249. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  250. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  251. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
  252. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
  253. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
  254. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
  255. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/index.js +229 -0
  256. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
  257. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
  258. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
  259. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
  260. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
  261. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
  262. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
  263. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
  264. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
  265. package/lib/local-ui/node_modules/@babel/helper-compilation-targets/package.json +43 -0
  266. package/lib/local-ui/node_modules/@babel/helper-globals/LICENSE +22 -0
  267. package/lib/local-ui/node_modules/@babel/helper-globals/README.md +19 -0
  268. package/lib/local-ui/node_modules/@babel/helper-globals/data/browser-upper.json +911 -0
  269. package/lib/local-ui/node_modules/@babel/helper-globals/data/builtin-lower.json +15 -0
  270. package/lib/local-ui/node_modules/@babel/helper-globals/data/builtin-upper.json +51 -0
  271. package/lib/local-ui/node_modules/@babel/helper-globals/package.json +32 -0
  272. package/lib/local-ui/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  273. package/lib/local-ui/node_modules/@babel/helper-module-imports/README.md +19 -0
  274. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
  275. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
  276. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
  277. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
  278. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
  279. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
  280. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
  281. package/lib/local-ui/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
  282. package/lib/local-ui/node_modules/@babel/helper-module-imports/package.json +28 -0
  283. package/lib/local-ui/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  284. package/lib/local-ui/node_modules/@babel/helper-module-transforms/README.md +19 -0
  285. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +46 -0
  286. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  287. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +46 -0
  288. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  289. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/index.js +396 -0
  290. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  291. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  292. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  293. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +362 -0
  294. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  295. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +360 -0
  296. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  297. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +22 -0
  298. package/lib/local-ui/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  299. package/lib/local-ui/node_modules/@babel/helper-module-transforms/package.json +32 -0
  300. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  301. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  302. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/lib/index.js +74 -0
  303. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  304. package/lib/local-ui/node_modules/@babel/helper-plugin-utils/package.json +24 -0
  305. package/lib/local-ui/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  306. package/lib/local-ui/node_modules/@babel/helper-string-parser/README.md +19 -0
  307. package/lib/local-ui/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  308. package/lib/local-ui/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  309. package/lib/local-ui/node_modules/@babel/helper-string-parser/package.json +31 -0
  310. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  311. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  312. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  313. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  314. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  315. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  316. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  317. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  318. package/lib/local-ui/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  319. package/lib/local-ui/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  320. package/lib/local-ui/node_modules/@babel/helper-validator-option/README.md +19 -0
  321. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  322. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  323. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  324. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  325. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  326. package/lib/local-ui/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  327. package/lib/local-ui/node_modules/@babel/helper-validator-option/package.json +27 -0
  328. package/lib/local-ui/node_modules/@babel/helpers/LICENSE +23 -0
  329. package/lib/local-ui/node_modules/@babel/helpers/README.md +19 -0
  330. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
  331. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
  332. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  333. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  334. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
  335. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
  336. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
  337. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  338. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  339. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  340. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
  341. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  342. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
  343. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  344. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
  345. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  346. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
  347. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
  348. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
  349. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
  350. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
  351. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
  352. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
  353. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
  354. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
  355. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
  356. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
  357. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
  358. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  359. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  360. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
  361. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  362. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
  363. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
  364. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  365. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  366. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
  367. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
  368. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  369. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  370. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
  371. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
  372. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
  373. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
  374. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
  375. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
  376. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
  377. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
  378. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
  379. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
  380. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
  381. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
  382. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
  383. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
  384. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
  385. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
  386. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
  387. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
  388. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
  389. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
  390. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
  391. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
  392. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
  393. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
  394. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
  395. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
  396. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
  397. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
  398. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
  399. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
  400. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
  401. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
  402. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
  403. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
  404. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
  405. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
  406. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
  407. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
  408. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
  409. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
  410. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
  411. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
  412. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
  413. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
  414. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
  415. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
  416. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
  417. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
  418. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
  419. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
  420. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
  421. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
  422. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
  423. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
  424. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
  425. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
  426. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
  427. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
  428. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
  429. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
  430. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
  431. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
  432. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
  433. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
  434. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
  435. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
  436. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
  437. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
  438. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  439. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  440. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
  441. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
  442. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
  443. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
  444. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  445. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  446. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
  447. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
  448. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
  449. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
  450. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
  451. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
  452. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
  453. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
  454. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  455. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  456. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
  457. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
  458. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
  459. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
  460. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
  461. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
  462. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
  463. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
  464. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
  465. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
  466. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
  467. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
  468. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +44 -0
  469. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  470. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
  471. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
  472. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
  473. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
  474. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
  475. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
  476. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  477. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  478. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  479. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  480. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
  481. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
  482. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
  483. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
  484. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
  485. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
  486. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
  487. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
  488. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
  489. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
  490. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
  491. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
  492. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
  493. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
  494. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  495. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  496. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
  497. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
  498. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
  499. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  500. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
  501. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
  502. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
  503. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
  504. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regenerator.js +188 -0
  505. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regenerator.js.map +1 -0
  506. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsync.js +15 -0
  507. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsync.js.map +1 -0
  508. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncGen.js +13 -0
  509. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncGen.js.map +1 -0
  510. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js +49 -0
  511. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js.map +1 -0
  512. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorDefine.js +40 -0
  513. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorDefine.js.map +1 -0
  514. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorKeys.js +28 -0
  515. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorKeys.js.map +1 -0
  516. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +98 -0
  517. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  518. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorValues.js +32 -0
  519. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/regeneratorValues.js.map +1 -0
  520. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
  521. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
  522. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
  523. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
  524. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
  525. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
  526. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
  527. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
  528. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
  529. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
  530. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
  531. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
  532. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropGet.js +16 -0
  533. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropGet.js.map +1 -0
  534. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropSet.js +13 -0
  535. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/superPropSet.js.map +1 -0
  536. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
  537. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
  538. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
  539. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
  540. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
  541. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
  542. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
  543. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
  544. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
  545. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
  546. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
  547. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
  548. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
  549. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
  550. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
  551. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
  552. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
  553. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
  554. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
  555. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
  556. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tsRewriteRelativeImportExtensions.js +16 -0
  557. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/tsRewriteRelativeImportExtensions.js.map +1 -0
  558. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  559. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  560. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
  561. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
  562. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  563. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  564. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/usingCtx.js +103 -0
  565. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
  566. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
  567. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
  568. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
  569. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
  570. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +72 -0
  571. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  572. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
  573. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
  574. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers-generated.js +1440 -0
  575. package/lib/local-ui/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  576. package/lib/local-ui/node_modules/@babel/helpers/lib/index.js +122 -0
  577. package/lib/local-ui/node_modules/@babel/helpers/lib/index.js.map +1 -0
  578. package/lib/local-ui/node_modules/@babel/helpers/package.json +31 -0
  579. package/lib/local-ui/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  580. package/lib/local-ui/node_modules/@babel/parser/LICENSE +19 -0
  581. package/lib/local-ui/node_modules/@babel/parser/README.md +19 -0
  582. package/lib/local-ui/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  583. package/lib/local-ui/node_modules/@babel/parser/lib/index.js +14582 -0
  584. package/lib/local-ui/node_modules/@babel/parser/lib/index.js.map +1 -0
  585. package/lib/local-ui/node_modules/@babel/parser/package.json +50 -0
  586. package/lib/local-ui/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
  587. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/LICENSE +22 -0
  588. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/README.md +19 -0
  589. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/lib/index.js +61 -0
  590. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/lib/index.js.map +1 -0
  591. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-self/package.json +35 -0
  592. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/LICENSE +22 -0
  593. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/README.md +19 -0
  594. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/lib/index.js +51 -0
  595. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/lib/index.js.map +1 -0
  596. package/lib/local-ui/node_modules/@babel/plugin-transform-react-jsx-source/package.json +35 -0
  597. package/lib/local-ui/node_modules/@babel/template/LICENSE +22 -0
  598. package/lib/local-ui/node_modules/@babel/template/README.md +19 -0
  599. package/lib/local-ui/node_modules/@babel/template/lib/builder.js +69 -0
  600. package/lib/local-ui/node_modules/@babel/template/lib/builder.js.map +1 -0
  601. package/lib/local-ui/node_modules/@babel/template/lib/formatters.js +61 -0
  602. package/lib/local-ui/node_modules/@babel/template/lib/formatters.js.map +1 -0
  603. package/lib/local-ui/node_modules/@babel/template/lib/index.js +23 -0
  604. package/lib/local-ui/node_modules/@babel/template/lib/index.js.map +1 -0
  605. package/lib/local-ui/node_modules/@babel/template/lib/literal.js +69 -0
  606. package/lib/local-ui/node_modules/@babel/template/lib/literal.js.map +1 -0
  607. package/lib/local-ui/node_modules/@babel/template/lib/options.js +73 -0
  608. package/lib/local-ui/node_modules/@babel/template/lib/options.js.map +1 -0
  609. package/lib/local-ui/node_modules/@babel/template/lib/parse.js +163 -0
  610. package/lib/local-ui/node_modules/@babel/template/lib/parse.js.map +1 -0
  611. package/lib/local-ui/node_modules/@babel/template/lib/populate.js +138 -0
  612. package/lib/local-ui/node_modules/@babel/template/lib/populate.js.map +1 -0
  613. package/lib/local-ui/node_modules/@babel/template/lib/string.js +20 -0
  614. package/lib/local-ui/node_modules/@babel/template/lib/string.js.map +1 -0
  615. package/lib/local-ui/node_modules/@babel/template/package.json +27 -0
  616. package/lib/local-ui/node_modules/@babel/traverse/LICENSE +22 -0
  617. package/lib/local-ui/node_modules/@babel/traverse/README.md +19 -0
  618. package/lib/local-ui/node_modules/@babel/traverse/lib/cache.js +37 -0
  619. package/lib/local-ui/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  620. package/lib/local-ui/node_modules/@babel/traverse/lib/context.js +125 -0
  621. package/lib/local-ui/node_modules/@babel/traverse/lib/context.js.map +1 -0
  622. package/lib/local-ui/node_modules/@babel/traverse/lib/hub.js +19 -0
  623. package/lib/local-ui/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  624. package/lib/local-ui/node_modules/@babel/traverse/lib/index.js +87 -0
  625. package/lib/local-ui/node_modules/@babel/traverse/lib/index.js.map +1 -0
  626. package/lib/local-ui/node_modules/@babel/traverse/lib/path/ancestry.js +139 -0
  627. package/lib/local-ui/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  628. package/lib/local-ui/node_modules/@babel/traverse/lib/path/comments.js +52 -0
  629. package/lib/local-ui/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  630. package/lib/local-ui/node_modules/@babel/traverse/lib/path/context.js +254 -0
  631. package/lib/local-ui/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  632. package/lib/local-ui/node_modules/@babel/traverse/lib/path/conversion.js +608 -0
  633. package/lib/local-ui/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  634. package/lib/local-ui/node_modules/@babel/traverse/lib/path/evaluation.js +373 -0
  635. package/lib/local-ui/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  636. package/lib/local-ui/node_modules/@babel/traverse/lib/path/family.js +346 -0
  637. package/lib/local-ui/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  638. package/lib/local-ui/node_modules/@babel/traverse/lib/path/index.js +288 -0
  639. package/lib/local-ui/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  640. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  641. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  642. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  643. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  644. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  645. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  646. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/util.js +28 -0
  647. package/lib/local-ui/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  648. package/lib/local-ui/node_modules/@babel/traverse/lib/path/introspection.js +395 -0
  649. package/lib/local-ui/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  650. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/hoister.js +172 -0
  651. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  652. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +38 -0
  653. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  654. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +162 -0
  655. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  656. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
  657. package/lib/local-ui/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  658. package/lib/local-ui/node_modules/@babel/traverse/lib/path/modification.js +229 -0
  659. package/lib/local-ui/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  660. package/lib/local-ui/node_modules/@babel/traverse/lib/path/removal.js +67 -0
  661. package/lib/local-ui/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  662. package/lib/local-ui/node_modules/@babel/traverse/lib/path/replacement.js +264 -0
  663. package/lib/local-ui/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  664. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/binding.js +84 -0
  665. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  666. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/index.js +1018 -0
  667. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  668. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/lib/renamer.js +132 -0
  669. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  670. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/traverseForScope.js +66 -0
  671. package/lib/local-ui/node_modules/@babel/traverse/lib/scope/traverseForScope.js.map +1 -0
  672. package/lib/local-ui/node_modules/@babel/traverse/lib/traverse-node.js +137 -0
  673. package/lib/local-ui/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  674. package/lib/local-ui/node_modules/@babel/traverse/lib/types.js +3 -0
  675. package/lib/local-ui/node_modules/@babel/traverse/lib/types.js.map +1 -0
  676. package/lib/local-ui/node_modules/@babel/traverse/lib/visitors.js +252 -0
  677. package/lib/local-ui/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  678. package/lib/local-ui/node_modules/@babel/traverse/package.json +35 -0
  679. package/lib/local-ui/node_modules/@babel/traverse/tsconfig.overrides.json +6 -0
  680. package/lib/local-ui/node_modules/@babel/types/LICENSE +22 -0
  681. package/lib/local-ui/node_modules/@babel/types/README.md +19 -0
  682. package/lib/local-ui/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  683. package/lib/local-ui/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  684. package/lib/local-ui/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
  685. package/lib/local-ui/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  686. package/lib/local-ui/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  687. package/lib/local-ui/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  688. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  689. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  690. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  691. package/lib/local-ui/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  692. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
  693. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  694. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
  695. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  696. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
  697. package/lib/local-ui/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  698. package/lib/local-ui/node_modules/@babel/types/lib/builders/productions.js +12 -0
  699. package/lib/local-ui/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  700. package/lib/local-ui/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  701. package/lib/local-ui/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  702. package/lib/local-ui/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  703. package/lib/local-ui/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  704. package/lib/local-ui/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
  705. package/lib/local-ui/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  706. package/lib/local-ui/node_modules/@babel/types/lib/clone/clone.js +12 -0
  707. package/lib/local-ui/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  708. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  709. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  710. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  711. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  712. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
  713. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  714. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  715. package/lib/local-ui/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  716. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  717. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  718. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  719. package/lib/local-ui/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  720. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  721. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  722. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  723. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  724. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  725. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  726. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  727. package/lib/local-ui/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  728. package/lib/local-ui/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  729. package/lib/local-ui/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  730. package/lib/local-ui/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
  731. package/lib/local-ui/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  732. package/lib/local-ui/node_modules/@babel/types/lib/constants/index.js +31 -0
  733. package/lib/local-ui/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  734. package/lib/local-ui/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  735. package/lib/local-ui/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  736. package/lib/local-ui/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
  737. package/lib/local-ui/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  738. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  739. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  740. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  741. package/lib/local-ui/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  742. package/lib/local-ui/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  743. package/lib/local-ui/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  744. package/lib/local-ui/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  745. package/lib/local-ui/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  746. package/lib/local-ui/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  747. package/lib/local-ui/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  748. package/lib/local-ui/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  749. package/lib/local-ui/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  750. package/lib/local-ui/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  751. package/lib/local-ui/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  752. package/lib/local-ui/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  753. package/lib/local-ui/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  754. package/lib/local-ui/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
  755. package/lib/local-ui/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  756. package/lib/local-ui/node_modules/@babel/types/lib/definitions/core.js +1725 -0
  757. package/lib/local-ui/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  758. package/lib/local-ui/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  759. package/lib/local-ui/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  760. package/lib/local-ui/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
  761. package/lib/local-ui/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  762. package/lib/local-ui/node_modules/@babel/types/lib/definitions/flow.js +495 -0
  763. package/lib/local-ui/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  764. package/lib/local-ui/node_modules/@babel/types/lib/definitions/index.js +106 -0
  765. package/lib/local-ui/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  766. package/lib/local-ui/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
  767. package/lib/local-ui/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  768. package/lib/local-ui/node_modules/@babel/types/lib/definitions/misc.js +31 -0
  769. package/lib/local-ui/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  770. package/lib/local-ui/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  771. package/lib/local-ui/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  772. package/lib/local-ui/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
  773. package/lib/local-ui/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  774. package/lib/local-ui/node_modules/@babel/types/lib/definitions/utils.js +296 -0
  775. package/lib/local-ui/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  776. package/lib/local-ui/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
  777. package/lib/local-ui/node_modules/@babel/types/lib/index.d.ts +3617 -0
  778. package/lib/local-ui/node_modules/@babel/types/lib/index.js +582 -0
  779. package/lib/local-ui/node_modules/@babel/types/lib/index.js.flow +2650 -0
  780. package/lib/local-ui/node_modules/@babel/types/lib/index.js.map +1 -0
  781. package/lib/local-ui/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  782. package/lib/local-ui/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  783. package/lib/local-ui/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  784. package/lib/local-ui/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  785. package/lib/local-ui/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  786. package/lib/local-ui/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  787. package/lib/local-ui/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  788. package/lib/local-ui/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  789. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  790. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  791. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  792. package/lib/local-ui/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  793. package/lib/local-ui/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
  794. package/lib/local-ui/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  795. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
  796. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
  797. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
  798. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  799. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
  800. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
  801. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  802. package/lib/local-ui/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  803. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  804. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  805. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
  806. package/lib/local-ui/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  807. package/lib/local-ui/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  808. package/lib/local-ui/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  809. package/lib/local-ui/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  810. package/lib/local-ui/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  811. package/lib/local-ui/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  812. package/lib/local-ui/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  813. package/lib/local-ui/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  814. package/lib/local-ui/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  815. package/lib/local-ui/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  816. package/lib/local-ui/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  817. package/lib/local-ui/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
  818. package/lib/local-ui/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  819. package/lib/local-ui/node_modules/@babel/types/lib/validators/is.js +27 -0
  820. package/lib/local-ui/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  821. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  822. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  823. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  824. package/lib/local-ui/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  825. package/lib/local-ui/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  826. package/lib/local-ui/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  827. package/lib/local-ui/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  828. package/lib/local-ui/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  829. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  830. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  831. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  832. package/lib/local-ui/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  833. package/lib/local-ui/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
  834. package/lib/local-ui/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  835. package/lib/local-ui/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  836. package/lib/local-ui/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  837. package/lib/local-ui/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  838. package/lib/local-ui/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  839. package/lib/local-ui/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  840. package/lib/local-ui/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  841. package/lib/local-ui/node_modules/@babel/types/lib/validators/isType.js +17 -0
  842. package/lib/local-ui/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  843. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  844. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  845. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  846. package/lib/local-ui/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  847. package/lib/local-ui/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  848. package/lib/local-ui/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  849. package/lib/local-ui/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
  850. package/lib/local-ui/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  851. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  852. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  853. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  854. package/lib/local-ui/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  855. package/lib/local-ui/node_modules/@babel/types/lib/validators/validate.js +42 -0
  856. package/lib/local-ui/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  857. package/lib/local-ui/node_modules/@babel/types/package.json +39 -0
  858. package/lib/local-ui/node_modules/@esbuild/win32-x64/README.md +3 -0
  859. package/lib/local-ui/node_modules/@esbuild/win32-x64/esbuild.exe +0 -0
  860. package/lib/local-ui/node_modules/@esbuild/win32-x64/package.json +20 -0
  861. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  862. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  863. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +292 -0
  864. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +6 -0
  865. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +358 -0
  866. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +6 -0
  867. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
  868. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts +32 -0
  869. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  870. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +43 -0
  871. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/package.json +67 -0
  872. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts +614 -0
  873. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/set-array.ts +82 -0
  874. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts +16 -0
  875. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/src/types.ts +61 -0
  876. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts +89 -0
  877. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map +1 -0
  878. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts +89 -0
  879. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map +1 -0
  880. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts +33 -0
  881. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map +1 -0
  882. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts +33 -0
  883. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map +1 -0
  884. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts +13 -0
  885. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map +1 -0
  886. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts +13 -0
  887. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map +1 -0
  888. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.cts +44 -0
  889. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map +1 -0
  890. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.mts +44 -0
  891. package/lib/local-ui/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map +1 -0
  892. package/lib/local-ui/node_modules/@jridgewell/remapping/LICENSE +19 -0
  893. package/lib/local-ui/node_modules/@jridgewell/remapping/README.md +218 -0
  894. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.mjs +144 -0
  895. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.mjs.map +6 -0
  896. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.umd.js +212 -0
  897. package/lib/local-ui/node_modules/@jridgewell/remapping/dist/remapping.umd.js.map +6 -0
  898. package/lib/local-ui/node_modules/@jridgewell/remapping/package.json +71 -0
  899. package/lib/local-ui/node_modules/@jridgewell/remapping/src/build-source-map-tree.ts +89 -0
  900. package/lib/local-ui/node_modules/@jridgewell/remapping/src/remapping.ts +42 -0
  901. package/lib/local-ui/node_modules/@jridgewell/remapping/src/source-map-tree.ts +172 -0
  902. package/lib/local-ui/node_modules/@jridgewell/remapping/src/source-map.ts +38 -0
  903. package/lib/local-ui/node_modules/@jridgewell/remapping/src/types.ts +27 -0
  904. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts +15 -0
  905. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts.map +1 -0
  906. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts +15 -0
  907. package/lib/local-ui/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts.map +1 -0
  908. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.cts +21 -0
  909. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.cts.map +1 -0
  910. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.mts +21 -0
  911. package/lib/local-ui/node_modules/@jridgewell/remapping/types/remapping.d.mts.map +1 -0
  912. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts +46 -0
  913. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts.map +1 -0
  914. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts +46 -0
  915. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts.map +1 -0
  916. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.cts +19 -0
  917. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.cts.map +1 -0
  918. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.mts +19 -0
  919. package/lib/local-ui/node_modules/@jridgewell/remapping/types/source-map.d.mts.map +1 -0
  920. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.cts +16 -0
  921. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.cts.map +1 -0
  922. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.mts +16 -0
  923. package/lib/local-ui/node_modules/@jridgewell/remapping/types/types.d.mts.map +1 -0
  924. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  925. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  926. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
  927. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  928. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
  929. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  930. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  931. package/lib/local-ui/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  932. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  933. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  934. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +423 -0
  935. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +6 -0
  936. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
  937. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +6 -0
  938. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  939. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
  940. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
  941. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
  942. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
  943. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
  944. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
  945. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
  946. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
  947. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
  948. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
  949. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
  950. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
  951. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
  952. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
  953. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
  954. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
  955. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
  956. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
  957. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
  958. package/lib/local-ui/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
  959. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  960. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/README.md +348 -0
  961. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +493 -0
  962. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +6 -0
  963. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +559 -0
  964. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +6 -0
  965. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/package.json +67 -0
  966. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/binary-search.ts +115 -0
  967. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/by-source.ts +41 -0
  968. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts +192 -0
  969. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/resolve.ts +16 -0
  970. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/sort.ts +45 -0
  971. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts +23 -0
  972. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts +8 -0
  973. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts +502 -0
  974. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/src/types.ts +114 -0
  975. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts +33 -0
  976. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map +1 -0
  977. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts +33 -0
  978. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map +1 -0
  979. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts +4 -0
  980. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map +1 -0
  981. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts +4 -0
  982. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map +1 -0
  983. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts +9 -0
  984. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map +1 -0
  985. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts +9 -0
  986. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map +1 -0
  987. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts +4 -0
  988. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map +1 -0
  989. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts +4 -0
  990. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map +1 -0
  991. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.cts +4 -0
  992. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map +1 -0
  993. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.mts +4 -0
  994. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map +1 -0
  995. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts +17 -0
  996. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map +1 -0
  997. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts +17 -0
  998. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map +1 -0
  999. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts +5 -0
  1000. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map +1 -0
  1001. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts +5 -0
  1002. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map +1 -0
  1003. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts +80 -0
  1004. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map +1 -0
  1005. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts +80 -0
  1006. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map +1 -0
  1007. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.cts +107 -0
  1008. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map +1 -0
  1009. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.mts +107 -0
  1010. package/lib/local-ui/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map +1 -0
  1011. package/lib/local-ui/node_modules/@rolldown/pluginutils/LICENSE +25 -0
  1012. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.cjs +271 -0
  1013. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.d.cts +157 -0
  1014. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.d.ts +157 -0
  1015. package/lib/local-ui/node_modules/@rolldown/pluginutils/dist/index.js +255 -0
  1016. package/lib/local-ui/node_modules/@rolldown/pluginutils/package.json +36 -0
  1017. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-gnu/README.md +3 -0
  1018. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-gnu/package.json +22 -0
  1019. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-gnu/rollup.win32-x64-gnu.node +0 -0
  1020. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-msvc/README.md +3 -0
  1021. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-msvc/package.json +22 -0
  1022. package/lib/local-ui/node_modules/@rollup/rollup-win32-x64-msvc/rollup.win32-x64-msvc.node +0 -0
  1023. package/lib/local-ui/node_modules/@types/babel__core/LICENSE +21 -0
  1024. package/lib/local-ui/node_modules/@types/babel__core/README.md +15 -0
  1025. package/lib/local-ui/node_modules/@types/babel__core/index.d.ts +831 -0
  1026. package/lib/local-ui/node_modules/@types/babel__core/package.json +51 -0
  1027. package/lib/local-ui/node_modules/@types/babel__generator/LICENSE +21 -0
  1028. package/lib/local-ui/node_modules/@types/babel__generator/README.md +15 -0
  1029. package/lib/local-ui/node_modules/@types/babel__generator/index.d.ts +210 -0
  1030. package/lib/local-ui/node_modules/@types/babel__generator/package.json +43 -0
  1031. package/lib/local-ui/node_modules/@types/babel__template/LICENSE +21 -0
  1032. package/lib/local-ui/node_modules/@types/babel__template/README.md +15 -0
  1033. package/lib/local-ui/node_modules/@types/babel__template/index.d.ts +92 -0
  1034. package/lib/local-ui/node_modules/@types/babel__template/package.json +43 -0
  1035. package/lib/local-ui/node_modules/@types/babel__traverse/LICENSE +21 -0
  1036. package/lib/local-ui/node_modules/@types/babel__traverse/README.md +15 -0
  1037. package/lib/local-ui/node_modules/@types/babel__traverse/index.d.ts +1506 -0
  1038. package/lib/local-ui/node_modules/@types/babel__traverse/package.json +63 -0
  1039. package/lib/local-ui/node_modules/@types/estree/LICENSE +21 -0
  1040. package/lib/local-ui/node_modules/@types/estree/README.md +15 -0
  1041. package/lib/local-ui/node_modules/@types/estree/flow.d.ts +167 -0
  1042. package/lib/local-ui/node_modules/@types/estree/index.d.ts +694 -0
  1043. package/lib/local-ui/node_modules/@types/estree/package.json +27 -0
  1044. package/lib/local-ui/node_modules/@vitejs/plugin-react/LICENSE +21 -0
  1045. package/lib/local-ui/node_modules/@vitejs/plugin-react/README.md +142 -0
  1046. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.cjs +343 -0
  1047. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.d.cts +67 -0
  1048. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.d.ts +67 -0
  1049. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/index.js +320 -0
  1050. package/lib/local-ui/node_modules/@vitejs/plugin-react/dist/refresh-runtime.js +670 -0
  1051. package/lib/local-ui/node_modules/@vitejs/plugin-react/package.json +70 -0
  1052. package/lib/local-ui/node_modules/baseline-browser-mapping/LICENSE.txt +201 -0
  1053. package/lib/local-ui/node_modules/baseline-browser-mapping/README.md +467 -0
  1054. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/cli.cjs +2 -0
  1055. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/index.cjs +1 -0
  1056. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/index.d.ts +104 -0
  1057. package/lib/local-ui/node_modules/baseline-browser-mapping/dist/index.js +1 -0
  1058. package/lib/local-ui/node_modules/baseline-browser-mapping/package.json +68 -0
  1059. package/lib/local-ui/node_modules/browserslist/LICENSE +20 -0
  1060. package/lib/local-ui/node_modules/browserslist/README.md +65 -0
  1061. package/lib/local-ui/node_modules/browserslist/browser.js +54 -0
  1062. package/lib/local-ui/node_modules/browserslist/cli.js +156 -0
  1063. package/lib/local-ui/node_modules/browserslist/error.d.ts +7 -0
  1064. package/lib/local-ui/node_modules/browserslist/error.js +12 -0
  1065. package/lib/local-ui/node_modules/browserslist/index.d.ts +224 -0
  1066. package/lib/local-ui/node_modules/browserslist/index.js +1335 -0
  1067. package/lib/local-ui/node_modules/browserslist/node.js +502 -0
  1068. package/lib/local-ui/node_modules/browserslist/package.json +45 -0
  1069. package/lib/local-ui/node_modules/browserslist/parse.js +78 -0
  1070. package/lib/local-ui/node_modules/caniuse-lite/LICENSE +395 -0
  1071. package/lib/local-ui/node_modules/caniuse-lite/README.md +6 -0
  1072. package/lib/local-ui/node_modules/caniuse-lite/data/agents.js +1 -0
  1073. package/lib/local-ui/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  1074. package/lib/local-ui/node_modules/caniuse-lite/data/browsers.js +1 -0
  1075. package/lib/local-ui/node_modules/caniuse-lite/data/features/aac.js +1 -0
  1076. package/lib/local-ui/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  1077. package/lib/local-ui/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  1078. package/lib/local-ui/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  1079. package/lib/local-ui/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  1080. package/lib/local-ui/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  1081. package/lib/local-ui/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  1082. package/lib/local-ui/node_modules/caniuse-lite/data/features/apng.js +1 -0
  1083. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  1084. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  1085. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  1086. package/lib/local-ui/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  1087. package/lib/local-ui/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  1088. package/lib/local-ui/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  1089. package/lib/local-ui/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  1090. package/lib/local-ui/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  1091. package/lib/local-ui/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  1092. package/lib/local-ui/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  1093. package/lib/local-ui/node_modules/caniuse-lite/data/features/audio.js +1 -0
  1094. package/lib/local-ui/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  1095. package/lib/local-ui/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  1096. package/lib/local-ui/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  1097. package/lib/local-ui/node_modules/caniuse-lite/data/features/av1.js +1 -0
  1098. package/lib/local-ui/node_modules/caniuse-lite/data/features/avif.js +1 -0
  1099. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  1100. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  1101. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  1102. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  1103. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  1104. package/lib/local-ui/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  1105. package/lib/local-ui/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  1106. package/lib/local-ui/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  1107. package/lib/local-ui/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  1108. package/lib/local-ui/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  1109. package/lib/local-ui/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  1110. package/lib/local-ui/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  1111. package/lib/local-ui/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  1112. package/lib/local-ui/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  1113. package/lib/local-ui/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  1114. package/lib/local-ui/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  1115. package/lib/local-ui/node_modules/caniuse-lite/data/features/calc.js +1 -0
  1116. package/lib/local-ui/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  1117. package/lib/local-ui/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  1118. package/lib/local-ui/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  1119. package/lib/local-ui/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  1120. package/lib/local-ui/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  1121. package/lib/local-ui/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  1122. package/lib/local-ui/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  1123. package/lib/local-ui/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  1124. package/lib/local-ui/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  1125. package/lib/local-ui/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  1126. package/lib/local-ui/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  1127. package/lib/local-ui/node_modules/caniuse-lite/data/features/colr.js +1 -0
  1128. package/lib/local-ui/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  1129. package/lib/local-ui/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  1130. package/lib/local-ui/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  1131. package/lib/local-ui/node_modules/caniuse-lite/data/features/const.js +1 -0
  1132. package/lib/local-ui/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  1133. package/lib/local-ui/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  1134. package/lib/local-ui/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  1135. package/lib/local-ui/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  1136. package/lib/local-ui/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  1137. package/lib/local-ui/node_modules/caniuse-lite/data/features/cors.js +1 -0
  1138. package/lib/local-ui/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  1139. package/lib/local-ui/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  1140. package/lib/local-ui/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  1141. package/lib/local-ui/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  1142. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  1143. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  1144. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  1145. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  1146. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  1147. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  1148. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  1149. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  1150. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  1151. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  1152. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  1153. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  1154. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  1155. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  1156. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  1157. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  1158. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  1159. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  1160. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  1161. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  1162. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  1163. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  1164. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  1165. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  1166. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  1167. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  1168. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  1169. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  1170. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  1171. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  1172. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  1173. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  1174. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  1175. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  1176. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  1177. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  1178. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  1179. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  1180. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  1181. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  1182. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  1183. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  1184. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  1185. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  1186. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  1187. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  1188. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  1189. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  1190. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  1191. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  1192. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  1193. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  1194. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -0
  1195. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  1196. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  1197. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  1198. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  1199. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-if.js +1 -0
  1200. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  1201. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  1202. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  1203. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  1204. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  1205. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  1206. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  1207. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  1208. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  1209. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  1210. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  1211. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  1212. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  1213. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  1214. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  1215. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  1216. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  1217. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  1218. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  1219. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  1220. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  1221. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  1222. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1223. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1224. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1225. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1226. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1227. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1228. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1229. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1230. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1231. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1232. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1233. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1234. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1235. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1236. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1237. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1238. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1239. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1240. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1241. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1242. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1243. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1244. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1245. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1246. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1247. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1248. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1249. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1250. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1251. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1252. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1253. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1254. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1255. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1256. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1257. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1258. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1259. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1260. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1261. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1262. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1263. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1264. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1265. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1266. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1267. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1268. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1269. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1270. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1271. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1272. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1273. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1274. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1275. package/lib/local-ui/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1276. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1277. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1278. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1279. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1280. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1281. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1282. package/lib/local-ui/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1283. package/lib/local-ui/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1284. package/lib/local-ui/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1285. package/lib/local-ui/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1286. package/lib/local-ui/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1287. package/lib/local-ui/node_modules/caniuse-lite/data/features/customizable-select.js +1 -0
  1288. package/lib/local-ui/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1289. package/lib/local-ui/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1290. package/lib/local-ui/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1291. package/lib/local-ui/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1292. package/lib/local-ui/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1293. package/lib/local-ui/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1294. package/lib/local-ui/node_modules/caniuse-lite/data/features/details.js +1 -0
  1295. package/lib/local-ui/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1296. package/lib/local-ui/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1297. package/lib/local-ui/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1298. package/lib/local-ui/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1299. package/lib/local-ui/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1300. package/lib/local-ui/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1301. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1302. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1303. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1304. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1305. package/lib/local-ui/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1306. package/lib/local-ui/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1307. package/lib/local-ui/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1308. package/lib/local-ui/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1309. package/lib/local-ui/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1310. package/lib/local-ui/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1311. package/lib/local-ui/node_modules/caniuse-lite/data/features/download.js +1 -0
  1312. package/lib/local-ui/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1313. package/lib/local-ui/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1314. package/lib/local-ui/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1315. package/lib/local-ui/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1316. package/lib/local-ui/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1317. package/lib/local-ui/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1318. package/lib/local-ui/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1319. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1320. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1321. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1322. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1323. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1324. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1325. package/lib/local-ui/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1326. package/lib/local-ui/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1327. package/lib/local-ui/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1328. package/lib/local-ui/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1329. package/lib/local-ui/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1330. package/lib/local-ui/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1331. package/lib/local-ui/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1332. package/lib/local-ui/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1333. package/lib/local-ui/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1334. package/lib/local-ui/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1335. package/lib/local-ui/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1336. package/lib/local-ui/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1337. package/lib/local-ui/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1338. package/lib/local-ui/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1339. package/lib/local-ui/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1340. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1341. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1342. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1343. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1344. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1345. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1346. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1347. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1348. package/lib/local-ui/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1349. package/lib/local-ui/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1350. package/lib/local-ui/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1351. package/lib/local-ui/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1352. package/lib/local-ui/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1353. package/lib/local-ui/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1354. package/lib/local-ui/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1355. package/lib/local-ui/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1356. package/lib/local-ui/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1357. package/lib/local-ui/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1358. package/lib/local-ui/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1359. package/lib/local-ui/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1360. package/lib/local-ui/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1361. package/lib/local-ui/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1362. package/lib/local-ui/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1363. package/lib/local-ui/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1364. package/lib/local-ui/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1365. package/lib/local-ui/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1366. package/lib/local-ui/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1367. package/lib/local-ui/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1368. package/lib/local-ui/node_modules/caniuse-lite/data/features/history.js +1 -0
  1369. package/lib/local-ui/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1370. package/lib/local-ui/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1371. package/lib/local-ui/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1372. package/lib/local-ui/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1373. package/lib/local-ui/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1374. package/lib/local-ui/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1375. package/lib/local-ui/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1376. package/lib/local-ui/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1377. package/lib/local-ui/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1378. package/lib/local-ui/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1379. package/lib/local-ui/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1380. package/lib/local-ui/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1381. package/lib/local-ui/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1382. package/lib/local-ui/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1383. package/lib/local-ui/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1384. package/lib/local-ui/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1385. package/lib/local-ui/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1386. package/lib/local-ui/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1387. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1388. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1389. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1390. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1391. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1392. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1393. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1394. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1395. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1396. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1397. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1398. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1399. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1400. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1401. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1402. package/lib/local-ui/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1403. package/lib/local-ui/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1404. package/lib/local-ui/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1405. package/lib/local-ui/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1406. package/lib/local-ui/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1407. package/lib/local-ui/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1408. package/lib/local-ui/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1409. package/lib/local-ui/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1410. package/lib/local-ui/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1411. package/lib/local-ui/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1412. package/lib/local-ui/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1413. package/lib/local-ui/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1414. package/lib/local-ui/node_modules/caniuse-lite/data/features/json.js +1 -0
  1415. package/lib/local-ui/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1416. package/lib/local-ui/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1417. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1418. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1419. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1420. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1421. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1422. package/lib/local-ui/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1423. package/lib/local-ui/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1424. package/lib/local-ui/node_modules/caniuse-lite/data/features/let.js +1 -0
  1425. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1426. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1427. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1428. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1429. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1430. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1431. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1432. package/lib/local-ui/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1433. package/lib/local-ui/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1434. package/lib/local-ui/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -0
  1435. package/lib/local-ui/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1436. package/lib/local-ui/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1437. package/lib/local-ui/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1438. package/lib/local-ui/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1439. package/lib/local-ui/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1440. package/lib/local-ui/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1441. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1442. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1443. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1444. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1445. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1446. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1447. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1448. package/lib/local-ui/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1449. package/lib/local-ui/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1450. package/lib/local-ui/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1451. package/lib/local-ui/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1452. package/lib/local-ui/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1453. package/lib/local-ui/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1454. package/lib/local-ui/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1455. package/lib/local-ui/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1456. package/lib/local-ui/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1457. package/lib/local-ui/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1458. package/lib/local-ui/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1459. package/lib/local-ui/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1460. package/lib/local-ui/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1461. package/lib/local-ui/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1462. package/lib/local-ui/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1463. package/lib/local-ui/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1464. package/lib/local-ui/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1465. package/lib/local-ui/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1466. package/lib/local-ui/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1467. package/lib/local-ui/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1468. package/lib/local-ui/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1469. package/lib/local-ui/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1470. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1471. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1472. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1473. package/lib/local-ui/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1474. package/lib/local-ui/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1475. package/lib/local-ui/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1476. package/lib/local-ui/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1477. package/lib/local-ui/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1478. package/lib/local-ui/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1479. package/lib/local-ui/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1480. package/lib/local-ui/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1481. package/lib/local-ui/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1482. package/lib/local-ui/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1483. package/lib/local-ui/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1484. package/lib/local-ui/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1485. package/lib/local-ui/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1486. package/lib/local-ui/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1487. package/lib/local-ui/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1488. package/lib/local-ui/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1489. package/lib/local-ui/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1490. package/lib/local-ui/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1491. package/lib/local-ui/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1492. package/lib/local-ui/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1493. package/lib/local-ui/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1494. package/lib/local-ui/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1495. package/lib/local-ui/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1496. package/lib/local-ui/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1497. package/lib/local-ui/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1498. package/lib/local-ui/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1499. package/lib/local-ui/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1500. package/lib/local-ui/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1501. package/lib/local-ui/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1502. package/lib/local-ui/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1503. package/lib/local-ui/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1504. package/lib/local-ui/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1505. package/lib/local-ui/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1506. package/lib/local-ui/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1507. package/lib/local-ui/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1508. package/lib/local-ui/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1509. package/lib/local-ui/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1510. package/lib/local-ui/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1511. package/lib/local-ui/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1512. package/lib/local-ui/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1513. package/lib/local-ui/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1514. package/lib/local-ui/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1515. package/lib/local-ui/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1516. package/lib/local-ui/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1517. package/lib/local-ui/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1518. package/lib/local-ui/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1519. package/lib/local-ui/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1520. package/lib/local-ui/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1521. package/lib/local-ui/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1522. package/lib/local-ui/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1523. package/lib/local-ui/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1524. package/lib/local-ui/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1525. package/lib/local-ui/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1526. package/lib/local-ui/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1527. package/lib/local-ui/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1528. package/lib/local-ui/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1529. package/lib/local-ui/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1530. package/lib/local-ui/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1531. package/lib/local-ui/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1532. package/lib/local-ui/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1533. package/lib/local-ui/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1534. package/lib/local-ui/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1535. package/lib/local-ui/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1536. package/lib/local-ui/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1537. package/lib/local-ui/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1538. package/lib/local-ui/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1539. package/lib/local-ui/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1540. package/lib/local-ui/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1541. package/lib/local-ui/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1542. package/lib/local-ui/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1543. package/lib/local-ui/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1544. package/lib/local-ui/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1545. package/lib/local-ui/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1546. package/lib/local-ui/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1547. package/lib/local-ui/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1548. package/lib/local-ui/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1549. package/lib/local-ui/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1550. package/lib/local-ui/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1551. package/lib/local-ui/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1552. package/lib/local-ui/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1553. package/lib/local-ui/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1554. package/lib/local-ui/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1555. package/lib/local-ui/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1556. package/lib/local-ui/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1557. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1558. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1559. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1560. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1561. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1562. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1563. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1564. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1565. package/lib/local-ui/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1566. package/lib/local-ui/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1567. package/lib/local-ui/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1568. package/lib/local-ui/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1569. package/lib/local-ui/node_modules/caniuse-lite/data/features/template.js +1 -0
  1570. package/lib/local-ui/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1571. package/lib/local-ui/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1572. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1573. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1574. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1575. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1576. package/lib/local-ui/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1577. package/lib/local-ui/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1578. package/lib/local-ui/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1579. package/lib/local-ui/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1580. package/lib/local-ui/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1581. package/lib/local-ui/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1582. package/lib/local-ui/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1583. package/lib/local-ui/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1584. package/lib/local-ui/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1585. package/lib/local-ui/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1586. package/lib/local-ui/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1587. package/lib/local-ui/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1588. package/lib/local-ui/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1589. package/lib/local-ui/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1590. package/lib/local-ui/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1591. package/lib/local-ui/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1592. package/lib/local-ui/node_modules/caniuse-lite/data/features/url.js +1 -0
  1593. package/lib/local-ui/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1594. package/lib/local-ui/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1595. package/lib/local-ui/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1596. package/lib/local-ui/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1597. package/lib/local-ui/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1598. package/lib/local-ui/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1599. package/lib/local-ui/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1600. package/lib/local-ui/node_modules/caniuse-lite/data/features/video.js +1 -0
  1601. package/lib/local-ui/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1602. package/lib/local-ui/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1603. package/lib/local-ui/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1604. package/lib/local-ui/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1605. package/lib/local-ui/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1606. package/lib/local-ui/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1607. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  1608. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  1609. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  1610. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  1611. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  1612. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  1613. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  1614. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  1615. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  1616. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  1617. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  1618. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  1619. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  1620. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  1621. package/lib/local-ui/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1622. package/lib/local-ui/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1623. package/lib/local-ui/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1624. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1625. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1626. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1627. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1628. package/lib/local-ui/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1629. package/lib/local-ui/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1630. package/lib/local-ui/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1631. package/lib/local-ui/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1632. package/lib/local-ui/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1633. package/lib/local-ui/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1634. package/lib/local-ui/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1635. package/lib/local-ui/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1636. package/lib/local-ui/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1637. package/lib/local-ui/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1638. package/lib/local-ui/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1639. package/lib/local-ui/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1640. package/lib/local-ui/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1641. package/lib/local-ui/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1642. package/lib/local-ui/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1643. package/lib/local-ui/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1644. package/lib/local-ui/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1645. package/lib/local-ui/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1646. package/lib/local-ui/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1647. package/lib/local-ui/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1648. package/lib/local-ui/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1649. package/lib/local-ui/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1650. package/lib/local-ui/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1651. package/lib/local-ui/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1652. package/lib/local-ui/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1653. package/lib/local-ui/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1654. package/lib/local-ui/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1655. package/lib/local-ui/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1656. package/lib/local-ui/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1657. package/lib/local-ui/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1658. package/lib/local-ui/node_modules/caniuse-lite/data/features.js +1 -0
  1659. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1660. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1661. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1662. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1663. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1664. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1665. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1666. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1667. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1668. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1669. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1670. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1671. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1672. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1673. package/lib/local-ui/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1674. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1675. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1676. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1677. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1678. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1679. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1680. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1681. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1682. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1683. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1684. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1685. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1686. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1687. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1688. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1689. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1690. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1691. package/lib/local-ui/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1692. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1693. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1694. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1695. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1696. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1697. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1698. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1699. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1700. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1701. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1702. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1703. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1704. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1705. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1706. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1707. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1708. package/lib/local-ui/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1709. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1710. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1711. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1712. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1713. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1714. package/lib/local-ui/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1715. package/lib/local-ui/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1716. package/lib/local-ui/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1717. package/lib/local-ui/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1718. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1719. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1720. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1721. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1722. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1723. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1724. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1725. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1726. package/lib/local-ui/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1727. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1728. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1729. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1730. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1731. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1732. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1733. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1734. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1735. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1736. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1737. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1738. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1739. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1740. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1741. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1742. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1743. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1744. package/lib/local-ui/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1745. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1746. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1747. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1748. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1749. package/lib/local-ui/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1750. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1751. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1752. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1753. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1754. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1755. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1756. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1757. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1758. package/lib/local-ui/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1759. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1760. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1761. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1762. package/lib/local-ui/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1763. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1764. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1765. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1766. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1767. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1768. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1769. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1770. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1771. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1772. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1773. package/lib/local-ui/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1774. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1775. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1776. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1777. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1778. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1779. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1780. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1781. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1782. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1783. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1784. package/lib/local-ui/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1785. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1786. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1787. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1788. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1789. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1790. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1791. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1792. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1793. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1794. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1795. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1796. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1797. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1798. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1799. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1800. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1801. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1802. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1803. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1804. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1805. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1806. package/lib/local-ui/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1807. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1808. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1809. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1810. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1811. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1812. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1813. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1814. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1815. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1816. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1817. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1818. package/lib/local-ui/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1819. package/lib/local-ui/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1820. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1821. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1822. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1823. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1824. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1825. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1826. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1827. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1828. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1829. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1830. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1831. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1832. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1833. package/lib/local-ui/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1834. package/lib/local-ui/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1835. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1836. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1837. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1838. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1839. package/lib/local-ui/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1840. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1841. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1842. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1843. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1844. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1845. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1846. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1847. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1848. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1849. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1850. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1851. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1852. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1853. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1854. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1855. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1856. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1857. package/lib/local-ui/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1858. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1859. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1860. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1861. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1862. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1863. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1864. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1865. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1866. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1867. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1868. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1869. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1870. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1871. package/lib/local-ui/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1872. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1873. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1874. package/lib/local-ui/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1875. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1876. package/lib/local-ui/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1877. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1878. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1879. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1880. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1881. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1882. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1883. package/lib/local-ui/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1884. package/lib/local-ui/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1885. package/lib/local-ui/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1886. package/lib/local-ui/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1887. package/lib/local-ui/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1888. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1889. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1890. package/lib/local-ui/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1891. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1892. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1893. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1894. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1895. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1896. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1897. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1898. package/lib/local-ui/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1899. package/lib/local-ui/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1900. package/lib/local-ui/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1901. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1902. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1903. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1904. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  1905. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1906. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1907. package/lib/local-ui/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1908. package/lib/local-ui/node_modules/caniuse-lite/package.json +34 -0
  1909. package/lib/local-ui/node_modules/convert-source-map/LICENSE +23 -0
  1910. package/lib/local-ui/node_modules/convert-source-map/README.md +206 -0
  1911. package/lib/local-ui/node_modules/convert-source-map/index.js +233 -0
  1912. package/lib/local-ui/node_modules/convert-source-map/package.json +38 -0
  1913. package/lib/local-ui/node_modules/debug/LICENSE +20 -0
  1914. package/lib/local-ui/node_modules/debug/README.md +481 -0
  1915. package/lib/local-ui/node_modules/debug/package.json +64 -0
  1916. package/lib/local-ui/node_modules/debug/src/browser.js +272 -0
  1917. package/lib/local-ui/node_modules/debug/src/common.js +292 -0
  1918. package/lib/local-ui/node_modules/debug/src/index.js +10 -0
  1919. package/lib/local-ui/node_modules/debug/src/node.js +263 -0
  1920. package/lib/local-ui/node_modules/electron-to-chromium/LICENSE +5 -0
  1921. package/lib/local-ui/node_modules/electron-to-chromium/README.md +186 -0
  1922. package/lib/local-ui/node_modules/electron-to-chromium/chromium-versions.js +85 -0
  1923. package/lib/local-ui/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1924. package/lib/local-ui/node_modules/electron-to-chromium/full-chromium-versions.js +2718 -0
  1925. package/lib/local-ui/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1926. package/lib/local-ui/node_modules/electron-to-chromium/full-versions.js +1732 -0
  1927. package/lib/local-ui/node_modules/electron-to-chromium/full-versions.json +1 -0
  1928. package/lib/local-ui/node_modules/electron-to-chromium/index.js +36 -0
  1929. package/lib/local-ui/node_modules/electron-to-chromium/package.json +44 -0
  1930. package/lib/local-ui/node_modules/electron-to-chromium/versions.js +240 -0
  1931. package/lib/local-ui/node_modules/electron-to-chromium/versions.json +1 -0
  1932. package/lib/local-ui/node_modules/esbuild/LICENSE.md +21 -0
  1933. package/lib/local-ui/node_modules/esbuild/README.md +3 -0
  1934. package/lib/local-ui/node_modules/esbuild/bin/esbuild +223 -0
  1935. package/lib/local-ui/node_modules/esbuild/install.js +289 -0
  1936. package/lib/local-ui/node_modules/esbuild/lib/main.d.ts +716 -0
  1937. package/lib/local-ui/node_modules/esbuild/lib/main.js +2242 -0
  1938. package/lib/local-ui/node_modules/esbuild/package.json +49 -0
  1939. package/lib/local-ui/node_modules/escalade/dist/index.js +22 -0
  1940. package/lib/local-ui/node_modules/escalade/dist/index.mjs +22 -0
  1941. package/lib/local-ui/node_modules/escalade/index.d.mts +11 -0
  1942. package/lib/local-ui/node_modules/escalade/index.d.ts +15 -0
  1943. package/lib/local-ui/node_modules/escalade/license +9 -0
  1944. package/lib/local-ui/node_modules/escalade/package.json +74 -0
  1945. package/lib/local-ui/node_modules/escalade/readme.md +211 -0
  1946. package/lib/local-ui/node_modules/escalade/sync/index.d.mts +9 -0
  1947. package/lib/local-ui/node_modules/escalade/sync/index.d.ts +13 -0
  1948. package/lib/local-ui/node_modules/escalade/sync/index.js +18 -0
  1949. package/lib/local-ui/node_modules/escalade/sync/index.mjs +18 -0
  1950. package/lib/local-ui/node_modules/fdir/LICENSE +7 -0
  1951. package/lib/local-ui/node_modules/fdir/README.md +91 -0
  1952. package/lib/local-ui/node_modules/fdir/dist/index.cjs +588 -0
  1953. package/lib/local-ui/node_modules/fdir/dist/index.d.cts +155 -0
  1954. package/lib/local-ui/node_modules/fdir/dist/index.d.mts +155 -0
  1955. package/lib/local-ui/node_modules/fdir/dist/index.mjs +570 -0
  1956. package/lib/local-ui/node_modules/fdir/package.json +103 -0
  1957. package/lib/local-ui/node_modules/gensync/LICENSE +7 -0
  1958. package/lib/local-ui/node_modules/gensync/README.md +196 -0
  1959. package/lib/local-ui/node_modules/gensync/index.js +373 -0
  1960. package/lib/local-ui/node_modules/gensync/index.js.flow +32 -0
  1961. package/lib/local-ui/node_modules/gensync/package.json +37 -0
  1962. package/lib/local-ui/node_modules/gensync/test/.babelrc +5 -0
  1963. package/lib/local-ui/node_modules/gensync/test/index.test.js +489 -0
  1964. package/lib/local-ui/node_modules/js-tokens/CHANGELOG.md +151 -0
  1965. package/lib/local-ui/node_modules/js-tokens/LICENSE +21 -0
  1966. package/lib/local-ui/node_modules/js-tokens/README.md +240 -0
  1967. package/lib/local-ui/node_modules/js-tokens/index.js +23 -0
  1968. package/lib/local-ui/node_modules/js-tokens/package.json +30 -0
  1969. package/lib/local-ui/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  1970. package/lib/local-ui/node_modules/jsesc/README.md +422 -0
  1971. package/lib/local-ui/node_modules/jsesc/bin/jsesc +148 -0
  1972. package/lib/local-ui/node_modules/jsesc/jsesc.js +337 -0
  1973. package/lib/local-ui/node_modules/jsesc/man/jsesc.1 +94 -0
  1974. package/lib/local-ui/node_modules/jsesc/package.json +56 -0
  1975. package/lib/local-ui/node_modules/json5/LICENSE.md +23 -0
  1976. package/lib/local-ui/node_modules/json5/README.md +282 -0
  1977. package/lib/local-ui/node_modules/json5/dist/index.js +1737 -0
  1978. package/lib/local-ui/node_modules/json5/dist/index.min.js +1 -0
  1979. package/lib/local-ui/node_modules/json5/dist/index.min.mjs +1 -0
  1980. package/lib/local-ui/node_modules/json5/dist/index.mjs +1426 -0
  1981. package/lib/local-ui/node_modules/json5/lib/cli.js +152 -0
  1982. package/lib/local-ui/node_modules/json5/lib/index.d.ts +4 -0
  1983. package/lib/local-ui/node_modules/json5/lib/index.js +9 -0
  1984. package/lib/local-ui/node_modules/json5/lib/parse.d.ts +15 -0
  1985. package/lib/local-ui/node_modules/json5/lib/parse.js +1114 -0
  1986. package/lib/local-ui/node_modules/json5/lib/register.js +13 -0
  1987. package/lib/local-ui/node_modules/json5/lib/require.js +4 -0
  1988. package/lib/local-ui/node_modules/json5/lib/stringify.d.ts +89 -0
  1989. package/lib/local-ui/node_modules/json5/lib/stringify.js +261 -0
  1990. package/lib/local-ui/node_modules/json5/lib/unicode.d.ts +3 -0
  1991. package/lib/local-ui/node_modules/json5/lib/unicode.js +4 -0
  1992. package/lib/local-ui/node_modules/json5/lib/util.d.ts +5 -0
  1993. package/lib/local-ui/node_modules/json5/lib/util.js +35 -0
  1994. package/lib/local-ui/node_modules/json5/package.json +72 -0
  1995. package/lib/local-ui/node_modules/lru-cache/LICENSE +15 -0
  1996. package/lib/local-ui/node_modules/lru-cache/README.md +166 -0
  1997. package/lib/local-ui/node_modules/lru-cache/index.js +334 -0
  1998. package/lib/local-ui/node_modules/lru-cache/package.json +32 -0
  1999. package/lib/local-ui/node_modules/ms/index.js +162 -0
  2000. package/lib/local-ui/node_modules/ms/license.md +21 -0
  2001. package/lib/local-ui/node_modules/ms/package.json +38 -0
  2002. package/lib/local-ui/node_modules/ms/readme.md +59 -0
  2003. package/lib/local-ui/node_modules/nanoid/LICENSE +20 -0
  2004. package/lib/local-ui/node_modules/nanoid/README.md +39 -0
  2005. package/lib/local-ui/node_modules/nanoid/async/index.browser.cjs +69 -0
  2006. package/lib/local-ui/node_modules/nanoid/async/index.browser.js +34 -0
  2007. package/lib/local-ui/node_modules/nanoid/async/index.cjs +71 -0
  2008. package/lib/local-ui/node_modules/nanoid/async/index.d.ts +56 -0
  2009. package/lib/local-ui/node_modules/nanoid/async/index.js +35 -0
  2010. package/lib/local-ui/node_modules/nanoid/async/index.native.js +26 -0
  2011. package/lib/local-ui/node_modules/nanoid/async/package.json +12 -0
  2012. package/lib/local-ui/node_modules/nanoid/bin/nanoid.cjs +55 -0
  2013. package/lib/local-ui/node_modules/nanoid/index.browser.cjs +72 -0
  2014. package/lib/local-ui/node_modules/nanoid/index.browser.js +34 -0
  2015. package/lib/local-ui/node_modules/nanoid/index.cjs +85 -0
  2016. package/lib/local-ui/node_modules/nanoid/index.d.cts +91 -0
  2017. package/lib/local-ui/node_modules/nanoid/index.d.ts +91 -0
  2018. package/lib/local-ui/node_modules/nanoid/index.js +45 -0
  2019. package/lib/local-ui/node_modules/nanoid/nanoid.js +1 -0
  2020. package/lib/local-ui/node_modules/nanoid/non-secure/index.cjs +34 -0
  2021. package/lib/local-ui/node_modules/nanoid/non-secure/index.d.ts +33 -0
  2022. package/lib/local-ui/node_modules/nanoid/non-secure/index.js +21 -0
  2023. package/lib/local-ui/node_modules/nanoid/non-secure/package.json +6 -0
  2024. package/lib/local-ui/node_modules/nanoid/package.json +89 -0
  2025. package/lib/local-ui/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  2026. package/lib/local-ui/node_modules/nanoid/url-alphabet/index.js +3 -0
  2027. package/lib/local-ui/node_modules/nanoid/url-alphabet/package.json +6 -0
  2028. package/lib/local-ui/node_modules/node-releases/LICENSE +21 -0
  2029. package/lib/local-ui/node_modules/node-releases/README.md +12 -0
  2030. package/lib/local-ui/node_modules/node-releases/data/processed/envs.json +1 -0
  2031. package/lib/local-ui/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  2032. package/lib/local-ui/node_modules/node-releases/package.json +22 -0
  2033. package/lib/local-ui/node_modules/picocolors/LICENSE +15 -0
  2034. package/lib/local-ui/node_modules/picocolors/README.md +21 -0
  2035. package/lib/local-ui/node_modules/picocolors/package.json +25 -0
  2036. package/lib/local-ui/node_modules/picocolors/picocolors.browser.js +4 -0
  2037. package/lib/local-ui/node_modules/picocolors/picocolors.d.ts +5 -0
  2038. package/lib/local-ui/node_modules/picocolors/picocolors.js +75 -0
  2039. package/lib/local-ui/node_modules/picocolors/types.d.ts +51 -0
  2040. package/lib/local-ui/node_modules/picomatch/LICENSE +21 -0
  2041. package/lib/local-ui/node_modules/picomatch/README.md +738 -0
  2042. package/lib/local-ui/node_modules/picomatch/index.js +17 -0
  2043. package/lib/local-ui/node_modules/picomatch/lib/constants.js +180 -0
  2044. package/lib/local-ui/node_modules/picomatch/lib/parse.js +1085 -0
  2045. package/lib/local-ui/node_modules/picomatch/lib/picomatch.js +341 -0
  2046. package/lib/local-ui/node_modules/picomatch/lib/scan.js +391 -0
  2047. package/lib/local-ui/node_modules/picomatch/lib/utils.js +72 -0
  2048. package/lib/local-ui/node_modules/picomatch/package.json +83 -0
  2049. package/lib/local-ui/node_modules/picomatch/posix.js +3 -0
  2050. package/lib/local-ui/node_modules/postcss/LICENSE +20 -0
  2051. package/lib/local-ui/node_modules/postcss/README.md +29 -0
  2052. package/lib/local-ui/node_modules/postcss/lib/at-rule.d.ts +140 -0
  2053. package/lib/local-ui/node_modules/postcss/lib/at-rule.js +25 -0
  2054. package/lib/local-ui/node_modules/postcss/lib/comment.d.ts +68 -0
  2055. package/lib/local-ui/node_modules/postcss/lib/comment.js +13 -0
  2056. package/lib/local-ui/node_modules/postcss/lib/container.d.ts +483 -0
  2057. package/lib/local-ui/node_modules/postcss/lib/container.js +447 -0
  2058. package/lib/local-ui/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
  2059. package/lib/local-ui/node_modules/postcss/lib/css-syntax-error.js +133 -0
  2060. package/lib/local-ui/node_modules/postcss/lib/declaration.d.ts +151 -0
  2061. package/lib/local-ui/node_modules/postcss/lib/declaration.js +24 -0
  2062. package/lib/local-ui/node_modules/postcss/lib/document.d.ts +69 -0
  2063. package/lib/local-ui/node_modules/postcss/lib/document.js +33 -0
  2064. package/lib/local-ui/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  2065. package/lib/local-ui/node_modules/postcss/lib/fromJSON.js +54 -0
  2066. package/lib/local-ui/node_modules/postcss/lib/input.d.ts +227 -0
  2067. package/lib/local-ui/node_modules/postcss/lib/input.js +265 -0
  2068. package/lib/local-ui/node_modules/postcss/lib/lazy-result.d.ts +190 -0
  2069. package/lib/local-ui/node_modules/postcss/lib/lazy-result.js +550 -0
  2070. package/lib/local-ui/node_modules/postcss/lib/list.d.ts +60 -0
  2071. package/lib/local-ui/node_modules/postcss/lib/list.js +58 -0
  2072. package/lib/local-ui/node_modules/postcss/lib/map-generator.js +376 -0
  2073. package/lib/local-ui/node_modules/postcss/lib/no-work-result.d.ts +46 -0
  2074. package/lib/local-ui/node_modules/postcss/lib/no-work-result.js +137 -0
  2075. package/lib/local-ui/node_modules/postcss/lib/node.d.ts +556 -0
  2076. package/lib/local-ui/node_modules/postcss/lib/node.js +449 -0
  2077. package/lib/local-ui/node_modules/postcss/lib/parse.d.ts +9 -0
  2078. package/lib/local-ui/node_modules/postcss/lib/parse.js +42 -0
  2079. package/lib/local-ui/node_modules/postcss/lib/parser.js +611 -0
  2080. package/lib/local-ui/node_modules/postcss/lib/postcss.d.mts +69 -0
  2081. package/lib/local-ui/node_modules/postcss/lib/postcss.d.ts +458 -0
  2082. package/lib/local-ui/node_modules/postcss/lib/postcss.js +101 -0
  2083. package/lib/local-ui/node_modules/postcss/lib/postcss.mjs +30 -0
  2084. package/lib/local-ui/node_modules/postcss/lib/previous-map.d.ts +81 -0
  2085. package/lib/local-ui/node_modules/postcss/lib/previous-map.js +144 -0
  2086. package/lib/local-ui/node_modules/postcss/lib/processor.d.ts +115 -0
  2087. package/lib/local-ui/node_modules/postcss/lib/processor.js +67 -0
  2088. package/lib/local-ui/node_modules/postcss/lib/result.d.ts +205 -0
  2089. package/lib/local-ui/node_modules/postcss/lib/result.js +42 -0
  2090. package/lib/local-ui/node_modules/postcss/lib/root.d.ts +87 -0
  2091. package/lib/local-ui/node_modules/postcss/lib/root.js +61 -0
  2092. package/lib/local-ui/node_modules/postcss/lib/rule.d.ts +126 -0
  2093. package/lib/local-ui/node_modules/postcss/lib/rule.js +27 -0
  2094. package/lib/local-ui/node_modules/postcss/lib/stringifier.d.ts +46 -0
  2095. package/lib/local-ui/node_modules/postcss/lib/stringifier.js +353 -0
  2096. package/lib/local-ui/node_modules/postcss/lib/stringify.d.ts +9 -0
  2097. package/lib/local-ui/node_modules/postcss/lib/stringify.js +11 -0
  2098. package/lib/local-ui/node_modules/postcss/lib/symbols.js +5 -0
  2099. package/lib/local-ui/node_modules/postcss/lib/terminal-highlight.js +70 -0
  2100. package/lib/local-ui/node_modules/postcss/lib/tokenize.js +266 -0
  2101. package/lib/local-ui/node_modules/postcss/lib/warn-once.js +13 -0
  2102. package/lib/local-ui/node_modules/postcss/lib/warning.d.ts +147 -0
  2103. package/lib/local-ui/node_modules/postcss/lib/warning.js +37 -0
  2104. package/lib/local-ui/node_modules/postcss/package.json +88 -0
  2105. package/lib/local-ui/node_modules/react/LICENSE +21 -0
  2106. package/lib/local-ui/node_modules/react/README.md +37 -0
  2107. package/lib/local-ui/node_modules/react/cjs/react-compiler-runtime.development.js +24 -0
  2108. package/lib/local-ui/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
  2109. package/lib/local-ui/node_modules/react/cjs/react-compiler-runtime.profiling.js +16 -0
  2110. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.development.js +338 -0
  2111. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
  2112. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.profiling.js +14 -0
  2113. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.react-server.development.js +370 -0
  2114. package/lib/local-ui/node_modules/react/cjs/react-jsx-dev-runtime.react-server.production.js +40 -0
  2115. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.development.js +352 -0
  2116. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
  2117. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.profiling.js +34 -0
  2118. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.react-server.development.js +370 -0
  2119. package/lib/local-ui/node_modules/react/cjs/react-jsx-runtime.react-server.production.js +40 -0
  2120. package/lib/local-ui/node_modules/react/cjs/react.development.js +1284 -0
  2121. package/lib/local-ui/node_modules/react/cjs/react.production.js +542 -0
  2122. package/lib/local-ui/node_modules/react/cjs/react.react-server.development.js +848 -0
  2123. package/lib/local-ui/node_modules/react/cjs/react.react-server.production.js +423 -0
  2124. package/lib/local-ui/node_modules/react/compiler-runtime.js +14 -0
  2125. package/lib/local-ui/node_modules/react/index.js +7 -0
  2126. package/lib/local-ui/node_modules/react/jsx-dev-runtime.js +7 -0
  2127. package/lib/local-ui/node_modules/react/jsx-dev-runtime.react-server.js +7 -0
  2128. package/lib/local-ui/node_modules/react/jsx-runtime.js +7 -0
  2129. package/lib/local-ui/node_modules/react/jsx-runtime.react-server.js +7 -0
  2130. package/lib/local-ui/node_modules/react/package.json +51 -0
  2131. package/lib/local-ui/node_modules/react/react.react-server.js +7 -0
  2132. package/lib/local-ui/node_modules/react-dom/LICENSE +21 -0
  2133. package/lib/local-ui/node_modules/react-dom/README.md +60 -0
  2134. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-client.development.js +28121 -0
  2135. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-client.production.js +16049 -0
  2136. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-profiling.development.js +28503 -0
  2137. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-profiling.profiling.js +18068 -0
  2138. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +9877 -0
  2139. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
  2140. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js +9877 -0
  2141. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
  2142. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.browser.development.js +10601 -0
  2143. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
  2144. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.bun.development.js +9605 -0
  2145. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.bun.production.js +6745 -0
  2146. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.edge.development.js +10620 -0
  2147. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
  2148. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.node.development.js +10802 -0
  2149. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
  2150. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-test-utils.development.js +24 -0
  2151. package/lib/local-ui/node_modules/react-dom/cjs/react-dom-test-utils.production.js +21 -0
  2152. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.development.js +424 -0
  2153. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.production.js +210 -0
  2154. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.react-server.development.js +340 -0
  2155. package/lib/local-ui/node_modules/react-dom/cjs/react-dom.react-server.production.js +152 -0
  2156. package/lib/local-ui/node_modules/react-dom/client.js +38 -0
  2157. package/lib/local-ui/node_modules/react-dom/client.react-server.js +5 -0
  2158. package/lib/local-ui/node_modules/react-dom/index.js +38 -0
  2159. package/lib/local-ui/node_modules/react-dom/package.json +117 -0
  2160. package/lib/local-ui/node_modules/react-dom/profiling.js +38 -0
  2161. package/lib/local-ui/node_modules/react-dom/profiling.react-server.js +5 -0
  2162. package/lib/local-ui/node_modules/react-dom/react-dom.react-server.js +7 -0
  2163. package/lib/local-ui/node_modules/react-dom/server.browser.js +16 -0
  2164. package/lib/local-ui/node_modules/react-dom/server.bun.js +17 -0
  2165. package/lib/local-ui/node_modules/react-dom/server.edge.js +17 -0
  2166. package/lib/local-ui/node_modules/react-dom/server.js +3 -0
  2167. package/lib/local-ui/node_modules/react-dom/server.node.js +18 -0
  2168. package/lib/local-ui/node_modules/react-dom/server.react-server.js +5 -0
  2169. package/lib/local-ui/node_modules/react-dom/static.browser.js +12 -0
  2170. package/lib/local-ui/node_modules/react-dom/static.edge.js +12 -0
  2171. package/lib/local-ui/node_modules/react-dom/static.js +3 -0
  2172. package/lib/local-ui/node_modules/react-dom/static.node.js +14 -0
  2173. package/lib/local-ui/node_modules/react-dom/static.react-server.js +5 -0
  2174. package/lib/local-ui/node_modules/react-dom/test-utils.js +7 -0
  2175. package/lib/local-ui/node_modules/react-refresh/LICENSE +21 -0
  2176. package/lib/local-ui/node_modules/react-refresh/README.md +5 -0
  2177. package/lib/local-ui/node_modules/react-refresh/babel.js +7 -0
  2178. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-babel.development.js +601 -0
  2179. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-babel.production.js +586 -0
  2180. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-runtime.development.js +338 -0
  2181. package/lib/local-ui/node_modules/react-refresh/cjs/react-refresh-runtime.production.js +14 -0
  2182. package/lib/local-ui/node_modules/react-refresh/package.json +38 -0
  2183. package/lib/local-ui/node_modules/react-refresh/runtime.js +7 -0
  2184. package/lib/local-ui/node_modules/rollup/LICENSE.md +679 -0
  2185. package/lib/local-ui/node_modules/rollup/README.md +134 -0
  2186. package/lib/local-ui/node_modules/rollup/dist/bin/rollup +1912 -0
  2187. package/lib/local-ui/node_modules/rollup/dist/es/getLogFilter.js +64 -0
  2188. package/lib/local-ui/node_modules/rollup/dist/es/package.json +1 -0
  2189. package/lib/local-ui/node_modules/rollup/dist/es/parseAst.js +12 -0
  2190. package/lib/local-ui/node_modules/rollup/dist/es/rollup.js +17 -0
  2191. package/lib/local-ui/node_modules/rollup/dist/es/shared/node-entry.js +24067 -0
  2192. package/lib/local-ui/node_modules/rollup/dist/es/shared/parseAst.js +2102 -0
  2193. package/lib/local-ui/node_modules/rollup/dist/es/shared/watch.js +9297 -0
  2194. package/lib/local-ui/node_modules/rollup/dist/getLogFilter.d.ts +5 -0
  2195. package/lib/local-ui/node_modules/rollup/dist/getLogFilter.js +69 -0
  2196. package/lib/local-ui/node_modules/rollup/dist/loadConfigFile.d.ts +20 -0
  2197. package/lib/local-ui/node_modules/rollup/dist/loadConfigFile.js +29 -0
  2198. package/lib/local-ui/node_modules/rollup/dist/native.js +161 -0
  2199. package/lib/local-ui/node_modules/rollup/dist/parseAst.d.ts +4 -0
  2200. package/lib/local-ui/node_modules/rollup/dist/parseAst.js +22 -0
  2201. package/lib/local-ui/node_modules/rollup/dist/rollup.d.ts +1225 -0
  2202. package/lib/local-ui/node_modules/rollup/dist/rollup.js +127 -0
  2203. package/lib/local-ui/node_modules/rollup/dist/shared/fsevents-importer.js +37 -0
  2204. package/lib/local-ui/node_modules/rollup/dist/shared/index.js +9003 -0
  2205. package/lib/local-ui/node_modules/rollup/dist/shared/loadConfigFile.js +572 -0
  2206. package/lib/local-ui/node_modules/rollup/dist/shared/parseAst.js +2337 -0
  2207. package/lib/local-ui/node_modules/rollup/dist/shared/rollup.js +23989 -0
  2208. package/lib/local-ui/node_modules/rollup/dist/shared/watch-cli.js +542 -0
  2209. package/lib/local-ui/node_modules/rollup/dist/shared/watch.js +324 -0
  2210. package/lib/local-ui/node_modules/rollup/package.json +288 -0
  2211. package/lib/local-ui/node_modules/scheduler/LICENSE +21 -0
  2212. package/lib/local-ui/node_modules/scheduler/README.md +9 -0
  2213. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +414 -0
  2214. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_mock.production.js +406 -0
  2215. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +150 -0
  2216. package/lib/local-ui/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.js +140 -0
  2217. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.development.js +364 -0
  2218. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.native.development.js +350 -0
  2219. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.native.production.js +330 -0
  2220. package/lib/local-ui/node_modules/scheduler/cjs/scheduler.production.js +340 -0
  2221. package/lib/local-ui/node_modules/scheduler/index.js +7 -0
  2222. package/lib/local-ui/node_modules/scheduler/index.native.js +7 -0
  2223. package/lib/local-ui/node_modules/scheduler/package.json +27 -0
  2224. package/lib/local-ui/node_modules/scheduler/unstable_mock.js +7 -0
  2225. package/lib/local-ui/node_modules/scheduler/unstable_post_task.js +7 -0
  2226. package/lib/local-ui/node_modules/semver/LICENSE +15 -0
  2227. package/lib/local-ui/node_modules/semver/README.md +443 -0
  2228. package/lib/local-ui/node_modules/semver/bin/semver.js +174 -0
  2229. package/lib/local-ui/node_modules/semver/package.json +38 -0
  2230. package/lib/local-ui/node_modules/semver/range.bnf +16 -0
  2231. package/lib/local-ui/node_modules/semver/semver.js +1643 -0
  2232. package/lib/local-ui/node_modules/source-map-js/LICENSE +28 -0
  2233. package/lib/local-ui/node_modules/source-map-js/README.md +765 -0
  2234. package/lib/local-ui/node_modules/source-map-js/lib/array-set.js +121 -0
  2235. package/lib/local-ui/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  2236. package/lib/local-ui/node_modules/source-map-js/lib/base64.js +67 -0
  2237. package/lib/local-ui/node_modules/source-map-js/lib/binary-search.js +111 -0
  2238. package/lib/local-ui/node_modules/source-map-js/lib/mapping-list.js +79 -0
  2239. package/lib/local-ui/node_modules/source-map-js/lib/quick-sort.js +132 -0
  2240. package/lib/local-ui/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  2241. package/lib/local-ui/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  2242. package/lib/local-ui/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  2243. package/lib/local-ui/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  2244. package/lib/local-ui/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  2245. package/lib/local-ui/node_modules/source-map-js/lib/source-node.js +413 -0
  2246. package/lib/local-ui/node_modules/source-map-js/lib/util.js +594 -0
  2247. package/lib/local-ui/node_modules/source-map-js/package.json +71 -0
  2248. package/lib/local-ui/node_modules/source-map-js/source-map.d.ts +104 -0
  2249. package/lib/local-ui/node_modules/source-map-js/source-map.js +8 -0
  2250. package/lib/local-ui/node_modules/tinyglobby/LICENSE +21 -0
  2251. package/lib/local-ui/node_modules/tinyglobby/README.md +25 -0
  2252. package/lib/local-ui/node_modules/tinyglobby/dist/index.cjs +350 -0
  2253. package/lib/local-ui/node_modules/tinyglobby/dist/index.d.cts +147 -0
  2254. package/lib/local-ui/node_modules/tinyglobby/dist/index.d.mts +147 -0
  2255. package/lib/local-ui/node_modules/tinyglobby/dist/index.mjs +318 -0
  2256. package/lib/local-ui/node_modules/tinyglobby/package.json +73 -0
  2257. package/lib/local-ui/node_modules/update-browserslist-db/LICENSE +20 -0
  2258. package/lib/local-ui/node_modules/update-browserslist-db/README.md +30 -0
  2259. package/lib/local-ui/node_modules/update-browserslist-db/check-npm-version.js +17 -0
  2260. package/lib/local-ui/node_modules/update-browserslist-db/cli.js +42 -0
  2261. package/lib/local-ui/node_modules/update-browserslist-db/index.d.ts +6 -0
  2262. package/lib/local-ui/node_modules/update-browserslist-db/index.js +347 -0
  2263. package/lib/local-ui/node_modules/update-browserslist-db/package.json +40 -0
  2264. package/lib/local-ui/node_modules/update-browserslist-db/utils.js +25 -0
  2265. package/lib/local-ui/node_modules/vite/LICENSE.md +2406 -0
  2266. package/lib/local-ui/node_modules/vite/README.md +20 -0
  2267. package/lib/local-ui/node_modules/vite/bin/openChrome.applescript +95 -0
  2268. package/lib/local-ui/node_modules/vite/bin/vite.js +79 -0
  2269. package/lib/local-ui/node_modules/vite/client.d.ts +279 -0
  2270. package/lib/local-ui/node_modules/vite/dist/client/client.mjs +1134 -0
  2271. package/lib/local-ui/node_modules/vite/dist/client/env.mjs +24 -0
  2272. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-3RmXg9uo.js +553 -0
  2273. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-C9BXG1mU.js +822 -0
  2274. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-CvfTChi5.js +8218 -0
  2275. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-D4NMHUTW.js +49531 -0
  2276. package/lib/local-ui/node_modules/vite/dist/node/chunks/dep-DWMUTS1A.js +7113 -0
  2277. package/lib/local-ui/node_modules/vite/dist/node/cli.js +949 -0
  2278. package/lib/local-ui/node_modules/vite/dist/node/constants.js +149 -0
  2279. package/lib/local-ui/node_modules/vite/dist/node/index.d.ts +4222 -0
  2280. package/lib/local-ui/node_modules/vite/dist/node/index.js +194 -0
  2281. package/lib/local-ui/node_modules/vite/dist/node/module-runner.d.ts +290 -0
  2282. package/lib/local-ui/node_modules/vite/dist/node/module-runner.js +1311 -0
  2283. package/lib/local-ui/node_modules/vite/dist/node/moduleRunnerTransport.d-DJ_mE5sf.d.ts +87 -0
  2284. package/lib/local-ui/node_modules/vite/dist/node-cjs/publicUtils.cjs +3987 -0
  2285. package/lib/local-ui/node_modules/vite/index.cjs +96 -0
  2286. package/lib/local-ui/node_modules/vite/index.d.cts +6 -0
  2287. package/lib/local-ui/node_modules/vite/misc/false.js +1 -0
  2288. package/lib/local-ui/node_modules/vite/misc/true.js +1 -0
  2289. package/lib/local-ui/node_modules/vite/package.json +204 -0
  2290. package/lib/local-ui/node_modules/vite/types/customEvent.d.ts +45 -0
  2291. package/lib/local-ui/node_modules/vite/types/hmrPayload.d.ts +74 -0
  2292. package/lib/local-ui/node_modules/vite/types/hot.d.ts +39 -0
  2293. package/lib/local-ui/node_modules/vite/types/import-meta.d.ts +5 -0
  2294. package/lib/local-ui/node_modules/vite/types/importGlob.d.ts +75 -0
  2295. package/lib/local-ui/node_modules/vite/types/importMeta.d.ts +31 -0
  2296. package/lib/local-ui/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +63 -0
  2297. package/lib/local-ui/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  2298. package/lib/local-ui/node_modules/vite/types/metadata.d.ts +35 -0
  2299. package/lib/local-ui/node_modules/vite/types/package.json +4 -0
  2300. package/lib/local-ui/node_modules/yallist/LICENSE +15 -0
  2301. package/lib/local-ui/node_modules/yallist/README.md +204 -0
  2302. package/lib/local-ui/node_modules/yallist/iterator.js +8 -0
  2303. package/lib/local-ui/node_modules/yallist/package.json +29 -0
  2304. package/lib/local-ui/node_modules/yallist/yallist.js +426 -0
  2305. package/lib/local-ui/package-lock.json +1776 -0
  2306. package/lib/local-ui/package.json +19 -0
  2307. package/lib/local-ui/src/App.jsx +646 -0
  2308. package/lib/local-ui/src/canvas/Minimap.css +21 -0
  2309. package/lib/local-ui/src/canvas/Minimap.jsx +105 -0
  2310. package/lib/local-ui/src/canvas/Viewport.css +56 -0
  2311. package/lib/local-ui/src/canvas/Viewport.jsx +207 -0
  2312. package/lib/local-ui/src/canvas/useCanvas.js +214 -0
  2313. package/lib/local-ui/src/cards/Card.css +236 -0
  2314. package/lib/local-ui/src/cards/Card.jsx +191 -0
  2315. package/lib/local-ui/src/cards/CardPlaceholder.jsx +36 -0
  2316. package/lib/local-ui/src/cards/ReadingPanel.css +188 -0
  2317. package/lib/local-ui/src/cards/ReadingPanel.jsx +136 -0
  2318. package/lib/local-ui/src/layout/masonry.js +243 -0
  2319. package/lib/local-ui/src/main.jsx +4 -0
  2320. package/lib/local-ui/src/styles/global.css +477 -0
  2321. package/lib/local-ui/src/sync/api.js +134 -0
  2322. package/lib/local-ui/vite.config.js +19 -0
  2323. package/lib/local-ui.html +13 -0
  2324. package/lib/local-ui.legacy.html +1046 -0
  2325. package/lib/onboarding.js +57 -0
  2326. package/lib/openclaw-memory-scan.js +167 -0
  2327. package/lib/state.js +22 -0
  2328. package/lib/sync.js +355 -0
  2329. package/moltbot.plugin.json +65 -0
  2330. package/openclaw.plugin.json +65 -0
  2331. package/package.json +54 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_methods","require","_classes","_templateLiterals","TSTypeAnnotation","node","parent","token","type","typeAnnotation","space","optional","print","TSTypeParameterInstantiation","printTrailingSeparator","params","length","tokenMap","start","end","find","t","matchesOriginal","shouldPrintTrailingComma","printList","TSTypeParameter","const","word","in","out","name","constraint","default","TSParameterProperty","accessibility","readonly","_param","call","parameter","TSDeclareFunction","declare","_functionHead","semicolon","TSDeclareMethod","_classMethodHead","TSQualifiedName","left","right","TSCallSignatureDeclaration","tsPrintSignatureDeclarationBase","maybePrintTrailingCommaOrSemicolon","printer","endMatches","TSConstructSignatureDeclaration","TSPropertySignature","tsPrintPropertyOrMethodName","computed","key","TSMethodSignature","kind","TSIndexSignature","static","isStatic","_parameters","parameters","TSAnyKeyword","TSBigIntKeyword","TSUnknownKeyword","TSNumberKeyword","TSObjectKeyword","TSBooleanKeyword","TSStringKeyword","TSSymbolKeyword","TSVoidKeyword","TSUndefinedKeyword","TSNullKeyword","TSNeverKeyword","TSIntrinsicKeyword","TSThisType","TSFunctionType","tsPrintFunctionOrConstructorType","TSConstructorType","abstract","typeParameters","returnType","TSTypeReference","typeArguments","typeName","TSTypePredicate","asserts","parameterName","TSTypeQuery","exprName","TSTypeLiteral","printBraced","printJoin","members","undefined","TSArrayType","elementType","TSTupleType","elementTypes","TSOptionalType","TSRestType","TSNamedTupleMember","label","TSUnionType","tsPrintUnionOrIntersectionType","TSIntersectionType","sep","_printer$tokenMap","hasLeadingToken","startMatches","types","i","TSConditionalType","checkType","extendsType","trueType","falseType","TSInferType","typeParameter","TSParenthesizedType","TSTypeOperator","operator","TSIndexedAccessType","objectType","indexType","TSMappedType","nameType","oldNoLineTerminatorAfterNode","enterDelimited","tokenIfPlusMinus","_noLineTerminatorAfterNode","self","tok","TSTemplateLiteralType","_printTemplate","TSLiteralType","literal","TSClassImplements","expression","TSInterfaceDeclaration","id","extends","extendz","body","TSInterfaceBody","TSTypeAliasDeclaration","TSAsExpression","TSSatisfiesExpression","TSTypeAssertion","TSInstantiationExpression","TSEnumDeclaration","isConst","TSEnumBody","_this$shouldPrintTrai","TSEnumMember","initializer","TSModuleDeclaration","global","TSModuleBlock","printSequence","TSImportType","qualifier","options","argument","TSImportEqualsDeclaration","moduleReference","isExport","TSExternalModuleReference","TSNonNullExpression","setLastChar","TSExportAssignment","TSNamespaceExportDeclaration","_tsPrintClassMemberModifiers","isPrivateField","isPublicField","printModifiersList","override","cb","rightBrace","modifiers","_printer$tokenMap2","modifiersSet","Set","modifier","add","has","value","delete","size"],"sources":["../../src/generators/typescript.ts"],"sourcesContent":["import type Printer from \"../printer.ts\";\nimport type * as t from \"@babel/types\";\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport * as charCodes from \"charcodes\";\nimport { _functionHead, _param, _parameters } from \"./methods.ts\";\nimport { _classMethodHead } from \"./classes.ts\";\nimport { _printTemplate } from \"./template-literals.ts\";\n\nexport function TSTypeAnnotation(\n this: Printer,\n node: t.TSTypeAnnotation,\n parent: t.Node,\n) {\n // TODO(@nicolo-ribaudo): investigate not including => in the range\n // of the return type of an arrow function type\n this.token(\n (parent.type === \"TSFunctionType\" || parent.type === \"TSConstructorType\") &&\n (process.env.BABEL_8_BREAKING\n ? // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST shape\n parent.returnType\n : // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n parent.typeAnnotation) === node\n ? \"=>\"\n : \":\",\n );\n this.space();\n // @ts-expect-error todo(flow->ts) can this be removed? `.optional` looks to be not existing property\n if (node.optional) this.token(\"?\");\n this.print(node.typeAnnotation);\n}\n\nexport function TSTypeParameterInstantiation(\n this: Printer,\n node: t.TSTypeParameterInstantiation,\n parent: t.Node,\n): void {\n this.token(\"<\");\n\n let printTrailingSeparator: boolean | null =\n parent.type === \"ArrowFunctionExpression\" && node.params.length === 1;\n if (this.tokenMap && node.start != null && node.end != null) {\n // Only force the trailing comma for pre-existing nodes if they\n // already had a comma (either because they were multi-param, or\n // because they had a trailing comma)\n printTrailingSeparator &&= !!this.tokenMap.find(node, t =>\n this.tokenMap!.matchesOriginal(t, \",\"),\n );\n // Preserve the trailing comma if it was there before\n printTrailingSeparator ||= this.shouldPrintTrailingComma(\">\");\n }\n\n this.printList(node.params, printTrailingSeparator);\n this.token(\">\");\n}\n\nexport { TSTypeParameterInstantiation as TSTypeParameterDeclaration };\n\nexport function TSTypeParameter(this: Printer, node: t.TSTypeParameter) {\n if (node.const) {\n this.word(\"const\");\n this.space();\n }\n\n if (node.in) {\n this.word(\"in\");\n this.space();\n }\n\n if (node.out) {\n this.word(\"out\");\n this.space();\n }\n\n this.word(\n !process.env.BABEL_8_BREAKING\n ? (node.name as unknown as string)\n : (node.name as unknown as t.Identifier).name,\n );\n\n if (node.constraint) {\n this.space();\n this.word(\"extends\");\n this.space();\n this.print(node.constraint);\n }\n\n if (node.default) {\n this.space();\n this.token(\"=\");\n this.space();\n this.print(node.default);\n }\n}\n\nexport function TSParameterProperty(\n this: Printer,\n node: t.TSParameterProperty,\n) {\n if (node.accessibility) {\n this.word(node.accessibility);\n this.space();\n }\n\n if (node.readonly) {\n this.word(\"readonly\");\n this.space();\n }\n\n _param.call(this, node.parameter);\n}\n\nexport function TSDeclareFunction(\n this: Printer,\n node: t.TSDeclareFunction,\n parent: t.ParentMaps[\"TSDeclareFunction\"],\n) {\n if (node.declare) {\n this.word(\"declare\");\n this.space();\n }\n _functionHead.call(this, node, parent, false);\n this.semicolon();\n}\n\nexport function TSDeclareMethod(this: Printer, node: t.TSDeclareMethod) {\n _classMethodHead.call(this, node);\n this.semicolon();\n}\n\nexport function TSQualifiedName(this: Printer, node: t.TSQualifiedName) {\n this.print(node.left);\n this.token(\".\");\n this.print(node.right);\n}\n\nexport function TSCallSignatureDeclaration(\n this: Printer,\n node: t.TSCallSignatureDeclaration,\n) {\n tsPrintSignatureDeclarationBase.call(this, node);\n maybePrintTrailingCommaOrSemicolon(this, node);\n}\n\nfunction maybePrintTrailingCommaOrSemicolon(printer: Printer, node: t.Node) {\n if (!printer.tokenMap || !node.start || !node.end) {\n printer.semicolon();\n return;\n }\n\n if (printer.tokenMap.endMatches(node, \",\")) {\n printer.token(\",\");\n } else if (printer.tokenMap.endMatches(node, \";\")) {\n printer.semicolon();\n }\n}\n\nexport function TSConstructSignatureDeclaration(\n this: Printer,\n node: t.TSConstructSignatureDeclaration,\n) {\n this.word(\"new\");\n this.space();\n tsPrintSignatureDeclarationBase.call(this, node);\n maybePrintTrailingCommaOrSemicolon(this, node);\n}\n\nexport function TSPropertySignature(\n this: Printer,\n node: t.TSPropertySignature,\n) {\n const { readonly } = node;\n if (readonly) {\n this.word(\"readonly\");\n this.space();\n }\n tsPrintPropertyOrMethodName.call(this, node);\n this.print(node.typeAnnotation);\n maybePrintTrailingCommaOrSemicolon(this, node);\n}\n\nfunction tsPrintPropertyOrMethodName(\n this: Printer,\n node: t.TSPropertySignature | t.TSMethodSignature,\n) {\n if (node.computed) {\n this.token(\"[\");\n }\n this.print(node.key);\n if (node.computed) {\n this.token(\"]\");\n }\n if (node.optional) {\n this.token(\"?\");\n }\n}\n\nexport function TSMethodSignature(this: Printer, node: t.TSMethodSignature) {\n const { kind } = node;\n if (kind === \"set\" || kind === \"get\") {\n this.word(kind);\n this.space();\n }\n tsPrintPropertyOrMethodName.call(this, node);\n tsPrintSignatureDeclarationBase.call(this, node);\n maybePrintTrailingCommaOrSemicolon(this, node);\n}\n\nexport function TSIndexSignature(this: Printer, node: t.TSIndexSignature) {\n const { readonly, static: isStatic } = node;\n if (isStatic) {\n this.word(\"static\");\n this.space();\n }\n if (readonly) {\n this.word(\"readonly\");\n this.space();\n }\n this.token(\"[\");\n _parameters.call(this, node.parameters, charCodes.rightSquareBracket);\n this.print(node.typeAnnotation);\n maybePrintTrailingCommaOrSemicolon(this, node);\n}\n\nexport function TSAnyKeyword(this: Printer) {\n this.word(\"any\");\n}\nexport function TSBigIntKeyword(this: Printer) {\n this.word(\"bigint\");\n}\nexport function TSUnknownKeyword(this: Printer) {\n this.word(\"unknown\");\n}\nexport function TSNumberKeyword(this: Printer) {\n this.word(\"number\");\n}\nexport function TSObjectKeyword(this: Printer) {\n this.word(\"object\");\n}\nexport function TSBooleanKeyword(this: Printer) {\n this.word(\"boolean\");\n}\nexport function TSStringKeyword(this: Printer) {\n this.word(\"string\");\n}\nexport function TSSymbolKeyword(this: Printer) {\n this.word(\"symbol\");\n}\nexport function TSVoidKeyword(this: Printer) {\n this.word(\"void\");\n}\nexport function TSUndefinedKeyword(this: Printer) {\n this.word(\"undefined\");\n}\nexport function TSNullKeyword(this: Printer) {\n this.word(\"null\");\n}\nexport function TSNeverKeyword(this: Printer) {\n this.word(\"never\");\n}\nexport function TSIntrinsicKeyword(this: Printer) {\n this.word(\"intrinsic\");\n}\n\nexport function TSThisType(this: Printer) {\n this.word(\"this\");\n}\n\nexport function TSFunctionType(this: Printer, node: t.TSFunctionType) {\n tsPrintFunctionOrConstructorType.call(this, node);\n}\n\nexport function TSConstructorType(this: Printer, node: t.TSConstructorType) {\n if (node.abstract) {\n this.word(\"abstract\");\n this.space();\n }\n this.word(\"new\");\n this.space();\n tsPrintFunctionOrConstructorType.call(this, node);\n}\n\nfunction tsPrintFunctionOrConstructorType(\n this: Printer,\n node: t.TSFunctionType | t.TSConstructorType,\n) {\n const { typeParameters } = node;\n const parameters = process.env.BABEL_8_BREAKING\n ? // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST shape\n node.params\n : // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n node.parameters;\n this.print(typeParameters);\n this.token(\"(\");\n _parameters.call(this, parameters, charCodes.rightParenthesis);\n this.space();\n const returnType = process.env.BABEL_8_BREAKING\n ? // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST shape\n node.returnType\n : // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n node.typeAnnotation;\n this.print(returnType);\n}\n\nexport function TSTypeReference(this: Printer, node: t.TSTypeReference) {\n const typeArguments = process.env.BABEL_8_BREAKING\n ? // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST shape\n node.typeArguments\n : // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n node.typeParameters;\n this.print(node.typeName, !!typeArguments);\n this.print(typeArguments);\n}\n\nexport function TSTypePredicate(this: Printer, node: t.TSTypePredicate) {\n if (node.asserts) {\n this.word(\"asserts\");\n this.space();\n }\n this.print(node.parameterName);\n if (node.typeAnnotation) {\n this.space();\n this.word(\"is\");\n this.space();\n this.print(node.typeAnnotation.typeAnnotation);\n }\n}\n\nexport function TSTypeQuery(this: Printer, node: t.TSTypeQuery) {\n this.word(\"typeof\");\n this.space();\n this.print(node.exprName);\n\n const typeArguments = process.env.BABEL_8_BREAKING\n ? //@ts-ignore(Babel 7 vs Babel 8) Babel 8 AST\n node.typeArguments\n : //@ts-ignore(Babel 7 vs Babel 8) Babel 7 AST\n node.typeParameters;\n if (typeArguments) {\n this.print(typeArguments);\n }\n}\n\nexport function TSTypeLiteral(this: Printer, node: t.TSTypeLiteral) {\n printBraced(this, node, () =>\n this.printJoin(node.members, true, true, undefined, undefined, true),\n );\n}\n\nexport function TSArrayType(this: Printer, node: t.TSArrayType) {\n this.print(node.elementType, true);\n\n this.token(\"[\");\n this.token(\"]\");\n}\n\nexport function TSTupleType(this: Printer, node: t.TSTupleType) {\n this.token(\"[\");\n this.printList(node.elementTypes, this.shouldPrintTrailingComma(\"]\"));\n this.token(\"]\");\n}\n\nexport function TSOptionalType(this: Printer, node: t.TSOptionalType) {\n this.print(node.typeAnnotation);\n this.token(\"?\");\n}\n\nexport function TSRestType(this: Printer, node: t.TSRestType) {\n this.token(\"...\");\n this.print(node.typeAnnotation);\n}\n\nexport function TSNamedTupleMember(this: Printer, node: t.TSNamedTupleMember) {\n this.print(node.label);\n if (node.optional) this.token(\"?\");\n this.token(\":\");\n this.space();\n this.print(node.elementType);\n}\n\nexport function TSUnionType(this: Printer, node: t.TSUnionType) {\n tsPrintUnionOrIntersectionType(this, node, \"|\");\n}\n\nexport function TSIntersectionType(this: Printer, node: t.TSIntersectionType) {\n tsPrintUnionOrIntersectionType(this, node, \"&\");\n}\n\nfunction tsPrintUnionOrIntersectionType(\n printer: Printer,\n node: t.TSUnionType | t.TSIntersectionType,\n sep: \"|\" | \"&\",\n) {\n let hasLeadingToken = 0;\n if (printer.tokenMap?.startMatches(node, sep)) {\n hasLeadingToken = 1;\n printer.token(sep);\n }\n\n printer.printJoin(node.types, undefined, undefined, function (i) {\n this.space();\n this.token(sep, undefined, i + hasLeadingToken);\n this.space();\n });\n}\n\nexport function TSConditionalType(this: Printer, node: t.TSConditionalType) {\n this.print(node.checkType);\n this.space();\n this.word(\"extends\");\n this.space();\n this.print(node.extendsType);\n this.space();\n this.token(\"?\");\n this.space();\n this.print(node.trueType);\n this.space();\n this.token(\":\");\n this.space();\n this.print(node.falseType);\n}\n\nexport function TSInferType(this: Printer, node: t.TSInferType) {\n this.word(\"infer\");\n this.print(node.typeParameter);\n}\n\nexport function TSParenthesizedType(\n this: Printer,\n node: t.TSParenthesizedType,\n) {\n this.token(\"(\");\n this.print(node.typeAnnotation);\n this.token(\")\");\n}\n\nexport function TSTypeOperator(this: Printer, node: t.TSTypeOperator) {\n this.word(node.operator);\n this.space();\n this.print(node.typeAnnotation);\n}\n\nexport function TSIndexedAccessType(\n this: Printer,\n node: t.TSIndexedAccessType,\n) {\n this.print(node.objectType, true);\n this.token(\"[\");\n this.print(node.indexType);\n this.token(\"]\");\n}\n\nexport function TSMappedType(this: Printer, node: t.TSMappedType) {\n const { nameType, optional, readonly, typeAnnotation } = node;\n this.token(\"{\");\n const oldNoLineTerminatorAfterNode = this.enterDelimited();\n this.space();\n if (readonly) {\n tokenIfPlusMinus(this, readonly);\n this.word(\"readonly\");\n this.space();\n }\n\n this.token(\"[\");\n if (process.env.BABEL_8_BREAKING) {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST shape\n this.word(node.key.name);\n } else {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n this.word(node.typeParameter.name);\n }\n\n this.space();\n this.word(\"in\");\n this.space();\n if (process.env.BABEL_8_BREAKING) {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST shape\n this.print(node.constraint, undefined, true);\n } else {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n this.print(node.typeParameter.constraint, undefined, true);\n }\n\n if (nameType) {\n this.space();\n this.word(\"as\");\n this.space();\n this.print(nameType, undefined, true);\n }\n\n this.token(\"]\");\n\n if (optional) {\n tokenIfPlusMinus(this, optional);\n this.token(\"?\");\n }\n\n if (typeAnnotation) {\n this.token(\":\");\n this.space();\n this.print(typeAnnotation, undefined, true);\n }\n this.space();\n this._noLineTerminatorAfterNode = oldNoLineTerminatorAfterNode;\n this.token(\"}\");\n}\n\nfunction tokenIfPlusMinus(self: Printer, tok: true | \"+\" | \"-\") {\n if (tok !== true) {\n self.token(tok);\n }\n}\n\nexport function TSTemplateLiteralType(\n this: Printer,\n node: t.TSTemplateLiteralType,\n) {\n _printTemplate.call(this, node, node.types);\n}\n\nexport function TSLiteralType(this: Printer, node: t.TSLiteralType) {\n this.print(node.literal);\n}\n\nexport function TSClassImplements(\n this: Printer,\n // TODO(Babel 8): Just use t.TSClassImplements\n node: t.Node & {\n expression: t.TSEntityName;\n typeArguments?: t.TSTypeParameterInstantiation;\n },\n) {\n this.print(node.expression);\n this.print(node.typeArguments);\n}\n\nexport { TSClassImplements as TSInterfaceHeritage };\n\nexport function TSInterfaceDeclaration(\n this: Printer,\n node: t.TSInterfaceDeclaration,\n) {\n const { declare, id, typeParameters, extends: extendz, body } = node;\n if (declare) {\n this.word(\"declare\");\n this.space();\n }\n this.word(\"interface\");\n this.space();\n this.print(id);\n this.print(typeParameters);\n if (extendz?.length) {\n this.space();\n this.word(\"extends\");\n this.space();\n this.printList(extendz);\n }\n this.space();\n this.print(body);\n}\n\nexport function TSInterfaceBody(this: Printer, node: t.TSInterfaceBody) {\n printBraced(this, node, () =>\n this.printJoin(node.body, true, true, undefined, undefined, true),\n );\n}\n\nexport function TSTypeAliasDeclaration(\n this: Printer,\n node: t.TSTypeAliasDeclaration,\n) {\n const { declare, id, typeParameters, typeAnnotation } = node;\n if (declare) {\n this.word(\"declare\");\n this.space();\n }\n this.word(\"type\");\n this.space();\n this.print(id);\n this.print(typeParameters);\n this.space();\n this.token(\"=\");\n this.space();\n this.print(typeAnnotation);\n this.semicolon();\n}\n\nexport function TSAsExpression(this: Printer, node: t.TSAsExpression) {\n const { expression, typeAnnotation } = node;\n this.print(expression, true);\n this.space();\n this.word(\"as\");\n this.space();\n this.print(typeAnnotation);\n}\n\nexport function TSSatisfiesExpression(\n this: Printer,\n node: t.TSSatisfiesExpression,\n) {\n const { expression, typeAnnotation } = node;\n this.print(expression, true);\n this.space();\n this.word(\"satisfies\");\n this.space();\n this.print(typeAnnotation);\n}\n\nexport function TSTypeAssertion(this: Printer, node: t.TSTypeAssertion) {\n const { typeAnnotation, expression } = node;\n this.token(\"<\");\n this.print(typeAnnotation);\n this.token(\">\");\n this.space();\n this.print(expression);\n}\n\nexport function TSInstantiationExpression(\n this: Printer,\n node: t.TSInstantiationExpression,\n) {\n this.print(node.expression);\n if (process.env.BABEL_8_BREAKING) {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST\n this.print(node.typeArguments);\n } else {\n // @ts-ignore(Babel 7 vs Babel 8) Removed in Babel 8\n this.print(node.typeParameters);\n }\n}\n\nexport function TSEnumDeclaration(this: Printer, node: t.TSEnumDeclaration) {\n const { declare, const: isConst, id } = node;\n if (declare) {\n this.word(\"declare\");\n this.space();\n }\n if (isConst) {\n this.word(\"const\");\n this.space();\n }\n this.word(\"enum\");\n this.space();\n this.print(id);\n this.space();\n\n if (process.env.BABEL_8_BREAKING) {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 8 AST\n this.print(node.body);\n } else {\n // cast to TSEnumBody for Babel 7 AST\n TSEnumBody.call(this, node as unknown as t.TSEnumBody);\n }\n}\n\nexport function TSEnumBody(this: Printer, node: t.TSEnumBody) {\n printBraced(this, node, () =>\n this.printList(\n node.members,\n this.shouldPrintTrailingComma(\"}\") ??\n (process.env.BABEL_8_BREAKING ? false : true),\n true,\n true,\n undefined,\n true,\n ),\n );\n}\n\nexport function TSEnumMember(this: Printer, node: t.TSEnumMember) {\n const { id, initializer } = node;\n this.print(id);\n if (initializer) {\n this.space();\n this.token(\"=\");\n this.space();\n this.print(initializer);\n }\n}\n\nexport function TSModuleDeclaration(\n this: Printer,\n node: t.TSModuleDeclaration,\n) {\n const { declare, id, kind } = node;\n\n if (declare) {\n this.word(\"declare\");\n this.space();\n }\n\n if (process.env.BABEL_8_BREAKING) {\n if (kind !== \"global\") {\n this.word(kind);\n this.space();\n }\n\n this.print(node.id);\n if (!node.body) {\n this.semicolon();\n return;\n }\n this.space();\n this.print(node.body);\n } else {\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n if (!node.global) {\n this.word(kind ?? (id.type === \"Identifier\" ? \"namespace\" : \"module\"));\n this.space();\n }\n\n this.print(id);\n\n if (!node.body) {\n this.semicolon();\n return;\n }\n\n let body = node.body;\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n while (body.type === \"TSModuleDeclaration\") {\n this.token(\".\");\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n this.print(body.id);\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST shape\n body = body.body;\n }\n\n this.space();\n this.print(body);\n }\n}\n\nexport function TSModuleBlock(this: Printer, node: t.TSModuleBlock) {\n printBraced(this, node, () => this.printSequence(node.body, true, true));\n}\n\nexport function TSImportType(this: Printer, node: t.TSImportType) {\n const { qualifier, options } = node;\n this.word(\"import\");\n this.token(\"(\");\n this.print(\n //@ts-ignore(Babel 7 vs Babel 8) Babel 8 AST\n process.env.BABEL_8_BREAKING ? node.source : node.argument,\n );\n if (options) {\n this.token(\",\");\n this.print(options);\n }\n this.token(\")\");\n if (qualifier) {\n this.token(\".\");\n this.print(qualifier);\n }\n const typeArguments = process.env.BABEL_8_BREAKING\n ? //@ts-ignore(Babel 7 vs Babel 8) Babel 8 AST\n node.typeArguments\n : //@ts-ignore(Babel 7 vs Babel 8) Babel 7 AST\n node.typeParameters;\n if (typeArguments) {\n this.print(typeArguments);\n }\n}\n\nexport function TSImportEqualsDeclaration(\n this: Printer,\n node: t.TSImportEqualsDeclaration,\n) {\n const { id, moduleReference } = node;\n if (\n !process.env.BABEL_8_BREAKING &&\n // @ts-ignore(Babel 7 vs Babel 8) Babel 7 AST\n node.isExport\n ) {\n this.word(\"export\");\n this.space();\n }\n this.word(\"import\");\n this.space();\n this.print(id);\n this.space();\n this.token(\"=\");\n this.space();\n this.print(moduleReference);\n this.semicolon();\n}\n\nexport function TSExternalModuleReference(\n this: Printer,\n node: t.TSExternalModuleReference,\n) {\n this.token(\"require(\");\n this.print(node.expression);\n this.token(\")\");\n}\n\nexport function TSNonNullExpression(\n this: Printer,\n node: t.TSNonNullExpression,\n) {\n this.print(node.expression);\n this.token(\"!\");\n this.setLastChar(charCodes.exclamationMark);\n}\n\nexport function TSExportAssignment(this: Printer, node: t.TSExportAssignment) {\n this.word(\"export\");\n this.space();\n this.token(\"=\");\n this.space();\n this.print(node.expression);\n this.semicolon();\n}\n\nexport function TSNamespaceExportDeclaration(\n this: Printer,\n node: t.TSNamespaceExportDeclaration,\n) {\n this.word(\"export\");\n this.space();\n this.word(\"as\");\n this.space();\n this.word(\"namespace\");\n this.space();\n this.print(node.id);\n this.semicolon();\n}\n\nfunction tsPrintSignatureDeclarationBase(this: Printer, node: any) {\n const { typeParameters } = node;\n const parameters = process.env.BABEL_8_BREAKING\n ? node.params\n : node.parameters;\n this.print(typeParameters);\n this.token(\"(\");\n _parameters.call(this, parameters, charCodes.rightParenthesis);\n const returnType = process.env.BABEL_8_BREAKING\n ? node.returnType\n : node.typeAnnotation;\n this.print(returnType);\n}\n\nexport function _tsPrintClassMemberModifiers(\n this: Printer,\n node:\n | t.ClassProperty\n | t.ClassAccessorProperty\n | t.ClassPrivateProperty\n | t.ClassMethod\n | t.ClassPrivateMethod\n | t.TSDeclareMethod,\n) {\n const isPrivateField = node.type === \"ClassPrivateProperty\";\n const isPublicField =\n node.type === \"ClassAccessorProperty\" || node.type === \"ClassProperty\";\n printModifiersList(this, node, [\n isPublicField && node.declare && \"declare\",\n !isPrivateField && node.accessibility,\n ]);\n if (node.static) {\n this.word(\"static\");\n this.space();\n }\n printModifiersList(this, node, [\n !isPrivateField && node.abstract && \"abstract\",\n !isPrivateField && node.override && \"override\",\n (isPublicField || isPrivateField) && node.readonly && \"readonly\",\n ]);\n}\n\nfunction printBraced(printer: Printer, node: t.Node, cb: () => void) {\n printer.token(\"{\");\n const oldNoLineTerminatorAfterNode = printer.enterDelimited();\n cb();\n printer._noLineTerminatorAfterNode = oldNoLineTerminatorAfterNode;\n printer.rightBrace(node);\n}\n\nfunction printModifiersList(\n printer: Printer,\n node: t.Node,\n modifiers: (string | false | null | undefined)[],\n) {\n const modifiersSet = new Set<string>();\n for (const modifier of modifiers) {\n if (modifier) modifiersSet.add(modifier);\n }\n\n printer.tokenMap?.find(node, tok => {\n if (modifiersSet.has(tok.value)) {\n printer.token(tok.value);\n printer.space();\n modifiersSet.delete(tok.value);\n return modifiersSet.size === 0;\n }\n return false;\n });\n\n for (const modifier of modifiersSet) {\n printer.word(modifier);\n printer.space();\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ exports.generate = generate;
8
+ var _sourceMap = require("./source-map.js");
9
+ var _printer = require("./printer.js");
10
+ function normalizeOptions(code, opts, ast) {
11
+ var _opts$recordAndTupleS;
12
+ if (opts.experimental_preserveFormat) {
13
+ if (typeof code !== "string") {
14
+ throw new Error("`experimental_preserveFormat` requires the original `code` to be passed to @babel/generator as a string");
15
+ }
16
+ if (!opts.retainLines) {
17
+ throw new Error("`experimental_preserveFormat` requires `retainLines` to be set to `true`");
18
+ }
19
+ if (opts.compact && opts.compact !== "auto") {
20
+ throw new Error("`experimental_preserveFormat` is not compatible with the `compact` option");
21
+ }
22
+ if (opts.minified) {
23
+ throw new Error("`experimental_preserveFormat` is not compatible with the `minified` option");
24
+ }
25
+ if (opts.jsescOption) {
26
+ throw new Error("`experimental_preserveFormat` is not compatible with the `jsescOption` option");
27
+ }
28
+ if (!Array.isArray(ast.tokens)) {
29
+ throw new Error("`experimental_preserveFormat` requires the AST to have attached the token of the input code. Make sure to enable the `tokens: true` parser option.");
30
+ }
31
+ }
32
+ const format = {
33
+ auxiliaryCommentBefore: opts.auxiliaryCommentBefore,
34
+ auxiliaryCommentAfter: opts.auxiliaryCommentAfter,
35
+ shouldPrintComment: opts.shouldPrintComment,
36
+ preserveFormat: opts.experimental_preserveFormat,
37
+ retainLines: opts.retainLines,
38
+ retainFunctionParens: opts.retainFunctionParens,
39
+ comments: opts.comments == null || opts.comments,
40
+ compact: opts.compact,
41
+ minified: opts.minified,
42
+ concise: opts.concise,
43
+ indent: {
44
+ adjustMultilineComment: true,
45
+ style: " "
46
+ },
47
+ jsescOption: Object.assign({
48
+ quotes: "double",
49
+ wrap: true,
50
+ minimal: false
51
+ }, opts.jsescOption),
52
+ topicToken: opts.topicToken
53
+ };
54
+ format.decoratorsBeforeExport = opts.decoratorsBeforeExport;
55
+ format.jsescOption.json = opts.jsonCompatibleStrings;
56
+ format.recordAndTupleSyntaxType = (_opts$recordAndTupleS = opts.recordAndTupleSyntaxType) != null ? _opts$recordAndTupleS : "hash";
57
+ format.importAttributesKeyword = opts.importAttributesKeyword;
58
+ if (format.minified) {
59
+ format.compact = true;
60
+ format.shouldPrintComment = format.shouldPrintComment || (() => format.comments);
61
+ } else {
62
+ format.shouldPrintComment = format.shouldPrintComment || (value => format.comments || value.includes("@license") || value.includes("@preserve"));
63
+ }
64
+ if (format.compact === "auto") {
65
+ format.compact = typeof code === "string" && code.length > 500000;
66
+ if (format.compact) {
67
+ console.error("[BABEL] Note: The code generator has deoptimised the styling of " + `${opts.filename} as it exceeds the max of ${"500KB"}.`);
68
+ }
69
+ }
70
+ if (format.compact || format.preserveFormat) {
71
+ format.indent.adjustMultilineComment = false;
72
+ }
73
+ const {
74
+ auxiliaryCommentBefore,
75
+ auxiliaryCommentAfter,
76
+ shouldPrintComment
77
+ } = format;
78
+ if (auxiliaryCommentBefore && !shouldPrintComment(auxiliaryCommentBefore)) {
79
+ format.auxiliaryCommentBefore = undefined;
80
+ }
81
+ if (auxiliaryCommentAfter && !shouldPrintComment(auxiliaryCommentAfter)) {
82
+ format.auxiliaryCommentAfter = undefined;
83
+ }
84
+ return format;
85
+ }
86
+ exports.CodeGenerator = class CodeGenerator {
87
+ constructor(ast, opts = {}, code) {
88
+ this._ast = void 0;
89
+ this._format = void 0;
90
+ this._map = void 0;
91
+ this._ast = ast;
92
+ this._format = normalizeOptions(code, opts, ast);
93
+ this._map = opts.sourceMaps ? new _sourceMap.default(opts, code) : null;
94
+ }
95
+ generate() {
96
+ const printer = new _printer.default(this._format, this._map);
97
+ return printer.generate(this._ast);
98
+ }
99
+ };
100
+ function generate(ast, opts = {}, code) {
101
+ const format = normalizeOptions(code, opts, ast);
102
+ const map = opts.sourceMaps ? new _sourceMap.default(opts, code) : null;
103
+ const printer = new _printer.default(format, map, ast.tokens, typeof code === "string" ? code : null);
104
+ return printer.generate(ast);
105
+ }
106
+ var _default = exports.default = generate;
107
+
108
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_sourceMap","require","_printer","normalizeOptions","code","opts","ast","_opts$recordAndTupleS","experimental_preserveFormat","Error","retainLines","compact","minified","jsescOption","Array","isArray","tokens","format","auxiliaryCommentBefore","auxiliaryCommentAfter","shouldPrintComment","preserveFormat","retainFunctionParens","comments","concise","indent","adjustMultilineComment","style","Object","assign","quotes","wrap","minimal","topicToken","decoratorsBeforeExport","json","jsonCompatibleStrings","recordAndTupleSyntaxType","importAttributesKeyword","value","includes","length","console","error","filename","undefined","exports","CodeGenerator","constructor","_ast","_format","_map","sourceMaps","SourceMap","generate","printer","Printer","map","_default","default"],"sources":["../src/index.ts"],"sourcesContent":["import SourceMap from \"./source-map.ts\";\nimport Printer from \"./printer.ts\";\nimport type * as t from \"@babel/types\";\nimport type { Opts as jsescOptions } from \"jsesc\";\nimport type { Format } from \"./printer.ts\";\nimport type {\n EncodedSourceMap,\n DecodedSourceMap,\n Mapping,\n} from \"@jridgewell/gen-mapping\";\n\n/**\n * Normalize generator options, setting defaults.\n *\n * - Detects code indentation.\n * - If `opts.compact = \"auto\"` and the code is over 500KB, `compact` will be set to `true`.\n */\n\nfunction normalizeOptions(\n code: string | Record<string, string> | undefined,\n opts: GeneratorOptions,\n ast: t.Node,\n): Format {\n if (opts.experimental_preserveFormat) {\n if (typeof code !== \"string\") {\n throw new Error(\n \"`experimental_preserveFormat` requires the original `code` to be passed to @babel/generator as a string\",\n );\n }\n if (!opts.retainLines) {\n throw new Error(\n \"`experimental_preserveFormat` requires `retainLines` to be set to `true`\",\n );\n }\n if (opts.compact && opts.compact !== \"auto\") {\n throw new Error(\n \"`experimental_preserveFormat` is not compatible with the `compact` option\",\n );\n }\n if (opts.minified) {\n throw new Error(\n \"`experimental_preserveFormat` is not compatible with the `minified` option\",\n );\n }\n if (opts.jsescOption) {\n throw new Error(\n \"`experimental_preserveFormat` is not compatible with the `jsescOption` option\",\n );\n }\n if (!Array.isArray((ast as any).tokens)) {\n throw new Error(\n \"`experimental_preserveFormat` requires the AST to have attached the token of the input code. Make sure to enable the `tokens: true` parser option.\",\n );\n }\n }\n\n const format: Format = {\n auxiliaryCommentBefore: opts.auxiliaryCommentBefore,\n auxiliaryCommentAfter: opts.auxiliaryCommentAfter,\n // @ts-expect-error define it later\n shouldPrintComment: opts.shouldPrintComment,\n preserveFormat: opts.experimental_preserveFormat,\n retainLines: opts.retainLines,\n retainFunctionParens: opts.retainFunctionParens,\n comments: opts.comments == null || opts.comments,\n compact: opts.compact,\n minified: opts.minified,\n concise: opts.concise,\n indent: {\n adjustMultilineComment: true,\n style: \" \",\n },\n jsescOption: {\n quotes: \"double\",\n wrap: true,\n minimal: process.env.BABEL_8_BREAKING ? true : false,\n ...opts.jsescOption,\n },\n topicToken: opts.topicToken,\n };\n\n if (!process.env.BABEL_8_BREAKING) {\n format.decoratorsBeforeExport = opts.decoratorsBeforeExport;\n format.jsescOption.json = opts.jsonCompatibleStrings;\n format.recordAndTupleSyntaxType = opts.recordAndTupleSyntaxType ?? \"hash\";\n format.importAttributesKeyword = opts.importAttributesKeyword;\n }\n\n if (format.minified) {\n format.compact = true;\n\n format.shouldPrintComment =\n format.shouldPrintComment || (() => format.comments);\n } else {\n format.shouldPrintComment =\n format.shouldPrintComment ||\n (value =>\n format.comments ||\n value.includes(\"@license\") ||\n value.includes(\"@preserve\"));\n }\n\n if (format.compact === \"auto\") {\n format.compact = typeof code === \"string\" && code.length > 500_000; // 500KB\n\n if (format.compact) {\n console.error(\n \"[BABEL] Note: The code generator has deoptimised the styling of \" +\n `${opts.filename} as it exceeds the max of ${\"500KB\"}.`,\n );\n }\n }\n\n if (format.compact || format.preserveFormat) {\n format.indent.adjustMultilineComment = false;\n }\n\n const { auxiliaryCommentBefore, auxiliaryCommentAfter, shouldPrintComment } =\n format;\n\n if (auxiliaryCommentBefore && !shouldPrintComment(auxiliaryCommentBefore)) {\n format.auxiliaryCommentBefore = undefined;\n }\n if (auxiliaryCommentAfter && !shouldPrintComment(auxiliaryCommentAfter)) {\n format.auxiliaryCommentAfter = undefined;\n }\n\n return format;\n}\n\nexport interface GeneratorOptions {\n /**\n * Optional string to add as a block comment at the start of the output file.\n */\n auxiliaryCommentBefore?: string;\n\n /**\n * Optional string to add as a block comment at the end of the output file.\n */\n auxiliaryCommentAfter?: string;\n\n /**\n * Function that takes a comment (as a string) and returns true if the comment should be included in the output.\n * By default, comments are included if `opts.comments` is `true` or if `opts.minified` is `false` and the comment\n * contains `@preserve` or `@license`.\n */\n shouldPrintComment?(comment: string): boolean;\n\n /**\n * Preserve the input code format while printing the transformed code.\n * This is experimental, and may have breaking changes in future\n * patch releases. It will be removed in a future minor release,\n * when it will graduate to stable.\n */\n experimental_preserveFormat?: boolean;\n\n /**\n * Attempt to use the same line numbers in the output code as in the source code (helps preserve stack traces).\n * Defaults to `false`.\n */\n retainLines?: boolean;\n\n /**\n * Retain parens around function expressions (could be used to change engine parsing behavior)\n * Defaults to `false`.\n */\n retainFunctionParens?: boolean;\n\n /**\n * Should comments be included in output? Defaults to `true`.\n */\n comments?: boolean;\n\n /**\n * Set to true to avoid adding whitespace for formatting. Defaults to the value of `opts.minified`.\n */\n compact?: boolean | \"auto\";\n\n /**\n * Should the output be minified. Defaults to `false`.\n */\n minified?: boolean;\n\n /**\n * Set to true to reduce whitespace (but not as much as opts.compact). Defaults to `false`.\n */\n concise?: boolean;\n\n /**\n * Used in warning messages\n */\n filename?: string;\n\n /**\n * Enable generating source maps. Defaults to `false`.\n */\n sourceMaps?: boolean;\n\n inputSourceMap?: any;\n\n /**\n * A root for all relative URLs in the source map.\n */\n sourceRoot?: string;\n\n /**\n * The filename for the source code (i.e. the code in the `code` argument).\n * This will only be used if `code` is a string.\n */\n sourceFileName?: string;\n\n /**\n * Set to true to run jsesc with \"json\": true to print \"\\u00A9\" vs. \"©\";\n * @deprecated use `jsescOptions: { json: true }` instead\n */\n jsonCompatibleStrings?: boolean;\n\n /**\n * Set to true to enable support for experimental decorators syntax before\n * module exports. If not specified, decorators will be printed in the same\n * position as they were in the input source code.\n * @deprecated Removed in Babel 8\n */\n decoratorsBeforeExport?: boolean;\n\n /**\n * Options for outputting jsesc representation.\n */\n jsescOption?: jsescOptions;\n\n /**\n * For use with the recordAndTuple token.\n * @deprecated It will be removed in Babel 8.\n */\n recordAndTupleSyntaxType?: \"bar\" | \"hash\";\n\n /**\n * For use with the Hack-style pipe operator.\n * Changes what token is used for pipe bodies’ topic references.\n */\n topicToken?: \"%\" | \"#\" | \"@@\" | \"^^\" | \"^\";\n\n /**\n * The import attributes syntax style:\n * - \"with\" : `import { a } from \"b\" with { type: \"json\" };`\n * - \"assert\" : `import { a } from \"b\" assert { type: \"json\" };`\n * - \"with-legacy\" : `import { a } from \"b\" with type: \"json\";`\n * @deprecated Removed in Babel 8.\n */\n importAttributesKeyword?: \"with\" | \"assert\" | \"with-legacy\";\n}\n\nexport interface GeneratorResult {\n code: string;\n map: EncodedSourceMap | null;\n decodedMap: DecodedSourceMap | undefined;\n rawMappings: Mapping[] | undefined;\n}\n\nif (!process.env.BABEL_8_BREAKING && !USE_ESM) {\n /**\n * We originally exported the Generator class above, but to make it extra clear that it is a private API,\n * we have moved that to an internal class instance and simplified the interface to the two public methods\n * that we wish to support.\n */\n\n // eslint-disable-next-line no-restricted-globals\n exports.CodeGenerator = class CodeGenerator {\n private _ast: t.Node;\n private _format: Format;\n private _map: SourceMap | null;\n constructor(ast: t.Node, opts: GeneratorOptions = {}, code?: string) {\n this._ast = ast;\n this._format = normalizeOptions(code, opts, ast);\n this._map = opts.sourceMaps ? new SourceMap(opts, code) : null;\n }\n generate(): GeneratorResult {\n const printer = new Printer(this._format, this._map);\n\n return printer.generate(this._ast);\n }\n };\n}\n\n/**\n * Turns an AST into code, maintaining sourcemaps, user preferences, and valid output.\n * @param ast - the abstract syntax tree from which to generate output code.\n * @param opts - used for specifying options for code generation.\n * @param code - the original source code, used for source maps.\n * @returns - an object containing the output code and source map.\n */\nexport function generate(\n ast: t.Node,\n opts: GeneratorOptions = {},\n code?: string | Record<string, string>,\n): GeneratorResult {\n const format = normalizeOptions(code, opts, ast);\n const map = opts.sourceMaps ? new SourceMap(opts, code) : null;\n\n const printer = new Printer(\n format,\n map,\n (ast as any).tokens,\n typeof code === \"string\" ? code : null,\n );\n\n return printer.generate(ast);\n}\n\nexport default generate;\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TokenContext = void 0;
7
+ exports.isLastChild = isLastChild;
8
+ exports.parentNeedsParens = parentNeedsParens;
9
+ var parens = require("./parentheses.js");
10
+ var _t = require("@babel/types");
11
+ var _nodes = require("../nodes.js");
12
+ const {
13
+ VISITOR_KEYS
14
+ } = _t;
15
+ const TokenContext = exports.TokenContext = {
16
+ normal: 0,
17
+ expressionStatement: 1,
18
+ arrowBody: 2,
19
+ exportDefault: 4,
20
+ arrowFlowReturnType: 8,
21
+ forInitHead: 16,
22
+ forInHead: 32,
23
+ forOfHead: 64,
24
+ forInOrInitHeadAccumulate: 128,
25
+ forInOrInitHeadAccumulatePassThroughMask: 128
26
+ };
27
+ for (const type of Object.keys(parens)) {
28
+ const func = parens[type];
29
+ if (_nodes.generatorInfosMap.has(type)) {
30
+ _nodes.generatorInfosMap.get(type)[2] = func;
31
+ }
32
+ }
33
+ function isOrHasCallExpression(node) {
34
+ switch (node.type) {
35
+ case "CallExpression":
36
+ return true;
37
+ case "MemberExpression":
38
+ return isOrHasCallExpression(node.object);
39
+ }
40
+ return false;
41
+ }
42
+ function parentNeedsParens(node, parent, parentId) {
43
+ switch (parentId) {
44
+ case 112:
45
+ if (parent.callee === node) {
46
+ if (isOrHasCallExpression(node)) return true;
47
+ }
48
+ break;
49
+ case 42:
50
+ return !isDecoratorMemberExpression(node) && !(node.type === "CallExpression" && isDecoratorMemberExpression(node.callee)) && node.type !== "ParenthesizedExpression";
51
+ }
52
+ return false;
53
+ }
54
+ function isDecoratorMemberExpression(node) {
55
+ switch (node.type) {
56
+ case "Identifier":
57
+ return true;
58
+ case "MemberExpression":
59
+ return !node.computed && node.property.type === "Identifier" && isDecoratorMemberExpression(node.object);
60
+ default:
61
+ return false;
62
+ }
63
+ }
64
+ function isLastChild(parent, child) {
65
+ const visitorKeys = VISITOR_KEYS[parent.type];
66
+ for (let i = visitorKeys.length - 1; i >= 0; i--) {
67
+ const val = parent[visitorKeys[i]];
68
+ if (val === child) {
69
+ return true;
70
+ } else if (Array.isArray(val)) {
71
+ let j = val.length - 1;
72
+ while (j >= 0 && val[j] === null) j--;
73
+ return j >= 0 && val[j] === child;
74
+ } else if (val) {
75
+ return false;
76
+ }
77
+ }
78
+ return false;
79
+ }
80
+
81
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["parens","require","_t","_nodes","VISITOR_KEYS","TokenContext","exports","normal","expressionStatement","arrowBody","exportDefault","arrowFlowReturnType","forInitHead","forInHead","forOfHead","forInOrInitHeadAccumulate","forInOrInitHeadAccumulatePassThroughMask","type","Object","keys","func","generatorInfosMap","has","get","isOrHasCallExpression","node","object","parentNeedsParens","parent","parentId","callee","isDecoratorMemberExpression","computed","property","isLastChild","child","visitorKeys","i","length","val","Array","isArray","j"],"sources":["../../src/node/index.ts"],"sourcesContent":["import * as parens from \"./parentheses.ts\";\nimport { VISITOR_KEYS } from \"@babel/types\";\nimport type * as t from \"@babel/types\";\n\nimport { generatorInfosMap } from \"../nodes.ts\";\n\nexport const enum TokenContext {\n normal = 0,\n expressionStatement = 1 << 0,\n arrowBody = 1 << 1,\n exportDefault = 1 << 2,\n arrowFlowReturnType = 1 << 3,\n forInitHead = 1 << 4,\n forInHead = 1 << 5,\n forOfHead = 1 << 6,\n // This flag lives across the token boundary, and will\n // be reset after forIn or forInit head is printed\n forInOrInitHeadAccumulate = 1 << 7,\n forInOrInitHeadAccumulatePassThroughMask = 0b10000000,\n}\n\nexport type NodeHandler<R> = (\n node: t.Node,\n // todo:\n // node: K extends keyof typeof t\n // ? Extract<typeof t[K], { type: \"string\" }>\n // : t.Node,\n parent: t.Node,\n parentId: number,\n tokenContext?: number,\n getRawIdentifier?: (node: t.Identifier) => string,\n) => R | undefined;\n\nfor (const type of Object.keys(parens) as (keyof typeof parens)[]) {\n const func = parens[type];\n if (generatorInfosMap.has(type)) {\n generatorInfosMap.get(type)![2] = func;\n }\n}\n\nfunction isOrHasCallExpression(node: t.Node): boolean {\n switch (node.type) {\n case \"CallExpression\":\n return true;\n case \"MemberExpression\":\n return isOrHasCallExpression(node.object);\n }\n return false;\n}\n\nexport function parentNeedsParens(\n node: t.Node,\n parent: any,\n parentId: number,\n): boolean {\n switch (parentId) {\n case __node(\"NewExpression\"):\n if (parent.callee === node) {\n if (isOrHasCallExpression(node)) return true;\n }\n break;\n case __node(\"Decorator\"):\n return (\n !isDecoratorMemberExpression(node) &&\n !(\n node.type === \"CallExpression\" &&\n isDecoratorMemberExpression(node.callee)\n ) &&\n node.type !== \"ParenthesizedExpression\"\n );\n }\n return false;\n}\n\nfunction isDecoratorMemberExpression(node: t.Node): boolean {\n switch (node.type) {\n case \"Identifier\":\n return true;\n case \"MemberExpression\":\n return (\n !node.computed &&\n node.property.type === \"Identifier\" &&\n isDecoratorMemberExpression(node.object)\n );\n default:\n return false;\n }\n}\n\nexport function isLastChild(parent: t.Node, child: t.Node) {\n const visitorKeys = VISITOR_KEYS[parent.type];\n for (let i = visitorKeys.length - 1; i >= 0; i--) {\n const val = (parent as any)[visitorKeys[i]] as t.Node | t.Node[] | null;\n if (val === child) {\n return true;\n } else if (Array.isArray(val)) {\n let j = val.length - 1;\n while (j >= 0 && val[j] === null) j--;\n return j >= 0 && val[j] === child;\n } else if (val) {\n return false;\n }\n }\n return false;\n}\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,EAAA,GAAAD,OAAA;AAGA,IAAAE,MAAA,GAAAF,OAAA;AAAgD;EAHvCG;AAAY,IAAAF,EAAA;AAAA,MAKHG,YAAY,GAAAC,OAAA,CAAAD,YAAA;EAAAE,MAAA;EAAAC,mBAAA;EAAAC,SAAA;EAAAC,aAAA;EAAAC,mBAAA;EAAAC,WAAA;EAAAC,SAAA;EAAAC,SAAA;EAAAC,yBAAA;EAAAC,wCAAA;AAAA;AA2B9B,KAAK,MAAMC,IAAI,IAAIC,MAAM,CAACC,IAAI,CAACnB,MAAM,CAAC,EAA6B;EACjE,MAAMoB,IAAI,GAAGpB,MAAM,CAACiB,IAAI,CAAC;EACzB,IAAII,wBAAiB,CAACC,GAAG,CAACL,IAAI,CAAC,EAAE;IAC/BI,wBAAiB,CAACE,GAAG,CAACN,IAAI,CAAC,CAAE,CAAC,CAAC,GAAGG,IAAI;EACxC;AACF;AAEA,SAASI,qBAAqBA,CAACC,IAAY,EAAW;EACpD,QAAQA,IAAI,CAACR,IAAI;IACf,KAAK,gBAAgB;MACnB,OAAO,IAAI;IACb,KAAK,kBAAkB;MACrB,OAAOO,qBAAqB,CAACC,IAAI,CAACC,MAAM,CAAC;EAC7C;EACA,OAAO,KAAK;AACd;AAEO,SAASC,iBAAiBA,CAC/BF,IAAY,EACZG,MAAW,EACXC,QAAgB,EACP;EACT,QAAQA,QAAQ;IACd;MACE,IAAID,MAAM,CAACE,MAAM,KAAKL,IAAI,EAAE;QAC1B,IAAID,qBAAqB,CAACC,IAAI,CAAC,EAAE,OAAO,IAAI;MAC9C;MACA;IACF;MACE,OACE,CAACM,2BAA2B,CAACN,IAAI,CAAC,IAClC,EACEA,IAAI,CAACR,IAAI,KAAK,gBAAgB,IAC9Bc,2BAA2B,CAACN,IAAI,CAACK,MAAM,CAAC,CACzC,IACDL,IAAI,CAACR,IAAI,KAAK,yBAAyB;EAE7C;EACA,OAAO,KAAK;AACd;AAEA,SAASc,2BAA2BA,CAACN,IAAY,EAAW;EAC1D,QAAQA,IAAI,CAACR,IAAI;IACf,KAAK,YAAY;MACf,OAAO,IAAI;IACb,KAAK,kBAAkB;MACrB,OACE,CAACQ,IAAI,CAACO,QAAQ,IACdP,IAAI,CAACQ,QAAQ,CAAChB,IAAI,KAAK,YAAY,IACnCc,2BAA2B,CAACN,IAAI,CAACC,MAAM,CAAC;IAE5C;MACE,OAAO,KAAK;EAChB;AACF;AAEO,SAASQ,WAAWA,CAACN,MAAc,EAAEO,KAAa,EAAE;EACzD,MAAMC,WAAW,GAAGhC,YAAY,CAACwB,MAAM,CAACX,IAAI,CAAC;EAC7C,KAAK,IAAIoB,CAAC,GAAGD,WAAW,CAACE,MAAM,GAAG,CAAC,EAAED,CAAC,IAAI,CAAC,EAAEA,CAAC,EAAE,EAAE;IAChD,MAAME,GAAG,GAAIX,MAAM,CAASQ,WAAW,CAACC,CAAC,CAAC,CAA6B;IACvE,IAAIE,GAAG,KAAKJ,KAAK,EAAE;MACjB,OAAO,IAAI;IACb,CAAC,MAAM,IAAIK,KAAK,CAACC,OAAO,CAACF,GAAG,CAAC,EAAE;MAC7B,IAAIG,CAAC,GAAGH,GAAG,CAACD,MAAM,GAAG,CAAC;MACtB,OAAOI,CAAC,IAAI,CAAC,IAAIH,GAAG,CAACG,CAAC,CAAC,KAAK,IAAI,EAAEA,CAAC,EAAE;MACrC,OAAOA,CAAC,IAAI,CAAC,IAAIH,GAAG,CAACG,CAAC,CAAC,KAAKP,KAAK;IACnC,CAAC,MAAM,IAAII,GAAG,EAAE;MACd,OAAO,KAAK;IACd;EACF;EACA,OAAO,KAAK;AACd","ignoreList":[]}
@@ -0,0 +1,298 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.AssignmentExpression = AssignmentExpression;
7
+ exports.BinaryExpression = BinaryExpression;
8
+ exports.ClassExpression = ClassExpression;
9
+ exports.ArrowFunctionExpression = exports.ConditionalExpression = ConditionalExpression;
10
+ exports.DoExpression = DoExpression;
11
+ exports.FunctionExpression = FunctionExpression;
12
+ exports.FunctionTypeAnnotation = FunctionTypeAnnotation;
13
+ exports.Identifier = Identifier;
14
+ exports.LogicalExpression = LogicalExpression;
15
+ exports.NullableTypeAnnotation = NullableTypeAnnotation;
16
+ exports.ObjectExpression = ObjectExpression;
17
+ exports.OptionalIndexedAccessType = OptionalIndexedAccessType;
18
+ exports.OptionalCallExpression = exports.OptionalMemberExpression = OptionalMemberExpression;
19
+ exports.SequenceExpression = SequenceExpression;
20
+ exports.TSSatisfiesExpression = exports.TSAsExpression = TSAsExpression;
21
+ exports.TSConditionalType = TSConditionalType;
22
+ exports.TSConstructorType = exports.TSFunctionType = TSFunctionType;
23
+ exports.TSInferType = TSInferType;
24
+ exports.TSInstantiationExpression = TSInstantiationExpression;
25
+ exports.TSIntersectionType = TSIntersectionType;
26
+ exports.SpreadElement = exports.UnaryExpression = exports.TSTypeAssertion = UnaryLike;
27
+ exports.TSTypeOperator = TSTypeOperator;
28
+ exports.TSUnionType = TSUnionType;
29
+ exports.IntersectionTypeAnnotation = exports.UnionTypeAnnotation = UnionTypeAnnotation;
30
+ exports.UpdateExpression = UpdateExpression;
31
+ exports.AwaitExpression = exports.YieldExpression = YieldExpression;
32
+ var _t = require("@babel/types");
33
+ var _index = require("./index.js");
34
+ const {
35
+ isMemberExpression,
36
+ isOptionalMemberExpression,
37
+ isYieldExpression,
38
+ isStatement
39
+ } = _t;
40
+ const PRECEDENCE = new Map([["||", 0], ["??", 1], ["&&", 2], ["|", 3], ["^", 4], ["&", 5], ["==", 6], ["===", 6], ["!=", 6], ["!==", 6], ["<", 7], [">", 7], ["<=", 7], [">=", 7], ["in", 7], ["instanceof", 7], [">>", 8], ["<<", 8], [">>>", 8], ["+", 9], ["-", 9], ["*", 10], ["/", 10], ["%", 10], ["**", 11]]);
41
+ function isTSTypeExpression(nodeId) {
42
+ return nodeId === 156 || nodeId === 201 || nodeId === 209;
43
+ }
44
+ const isClassExtendsClause = (node, parent, parentId) => {
45
+ return (parentId === 21 || parentId === 22) && parent.superClass === node;
46
+ };
47
+ const hasPostfixPart = (node, parent, parentId) => {
48
+ switch (parentId) {
49
+ case 108:
50
+ case 132:
51
+ return parent.object === node;
52
+ case 17:
53
+ case 130:
54
+ case 112:
55
+ return parent.callee === node;
56
+ case 222:
57
+ return parent.tag === node;
58
+ case 191:
59
+ return true;
60
+ }
61
+ return false;
62
+ };
63
+ function NullableTypeAnnotation(node, parent, parentId) {
64
+ return parentId === 4;
65
+ }
66
+ function FunctionTypeAnnotation(node, parent, parentId, tokenContext) {
67
+ return (parentId === 239 || parentId === 90 || parentId === 4 || (tokenContext & _index.TokenContext.arrowFlowReturnType) > 0
68
+ );
69
+ }
70
+ function UpdateExpression(node, parent, parentId) {
71
+ return hasPostfixPart(node, parent, parentId) || isClassExtendsClause(node, parent, parentId);
72
+ }
73
+ function needsParenBeforeExpressionBrace(tokenContext) {
74
+ return (tokenContext & (_index.TokenContext.expressionStatement | _index.TokenContext.arrowBody)) > 0;
75
+ }
76
+ function ObjectExpression(node, parent, parentId, tokenContext) {
77
+ return needsParenBeforeExpressionBrace(tokenContext);
78
+ }
79
+ function DoExpression(node, parent, parentId, tokenContext) {
80
+ return (tokenContext & _index.TokenContext.expressionStatement) > 0 && !node.async;
81
+ }
82
+ function BinaryLike(node, parent, parentId, nodeType) {
83
+ if (isClassExtendsClause(node, parent, parentId)) {
84
+ return true;
85
+ }
86
+ if (hasPostfixPart(node, parent, parentId) || parentId === 238 || parentId === 145 || parentId === 8) {
87
+ return true;
88
+ }
89
+ let parentPos;
90
+ switch (parentId) {
91
+ case 10:
92
+ case 107:
93
+ parentPos = PRECEDENCE.get(parent.operator);
94
+ break;
95
+ case 156:
96
+ case 201:
97
+ parentPos = 7;
98
+ }
99
+ if (parentPos !== undefined) {
100
+ const nodePos = nodeType === 2 ? 7 : PRECEDENCE.get(node.operator);
101
+ if (parentPos > nodePos) return true;
102
+ if (parentPos === nodePos && parentId === 10 && (nodePos === 11 ? parent.left === node : parent.right === node)) {
103
+ return true;
104
+ }
105
+ if (nodeType === 1 && parentId === 107 && (nodePos === 1 && parentPos !== 1 || parentPos === 1 && nodePos !== 1)) {
106
+ return true;
107
+ }
108
+ }
109
+ return false;
110
+ }
111
+ function UnionTypeAnnotation(node, parent, parentId) {
112
+ switch (parentId) {
113
+ case 4:
114
+ case 115:
115
+ case 90:
116
+ case 239:
117
+ return true;
118
+ }
119
+ return false;
120
+ }
121
+ function OptionalIndexedAccessType(node, parent, parentId) {
122
+ return parentId === 84 && parent.objectType === node;
123
+ }
124
+ function TSAsExpression(node, parent, parentId) {
125
+ if ((parentId === 6 || parentId === 7) && parent.left === node) {
126
+ return true;
127
+ }
128
+ if (parentId === 10 && (parent.operator === "|" || parent.operator === "&") && node === parent.left) {
129
+ return true;
130
+ }
131
+ return BinaryLike(node, parent, parentId, 2);
132
+ }
133
+ function TSConditionalType(node, parent, parentId) {
134
+ switch (parentId) {
135
+ case 155:
136
+ case 195:
137
+ case 211:
138
+ case 212:
139
+ return true;
140
+ case 175:
141
+ return parent.objectType === node;
142
+ case 181:
143
+ case 219:
144
+ return parent.types[0] === node;
145
+ case 161:
146
+ return parent.checkType === node || parent.extendsType === node;
147
+ }
148
+ return false;
149
+ }
150
+ function TSUnionType(node, parent, parentId) {
151
+ switch (parentId) {
152
+ case 181:
153
+ case 211:
154
+ case 155:
155
+ case 195:
156
+ return true;
157
+ case 175:
158
+ return parent.objectType === node;
159
+ }
160
+ return false;
161
+ }
162
+ function TSIntersectionType(node, parent, parentId) {
163
+ return parentId === 211 || TSTypeOperator(node, parent, parentId);
164
+ }
165
+ function TSInferType(node, parent, parentId) {
166
+ if (TSTypeOperator(node, parent, parentId)) {
167
+ return true;
168
+ }
169
+ if ((parentId === 181 || parentId === 219) && node.typeParameter.constraint && parent.types[0] === node) {
170
+ return true;
171
+ }
172
+ return false;
173
+ }
174
+ function TSTypeOperator(node, parent, parentId) {
175
+ switch (parentId) {
176
+ case 155:
177
+ case 195:
178
+ return true;
179
+ case 175:
180
+ if (parent.objectType === node) {
181
+ return true;
182
+ }
183
+ }
184
+ return false;
185
+ }
186
+ function TSInstantiationExpression(node, parent, parentId) {
187
+ switch (parentId) {
188
+ case 17:
189
+ case 130:
190
+ case 112:
191
+ case 177:
192
+ return (parent.typeParameters
193
+ ) != null;
194
+ }
195
+ return false;
196
+ }
197
+ function TSFunctionType(node, parent, parentId) {
198
+ if (TSUnionType(node, parent, parentId)) return true;
199
+ return parentId === 219 || parentId === 161 && (parent.checkType === node || parent.extendsType === node);
200
+ }
201
+ function BinaryExpression(node, parent, parentId, tokenContext) {
202
+ if (BinaryLike(node, parent, parentId, 0)) return true;
203
+ return (tokenContext & _index.TokenContext.forInOrInitHeadAccumulate) > 0 && node.operator === "in";
204
+ }
205
+ function LogicalExpression(node, parent, parentId) {
206
+ return BinaryLike(node, parent, parentId, 1);
207
+ }
208
+ function SequenceExpression(node, parent, parentId) {
209
+ if (parentId === 144 || parentId === 133 || parentId === 108 && parent.property === node || parentId === 132 && parent.property === node || parentId === 224) {
210
+ return false;
211
+ }
212
+ if (parentId === 21) {
213
+ return true;
214
+ }
215
+ if (parentId === 68) {
216
+ return parent.right === node;
217
+ }
218
+ if (parentId === 60) {
219
+ return true;
220
+ }
221
+ return !isStatement(parent);
222
+ }
223
+ function YieldExpression(node, parent, parentId) {
224
+ return parentId === 10 || parentId === 107 || parentId === 238 || parentId === 145 || hasPostfixPart(node, parent, parentId) || parentId === 8 && isYieldExpression(node) || parentId === 28 && node === parent.test || isClassExtendsClause(node, parent, parentId) || isTSTypeExpression(parentId);
225
+ }
226
+ function ClassExpression(node, parent, parentId, tokenContext) {
227
+ return (tokenContext & (_index.TokenContext.expressionStatement | _index.TokenContext.exportDefault)) > 0;
228
+ }
229
+ function UnaryLike(node, parent, parentId) {
230
+ return hasPostfixPart(node, parent, parentId) || parentId === 10 && parent.operator === "**" && parent.left === node || isClassExtendsClause(node, parent, parentId);
231
+ }
232
+ function FunctionExpression(node, parent, parentId, tokenContext) {
233
+ return (tokenContext & (_index.TokenContext.expressionStatement | _index.TokenContext.exportDefault)) > 0;
234
+ }
235
+ function ConditionalExpression(node, parent, parentId) {
236
+ switch (parentId) {
237
+ case 238:
238
+ case 145:
239
+ case 10:
240
+ case 107:
241
+ case 8:
242
+ return true;
243
+ case 28:
244
+ if (parent.test === node) {
245
+ return true;
246
+ }
247
+ }
248
+ if (isTSTypeExpression(parentId)) {
249
+ return true;
250
+ }
251
+ return UnaryLike(node, parent, parentId);
252
+ }
253
+ function OptionalMemberExpression(node, parent, parentId) {
254
+ switch (parentId) {
255
+ case 17:
256
+ return parent.callee === node;
257
+ case 108:
258
+ return parent.object === node;
259
+ }
260
+ return false;
261
+ }
262
+ function AssignmentExpression(node, parent, parentId, tokenContext) {
263
+ if (needsParenBeforeExpressionBrace(tokenContext) && node.left.type === "ObjectPattern") {
264
+ return true;
265
+ }
266
+ return ConditionalExpression(node, parent, parentId);
267
+ }
268
+ function Identifier(node, parent, parentId, tokenContext, getRawIdentifier) {
269
+ var _node$extra;
270
+ if (getRawIdentifier && getRawIdentifier(node) !== node.name) {
271
+ return false;
272
+ }
273
+ if (parentId === 6 && (_node$extra = node.extra) != null && _node$extra.parenthesized && parent.left === node) {
274
+ const rightType = parent.right.type;
275
+ if ((rightType === "FunctionExpression" || rightType === "ClassExpression") && parent.right.id == null) {
276
+ return true;
277
+ }
278
+ }
279
+ if (tokenContext & _index.TokenContext.forOfHead || (parentId === 108 || parentId === 132) && tokenContext & (_index.TokenContext.expressionStatement | _index.TokenContext.forInitHead | _index.TokenContext.forInHead)) {
280
+ if (node.name === "let") {
281
+ const isFollowedByBracket = isMemberExpression(parent, {
282
+ object: node,
283
+ computed: true
284
+ }) || isOptionalMemberExpression(parent, {
285
+ object: node,
286
+ computed: true,
287
+ optional: false
288
+ });
289
+ if (isFollowedByBracket && tokenContext & (_index.TokenContext.expressionStatement | _index.TokenContext.forInitHead | _index.TokenContext.forInHead)) {
290
+ return true;
291
+ }
292
+ return (tokenContext & _index.TokenContext.forOfHead) > 0;
293
+ }
294
+ }
295
+ return parentId === 68 && parent.left === node && node.name === "async" && !parent.await;
296
+ }
297
+
298
+ //# sourceMappingURL=parentheses.js.map