]> git.kaiwu.me - njs.git/commit
Fixed ellipsis support.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 11 May 2022 23:33:46 +0000 (16:33 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 11 May 2022 23:33:46 +0000 (16:33 -0700)
commit3ebbfbcb0cbd3df889ea867537126e5988db4869
tree9dfad4cfb1f1086978ea168ef7a1ed3332f42e90
parent5c6130a2a0b4c41ab415f6b8992aa323636338b9
Fixed ellipsis support.

As of now, ellispis syntax is supported for function declaration with
the rest arguments.

This closes #365 issue on Github.
src/njs_parser.c
src/test/njs_unit_test.c