]> git.kaiwu.me - njs.git/commit
Array and object literals did not support assignment expressions.
authorIgor Sysoev <igor@sysoev.ru>
Thu, 8 Dec 2016 14:15:54 +0000 (17:15 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 8 Dec 2016 14:15:54 +0000 (17:15 +0300)
commit5a7ad9b6fe01839500788c90b26bc5ba903a6101
tree4c6855245fb6c0290886f7e91471f57afc1dbb5b
parentdfd9cacbd11727404f7b9d1860b218167713db5a
Array and object literals did not support assignment expressions.

Thanks to 洪志道 (Hong Zhi Dao).
njs/njs_parser.c
njs/njs_parser.h
njs/njs_parser_expression.c
njs/test/njs_unit_test.c