]> git.kaiwu.me - quickjs.git/commit
support JSON modules in qjsc - added support of JSON5 modules (using type = "json5")
authorFabrice Bellard <fabrice@bellard.org>
Sat, 24 May 2025 08:24:01 +0000 (10:24 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 24 May 2025 08:24:01 +0000 (10:24 +0200)
commit7c487f1c6a0eec73b71cc9941f575d8788a33ead
tree1769b986e215b9aa05e5f7ce083b4c908b484e0d
parent1dfaa616801a8f559eb7abf232f008a27ff5958a
support JSON modules in qjsc - added support of JSON5 modules (using type = "json5")
examples/hello_module.js
examples/message.json [new file with mode: 0644]
qjsc.c
quickjs-libc.c
quickjs-libc.h
quickjs.c
run-test262.c