Skip to content

Update to [email protected] #1912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,7 @@ interface SecurityPolicyViolationEventInit extends EventInit {
}

interface ShadowRootInit {
clonable?: boolean;
delegatesFocus?: boolean;
mode: ShadowRootMode;
serializable?: boolean;
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,7 @@ interface SecurityPolicyViolationEventInit extends EventInit {
}

interface ShadowRootInit {
clonable?: boolean;
delegatesFocus?: boolean;
mode: ShadowRootMode;
serializable?: boolean;
Expand Down
11 changes: 9 additions & 2 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@
}
}
},
"CanvasRenderingContext2DSettings": {
"members": {
"member": {
"colorType": null // No implementation as of 2025-02
}
}
},
"CredentialCreationOptions": {
"members": {
"member": {
Expand Down Expand Up @@ -757,10 +764,10 @@
}
}
},
"ShadowRootInit": {
"ScrollIntoViewOptions": {
"members": {
"member": {
"clonable": null // WebKit only as of 2023-11
"container": null // No implementation as of 2025-02
}
}
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading