]> git.kaiwu.me - njs.git/commit
Added support for module mode of execution.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 10 Apr 2019 14:46:29 +0000 (17:46 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 10 Apr 2019 14:46:29 +0000 (17:46 +0300)
commit3a5298339383e5c85a80d20bc23365e918b2d8e7
treecccddbcaaa9d760953ad0fe4a4697f0f35b42e4f
parent06076082eaa52e78a14b48db204456963c2390c9
Added support for module mode of execution.

According to ES6:15.2 global this is undefined in module
mode.
njs/njs.h
njs/njs_generator.c
njs/njs_parser_terminal.c
njs/njs_shell.c
njs/test/njs_expect_test.exp