google-code-export / esprima

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

Introduce StringMap to clean up duplicate check code #585

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Introducing StringMap to clean up duplicate check code.
And it fixes some bugs on harmony MethodDefinition's check.

Original issue reported on code.google.com by utatane.tea on 26 Aug 2014 at 6:39

GoogleCodeExporter commented 9 years ago
ref https://github.com/ariya/esprima/pull/281

In this time, I've introduced StringMap into harmony branch.
But I think introducing it into master branch too is nice.

Original comment by utatane.tea on 26 Aug 2014 at 6:50

GoogleCodeExporter commented 9 years ago
Introduce StringMap to clean up duplicate check code
https://github.com/ariya/esprima/commit/d9cde5f371

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