-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
context.evalCode(..., filename, { type: "module" }) returns module ex…
…ports (#154) * QTS_Eval now returns module exports if possible * fix c bugs * regen ffi & adapt new Eval call convention * update evalCode docs * docs * resolve modules, sync unwrap promises * fix type error * doc * fix quickjs-ng sync module exports * remove .only * disable ffi check when no tests ran * stop asserting randomly about module evals * allow context.unwrapResult(context.getPromiseState(x)) * doc promise state * document vm.getPromiseState * more doc
- Loading branch information
Showing
95 changed files
with
2,981 additions
and
1,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.