@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.
- package/cli/index.cjs +1 -1
- package/cli/index.js +1 -1
- package/cli/package.json +1 -1
- package/compiler/lib.decorators.d.ts +15 -13
- package/compiler/lib.dom.asynciterable.d.ts +6 -14
- package/compiler/lib.dom.d.ts +5094 -15927
- package/compiler/lib.dom.iterable.d.ts +111 -207
- package/compiler/lib.es2015.core.d.ts +9 -9
- package/compiler/lib.es2015.generator.d.ts +2 -2
- package/compiler/lib.es2015.iterable.d.ts +104 -214
- package/compiler/lib.es2015.symbol.wellknown.d.ts +11 -11
- package/compiler/lib.es2016.array.include.d.ts +9 -9
- package/compiler/lib.es2016.intl.d.ts +1 -1
- package/compiler/lib.es2017.d.ts +2 -3
- package/compiler/lib.es2017.object.d.ts +4 -4
- package/compiler/lib.es2017.sharedmemory.d.ts +15 -15
- package/compiler/lib.es2017.typedarrays.d.ts +9 -9
- package/compiler/lib.es2018.asyncgenerator.d.ts +2 -2
- package/compiler/lib.es2018.asynciterable.d.ts +6 -16
- package/compiler/lib.es2020.bigint.d.ts +62 -100
- package/compiler/lib.es2020.intl.d.ts +36 -36
- package/compiler/lib.es2020.sharedmemory.d.ts +11 -13
- package/compiler/lib.es2020.string.d.ts +1 -3
- package/compiler/lib.es2020.symbol.wellknown.d.ts +1 -5
- package/compiler/lib.es2021.intl.d.ts +17 -17
- package/compiler/lib.es2021.weakref.d.ts +0 -2
- package/compiler/lib.es2022.array.d.ts +11 -11
- package/compiler/lib.es2022.d.ts +2 -1
- package/compiler/lib.es2022.error.d.ts +0 -2
- package/compiler/lib.es2022.intl.d.ts +11 -39
- package/compiler/{lib.es2024.sharedmemory.d.ts → lib.es2022.sharedmemory.d.ts} +0 -29
- package/compiler/lib.es2023.array.d.ts +79 -79
- package/compiler/lib.es5.d.ts +305 -321
- package/compiler/lib.esnext.array.d.ts +1 -1
- package/compiler/lib.esnext.collection.d.ts +11 -1
- package/compiler/lib.esnext.d.ts +5 -6
- package/compiler/lib.esnext.disposable.d.ts +0 -8
- package/compiler/lib.esnext.promise.d.ts +12 -11
- package/compiler/lib.webworker.asynciterable.d.ts +6 -14
- package/compiler/lib.webworker.d.ts +1393 -5112
- package/compiler/lib.webworker.iterable.d.ts +61 -125
- package/compiler/package.json +1 -1
- package/compiler/stencil.js +15142 -20586
- package/dev-server/client/index.js +1 -1
- package/dev-server/client/package.json +1 -1
- package/dev-server/connector.html +2 -2
- package/dev-server/index.js +1 -1
- package/dev-server/package.json +1 -1
- package/dev-server/server-process.js +2 -2
- package/internal/app-data/package.json +1 -1
- package/internal/app-globals/package.json +1 -1
- package/internal/client/index.js +1 -1
- package/internal/client/package.json +1 -1
- package/internal/client/patch-browser.js +1 -1
- package/internal/hydrate/index.js +1 -1
- package/internal/hydrate/package.json +1 -1
- package/internal/hydrate/runner.js +1 -1
- package/internal/package.json +1 -1
- package/internal/testing/package.json +1 -1
- package/mock-doc/index.cjs +1 -1
- package/mock-doc/index.js +1 -1
- package/mock-doc/package.json +1 -1
- package/package.json +2 -2
- package/screenshot/index.js +1 -1
- package/screenshot/package.json +1 -1
- package/screenshot/pixel-match.js +1 -1
- package/screenshot/screenshot-fs.d.ts +1 -1
- package/sys/node/index.js +1 -1
- package/sys/node/package.json +1 -1
- package/sys/node/worker.js +1 -1
- package/testing/index.js +1 -1
- package/testing/package.json +1 -1
- package/compiler/lib.es2017.arraybuffer.d.ts +0 -21
- package/compiler/lib.es2024.arraybuffer.d.ts +0 -65
- package/compiler/lib.es2024.collection.d.ts +0 -29
- package/compiler/lib.es2024.d.ts +0 -26
- package/compiler/lib.es2024.full.d.ts +0 -24
- package/compiler/lib.es2024.promise.d.ts +0 -35
- package/compiler/lib.esnext.error.d.ts +0 -24
- package/compiler/lib.esnext.float16.d.ts +0 -445
- package/compiler/lib.esnext.iterator.d.ts +0 -148
- package/compiler/lib.esnext.sharedmemory.d.ts +0 -25
- /package/compiler/{lib.es2024.object.d.ts → lib.esnext.object.d.ts} +0 -0
- /package/compiler/{lib.es2024.regexp.d.ts → lib.esnext.regexp.d.ts} +0 -0
- /package/compiler/{lib.es2024.string.d.ts → lib.esnext.string.d.ts} +0 -0
package/cli/index.cjs
CHANGED
package/cli/index.js
CHANGED
package/cli/package.json
CHANGED
|
@@ -110,9 +110,9 @@ interface ClassMethodDecoratorContext<
|
|
|
110
110
|
};
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
|
-
* Adds a callback to be invoked either
|
|
114
|
-
*
|
|
115
|
-
*
|
|
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
|
|
180
|
-
*
|
|
181
|
-
*
|
|
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
|
|
227
|
-
*
|
|
228
|
-
*
|
|
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
|
|
283
|
-
*
|
|
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
|
|
379
|
-
*
|
|
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]():
|
|
29
|
-
entries():
|
|
30
|
-
keys():
|
|
31
|
-
values():
|
|
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):
|
|
40
|
-
values(options?: ReadableStreamIteratorOptions):
|
|
31
|
+
[Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
|
|
32
|
+
values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
|
|
41
33
|
}
|