Ver Fonte

add specialized error for HtmlElement vs. HTMLElement

Simon Krajewski há 10 anos atrás
pai
commit
c3a36d834f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      main.ml

+ 1 - 0
main.ml

@@ -142,6 +142,7 @@ let deprecated = [
 	"Class not found : neko.zip.Writer", "neko.zip.Writer has been removed, use haxe.zip.Writer instead";
 	"Class not found : neko.zip.Writer", "neko.zip.Writer has been removed, use haxe.zip.Writer instead";
 	"Class not found : haxe.Public", "Use @:publicFields instead of implementing or extending haxe.Public";
 	"Class not found : haxe.Public", "Use @:publicFields instead of implementing or extending haxe.Public";
 	"#Xml has no field createProlog", "Xml.createProlog was renamed to Xml.createProcessingInstruction";
 	"#Xml has no field createProlog", "Xml.createProlog was renamed to Xml.createProcessingInstruction";
+	"Module js.html.HtmlElement is loaded with a different case than js.html.HTMLElement", "HtmlElement is now HTMLElement, please replace all occurences accordingly"
 ]
 ]
 
 
 let limit_string s offset =
 let limit_string s offset =