node-red/packages/node_modules
Nick O'Leary 81dc3de26a
Ensure errors in ACE NRJavaScript mode are on valid lines
In the case of an "Unmatched {" error, it flags the { on
the line we wrap the user's code in. That doesn't help the
user.

This fix moves such an error to the first valid { in the file.

It handles ignoring { in comments or strings. It fails to ignore
{ inside regex. But that's an edge case on top of an edge case.
2020-09-24 16:29:05 +01:00
..
@node-red Ensure errors in ACE NRJavaScript mode are on valid lines 2020-09-24 16:29:05 +01:00
node-red Bump for 1.1.3 2020-08-05 14:59:25 +01:00