google-code-export / esprima

Automatically exported from code.google.com/p/esprima
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Remove duplicate class method check #594

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since Rev 26 of the ES6 spec 
(http://esdiscuss.org/topic/new-rev26-es6-draft-now-available) class methods 
are not checked for duplicates anymore, except for "constructor".

The current dupe check logic is buggy (doesn't handle computed properties or 
literals properly) and given the changes, it should should be removed all 
together.

Original issue reported on code.google.com by felix.kl...@gmail.com on 26 Sep 2014 at 12:23

GoogleCodeExporter commented 9 years ago
PR is at https://github.com/ariya/esprima/pull/286

Original comment by felix.kl...@gmail.com on 26 Sep 2014 at 6:09

GoogleCodeExporter commented 9 years ago
Remove/fix duplicate class method check
https://github.com/ariya/esprima/commit/c0826922b4

Original comment by ariya.hi...@gmail.com on 10 Jan 2015 at 9:07