File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 342
342
}
343
343
}
344
344
},
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
- },
360
345
"interfaces" : {
361
346
"interface" : {
362
347
"CryptoKey" : {
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments