ravjot28 / esprima

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

Support ES6 `u` flag for regular expressions #531

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

    /./u

Original issue reported on code.google.com by mathias@qiwi.be on 9 Apr 2014 at 8:14

GoogleCodeExporter commented 9 years ago
This is part of the problem: 
https://github.com/ariya/esprima/blob/b4114d46c9fb628839a45143121afdb2f18d073b/e
sprima.js#L1114-L1122

Original comment by mathias@qiwi.be on 9 Apr 2014 at 8:16

GoogleCodeExporter commented 9 years ago
I believe this has been covered by issue 557.

Original comment by ariya.hi...@gmail.com on 18 Jan 2015 at 8:30