@stencil/core 4.38.3-dev.1762750959.bede52f → 4.38.3-dev.1762795767.192e568

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 (85) 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.decorators.d.ts +15 -13
  5. package/compiler/lib.dom.asynciterable.d.ts +6 -14
  6. package/compiler/lib.dom.d.ts +5094 -15927
  7. package/compiler/lib.dom.iterable.d.ts +111 -207
  8. package/compiler/lib.es2015.core.d.ts +9 -9
  9. package/compiler/lib.es2015.generator.d.ts +2 -2
  10. package/compiler/lib.es2015.iterable.d.ts +104 -214
  11. package/compiler/lib.es2015.symbol.wellknown.d.ts +11 -11
  12. package/compiler/lib.es2016.array.include.d.ts +9 -9
  13. package/compiler/lib.es2016.intl.d.ts +1 -1
  14. package/compiler/lib.es2017.d.ts +2 -3
  15. package/compiler/lib.es2017.object.d.ts +4 -4
  16. package/compiler/lib.es2017.sharedmemory.d.ts +15 -15
  17. package/compiler/lib.es2017.typedarrays.d.ts +9 -9
  18. package/compiler/lib.es2018.asyncgenerator.d.ts +2 -2
  19. package/compiler/lib.es2018.asynciterable.d.ts +6 -16
  20. package/compiler/lib.es2020.bigint.d.ts +62 -100
  21. package/compiler/lib.es2020.intl.d.ts +36 -36
  22. package/compiler/lib.es2020.sharedmemory.d.ts +11 -13
  23. package/compiler/lib.es2020.string.d.ts +1 -3
  24. package/compiler/lib.es2020.symbol.wellknown.d.ts +1 -5
  25. package/compiler/lib.es2021.intl.d.ts +17 -17
  26. package/compiler/lib.es2021.weakref.d.ts +0 -2
  27. package/compiler/lib.es2022.array.d.ts +11 -11
  28. package/compiler/lib.es2022.d.ts +2 -1
  29. package/compiler/lib.es2022.error.d.ts +0 -2
  30. package/compiler/lib.es2022.intl.d.ts +11 -39
  31. package/compiler/{lib.es2024.sharedmemory.d.ts → lib.es2022.sharedmemory.d.ts} +0 -29
  32. package/compiler/lib.es2023.array.d.ts +79 -79
  33. package/compiler/lib.es5.d.ts +305 -321
  34. package/compiler/lib.esnext.array.d.ts +1 -1
  35. package/compiler/lib.esnext.collection.d.ts +11 -1
  36. package/compiler/lib.esnext.d.ts +5 -6
  37. package/compiler/lib.esnext.disposable.d.ts +0 -8
  38. package/compiler/lib.esnext.promise.d.ts +12 -11
  39. package/compiler/lib.webworker.asynciterable.d.ts +6 -14
  40. package/compiler/lib.webworker.d.ts +1393 -5112
  41. package/compiler/lib.webworker.iterable.d.ts +61 -125
  42. package/compiler/package.json +1 -1
  43. package/compiler/stencil.js +15142 -20586
  44. package/dev-server/client/index.js +1 -1
  45. package/dev-server/client/package.json +1 -1
  46. package/dev-server/connector.html +2 -2
  47. package/dev-server/index.js +1 -1
  48. package/dev-server/package.json +1 -1
  49. package/dev-server/server-process.js +2 -2
  50. package/internal/app-data/package.json +1 -1
  51. package/internal/app-globals/package.json +1 -1
  52. package/internal/client/index.js +1 -1
  53. package/internal/client/package.json +1 -1
  54. package/internal/client/patch-browser.js +1 -1
  55. package/internal/hydrate/index.js +1 -1
  56. package/internal/hydrate/package.json +1 -1
  57. package/internal/hydrate/runner.js +1 -1
  58. package/internal/package.json +1 -1
  59. package/internal/testing/package.json +1 -1
  60. package/mock-doc/index.cjs +1 -1
  61. package/mock-doc/index.js +1 -1
  62. package/mock-doc/package.json +1 -1
  63. package/package.json +2 -2
  64. package/screenshot/index.js +1 -1
  65. package/screenshot/package.json +1 -1
  66. package/screenshot/pixel-match.js +1 -1
  67. package/screenshot/screenshot-fs.d.ts +1 -1
  68. package/sys/node/index.js +1 -1
  69. package/sys/node/package.json +1 -1
  70. package/sys/node/worker.js +1 -1
  71. package/testing/index.js +1 -1
  72. package/testing/package.json +1 -1
  73. package/compiler/lib.es2017.arraybuffer.d.ts +0 -21
  74. package/compiler/lib.es2024.arraybuffer.d.ts +0 -65
  75. package/compiler/lib.es2024.collection.d.ts +0 -29
  76. package/compiler/lib.es2024.d.ts +0 -26
  77. package/compiler/lib.es2024.full.d.ts +0 -24
  78. package/compiler/lib.es2024.promise.d.ts +0 -35
  79. package/compiler/lib.esnext.error.d.ts +0 -24
  80. package/compiler/lib.esnext.float16.d.ts +0 -445
  81. package/compiler/lib.esnext.iterator.d.ts +0 -148
  82. package/compiler/lib.esnext.sharedmemory.d.ts +0 -25
  83. /package/compiler/{lib.es2024.object.d.ts → lib.esnext.object.d.ts} +0 -0
  84. /package/compiler/{lib.es2024.regexp.d.ts → lib.esnext.regexp.d.ts} +0 -0
  85. /package/compiler/{lib.es2024.string.d.ts → lib.esnext.string.d.ts} +0 -0
package/cli/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Stencil CLI (CommonJS) v4.38.3-dev.1762750959.bede52f | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI (CommonJS) v4.38.3-dev.1762795767.192e568 | 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.1762750959.bede52f | MIT Licensed | https://stenciljs.com
2
+ Stencil CLI v4.38.3-dev.1762795767.192e568 | 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.1762750959.bede52f",
3
+ "version": "4.38.3-dev.1762795767.192e568",
4
4
  "description": "Stencil CLI.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
@@ -110,9 +110,9 @@ interface ClassMethodDecoratorContext<
110
110
  };
111
111
 
112
112
  /**
113
- * Adds a callback to be invoked either after static methods are defined but before
114
- * static initializers are run (when decorating a `static` element), or before instance
115
- * initializers are run (when decorating a non-`static` element).
113
+ * Adds a callback to be invoked either before static initializers are run (when
114
+ * decorating a `static` element), or before instance initializers are run (when
115
+ * decorating a non-`static` element).
116
116
  *
117
117
  * @example
118
118
  * ```ts
@@ -176,9 +176,9 @@ interface ClassGetterDecoratorContext<
176
176
  };
177
177
 
178
178
  /**
179
- * Adds a callback to be invoked either after static methods are defined but before
180
- * static initializers are run (when decorating a `static` element), or before instance
181
- * initializers are run (when decorating a non-`static` element).
179
+ * Adds a callback to be invoked either before static initializers are run (when
180
+ * decorating a `static` element), or before instance initializers are run (when
181
+ * decorating a non-`static` element).
182
182
  */
183
183
  addInitializer(initializer: (this: This) => void): void;
184
184
 
@@ -223,9 +223,9 @@ interface ClassSetterDecoratorContext<
223
223
  };
224
224
 
225
225
  /**
226
- * Adds a callback to be invoked either after static methods are defined but before
227
- * static initializers are run (when decorating a `static` element), or before instance
228
- * initializers are run (when decorating a non-`static` element).
226
+ * Adds a callback to be invoked either before static initializers are run (when
227
+ * decorating a `static` element), or before instance initializers are run (when
228
+ * decorating a non-`static` element).
229
229
  */
230
230
  addInitializer(initializer: (this: This) => void): void;
231
231
 
@@ -279,8 +279,9 @@ interface ClassAccessorDecoratorContext<
279
279
  };
280
280
 
281
281
  /**
282
- * Adds a callback to be invoked immediately after the auto `accessor` being
283
- * decorated is initialized (regardless if the `accessor` is `static` or not).
282
+ * Adds a callback to be invoked either before static initializers are run (when
283
+ * decorating a `static` element), or before instance initializers are run (when
284
+ * decorating a non-`static` element).
284
285
  */
285
286
  addInitializer(initializer: (this: This) => void): void;
286
287
 
@@ -375,8 +376,9 @@ interface ClassFieldDecoratorContext<
375
376
  };
376
377
 
377
378
  /**
378
- * Adds a callback to be invoked immediately after the field being decorated
379
- * is initialized (regardless if the field is `static` or not).
379
+ * Adds a callback to be invoked either before static initializers are run (when
380
+ * decorating a `static` element), or before instance initializers are run (when
381
+ * decorating a non-`static` element).
380
382
  */
381
383
  addInitializer(initializer: (this: This) => void): void;
382
384
 
@@ -20,22 +20,14 @@ and limitations under the License.
20
20
  /// Window Async Iterable APIs
21
21
  /////////////////////////////
22
22
 
23
- interface FileSystemDirectoryHandleAsyncIterator<T> extends AsyncIteratorObject<T, BuiltinIteratorReturn, unknown> {
24
- [Symbol.asyncIterator](): FileSystemDirectoryHandleAsyncIterator<T>;
25
- }
26
-
27
23
  interface FileSystemDirectoryHandle {
28
- [Symbol.asyncIterator](): FileSystemDirectoryHandleAsyncIterator<[string, FileSystemHandle]>;
29
- entries(): FileSystemDirectoryHandleAsyncIterator<[string, FileSystemHandle]>;
30
- keys(): FileSystemDirectoryHandleAsyncIterator<string>;
31
- values(): FileSystemDirectoryHandleAsyncIterator<FileSystemHandle>;
32
- }
33
-
34
- interface ReadableStreamAsyncIterator<T> extends AsyncIteratorObject<T, BuiltinIteratorReturn, unknown> {
35
- [Symbol.asyncIterator](): ReadableStreamAsyncIterator<T>;
24
+ [Symbol.asyncIterator](): AsyncIterableIterator<[string, FileSystemHandle]>;
25
+ entries(): AsyncIterableIterator<[string, FileSystemHandle]>;
26
+ keys(): AsyncIterableIterator<string>;
27
+ values(): AsyncIterableIterator<FileSystemHandle>;
36
28
  }
37
29
 
38
30
  interface ReadableStream<R = any> {
39
- [Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
40
- values(options?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterator<R>;
31
+ [Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
32
+ values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
41
33
  }