Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

Warn on using reserved property/method name #81

Open Buslowicz opened 7 years ago

Buslowicz commented 7 years ago

Some properties/methods names should not be used, due to having native role (like classList). To avoid problems, twc should warn about these use cases.