summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-module-basic.js
AgeCommit message (Expand)Author
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-07-20test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen
2020-05-25util: fix inspection of class instance prototypesRuben Bridgewater
2020-05-15Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina
2020-05-14src: add support for TLAGus Caplan
2020-04-28vm: throw error when duplicated exportNames in SyntheticModulehimself65
2020-04-25vm: add importModuleDynamically option to compileFunctionGus Caplan
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-21test: cover vm with negative testsAndrew Kuzmenko
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-06-25vm: increase code coverage of source_text_module.jskball
2019-05-29test: add testcase for SourceTextModule custom inspectGrigory Gorshkov
2018-10-15test: augment tests for SourceTextModuleAndrew Eisenberg
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-19test: make crashOnUnhandleRejection opt-outMichaƫl Zasso
2018-01-30vm: add modulesGus Caplan