]> git.kaiwu.me - quickjs.git/commit
Improve class parser (#289)
authorCharlie Gordon <github@chqrlie.org>
Sun, 5 May 2024 17:54:47 +0000 (19:54 +0200)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 17:54:47 +0000 (19:54 +0200)
commit0c8fecab2392387d76a46e556b5b8e5989b4b1c1
treef11bae7c9dbeddaac9f3c4f472863406fc6144ef
parentd9c699f528755360e32f7d2755ad3f91b575b4f9
Improve class parser (#289)

- accept `class P { async = 1 }}`
- accept `class P { static = 1 }}` etc.
- Fixes #261
quickjs.c
tests/test_language.js