Skip to content

Commit e658c7b

Browse files
committed
-
1 parent a348b4f commit e658c7b

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -504,14 +504,6 @@
504504
},
505505
"TableKind": {
506506
"legacyNamespace": "WebAssembly"
507-
},
508-
"ImageOrientation": {
509-
"value": [
510-
// The spec removed this but it's still in browsers and WebKit doesn't support the new one.
511-
// Keep it until it's safer to fully migrate.
512-
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1507#issuecomment-1454792451
513-
"none"
514-
]
515507
}
516508
}
517509
},
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
enum ImageOrientation {
2+
value "none"
3+
}

inputfiles/patches/imageOrientation.kdl

Whitespace-only changes.

0 commit comments

Comments
 (0)