summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-module-errors.js
Commit message (Expand)AuthorAgeFilesLines
* errors,vm: update error and use causeGus Caplan2022-04-241-5/+10
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-2/+2
* test: improve coverage of `SourceTextModule` gettersJuan José Arboleda2021-01-241-4/+14
* test: improve coverage for `Module` gettersJuan José Arboleda2021-01-181-1/+26
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-071-3/+3
* test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen2020-07-201-1/+1
* src: add support for TLAGus Caplan2020-05-141-4/+2
* test: check args on SourceTextModule cachedDataJuan José Arboleda2020-04-291-0/+17
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-8/+8
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-5/+5
* test: changed var to let in module-errorsJamar Torres2019-11-241-1/+1
* vm: add Synthetic modulesGus Caplan2019-10-141-1/+1
* vm: refactor SourceTextModuleGus Caplan2019-10-021-65/+10
* test: test error when breakOnSigint is not a boolean for evaluateRuwan Geeganage2019-05-111-0/+15
* test: simplify vm-module-errors testRuben Bridgewater2019-04-101-36/+13
* test: remove unused catch bindingscjihrig2018-11-061-2/+2
* test: augment tests for SourceTextModuleAndrew Eisenberg2018-10-151-1/+13
* test: adding test coverage for SourceTextModule.evaluateKayla Altepeter2018-10-121-0/+9
* vm: rename vm.Module to vm.SourceTextModuleGus Caplan2018-07-311-22/+22
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-1/+0
* test: add url type check in Module optionsJiaHerr Tee2018-02-091-1/+1
* vm: flip Module#link's signatureGus Caplan2018-02-031-1/+1
* vm: add modulesGus Caplan2018-01-301-0/+264