akvelon / dart-highlighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find unused fields in Mode

alexeyinkin opened this issue · comments

Mode has a lot of fields transpiled from JavaScript. Not all of them are used by the Dart core. An example is exports field which we ignore when transpiling.

We need to check all other fields. Unused fields should be commented out in a switch but not deleted so that we know we deliberately exclude them.