]> git.kaiwu.me - quickjs.git/commit
fixed module cyclic imports (#329)
authorFabrice Bellard <fabrice@bellard.org>
Sat, 5 Apr 2025 16:05:15 +0000 (18:05 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 5 Apr 2025 16:06:08 +0000 (18:06 +0200)
commit159fe289e3b26727f7d85ce062689afb668230c1
tree6f6fe163432c5320a38e4e817e6b0f9faeb09267
parentc1bf4e99db34ab123a7da0cc6892aa5523ed406d
fixed module cyclic imports (#329)
Makefile
quickjs.c
tests/assert.js [new file with mode: 0644]
tests/fixture_cyclic_import.js [new file with mode: 0644]
tests/test_cyclic_import.js [new file with mode: 0644]