Parse webidl files and lint for inheritance correctness.

This commit is contained in:
krk 2019-04-14 21:46:41 +02:00
parent dfca8ec913
commit ea833b597f
4 changed files with 226 additions and 19 deletions

View file

@ -12,3 +12,6 @@ plugin = true
[features]
unrooted_must_root_lint = []
webidl_lint = []
[dependencies]
webidl = "0.8"