summaryrefslogtreecommitdiff
path: root/lib/internal/modules/run_main.js
Commit message (Expand)AuthorAgeFilesLines
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+1
* module: move test reporter loadingGeoffrey Booth2022-12-221-1/+25
* test_runner: add reportersMoshe Atlow2022-12-191-25/+1
* lib: lazy-load deps in modules/run_main.jsJoyee Cheung2022-12-161-2/+4
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-3/+3
* esm: remove specifier resolution flagGeoffrey Booth2022-10-041-4/+0
* esm: add `--import` flagMoshe Atlow2022-07-311-1/+6
* esm: add chaining to loadersJacob Smith2022-05-041-2/+6
* esm: make `process.exit()` default to exit code 0Gang Chen2022-01-141-9/+5
* esm: add support for JSON import assertionAntoine du Hamel2021-11-031-3/+3
* esm: consolidate ESM loader hooksJacob2021-09-111-4/+6
* lib: make primordials Promise methods safeAntoine du Hamel2021-05-191-3/+6
* module: refactor to use more primordialsAntoine du Hamel2020-11-091-3/+7
* module: fix specifier resolution option valuehimself652020-09-101-1/+1
* module: handle Top-Level Await non-fulfills betterAnna Henningsen2020-08-081-3/+16
* repl: support --loader option in builtin REPLMichaƫl Zasso2020-07-141-13/+2
* module: fix specifier resolution algorithmRongjian Zhang2019-11-281-0/+4
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-191-0/+73