Skip to content

Commit af33889

Browse files
authored
Migrate ImageOrientation to KDL (#2150)
1 parent 522dbd5 commit af33889

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -342,21 +342,6 @@
342342
}
343343
}
344344
},
345-
"callbackInterfaces": {
346-
"interface": {}
347-
},
348-
"enums": {
349-
"enum": {
350-
"ImageOrientation": {
351-
"value": [
352-
// The spec removed this but it's still in browsers and WebKit doesn't support the new one.
353-
// Keep it until it's safer to fully migrate.
354-
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1507#issuecomment-1454792451
355-
"none"
356-
]
357-
}
358-
}
359-
},
360345
"interfaces": {
361346
"interface": {
362347
"CryptoKey": {

inputfiles/patches/html.kdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
enum ImageOrientation {
2+
// The spec removed this but it's still in browsers and WebKit doesn't support the new one.
3+
// Keep it until it's safer to fully migrate.
4+
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1507#issuecomment-1454792451
5+
none
6+
}

0 commit comments

Comments
 (0)