]> git.kaiwu.me - njs.git/commit
Fixed tracking of argument scope.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 8 Jun 2024 04:46:30 +0000 (21:46 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Mon, 10 Jun 2024 22:20:45 +0000 (15:20 -0700)
commit9ade27b0f52bacb928d26dd970ff9e08c16bbef8
tree1f26fb1512d66a9e51343c3a4a0250e8c469eef6
parentc56309c81914891d0693e8a98819f8e6aa05dd56
Fixed tracking of argument scope.

This properly catches unsupported "await" in arguments.

This fixes #730 issue on Github.
src/njs_parser.c
src/njs_parser.h
src/test/njs_unit_test.c