brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

JSUtils function parsing should follow use specified grammar rules #12173

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jasonsanjose Friday Jun 22, 2012 at 20:34 GMT Originally opened as https://github.com/adobe/brackets/issues/1125


ECMAScript spec http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf

The JSUtils regexp search for function names uses latin alphanumeric ranges. When we move to the CodeMirror parser, we should ensure that unicode is properly supported as specified by the ECMAScript spec.

See related issue #1108.

core-ai-bot commented 3 years ago

Comment by jasonsanjose Friday Jun 22, 2012 at 20:34 GMT


This should not block sprint 10 DoD.

core-ai-bot commented 3 years ago

Comment by pthiess Thursday Jun 28, 2012 at 22:08 GMT


Reviewed

core-ai-bot commented 3 years ago

Comment by pthiess Thursday Jun 28, 2012 at 22:09 GMT


Reviewed