Skip to content

Commit

Permalink
Regenerate workerd types, add build step to CI regenerate message
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau committed Dec 2, 2024
1 parent 45d49c5 commit acefd77
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/type-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
if: failure()
run: |
echo "The generated output of @cloudflare/workers-types has been changed by this PR"
echo "If this is intentional, run 'rm -rf types/generated-snapshot && cp -r bazel-bin/types/definitions types/generated-snapshot' to update the snapshot"
echo "If this is intentional, run 'bazel build //types && rm -rf types/generated-snapshot && cp -r bazel-bin/types/definitions types/generated-snapshot' to update the snapshot"
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-03-21/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-03-21/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-08-04/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-08-04/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-10-31/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-10-31/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-11-30/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2022-11-30/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2023-03-01/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2023-03-01/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2023-07-01/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/2023-07-01/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/experimental/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,9 @@ declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down
3 changes: 2 additions & 1 deletion types/generated-snapshot/experimental/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,9 @@ export declare abstract class Navigator {
| string
| (ArrayBuffer | ArrayBufferView)
| Blob
| FormData
| URLSearchParams
| FormData,
| URLSearchParams,
): boolean;
readonly userAgent: string;
readonly gpu: GPU;
Expand Down

0 comments on commit acefd77

Please sign in to comment.