@stencil/core 4.43.3 → 5.0.0-alpha.1

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 (377) hide show
  1. package/bin/stencil.mjs +2 -0
  2. package/dist/chunk-CjcI7cDX.mjs +15 -0
  3. package/dist/client-B1nuvCd2.mjs +4524 -0
  4. package/dist/compiler/index.d.mts +192 -0
  5. package/dist/compiler/index.mjs +3 -0
  6. package/dist/compiler/utils/index.d.mts +2 -0
  7. package/dist/compiler/utils/index.mjs +3 -0
  8. package/dist/compiler-LX4_RKKd.mjs +21782 -0
  9. package/{internal → dist/declarations}/stencil-ext-modules.d.ts +8 -8
  10. package/dist/declarations/stencil-public-compiler.d.ts +2 -0
  11. package/dist/declarations/stencil-public-compiler.js +53 -0
  12. package/dist/declarations/stencil-public-docs.d.ts +2 -0
  13. package/dist/declarations/stencil-public-runtime.d.ts +2 -0
  14. package/dist/declarations/stencil-public-runtime.js +0 -0
  15. package/dist/index-BONzXKJt.d.ts +1893 -0
  16. package/{internal/app-data/index.d.ts → dist/index-CHjZtib0.d.ts} +11 -7
  17. package/dist/index-D-LlB2nw.d.mts +6918 -0
  18. package/dist/index-fIuYTL9f.d.mts +178 -0
  19. package/{internal/stencil-core/index.d.ts → dist/index.d.mts} +10 -3
  20. package/dist/index.mjs +2 -0
  21. package/dist/jsx-runtime-DBzBJLKk.d.ts +28 -0
  22. package/dist/jsx-runtime.d.ts +2 -0
  23. package/dist/jsx-runtime.js +2 -0
  24. package/dist/mock-doc.d.mts +1 -0
  25. package/dist/mock-doc.mjs +2 -0
  26. package/dist/node-SxQIOCZE.mjs +1947 -0
  27. package/dist/runtime/app-data/index.d.ts +2 -0
  28. package/dist/runtime/app-data/index.js +99 -0
  29. package/dist/runtime/app-globals/index.d.ts +5 -0
  30. package/dist/runtime/app-globals/index.js +5 -0
  31. package/dist/runtime/client/index.d.ts +2358 -0
  32. package/dist/runtime/client/index.js +4866 -0
  33. package/dist/runtime/index.d.ts +182 -0
  34. package/dist/runtime/index.js +2 -0
  35. package/dist/runtime/server/index.d.mts +1146 -0
  36. package/dist/runtime/server/index.mjs +4945 -0
  37. package/dist/runtime/server/runner.d.mts +323 -0
  38. package/dist/runtime/server/runner.mjs +14046 -0
  39. package/dist/runtime-CF9DJtSu.js +4748 -0
  40. package/dist/serialize-BkYHk7Mi.mjs +766 -0
  41. package/dist/stencil-public-compiler-C_X1iolo.d.ts +4455 -0
  42. package/dist/stencil-public-runtime-DlV8o7-z.d.ts +1845 -0
  43. package/dist/sys/node/index.d.mts +32 -0
  44. package/dist/sys/node/index.mjs +2 -0
  45. package/dist/sys/node/worker.d.mts +1 -0
  46. package/dist/sys/node/worker.mjs +48 -0
  47. package/dist/testing/index.d.mts +209 -0
  48. package/dist/testing/index.mjs +1169 -0
  49. package/dist/validation-CaCgjw-f.mjs +1441 -0
  50. package/package.json +99 -228
  51. package/bin/stencil +0 -57
  52. package/cli/config-flags.d.ts +0 -132
  53. package/cli/index.cjs +0 -6041
  54. package/cli/index.d.ts +0 -19
  55. package/cli/index.js +0 -6034
  56. package/cli/package.json +0 -14
  57. package/compiler/lib.d.ts +0 -22
  58. package/compiler/lib.decorators.d.ts +0 -384
  59. package/compiler/lib.decorators.legacy.d.ts +0 -22
  60. package/compiler/lib.dom.asynciterable.d.ts +0 -41
  61. package/compiler/lib.dom.d.ts +0 -29610
  62. package/compiler/lib.dom.iterable.d.ts +0 -493
  63. package/compiler/lib.es2015.collection.d.ts +0 -147
  64. package/compiler/lib.es2015.core.d.ts +0 -597
  65. package/compiler/lib.es2015.d.ts +0 -28
  66. package/compiler/lib.es2015.generator.d.ts +0 -77
  67. package/compiler/lib.es2015.iterable.d.ts +0 -605
  68. package/compiler/lib.es2015.promise.d.ts +0 -81
  69. package/compiler/lib.es2015.proxy.d.ts +0 -128
  70. package/compiler/lib.es2015.reflect.d.ts +0 -144
  71. package/compiler/lib.es2015.symbol.d.ts +0 -46
  72. package/compiler/lib.es2015.symbol.wellknown.d.ts +0 -326
  73. package/compiler/lib.es2016.array.include.d.ts +0 -116
  74. package/compiler/lib.es2016.d.ts +0 -21
  75. package/compiler/lib.es2016.full.d.ts +0 -23
  76. package/compiler/lib.es2016.intl.d.ts +0 -31
  77. package/compiler/lib.es2017.arraybuffer.d.ts +0 -21
  78. package/compiler/lib.es2017.d.ts +0 -26
  79. package/compiler/lib.es2017.date.d.ts +0 -31
  80. package/compiler/lib.es2017.full.d.ts +0 -23
  81. package/compiler/lib.es2017.intl.d.ts +0 -44
  82. package/compiler/lib.es2017.object.d.ts +0 -49
  83. package/compiler/lib.es2017.sharedmemory.d.ts +0 -135
  84. package/compiler/lib.es2017.string.d.ts +0 -45
  85. package/compiler/lib.es2017.typedarrays.d.ts +0 -53
  86. package/compiler/lib.es2018.asyncgenerator.d.ts +0 -77
  87. package/compiler/lib.es2018.asynciterable.d.ts +0 -53
  88. package/compiler/lib.es2018.d.ts +0 -24
  89. package/compiler/lib.es2018.full.d.ts +0 -24
  90. package/compiler/lib.es2018.intl.d.ts +0 -83
  91. package/compiler/lib.es2018.promise.d.ts +0 -30
  92. package/compiler/lib.es2018.regexp.d.ts +0 -37
  93. package/compiler/lib.es2019.array.d.ts +0 -79
  94. package/compiler/lib.es2019.d.ts +0 -24
  95. package/compiler/lib.es2019.full.d.ts +0 -24
  96. package/compiler/lib.es2019.intl.d.ts +0 -23
  97. package/compiler/lib.es2019.object.d.ts +0 -33
  98. package/compiler/lib.es2019.string.d.ts +0 -37
  99. package/compiler/lib.es2019.symbol.d.ts +0 -24
  100. package/compiler/lib.es2020.bigint.d.ts +0 -765
  101. package/compiler/lib.es2020.d.ts +0 -27
  102. package/compiler/lib.es2020.date.d.ts +0 -42
  103. package/compiler/lib.es2020.full.d.ts +0 -24
  104. package/compiler/lib.es2020.intl.d.ts +0 -474
  105. package/compiler/lib.es2020.number.d.ts +0 -28
  106. package/compiler/lib.es2020.promise.d.ts +0 -47
  107. package/compiler/lib.es2020.sharedmemory.d.ts +0 -99
  108. package/compiler/lib.es2020.string.d.ts +0 -44
  109. package/compiler/lib.es2020.symbol.wellknown.d.ts +0 -41
  110. package/compiler/lib.es2021.d.ts +0 -23
  111. package/compiler/lib.es2021.full.d.ts +0 -24
  112. package/compiler/lib.es2021.intl.d.ts +0 -166
  113. package/compiler/lib.es2021.promise.d.ts +0 -48
  114. package/compiler/lib.es2021.string.d.ts +0 -33
  115. package/compiler/lib.es2021.weakref.d.ts +0 -78
  116. package/compiler/lib.es2022.array.d.ts +0 -121
  117. package/compiler/lib.es2022.d.ts +0 -25
  118. package/compiler/lib.es2022.error.d.ts +0 -75
  119. package/compiler/lib.es2022.full.d.ts +0 -24
  120. package/compiler/lib.es2022.intl.d.ts +0 -121
  121. package/compiler/lib.es2022.object.d.ts +0 -26
  122. package/compiler/lib.es2022.regexp.d.ts +0 -39
  123. package/compiler/lib.es2022.string.d.ts +0 -25
  124. package/compiler/lib.es2023.array.d.ts +0 -924
  125. package/compiler/lib.es2023.collection.d.ts +0 -21
  126. package/compiler/lib.es2023.d.ts +0 -22
  127. package/compiler/lib.es2023.full.d.ts +0 -24
  128. package/compiler/lib.es2023.intl.d.ts +0 -56
  129. package/compiler/lib.es2024.arraybuffer.d.ts +0 -65
  130. package/compiler/lib.es2024.collection.d.ts +0 -29
  131. package/compiler/lib.es2024.d.ts +0 -26
  132. package/compiler/lib.es2024.full.d.ts +0 -24
  133. package/compiler/lib.es2024.object.d.ts +0 -29
  134. package/compiler/lib.es2024.promise.d.ts +0 -35
  135. package/compiler/lib.es2024.regexp.d.ts +0 -25
  136. package/compiler/lib.es2024.sharedmemory.d.ts +0 -68
  137. package/compiler/lib.es2024.string.d.ts +0 -29
  138. package/compiler/lib.es5.d.ts +0 -4594
  139. package/compiler/lib.es6.d.ts +0 -23
  140. package/compiler/lib.esnext.array.d.ts +0 -35
  141. package/compiler/lib.esnext.collection.d.ts +0 -96
  142. package/compiler/lib.esnext.d.ts +0 -27
  143. package/compiler/lib.esnext.decorators.d.ts +0 -28
  144. package/compiler/lib.esnext.disposable.d.ts +0 -193
  145. package/compiler/lib.esnext.float16.d.ts +0 -443
  146. package/compiler/lib.esnext.full.d.ts +0 -24
  147. package/compiler/lib.esnext.intl.d.ts +0 -21
  148. package/compiler/lib.esnext.iterator.d.ts +0 -148
  149. package/compiler/lib.esnext.promise.d.ts +0 -34
  150. package/compiler/lib.scripthost.d.ts +0 -322
  151. package/compiler/lib.webworker.asynciterable.d.ts +0 -41
  152. package/compiler/lib.webworker.d.ts +0 -9894
  153. package/compiler/lib.webworker.importscripts.d.ts +0 -23
  154. package/compiler/lib.webworker.iterable.d.ts +0 -287
  155. package/compiler/package.json +0 -8
  156. package/compiler/stencil.d.ts +0 -73
  157. package/compiler/stencil.js +0 -288027
  158. package/compiler/sys/in-memory-fs.d.ts +0 -227
  159. package/compiler/transpile.d.ts +0 -32
  160. package/dev-server/client/app-error.d.ts +0 -20
  161. package/dev-server/client/events.d.ts +0 -6
  162. package/dev-server/client/hmr-components.d.ts +0 -12
  163. package/dev-server/client/hmr-external-styles.d.ts +0 -1
  164. package/dev-server/client/hmr-images.d.ts +0 -1
  165. package/dev-server/client/hmr-inline-styles.d.ts +0 -1
  166. package/dev-server/client/hmr-util.d.ts +0 -39
  167. package/dev-server/client/hmr-window.d.ts +0 -10
  168. package/dev-server/client/index.d.ts +0 -6
  169. package/dev-server/client/index.js +0 -793
  170. package/dev-server/client/logger.d.ts +0 -6
  171. package/dev-server/client/package.json +0 -8
  172. package/dev-server/client/progress.d.ts +0 -3
  173. package/dev-server/client/status.d.ts +0 -4
  174. package/dev-server/client/test/hmr-util.spec.d.ts +0 -1
  175. package/dev-server/client/test/status.spec.d.ts +0 -1
  176. package/dev-server/connector.html +0 -6
  177. package/dev-server/index.d.ts +0 -3
  178. package/dev-server/index.js +0 -247
  179. package/dev-server/package.json +0 -8
  180. package/dev-server/server-process.js +0 -12304
  181. package/dev-server/server-worker-thread.js +0 -39
  182. package/dev-server/static/favicon.ico +0 -0
  183. package/dev-server/templates/directory-index.html +0 -176
  184. package/dev-server/templates/initial-load.html +0 -168
  185. package/dev-server/visualstudio.vbs +0 -82
  186. package/dev-server/xdg-open +0 -1066
  187. package/internal/app-data/index.cjs +0 -119
  188. package/internal/app-data/index.js +0 -92
  189. package/internal/app-data/package.json +0 -15
  190. package/internal/app-globals/index.d.ts +0 -2
  191. package/internal/app-globals/index.js +0 -14
  192. package/internal/app-globals/package.json +0 -14
  193. package/internal/child_process.d.ts +0 -7
  194. package/internal/client/index.js +0 -4736
  195. package/internal/client/package.json +0 -10
  196. package/internal/client/patch-browser.js +0 -45
  197. package/internal/client/polyfills/core-js.js +0 -11
  198. package/internal/client/polyfills/dom.js +0 -79
  199. package/internal/client/polyfills/es5-html-element.js +0 -1
  200. package/internal/client/polyfills/index.js +0 -34
  201. package/internal/client/polyfills/system.js +0 -6
  202. package/internal/client/shadow-css.js +0 -414
  203. package/internal/hydrate/index.js +0 -6880
  204. package/internal/hydrate/package.json +0 -7
  205. package/internal/hydrate/runner.d.ts +0 -287
  206. package/internal/hydrate/runner.js +0 -18157
  207. package/internal/index.d.ts +0 -4
  208. package/internal/index.js +0 -2
  209. package/internal/package.json +0 -9
  210. package/internal/stencil-core/index.cjs +0 -1
  211. package/internal/stencil-core/index.js +0 -18
  212. package/internal/stencil-core/jsx-dev-runtime.cjs +0 -7
  213. package/internal/stencil-core/jsx-dev-runtime.d.ts +0 -41
  214. package/internal/stencil-core/jsx-dev-runtime.js +0 -2
  215. package/internal/stencil-core/jsx-runtime.cjs +0 -8
  216. package/internal/stencil-core/jsx-runtime.d.ts +0 -40
  217. package/internal/stencil-core/jsx-runtime.js +0 -2
  218. package/internal/stencil-private.d.ts +0 -2549
  219. package/internal/stencil-public-compiler.d.ts +0 -2922
  220. package/internal/stencil-public-docs.d.ts +0 -472
  221. package/internal/stencil-public-runtime.d.ts +0 -1860
  222. package/internal/testing/index.js +0 -6737
  223. package/internal/testing/jsx-dev-runtime.d.ts +0 -2
  224. package/internal/testing/jsx-dev-runtime.js +0 -8
  225. package/internal/testing/jsx-runtime.d.ts +0 -2
  226. package/internal/testing/jsx-runtime.js +0 -9
  227. package/internal/testing/package.json +0 -7
  228. package/internal/utils/index.d.ts +0 -1
  229. package/internal/utils/result.d.ts +0 -112
  230. package/mock-doc/index.cjs +0 -10163
  231. package/mock-doc/index.d.ts +0 -1172
  232. package/mock-doc/index.js +0 -10142
  233. package/mock-doc/package.json +0 -15
  234. package/readme.md +0 -94
  235. package/screenshot/compare/assets/favicon.ico +0 -0
  236. package/screenshot/compare/assets/logo.png +0 -0
  237. package/screenshot/compare/build/app.css +0 -1
  238. package/screenshot/compare/build/app.esm.js +0 -1
  239. package/screenshot/compare/build/app.js +0 -33
  240. package/screenshot/compare/build/p-081b0641.js +0 -1
  241. package/screenshot/compare/build/p-227a1e18.entry.js +0 -1
  242. package/screenshot/compare/build/p-2c298727.entry.js +0 -1
  243. package/screenshot/compare/build/p-5479268c.entry.js +0 -1
  244. package/screenshot/compare/build/p-573ec8a4.entry.js +0 -1
  245. package/screenshot/compare/build/p-6ba08604.entry.js +0 -1
  246. package/screenshot/compare/build/p-6bc63295.entry.js +0 -1
  247. package/screenshot/compare/build/p-7a3759fd.entry.js +0 -1
  248. package/screenshot/compare/build/p-7b4e3ba7.js +0 -1
  249. package/screenshot/compare/build/p-988eb362.css +0 -1
  250. package/screenshot/compare/build/p-9b6a9315.js +0 -1
  251. package/screenshot/compare/build/p-b4cc611c.entry.js +0 -1
  252. package/screenshot/compare/build/p-d1bf53f5.entry.js +0 -1
  253. package/screenshot/compare/build/p-e2efe0df.js +0 -1
  254. package/screenshot/compare/build/p-e8ca6d97.entry.js +0 -1
  255. package/screenshot/compare/build/p-ec2f13e0.entry.js +0 -1
  256. package/screenshot/compare/build/p-f0b99977.entry.js +0 -1
  257. package/screenshot/compare/build/p-f4745c2f.entry.js +0 -1
  258. package/screenshot/compare/build/p-fbbae598.js +0 -1
  259. package/screenshot/compare/host.config.json +0 -15
  260. package/screenshot/compare/index.html +0 -1
  261. package/screenshot/compare/manifest.json +0 -13
  262. package/screenshot/connector-base.d.ts +0 -42
  263. package/screenshot/connector-local.d.ts +0 -7
  264. package/screenshot/connector.js +0 -2
  265. package/screenshot/index.d.ts +0 -3
  266. package/screenshot/index.js +0 -2642
  267. package/screenshot/local-connector.js +0 -2
  268. package/screenshot/package.json +0 -15
  269. package/screenshot/pixel-match.d.ts +0 -1
  270. package/screenshot/pixel-match.js +0 -2315
  271. package/screenshot/screenshot-compare.d.ts +0 -20
  272. package/screenshot/screenshot-fs.d.ts +0 -14
  273. package/sys/node/460.node-fetch.js +0 -451
  274. package/sys/node/autoprefixer.js +0 -9
  275. package/sys/node/glob.js +0 -1
  276. package/sys/node/graceful-fs.js +0 -1
  277. package/sys/node/index.d.ts +0 -39
  278. package/sys/node/index.js +0 -62
  279. package/sys/node/node-fetch.js +0 -12
  280. package/sys/node/package.json +0 -8
  281. package/sys/node/prompts.js +0 -1
  282. package/sys/node/worker.js +0 -4
  283. package/testing/index.d.ts +0 -9
  284. package/testing/index.js +0 -13273
  285. package/testing/jest/jest-27-and-under/jest-config.d.ts +0 -16
  286. package/testing/jest/jest-27-and-under/jest-environment.d.ts +0 -2
  287. package/testing/jest/jest-27-and-under/jest-facade.d.ts +0 -155
  288. package/testing/jest/jest-27-and-under/jest-preprocessor.d.ts +0 -59
  289. package/testing/jest/jest-27-and-under/jest-preset.d.ts +0 -3
  290. package/testing/jest/jest-27-and-under/jest-runner.d.ts +0 -11
  291. package/testing/jest/jest-27-and-under/jest-screenshot.d.ts +0 -2
  292. package/testing/jest/jest-27-and-under/jest-serializer.d.ts +0 -4
  293. package/testing/jest/jest-27-and-under/jest-setup-test-framework.d.ts +0 -9
  294. package/testing/jest/jest-27-and-under/matchers/attributes.d.ts +0 -14
  295. package/testing/jest/jest-27-and-under/matchers/class-list.d.ts +0 -12
  296. package/testing/jest/jest-27-and-under/matchers/events.d.ts +0 -25
  297. package/testing/jest/jest-27-and-under/matchers/html.d.ts +0 -13
  298. package/testing/jest/jest-27-and-under/matchers/index.d.ts +0 -24
  299. package/testing/jest/jest-27-and-under/matchers/screenshot.d.ts +0 -5
  300. package/testing/jest/jest-27-and-under/matchers/text.d.ts +0 -4
  301. package/testing/jest/jest-27-and-under/test/jest-config.spec.d.ts +0 -1
  302. package/testing/jest/jest-27-and-under/test/jest-preprocessor.spec.d.ts +0 -1
  303. package/testing/jest/jest-27-and-under/test/jest-runner.spec.d.ts +0 -1
  304. package/testing/jest/jest-27-and-under/test/jest-serializer.spec.d.ts +0 -1
  305. package/testing/jest/jest-27-and-under/test/jest-setup-test-framework.spec.d.ts +0 -1
  306. package/testing/jest/jest-28/jest-config.d.ts +0 -16
  307. package/testing/jest/jest-28/jest-environment.d.ts +0 -2
  308. package/testing/jest/jest-28/jest-facade.d.ts +0 -134
  309. package/testing/jest/jest-28/jest-preprocessor.d.ts +0 -35
  310. package/testing/jest/jest-28/jest-preset.d.ts +0 -3
  311. package/testing/jest/jest-28/jest-runner.d.ts +0 -11
  312. package/testing/jest/jest-28/jest-screenshot.d.ts +0 -2
  313. package/testing/jest/jest-28/jest-serializer.d.ts +0 -4
  314. package/testing/jest/jest-28/jest-setup-test-framework.d.ts +0 -9
  315. package/testing/jest/jest-28/matchers/attributes.d.ts +0 -14
  316. package/testing/jest/jest-28/matchers/class-list.d.ts +0 -12
  317. package/testing/jest/jest-28/matchers/events.d.ts +0 -25
  318. package/testing/jest/jest-28/matchers/html.d.ts +0 -13
  319. package/testing/jest/jest-28/matchers/index.d.ts +0 -24
  320. package/testing/jest/jest-28/matchers/screenshot.d.ts +0 -5
  321. package/testing/jest/jest-28/matchers/text.d.ts +0 -4
  322. package/testing/jest/jest-28/test/jest-config.spec.d.ts +0 -1
  323. package/testing/jest/jest-28/test/jest-preprocessor.spec.d.ts +0 -1
  324. package/testing/jest/jest-28/test/jest-runner.spec.d.ts +0 -1
  325. package/testing/jest/jest-28/test/jest-serializer.spec.d.ts +0 -1
  326. package/testing/jest/jest-28/test/jest-setup-test-framework.spec.d.ts +0 -1
  327. package/testing/jest/jest-29/jest-config.d.ts +0 -16
  328. package/testing/jest/jest-29/jest-environment.d.ts +0 -2
  329. package/testing/jest/jest-29/jest-facade.d.ts +0 -136
  330. package/testing/jest/jest-29/jest-preprocessor.d.ts +0 -35
  331. package/testing/jest/jest-29/jest-preset.d.ts +0 -3
  332. package/testing/jest/jest-29/jest-runner.d.ts +0 -11
  333. package/testing/jest/jest-29/jest-screenshot.d.ts +0 -2
  334. package/testing/jest/jest-29/jest-serializer.d.ts +0 -4
  335. package/testing/jest/jest-29/jest-setup-test-framework.d.ts +0 -9
  336. package/testing/jest/jest-29/matchers/attributes.d.ts +0 -14
  337. package/testing/jest/jest-29/matchers/class-list.d.ts +0 -12
  338. package/testing/jest/jest-29/matchers/events.d.ts +0 -25
  339. package/testing/jest/jest-29/matchers/html.d.ts +0 -13
  340. package/testing/jest/jest-29/matchers/index.d.ts +0 -24
  341. package/testing/jest/jest-29/matchers/screenshot.d.ts +0 -5
  342. package/testing/jest/jest-29/matchers/text.d.ts +0 -4
  343. package/testing/jest/jest-29/test/jest-config.spec.d.ts +0 -1
  344. package/testing/jest/jest-29/test/jest-preprocessor.spec.d.ts +0 -1
  345. package/testing/jest/jest-29/test/jest-runner.spec.d.ts +0 -1
  346. package/testing/jest/jest-29/test/jest-serializer.spec.d.ts +0 -1
  347. package/testing/jest/jest-29/test/jest-setup-test-framework.spec.d.ts +0 -1
  348. package/testing/jest/jest-apis.d.ts +0 -86
  349. package/testing/jest/jest-facade.d.ts +0 -74
  350. package/testing/jest/jest-stencil-connector.d.ts +0 -65
  351. package/testing/jest/test/jest-stencil-connector.spec.d.ts +0 -1
  352. package/testing/jest-environment.js +0 -3
  353. package/testing/jest-preprocessor.js +0 -3
  354. package/testing/jest-preset.js +0 -2
  355. package/testing/jest-runner.js +0 -3
  356. package/testing/jest-setuptestframework.js +0 -3
  357. package/testing/mock-fetch.d.ts +0 -11
  358. package/testing/mocks.d.ts +0 -56
  359. package/testing/package.json +0 -8
  360. package/testing/puppeteer/index.d.ts +0 -2
  361. package/testing/puppeteer/puppeteer-browser.d.ts +0 -6
  362. package/testing/puppeteer/puppeteer-declarations.d.ts +0 -414
  363. package/testing/puppeteer/puppeteer-element.d.ts +0 -67
  364. package/testing/puppeteer/puppeteer-emulate.d.ts +0 -2
  365. package/testing/puppeteer/puppeteer-events.d.ts +0 -21
  366. package/testing/puppeteer/puppeteer-page.d.ts +0 -2
  367. package/testing/puppeteer/puppeteer-screenshot.d.ts +0 -27
  368. package/testing/puppeteer/test/puppeteer-screenshot.spec.d.ts +0 -1
  369. package/testing/reset-build-conditionals.d.ts +0 -12
  370. package/testing/spec-page.d.ts +0 -7
  371. package/testing/test/testing-utils.spec.d.ts +0 -1
  372. package/testing/test-transpile.d.ts +0 -2
  373. package/testing/testing-logger.d.ts +0 -26
  374. package/testing/testing-sys.d.ts +0 -6
  375. package/testing/testing-utils.d.ts +0 -80
  376. package/testing/testing.d.ts +0 -2
  377. /package/{screenshot/compare/build/index.esm.js → dist/declarations/stencil-public-docs.js} +0 -0
@@ -0,0 +1,192 @@
1
+ import { $ as ComponentCompilerVirtualProperty, $i as SitemapXmpResults, $n as CompilerEventBuildFinish, $r as LazyRequire, $t as PluginTransformationDescriptor, A as CompilerStyleDoc, Aa as JsonDocsListener, Ai as OutputTargetHydrate, An as VNodeProdData, Ar as CopyResults, At as HydrateScriptElement, B as ComponentCompilerMeta, Ba as JsonDocsValue, Bi as PrerenderStartOptions, Bn as BuildOnEventRemove, Br as EmulateConfig, Bt as ModuleMap, C as CompilerBuildStatBundle, Ci as OutputTargetDistLazyLoader, Cn as TransformCssToEsmOutput, Cr as CompilerSystemRenameResults, Ct as HostElement, D as CompilerJsDoc, Da as JsonDocsCustomState, Di as OutputTargetDocsJson, Dn as TypesMemberNameData, Dr as Config, Dt as HydrateElement, E as CompilerCtx, Ea as JsonDocsComponent, Ei as OutputTargetDocsCustomElementsManifest, En as TypesImportData, Er as CompilerWatcher, Et as HydrateComponent, F as ComponentCompilerData, Fa as JsonDocsSlot, Fi as Path, Fn as AutoprefixerOptions, Fr as DevServer, Ft as JsDoc, G as ComponentCompilerPropertyType, Gi as RobotsTxtResults, Gn as CacheStorage, Gr as HistoryApiFallback, Gt as OptimizeJsResult, H as ComponentCompilerMethodComplexType, Ha as FsWriteResults, Hi as ResolveModuleIdResults, Hn as BuildOutput, Hr as FsStats, Ht as MsgToWorker, I as ComponentCompilerEvent, Ia as JsonDocsStyle, Ii as PlatformPath, In as BuildEmitEvents, Ir as DevServerConfig, It as LazyBundleRuntimeData, J as ComponentCompilerStaticEvent, Ji as RollupInterface, Jn as CompileTarget, Jr as HydrateDocumentOptions, Jt as PatchedSlotNode, K as ComponentCompilerReferencedType, Ki as RollupConfig, Kn as CliInitOptions, Kr as HmrStyleUpdate, Kt as PackageJsonData, L as ComponentCompilerEventComplexType, La as JsonDocsTag, Li as PrerenderConfig, Ln as BuildEvents, Lr as DevServerEditor, Lt as LazyBundlesRuntimeData, M as CompilerWorkerTask, Ma as JsonDocsMethodReturn, Mi as OutputTargetWww, Mn as Workbox, Mr as Credentials, Mt as HydrateStyleElement, N as ComponentCompilerChangeHandler, Na as JsonDocsPart, Ni as PageReloadStrategy, Nn as WorkerContextMethod, Nr as CustomElementsExportBehavior, Nt as ImportData, O as CompilerJsDocTagInfo, Oa as JsonDocsDependencyGraph, Oi as OutputTargetDocsReadme, On as TypesModule, Or as ConfigBundle, Ot as HydrateImgElement, P as ComponentCompilerCustomState, Pa as JsonDocsProp, Pi as ParsedPath, Pn as WorkerMsgHandler, Pr as CustomElementsExportBehaviorOptions, Pt as JSDocTagInfo, Q as ComponentCompilerTypeReferences, Qi as SitemapXmpOpts, Qn as CompilerDependency, Qr as LOG_LEVELS, Qt as PluginTransformResults, R as ComponentCompilerFeatures, Ra as JsonDocsTypeLibrary, Ri as PrerenderHydrateOptions, Rn as BuildLog, Rr as Diagnostic, Rt as Module, S as CompilerAssetDir, Si as OutputTargetDistLazy, Sn as TransformCssToEsmInput, Sr as CompilerSystemRemoveFileResults, St as ExternalStyleCompiler, T as CompilerBuildStats, Ta as JsonDocs, Ti as OutputTargetDocsCustom, Tn as TypeInfo, Tr as CompilerSystemWriteFileResults, Tt as HydrateAnchorElement, U as ComponentCompilerProperty, Ui as ResolveModuleOptions, Un as BuildResultsComponentGraph, Ur as FsWatchResults, Ut as NewSpecPageOptions, V as ComponentCompilerMethod, Va as StyleDoc, Vi as ResolveModuleIdOptions, Vn as BuildOnEvents, Vr as EmulateViewport, Vt as MsgFromWorker, W as ComponentCompilerPropertyComplexType, Wi as RobotsTxtOpts, Wn as BundlingConfig, Wr as FsWatcherItem, Wt as NodeMap, X as ComponentCompilerStaticProperty, Xi as SerializeDocumentOptions, Xn as CompilerBuildResults, Xr as HydratedFlag, Xt as Plugin, Y as ComponentCompilerStaticMethod, Yi as RollupOutputOptions, Yn as Compiler, Yr as HydrateFactoryOptions, Yt as PlatformRuntime, Z as ComponentCompilerTypeReference, Zi as ServiceWorkerConfig, Zn as CompilerBuildStart, Zr as JestConfig, Zt as PluginCtx, _ as CollectionCompilerVersion, _i as OutputTargetCustom, _n as SourceTarget, _r as CompilerSystemCreateDirectoryOptions, _t as CssToEsmImportData, a as BuildCtx, aa as TestingConfig, ai as LoggerTimeSpan, an as RenderNode, ar as CompilerEventFileAdd, at as ComponentConstructorProperties, b as CollectionDependencyManifest, bi as OutputTargetDistCustomElements, bn as StyleCompiler, br as CompilerSystemRemoveDirectoryOptions, bt as EntryModule, c as BuildStyleUpdate, ca as TransformerConfig, ci as OptimizeCssInput, cn as RollupResult, cr as CompilerEventFsChange, ct as ComponentNativeConstructor, d as BundleModuleOutput, da as TranspileResults, di as OptimizeJsOutput, dn as RollupSourceMap, dr as CompilerFileWatcherCallback, dt as ComponentRuntimeMembers, ea as StencilConfig, ei as LoadConfigInit, en as PrerenderManager, er as CompilerEventBuildLog, et as ComponentConstructor, f as Cache, fa as UnvalidatedConfig, fi as OutputTarget, fn as RootAppliedStyleMap, fr as CompilerFileWatcherEvent, ft as ComponentRuntimeMeta, g as CollectionCompilerMeta, ga as WorkerOptions, gi as OutputTargetCopy, gn as SourceMap, gr as CompilerSystem, gt as CssImportData, h as CollectionCompiler, ha as WorkerMainController, hi as OutputTargetBuild, hn as SerializedEvent, hr as CompilerRequestResponse, ht as ComponentTestingConstructor, i as BuildConditionals, ia as Testing, ii as LoggerLineUpdater, in as PropsType, ir as CompilerEventDirDelete, it as ComponentConstructorListener, j as CompilerWorkerContext, ja as JsonDocsMethod, ji as OutputTargetStats, jn as ValidateTypesResults, jr as CopyTask, jt as HydrateStaticData, k as CompilerModeStyles, ka as JsonDocsEvent, ki as OutputTargetDocsVscode, kn as UpdatedLazyBuildCtx, kr as ConfigExtras, kt as HydrateResults, l as BuildTask, la as TranspileOnlyResults, li as OptimizeCssOutput, ln as RollupResultModule, lr as CompilerEventName, lt as ComponentRuntimeHostListener, m as CollectionBundleManifest, ma as WatcherCloseResults, mi as OutputTargetBaseNext, mn as SerializeImportData, mr as CompilerRequest, mt as ComponentRuntimeReflectingAttr, n as AssetsMeta, na as StencilDocsConfig, ni as LogLevel, nn as PrerenderUrlResults, nr as CompilerEventBuildStart, nt as ComponentConstructorEncapsulation, o as BuildFeatures, oa as TestingRunOptions, oi as MakeDirectoryOptions, on as RollupAssetResult, or as CompilerEventFileDelete, ot as ComponentConstructorProperty, p as ChildType, pa as ValidatedConfig, pi as OutputTargetBase, pn as RuntimeRef, pr as CompilerFsStats, pt as ComponentRuntimeMetaCompact, q as ComponentCompilerState, qi as RollupInputOptions, qn as CompileScriptMinifyOptions, qr as HotModuleReplacement, qt as ParsedImport, r as BuildComponent, ra as SystemDetails, ri as Logger, rn as PrintLine, rr as CompilerEventDirAdd, rt as ComponentConstructorEvent, s as BuildSourceGraph, sa as TransformOptions, si as NodeResolveConfig, sn as RollupChunkResult, sr as CompilerEventFileUpdate, st as ComponentConstructorPropertyType, t as AnyHTMLElement, ta as StencilDevServerConfig, ti as LoadConfigResults, tn as PrerenderUrlRequest, tr as CompilerEventBuildNoChange, tt as ComponentConstructorChangeHandlers, u as BundleModule, ua as TranspileOptions, ui as OptimizeJsInput, un as RollupResults, ur as CompilerFileWatcher, ut as ComponentRuntimeMember, v as CollectionComponentEntryPath, vi as OutputTargetDist, vn as SpecPage, vr as CompilerSystemCreateDirectoryResults, vt as DocData, w as CompilerBuildStatCollection, wa as JsonDocMethodParameter, wi as OutputTargetDistTypes, wn as TranspileModuleResults, wr as CompilerSystemRenamedPath, wt as HostRef, x as CollectionManifest, xi as OutputTargetDistGlobalStyles, xn as StyleMap, xr as CompilerSystemRemoveDirectoryResults, xt as EventInitDict, y as CollectionDependencyData, yi as OutputTargetDistCollection, yn as StencilDocument, yr as CompilerSystemRealpathResults, yt as Encapsulation, z as ComponentCompilerListener, za as JsonDocsUsage, zi as PrerenderResults, zn as BuildNoChangeResults, zr as EligiblePrimaryPackageOutputTarget, zt as ModuleFormat } from "../index-D-LlB2nw.mjs";
2
+ import ts from "typescript";
3
+
4
+ //#region src/version.d.ts
5
+ declare const version: string;
6
+ declare const buildId: string;
7
+ declare const vermoji: string;
8
+ /**
9
+ * Runtime versions object with lazy getters.
10
+ * Reads actual installed package versions rather than build-time baked values.
11
+ */
12
+ declare const versions: {
13
+ readonly stencil: string;
14
+ readonly typescript: string;
15
+ readonly rollup: string;
16
+ readonly terser: string;
17
+ };
18
+ //#endregion
19
+ //#region src/compiler/compiler.d.ts
20
+ /**
21
+ * Generate a Stencil compiler instance
22
+ * @param userConfig a user-provided Stencil configuration to apply to the compiler instance
23
+ * @returns a new instance of a Stencil compiler
24
+ * @public
25
+ */
26
+ declare const createCompiler: (userConfig: Config) => Promise<Compiler>;
27
+ //#endregion
28
+ //#region src/compiler/config/load-config.d.ts
29
+ /**
30
+ * Load and validate a configuration to use throughout the lifetime of any Stencil task (build, test, etc.).
31
+ *
32
+ * Users can provide configurations multiple ways simultaneously:
33
+ * - as an object of the `init` argument to this function
34
+ * - through a path to a configuration file that exists on disk
35
+ *
36
+ * In the case of both being present, the two configurations will be merged. The fields of the former will take precedence
37
+ * over the fields of the latter.
38
+ *
39
+ * @param init the initial configuration provided by the user (or generated by Stencil) used to bootstrap configuration
40
+ * loading and validation
41
+ * @returns the results of loading a configuration
42
+ * @public
43
+ */
44
+ declare const loadConfig: (init?: LoadConfigInit) => Promise<LoadConfigResults>;
45
+ //#endregion
46
+ //#region src/compiler/optimize/optimize-css.d.ts
47
+ /**
48
+ * Optimize a CSS file, optionally running an autoprefixer and a minifier
49
+ * depending on the options set on the input options argument.
50
+ *
51
+ * @param inputOpts input CSS options
52
+ * @returns a promise wrapping the optimized output
53
+ */
54
+ declare const optimizeCss: (inputOpts: OptimizeCssInput) => Promise<OptimizeCssOutput>;
55
+ //#endregion
56
+ //#region src/compiler/optimize/optimize-js.d.ts
57
+ /**
58
+ * Utility function used by the compiler to optimize JavaScript. Knowing the
59
+ * JavaScript target will further apply minification optimizations beyond usual
60
+ * minification.
61
+ *
62
+ * @param inputOpts options to control how the JS optimization should take
63
+ * place
64
+ * @returns a promise wrapping an output object
65
+ */
66
+ declare const optimizeJs: (inputOpts: OptimizeJsInput) => Promise<OptimizeJsOutput>;
67
+ //#endregion
68
+ //#region src/compiler/prerender/prerender-main.d.ts
69
+ declare const createPrerenderer: (config: ValidatedConfig) => Promise<{
70
+ start: (opts: PrerenderStartOptions) => Promise<PrerenderResults>;
71
+ }>;
72
+ //#endregion
73
+ //#region src/compiler/sys/node-require.d.ts
74
+ /**
75
+ * Load a module using Node.js require with TypeScript and ESM transpilation support.
76
+ *
77
+ * @param id - the module path to require
78
+ * @returns an object containing the loaded module, resolved ID, and any diagnostics
79
+ */
80
+ declare const nodeRequire: (id: string) => {
81
+ module: any;
82
+ id: string;
83
+ diagnostics: Diagnostic[];
84
+ };
85
+ //#endregion
86
+ //#region src/compiler/sys/stencil-sys.d.ts
87
+ /**
88
+ * Create an in-memory `CompilerSystem` object, optionally using a supplied
89
+ * logger instance
90
+ *
91
+ * This particular system being an 'in-memory' `CompilerSystem` is intended for
92
+ * use in the browser. In most cases, for instance when using Stencil through
93
+ * the CLI, a Node.js-specific `CompilerSystem` will be used instead. See
94
+ * {@link CompilerSystem} for more details.
95
+ *
96
+ * @param c an object wrapping a logger instance
97
+ * @returns a complete CompilerSystem, ready for use!
98
+ */
99
+ declare const createSystem: (c?: {
100
+ logger?: Logger;
101
+ }) => CompilerSystem;
102
+ //#endregion
103
+ //#region src/compiler/transpile.d.ts
104
+ /**
105
+ * The `transpile()` function inputs source code as a string, with various options
106
+ * within the second argument. The function is stateless and returns a `Promise` of the
107
+ * results, including diagnostics and the transpiled code. The `transpile()` function
108
+ * does not handle any bundling, minifying, or precompiling any CSS preprocessing like
109
+ * Sass or Less. The `transpileSync()` equivalent is available so the same function
110
+ * it can be called synchronously. However, TypeScript must be already loaded within
111
+ * the global for it to work, where as the async `transpile()` function will load
112
+ * TypeScript automatically.
113
+ *
114
+ * Since TypeScript is used, the source code will transpile from TypeScript to JavaScript,
115
+ * and does not require Babel presets. Additionally, the results includes an `imports`
116
+ * array of all the import paths found in the source file. The transpile options can be
117
+ * used to set the `module` format, such as `cjs`, and JavaScript `target` version, such
118
+ * as `es2017`.
119
+ *
120
+ * @param code the code to transpile
121
+ * @param opts options for the transpilation process
122
+ * @returns a Promise wrapping the results of the transpilation
123
+ */
124
+ declare const transpile: (code: string, opts?: TranspileOptions) => Promise<TranspileResults>;
125
+ /**
126
+ * Synchronous equivalent of the `transpile()` function. When used in a browser
127
+ * environment, TypeScript must already be available globally, where as the async
128
+ * `transpile()` function will load TypeScript automatically.
129
+ *
130
+ * @param code the code to transpile
131
+ * @param opts options for the transpilation process
132
+ * @returns the results of the transpilation
133
+ */
134
+ declare const transpileSync: (code: string, opts?: TranspileOptions) => TranspileResults;
135
+ //#endregion
136
+ //#region src/compiler/worker/worker-thread.d.ts
137
+ /**
138
+ * Instantiate a worker context which synchronously calls the methods that are
139
+ * defined on it (as opposed to dispatching them to a worker in another thread
140
+ * via a worker controller). We want to do this in two cases:
141
+ *
142
+ * 1. we're in the main thread and not using any workers at all (i.e. the value
143
+ * for {@link d.Config['maxConcurrentWorkers']} is set to `1`) or
144
+ * 2. we're already in a worker thread, so we want to call the method directly
145
+ * instead of dispatching.
146
+ *
147
+ * @param sys a compiler system appropriate for our current environment
148
+ * @returns a worker context which directly calls the supported methods
149
+ */
150
+ declare const createWorkerContext: (sys: CompilerSystem) => CompilerWorkerContext;
151
+ /**
152
+ * Create a handler for the IPC messages ({@link d.MsgToWorker}) that a worker
153
+ * thread receives from the main thread. For each message that we receive we
154
+ * need to call a specific method on {@link d.CompilerWorkerContext} and then
155
+ * return the result
156
+ *
157
+ * @param sys a compiler system which wil be used to create a worker context
158
+ * @returns a message handler capable of digesting and executing tasks
159
+ * described by {@link d.MsgToWorker} object
160
+ */
161
+ declare const createWorkerMessageHandler: (sys: CompilerSystem) => WorkerMsgHandler;
162
+ //#endregion
163
+ //#region src/compiler/config/validate-config.d.ts
164
+ /**
165
+ * Represents the results of validating a previously unvalidated configuration
166
+ */
167
+ type ConfigValidationResults = {
168
+ /**
169
+ * The validated configuration, with well-known default values set if they weren't previously provided
170
+ */
171
+ config: ValidatedConfig;
172
+ /**
173
+ * A collection of errors and warnings that occurred during the configuration validation process
174
+ */
175
+ diagnostics: Diagnostic[];
176
+ };
177
+ /**
178
+ * Validate a Config object, ensuring that all its field are present and
179
+ * consistent with our expectations. This function transforms an
180
+ * {@link UnvalidatedConfig} to a {@link ValidatedConfig}.
181
+ *
182
+ * **NOTE**: this function _may_ return a previously-cached configuration
183
+ * object. It will do so if the cached object is `===` to the one passed in.
184
+ *
185
+ * @param userConfig an unvalidated config that we've gotten from a user
186
+ * @param bootstrapConfig the initial configuration provided by the user (or
187
+ * generated by Stencil) used to bootstrap configuration loading and validation
188
+ * @returns an object with config and diagnostics props
189
+ */
190
+ declare const validateConfig: (userConfig: UnvalidatedConfig, bootstrapConfig: LoadConfigInit) => ConfigValidationResults;
191
+ //#endregion
192
+ export { AnyHTMLElement, AssetsMeta, AutoprefixerOptions, BuildComponent, BuildConditionals, BuildCtx, BuildEmitEvents, BuildEvents, BuildFeatures, BuildLog, BuildNoChangeResults, BuildOnEventRemove, BuildOnEvents, BuildOutput, BuildResultsComponentGraph, BuildSourceGraph, BuildStyleUpdate, BuildTask, BundleModule, BundleModuleOutput, BundlingConfig, Cache, CacheStorage, ChildType, CliInitOptions, CollectionBundleManifest, CollectionCompiler, CollectionCompilerMeta, CollectionCompilerVersion, CollectionComponentEntryPath, CollectionDependencyData, CollectionDependencyManifest, CollectionManifest, CompileScriptMinifyOptions, CompileTarget, Compiler, CompilerAssetDir, CompilerBuildResults, CompilerBuildStart, CompilerBuildStatBundle, CompilerBuildStatCollection, CompilerBuildStats, CompilerCtx, CompilerDependency, CompilerEventBuildFinish, CompilerEventBuildLog, CompilerEventBuildNoChange, CompilerEventBuildStart, CompilerEventDirAdd, CompilerEventDirDelete, CompilerEventFileAdd, CompilerEventFileDelete, CompilerEventFileUpdate, CompilerEventFsChange, CompilerEventName, CompilerFileWatcher, CompilerFileWatcherCallback, CompilerFileWatcherEvent, CompilerFsStats, CompilerJsDoc, CompilerJsDocTagInfo, CompilerModeStyles, CompilerRequest, CompilerRequestResponse, CompilerStyleDoc, CompilerSystem, CompilerSystemCreateDirectoryOptions, CompilerSystemCreateDirectoryResults, CompilerSystemRealpathResults, CompilerSystemRemoveDirectoryOptions, CompilerSystemRemoveDirectoryResults, CompilerSystemRemoveFileResults, CompilerSystemRenameResults, CompilerSystemRenamedPath, CompilerSystemWriteFileResults, CompilerWatcher, CompilerWorkerContext, CompilerWorkerTask, ComponentCompilerChangeHandler, ComponentCompilerCustomState, ComponentCompilerData, ComponentCompilerEvent, ComponentCompilerEventComplexType, ComponentCompilerFeatures, ComponentCompilerListener, ComponentCompilerMeta, ComponentCompilerMethod, ComponentCompilerMethodComplexType, ComponentCompilerProperty, ComponentCompilerPropertyComplexType, ComponentCompilerPropertyType, ComponentCompilerReferencedType, ComponentCompilerState, ComponentCompilerStaticEvent, ComponentCompilerStaticMethod, ComponentCompilerStaticProperty, ComponentCompilerTypeReference, ComponentCompilerTypeReferences, ComponentCompilerVirtualProperty, ComponentConstructor, ComponentConstructorChangeHandlers, ComponentConstructorEncapsulation, ComponentConstructorEvent, ComponentConstructorListener, ComponentConstructorProperties, ComponentConstructorProperty, ComponentConstructorPropertyType, ComponentNativeConstructor, ComponentRuntimeHostListener, ComponentRuntimeMember, ComponentRuntimeMembers, ComponentRuntimeMeta, ComponentRuntimeMetaCompact, ComponentRuntimeReflectingAttr, ComponentTestingConstructor, Config, ConfigBundle, ConfigExtras, CopyResults, CopyTask, Credentials, CssImportData, CssToEsmImportData, CustomElementsExportBehavior, CustomElementsExportBehaviorOptions, DevServer, DevServerConfig, DevServerEditor, Diagnostic, DocData, EligiblePrimaryPackageOutputTarget, EmulateConfig, EmulateViewport, Encapsulation, EntryModule, EventInitDict, ExternalStyleCompiler, FsStats, FsWatchResults, FsWatcherItem, type FsWriteResults, HistoryApiFallback, HmrStyleUpdate, HostElement, HostRef, HotModuleReplacement, HydrateAnchorElement, HydrateComponent, HydrateDocumentOptions, HydrateElement, HydrateFactoryOptions, HydrateImgElement, HydrateResults, HydrateScriptElement, HydrateStaticData, HydrateStyleElement, HydratedFlag, ImportData, JSDocTagInfo, JestConfig, JsDoc, JsonDocMethodParameter, JsonDocs, JsonDocsComponent, JsonDocsCustomState, JsonDocsDependencyGraph, JsonDocsEvent, JsonDocsListener, JsonDocsMethod, JsonDocsMethodReturn, JsonDocsPart, JsonDocsProp, JsonDocsSlot, JsonDocsStyle, JsonDocsTag, JsonDocsTypeLibrary, JsonDocsUsage, JsonDocsValue, LOG_LEVELS, LazyBundleRuntimeData, LazyBundlesRuntimeData, LazyRequire, LoadConfigInit, LoadConfigResults, LogLevel, Logger, LoggerLineUpdater, LoggerTimeSpan, MakeDirectoryOptions, Module, ModuleFormat, ModuleMap, MsgFromWorker, MsgToWorker, NewSpecPageOptions, NodeMap, NodeResolveConfig, OptimizeCssInput, OptimizeCssOutput, OptimizeJsInput, OptimizeJsOutput, OptimizeJsResult, OutputTarget, OutputTargetBase, OutputTargetBaseNext, OutputTargetBuild, OutputTargetCopy, OutputTargetCustom, OutputTargetDist, OutputTargetDistCollection, OutputTargetDistCustomElements, OutputTargetDistGlobalStyles, OutputTargetDistLazy, OutputTargetDistLazyLoader, OutputTargetDistTypes, OutputTargetDocsCustom, OutputTargetDocsCustomElementsManifest, OutputTargetDocsJson, OutputTargetDocsReadme, OutputTargetDocsVscode, OutputTargetHydrate, OutputTargetStats, OutputTargetWww, PackageJsonData, PageReloadStrategy, ParsedImport, ParsedPath, PatchedSlotNode, Path, PlatformPath, PlatformRuntime, Plugin, PluginCtx, PluginTransformResults, PluginTransformationDescriptor, PrerenderConfig, PrerenderHydrateOptions, PrerenderManager, PrerenderResults, PrerenderStartOptions, PrerenderUrlRequest, PrerenderUrlResults, PrintLine, PropsType, RenderNode, ResolveModuleIdOptions, ResolveModuleIdResults, ResolveModuleOptions, RobotsTxtOpts, RobotsTxtResults, RollupAssetResult, RollupChunkResult, RollupConfig, RollupInputOptions, RollupInterface, RollupOutputOptions, RollupResult, RollupResultModule, RollupResults, RollupSourceMap, RootAppliedStyleMap, RuntimeRef, SerializeDocumentOptions, SerializeImportData, SerializedEvent, ServiceWorkerConfig, SitemapXmpOpts, SitemapXmpResults, SourceMap, SourceTarget, SpecPage, StencilConfig, StencilDevServerConfig, StencilDocsConfig, StencilDocument, StyleCompiler, StyleDoc, StyleMap, SystemDetails, Testing, TestingConfig, TestingRunOptions, TransformCssToEsmInput, TransformCssToEsmOutput, TransformOptions, TransformerConfig, TranspileModuleResults, TranspileOnlyResults, TranspileOptions, TranspileResults, TypeInfo, TypesImportData, TypesMemberNameData, TypesModule, UnvalidatedConfig, UpdatedLazyBuildCtx, VNodeProdData, ValidateTypesResults, ValidatedConfig, WatcherCloseResults, Workbox, WorkerContextMethod, WorkerMainController, WorkerMsgHandler, WorkerOptions, buildId, createCompiler, createPrerenderer, createSystem, createWorkerContext, createWorkerMessageHandler, loadConfig, nodeRequire, optimizeCss, optimizeJs, transpile, transpileSync, ts, validateConfig, vermoji, version, versions };
@@ -0,0 +1,3 @@
1
+ import { a as createPrerenderer, b as version, c as createWorkerContext, d as nodeRequire, f as optimizeCss, g as validateConfig, i as createSystem, l as createWorkerMessageHandler, n as transpile, o as loadConfig, r as transpileSync, s as createCompiler, t as ts, u as optimizeJs, v as buildId, x as versions, y as vermoji } from "../compiler-LX4_RKKd.mjs";
2
+ import { a as LOG_LEVELS, i as CustomElementsExportBehaviorOptions } from "../node-SxQIOCZE.mjs";
3
+ export { CustomElementsExportBehaviorOptions, LOG_LEVELS, buildId, createCompiler, createPrerenderer, createSystem, createWorkerContext, createWorkerMessageHandler, loadConfig, nodeRequire, optimizeCss, optimizeJs, transpile, transpileSync, ts, validateConfig, vermoji, version, versions };
@@ -0,0 +1,2 @@
1
+ import { $a as isTsFile, $o as catchError, $s as toCamelCase, Ac as NODE_TYPES, Ao as isOutputTargetDist, As as ScriptSpecialNumber, Bc as VALUE_CONSTANT, Bo as isOutputTargetDocsJson, Bs as fromEntries, Cc as DOCS_VSCODE, Co as filterExcludedComponents, Cs as ScriptObjectLocalValue, Dc as HTML_NS, Do as isEligiblePrimaryPackageOutputTarget, Ds as ScriptRegExpLocalValue, Ec as HOST_FLAGS, Eo as getComponentsFromModules, Es as ScriptRealm, Fc as SERIALIZED_PREFIX, Fo as isOutputTargetDistLazyLoader, Fs as isRootPath, Ga as addDocBlock, Go as isOutputTargetWww, Gs as isIterable, Hc as WWW, Ho as isOutputTargetDocsVscode, Hs as isComplexType, Ic as STATS, Io as isOutputTargetDistTypes, Is as isGlob, Ja as getTextDocs, Jo as shouldExcludeComponent, Js as isString, Ka as createJsVarName, Ko as isValidConfigOutputTarget, Ks as isNumber, Lc as SVG_NS, Lo as isOutputTargetDocs, Ls as dashToPascalCase, Mc as NonPrimitiveTypeValue, Mo as isOutputTargetDistCustomElements, Ms as ScriptSymbolValue, Nc as PrimitiveType, No as isOutputTargetDistGlobalStyles, Ns as ScriptUndefinedValue, Oc as LISTENER_FLAGS, Oo as isOutputTargetCopy, Os as ScriptRegExpValue, Pc as PrimitiveTypeValue, Po as isOutputTargetDistLazy, Ps as Serializeable, Qa as isJsxFile, Qo as buildWarn, Qs as sortBy, Rc as TYPE_CONSTANT, Ro as isOutputTargetDocsCustom, Rs as escapeWithPattern, Sc as DOCS_README, So as FilterComponentsResult, Ss as ScriptNumberValue, Tc as GENERATED_DTS, To as getComponentsDtsTypesFilePath, Ts as ScriptPrimitiveProtocolValue, Ua as validateComponentTag, Uc as XLINK_NS, Uo as isOutputTargetHydrate, Us as isDef, Vc as WATCH_FLAGS, Vo as isOutputTargetDocsReadme, Vs as isBoolean, Wa as ParsePackageJsonResult, Wc as byteSize, Wo as isOutputTargetStats, Ws as isFunction, Xa as isDtsFile, Xo as buildError, Xs as noop, Ya as hasDependency, Yo as TASK_CANCELED_MSG, Ys as mergeIntoWith, Za as isJsFile, Zo as buildJsonFileError, Zs as pluck, _c as DIST_LAZY_LOADER, _o as normalizeFsPath, _s as ScriptListLocalValue, ac as stringifyRuntimeData, ao as getInlineSourceMappingUrlLinker, as as splitLineBreaks, bc as DOCS_CUSTOM_ELEMENTS_MANIFEST, bo as relative, bs as ScriptMappingLocalValue, cc as COPY, co as rollupToStencilSourceMap, cs as loadTypeScriptDiagnostics, dc as DIST, do as result_d_exports, ds as LocalValue, ec as toDashCase, eo as isTsxFile, es as hasError, fc as DIST_COLLECTION, fo as RemoteValue, fs as LocalValueParam, gc as DIST_LAZY, go as normalize, gs as ScriptDateLocalValue, hc as DIST_HYDRATE_SCRIPT, ho as join, hs as ScriptBooleanValue, ic as formatLazyBundleRuntimeMeta, io as isRemoteUrl, is as normalizeDiagnostics, jc as NonPrimitiveType, jo as isOutputTargetDistCollection, js as ScriptStringValue, kc as MEMBER_FLAGS, ko as isOutputTargetCustom, ks as ScriptSetLocalValue, lc as CUSTOM, lo as deserializeProperty, ls as createOnWarnFn, mc as DIST_GLOBAL_STYLES, mo as queryNonceMetaTagContent, ms as ScriptBigIntValue, nc as unique, no as readOnlyArrayHasStringMember, ns as shouldIgnoreError, oc as CMP_FLAGS, oo as getSourceMappingUrlForEndOfFile, os as augmentDiagnosticWithNode, pc as DIST_CUSTOM_ELEMENTS, po as escapeRegExpSpecialCharacters, ps as ScriptArrayLocalValue, qa as generatePreamble, qo as relativeImport, qs as isObject, rc as formatComponentRuntimeMeta, ro as readPackageJson, rs as escapeHtml, sc as COLLECTION_MANIFEST_FILE_NAME, so as getSourceMappingUrlLinker, ss as loadTypeScriptDiagnostic, tc as toTitleCase, to as parsePackageJson, ts as hasWarning, uc as DEFAULT_STYLE_MODE, uo as serializeProperty, us as loadRollupDiagnostics, vc as DIST_TYPES, vo as normalizeFsPathQuery, vs as ScriptLocalValue, wc as EVENT_FLAGS, wo as getComponentsDtsSrcFilePath, ws as ScriptPreloadScript, xc as DOCS_JSON, xo as resolve, xs as ScriptNullValue, yc as DOCS_CUSTOM, yo as normalizePath, ys as ScriptMapLocalValue, zc as VALID_CONFIG_OUTPUT_TARGETS, zo as isOutputTargetDocsCustomElementsManifest, zs as flatOne } from "../../index-D-LlB2nw.mjs";
2
+ export { CMP_FLAGS, COLLECTION_MANIFEST_FILE_NAME, COPY, CUSTOM, DEFAULT_STYLE_MODE, DIST, DIST_COLLECTION, DIST_CUSTOM_ELEMENTS, DIST_GLOBAL_STYLES, DIST_HYDRATE_SCRIPT, DIST_LAZY, DIST_LAZY_LOADER, DIST_TYPES, DOCS_CUSTOM, DOCS_CUSTOM_ELEMENTS_MANIFEST, DOCS_JSON, DOCS_README, DOCS_VSCODE, EVENT_FLAGS, FilterComponentsResult, GENERATED_DTS, HOST_FLAGS, HTML_NS, LISTENER_FLAGS, LocalValue, LocalValueParam, MEMBER_FLAGS, NODE_TYPES, NonPrimitiveType, NonPrimitiveTypeValue, ParsePackageJsonResult, PrimitiveType, PrimitiveTypeValue, RemoteValue, SERIALIZED_PREFIX, STATS, SVG_NS, ScriptArrayLocalValue, ScriptBigIntValue, ScriptBooleanValue, ScriptDateLocalValue, ScriptListLocalValue, ScriptLocalValue, ScriptMapLocalValue, ScriptMappingLocalValue, ScriptNullValue, ScriptNumberValue, ScriptObjectLocalValue, ScriptPreloadScript, ScriptPrimitiveProtocolValue, ScriptRealm, ScriptRegExpLocalValue, ScriptRegExpValue, ScriptSetLocalValue, ScriptSpecialNumber, ScriptStringValue, ScriptSymbolValue, ScriptUndefinedValue, Serializeable, TASK_CANCELED_MSG, TYPE_CONSTANT, VALID_CONFIG_OUTPUT_TARGETS, VALUE_CONSTANT, WATCH_FLAGS, WWW, XLINK_NS, addDocBlock, augmentDiagnosticWithNode, buildError, buildJsonFileError, buildWarn, byteSize, catchError, createJsVarName, createOnWarnFn, dashToPascalCase, deserializeProperty, escapeHtml, escapeRegExpSpecialCharacters, escapeWithPattern, filterExcludedComponents, flatOne, formatComponentRuntimeMeta, formatLazyBundleRuntimeMeta, fromEntries, generatePreamble, getComponentsDtsSrcFilePath, getComponentsDtsTypesFilePath, getComponentsFromModules, getInlineSourceMappingUrlLinker, getSourceMappingUrlForEndOfFile, getSourceMappingUrlLinker, getTextDocs, hasDependency, hasError, hasWarning, isBoolean, isComplexType, isDef, isDtsFile, isEligiblePrimaryPackageOutputTarget, isFunction, isGlob, isIterable, isJsFile, isJsxFile, isNumber, isObject, isOutputTargetCopy, isOutputTargetCustom, isOutputTargetDist, isOutputTargetDistCollection, isOutputTargetDistCustomElements, isOutputTargetDistGlobalStyles, isOutputTargetDistLazy, isOutputTargetDistLazyLoader, isOutputTargetDistTypes, isOutputTargetDocs, isOutputTargetDocsCustom, isOutputTargetDocsCustomElementsManifest, isOutputTargetDocsJson, isOutputTargetDocsReadme, isOutputTargetDocsVscode, isOutputTargetHydrate, isOutputTargetStats, isOutputTargetWww, isRemoteUrl, isRootPath, isString, isTsFile, isTsxFile, isValidConfigOutputTarget, join, loadRollupDiagnostics, loadTypeScriptDiagnostic, loadTypeScriptDiagnostics, mergeIntoWith, noop, normalize, normalizeDiagnostics, normalizeFsPath, normalizeFsPathQuery, normalizePath, parsePackageJson, pluck, queryNonceMetaTagContent, readOnlyArrayHasStringMember, readPackageJson, relative, relativeImport, resolve, result_d_exports as result, rollupToStencilSourceMap, serializeProperty, shouldExcludeComponent, shouldIgnoreError, sortBy, splitLineBreaks, stringifyRuntimeData, toCamelCase, toDashCase, toTitleCase, unique, validateComponentTag };
@@ -0,0 +1,3 @@
1
+ import { $ as PrimitiveType, A as CUSTOM, B as DOCS_CUSTOM, C as toDashCase, D as CMP_FLAGS, E as queryNonceMetaTagContent, F as DIST_GLOBAL_STYLES, G as EVENT_FLAGS, H as DOCS_JSON, I as DIST_HYDRATE_SCRIPT, J as HTML_NS, K as GENERATED_DTS, L as DIST_LAZY, M as DIST, N as DIST_COLLECTION, O as COLLECTION_MANIFEST_FILE_NAME, P as DIST_CUSTOM_ELEMENTS, Q as NonPrimitiveType, R as DIST_LAZY_LOADER, S as toCamelCase, T as unique, U as DOCS_README, V as DOCS_CUSTOM_ELEMENTS_MANIFEST, W as DOCS_VSCODE, X as MEMBER_FLAGS, Y as LISTENER_FLAGS, Z as NODE_TYPES, _ as isString, a as escapeRegExpSpecialCharacters, at as VALUE_CONSTANT, b as pluck, c as flatOne, ct as XLINK_NS, d as isComplexType, et as SERIALIZED_PREFIX, f as isDef, g as isObject, h as isNumber, i as LocalValue, it as VALID_CONFIG_OUTPUT_TARGETS, j as DEFAULT_STYLE_MODE, k as COPY, l as fromEntries, m as isIterable, n as serializeProperty, nt as SVG_NS, o as dashToPascalCase, ot as WATCH_FLAGS, p as isFunction, q as HOST_FLAGS, r as RemoteValue, rt as TYPE_CONSTANT, s as escapeWithPattern, st as WWW, t as deserializeProperty, tt as STATS, u as isBoolean, v as mergeIntoWith, w as toTitleCase, x as sortBy, y as noop, z as DIST_TYPES } from "../../serialize-BkYHk7Mi.mjs";
2
+ import { $ as join, A as isOutputTargetCustom, B as isOutputTargetDocsCustomElementsManifest, C as result_exports, Ct as stringifyRuntimeData, D as getComponentsFromModules, E as getComponentsDtsTypesFilePath, F as isOutputTargetDistLazy, G as isOutputTargetStats, H as isOutputTargetDocsReadme, I as isOutputTargetDistLazyLoader, J as relativeImport, K as isOutputTargetWww, L as isOutputTargetDistTypes, M as isOutputTargetDistCollection, N as isOutputTargetDistCustomElements, O as isEligiblePrimaryPackageOutputTarget, P as isOutputTargetDistGlobalStyles, Q as loadTypeScriptDiagnostics, R as isOutputTargetDocs, St as formatLazyBundleRuntimeMeta, T as getComponentsDtsSrcFilePath, U as isOutputTargetDocsVscode, V as isOutputTargetDocsJson, W as isOutputTargetHydrate, X as augmentDiagnosticWithNode, Y as shouldExcludeComponent, Z as loadTypeScriptDiagnostic, _ as getSourceMappingUrlForEndOfFile, _t as hasWarning, a as getTextDocs, at as resolve, bt as isGlob, c as isJsFile, ct as escapeHtml, d as isTsxFile, dt as TASK_CANCELED_MSG, et as normalize, f as parsePackageJson, ft as buildError, g as getInlineSourceMappingUrlLinker, gt as hasError, h as isRemoteUrl, ht as catchError, i as generatePreamble, it as relative, j as isOutputTargetDist, k as isOutputTargetCopy, l as isJsxFile, lt as normalizeDiagnostics, m as readPackageJson, mt as buildWarn, n as addDocBlock, nt as normalizeFsPathQuery, o as hasDependency, ot as createOnWarnFn, p as readOnlyArrayHasStringMember, pt as buildJsonFileError, q as isValidConfigOutputTarget, r as createJsVarName, rt as normalizePath, s as isDtsFile, st as loadRollupDiagnostics, t as validateComponentTag, tt as normalizeFsPath, u as isTsFile, ut as splitLineBreaks, v as getSourceMappingUrlLinker, vt as shouldIgnoreError, w as filterExcludedComponents, wt as byteSize, xt as formatComponentRuntimeMeta, y as rollupToStencilSourceMap, yt as isRootPath, z as isOutputTargetDocsCustom } from "../../validation-CaCgjw-f.mjs";
3
+ export { CMP_FLAGS, COLLECTION_MANIFEST_FILE_NAME, COPY, CUSTOM, DEFAULT_STYLE_MODE, DIST, DIST_COLLECTION, DIST_CUSTOM_ELEMENTS, DIST_GLOBAL_STYLES, DIST_HYDRATE_SCRIPT, DIST_LAZY, DIST_LAZY_LOADER, DIST_TYPES, DOCS_CUSTOM, DOCS_CUSTOM_ELEMENTS_MANIFEST, DOCS_JSON, DOCS_README, DOCS_VSCODE, EVENT_FLAGS, GENERATED_DTS, HOST_FLAGS, HTML_NS, LISTENER_FLAGS, LocalValue, MEMBER_FLAGS, NODE_TYPES, NonPrimitiveType, PrimitiveType, RemoteValue, SERIALIZED_PREFIX, STATS, SVG_NS, TASK_CANCELED_MSG, TYPE_CONSTANT, VALID_CONFIG_OUTPUT_TARGETS, VALUE_CONSTANT, WATCH_FLAGS, WWW, XLINK_NS, addDocBlock, augmentDiagnosticWithNode, buildError, buildJsonFileError, buildWarn, byteSize, catchError, createJsVarName, createOnWarnFn, dashToPascalCase, deserializeProperty, escapeHtml, escapeRegExpSpecialCharacters, escapeWithPattern, filterExcludedComponents, flatOne, formatComponentRuntimeMeta, formatLazyBundleRuntimeMeta, fromEntries, generatePreamble, getComponentsDtsSrcFilePath, getComponentsDtsTypesFilePath, getComponentsFromModules, getInlineSourceMappingUrlLinker, getSourceMappingUrlForEndOfFile, getSourceMappingUrlLinker, getTextDocs, hasDependency, hasError, hasWarning, isBoolean, isComplexType, isDef, isDtsFile, isEligiblePrimaryPackageOutputTarget, isFunction, isGlob, isIterable, isJsFile, isJsxFile, isNumber, isObject, isOutputTargetCopy, isOutputTargetCustom, isOutputTargetDist, isOutputTargetDistCollection, isOutputTargetDistCustomElements, isOutputTargetDistGlobalStyles, isOutputTargetDistLazy, isOutputTargetDistLazyLoader, isOutputTargetDistTypes, isOutputTargetDocs, isOutputTargetDocsCustom, isOutputTargetDocsCustomElementsManifest, isOutputTargetDocsJson, isOutputTargetDocsReadme, isOutputTargetDocsVscode, isOutputTargetHydrate, isOutputTargetStats, isOutputTargetWww, isRemoteUrl, isRootPath, isString, isTsFile, isTsxFile, isValidConfigOutputTarget, join, loadRollupDiagnostics, loadTypeScriptDiagnostic, loadTypeScriptDiagnostics, mergeIntoWith, noop, normalize, normalizeDiagnostics, normalizeFsPath, normalizeFsPathQuery, normalizePath, parsePackageJson, pluck, queryNonceMetaTagContent, readOnlyArrayHasStringMember, readPackageJson, relative, relativeImport, resolve, result_exports as result, rollupToStencilSourceMap, serializeProperty, shouldExcludeComponent, shouldIgnoreError, sortBy, splitLineBreaks, stringifyRuntimeData, toCamelCase, toDashCase, toTitleCase, unique, validateComponentTag };