[njs] Fixed parsing of string literals.

2019-02-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/2a425a8ea90f branches: changeset: 777:2a425a8ea90f user: Dmitry Volyntsev date: Thu Feb 14 14:40:50 2019 +0300 description: Fixed parsing of string literals. This closes #93 issue on Github. diffstat: njs/njs_lexer.c | 11 ++

[njs] Fixed line number in reporting variable reference errors.

2019-02-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/3852b2044dfd branches: changeset: 778:3852b2044dfd user: Dmitry Volyntsev date: Thu Feb 14 15:21:02 2019 +0300 description: Fixed line number in reporting variable reference errors. This closes #94 issue on Github. diffstat: njs/njs_generator

[njs] Style.

2019-02-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/dde9a253361e branches: changeset: 779:dde9a253361e user: Dmitry Volyntsev date: Thu Feb 14 17:01:26 2019 +0300 description: Style. diffstat: nginx/ngx_http_js_module.c | 2 +- njs/njs_regexp.c | 5 ++--- 2 files changed, 3 insertio