@stencil/core 4.38.3-dev.1762491732.bede52f → 4.38.3-dev.1762539475.838524a

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 (45) hide show
  1. package/cli/index.cjs +1 -1
  2. package/cli/index.js +1 -1
  3. package/cli/package.json +1 -1
  4. package/compiler/lib.dom.d.ts +4826 -14645
  5. package/compiler/lib.dom.iterable.d.ts +25 -103
  6. package/compiler/lib.es2015.symbol.wellknown.d.ts +1 -1
  7. package/compiler/lib.es2017.sharedmemory.d.ts +1 -1
  8. package/compiler/lib.es2022.intl.d.ts +1 -25
  9. package/compiler/lib.es5.d.ts +2 -9
  10. package/compiler/lib.esnext.d.ts +0 -2
  11. package/compiler/lib.esnext.float16.d.ts +0 -2
  12. package/compiler/lib.webworker.d.ts +1342 -4598
  13. package/compiler/lib.webworker.iterable.d.ts +19 -72
  14. package/compiler/package.json +1 -1
  15. package/compiler/stencil.js +7347 -8541
  16. package/dev-server/client/index.js +1 -1
  17. package/dev-server/client/package.json +1 -1
  18. package/dev-server/connector.html +2 -2
  19. package/dev-server/index.js +1 -1
  20. package/dev-server/package.json +1 -1
  21. package/dev-server/server-process.js +2 -2
  22. package/internal/app-data/package.json +1 -1
  23. package/internal/app-globals/package.json +1 -1
  24. package/internal/client/index.js +1 -1
  25. package/internal/client/package.json +1 -1
  26. package/internal/client/patch-browser.js +1 -1
  27. package/internal/hydrate/index.js +1 -1
  28. package/internal/hydrate/package.json +1 -1
  29. package/internal/hydrate/runner.js +1 -1
  30. package/internal/package.json +1 -1
  31. package/internal/testing/package.json +1 -1
  32. package/mock-doc/index.cjs +1 -1
  33. package/mock-doc/index.js +1 -1
  34. package/mock-doc/package.json +1 -1
  35. package/package.json +2 -2
  36. package/screenshot/index.js +1 -1
  37. package/screenshot/package.json +1 -1
  38. package/screenshot/pixel-match.js +1 -1
  39. package/sys/node/index.js +1 -1
  40. package/sys/node/package.json +1 -1
  41. package/sys/node/worker.js +1 -1
  42. package/testing/index.js +1 -1
  43. package/testing/package.json +1 -1
  44. package/compiler/lib.esnext.error.d.ts +0 -24
  45. package/compiler/lib.esnext.sharedmemory.d.ts +0 -25
package/cli/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil CLI (CommonJS) v4.38.3-dev.1762491732.bede52f | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI (CommonJS) v4.38.3-dev.1762539475.838524a | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  "use strict";
5
5
  var __create = Object.create;
package/cli/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil CLI v4.38.3-dev.1762491732.bede52f | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI v4.38.3-dev.1762539475.838524a | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
package/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/cli",
3
- "version": "4.38.3-dev.1762491732.bede52f",
3
+ "version": "4.38.3-dev.1762539475.838524a",
4
4
  "description": "Stencil CLI.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",