]> git.kaiwu.me - njs.git/commit
Fixed parsing of export default declarations.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Thu, 24 Jun 2021 05:53:12 +0000 (08:53 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Thu, 24 Jun 2021 05:53:12 +0000 (08:53 +0300)
commit40245967ce1683064d4e6a3330f651e2011e76d0
tree04043820425d39210c1daf19a40d81de0b29a460
parente63843c4b1cd530e73e0ce780e047284f540b4b4
Fixed parsing of export default declarations.

With non-assignment expression.
src/njs_parser.c
test/module/export_non_assignment.js [new file with mode: 0644]
test/njs_expect_test.exp