File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -832,6 +832,7 @@ module Emit =
832
832
Pt.Printl " "
833
833
834
834
let EmitElementTagNameMap () =
835
+ Pt.Printl " /** @deprecated Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead. */"
835
836
Pt.Printl " interface ElementTagNameMap extends HTMLElementTagNameMap, SVGElementTagNameMap { }"
836
837
Pt.Printl " "
837
838
Original file line number Diff line number Diff line change @@ -15029,6 +15029,7 @@ interface SVGElementTagNameMap {
15029
15029
"view": SVGViewElement;
15030
15030
}
15031
15031
15032
+ /** @deprecated Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead. */
15032
15033
interface ElementTagNameMap extends HTMLElementTagNameMap, SVGElementTagNameMap { }
15033
15034
15034
15035
declare var Audio: { new(src?: string): HTMLAudioElement; };
You can’t perform that action at this time.
0 commit comments