Skip to content
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
15 changes: 0 additions & 15 deletions inputfiles/overridingTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -342,21 +342,6 @@
}
}
},
"callbackInterfaces": {
"interface": {}
},
"enums": {
"enum": {
"ImageOrientation": {
"value": [
// The spec removed this but it's still in browsers and WebKit doesn't support the new one.
// Keep it until it's safer to fully migrate.
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1507#issuecomment-1454792451
"none"
]
}
}
},
"interfaces": {
"interface": {
"CryptoKey": {
Expand Down
6 changes: 6 additions & 0 deletions inputfiles/patches/html.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
enum ImageOrientation {
// The spec removed this but it's still in browsers and WebKit doesn't support the new one.
// Keep it until it's safer to fully migrate.
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1507#issuecomment-1454792451
none
}