Chevrotain / chevrotain

Parser Building Toolkit for JavaScript
https://chevrotain.io
Apache License 2.0
2.44k stars 200 forks source link

chore: remove validation for redundant methods #1847

Closed bd82 closed 1 year ago

bd82 commented 1 year ago

This validation was problematic because different manners of inheritance implementations in js may require different approaches for enumerating the method names

Additionally this validation did not handle the case of custom utilities on visitors which resulted in false positives.

bd82 commented 1 year ago

related to discussion in #1845