]> git.kaiwu.me - njs.git/commit
Fixed for-in loop with left and right hand side expressions.
authorVadim Zhestikov <v.zhestikov@f5.com>
Mon, 14 Nov 2022 17:18:37 +0000 (09:18 -0800)
committerVadim Zhestikov <v.zhestikov@f5.com>
Mon, 14 Nov 2022 17:18:37 +0000 (09:18 -0800)
commit23480254f26d9ae1f980c67c129dceaed3dce006
tree970ff0da46a0a1bfc895a9d668018933f0f8923c
parent607de2bd454b6f6d6ed12601aeca9f26b6f35ee0
Fixed for-in loop with left and right hand side expressions.

This fixes #351 issue on Github.
src/njs_generator.c
src/njs_lexer.c
src/njs_lexer.h
src/njs_parser.c
src/njs_parser.h
src/test/njs_unit_test.c