]> git.kaiwu.me - njs.git/commit
Fixed variable declaration with "from" name.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 11 Oct 2019 14:08:28 +0000 (17:08 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 11 Oct 2019 14:08:28 +0000 (17:08 +0300)
commit55b4ddba5a5f3632576bb8ad0f2991ce092ed539
treeb69744470d65f841c13a4324367ea02cb48a5f15
parent191da7441108288a4211126cc8f2cac2310b3874
Fixed variable declaration with "from" name.

Previously, "from" was declared as a reserved word.
src/njs_lexer.h
src/njs_lexer_keyword.c
src/njs_parser.c
src/njs_parser.h
src/test/njs_unit_test.c