summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/loaders.js
AgeCommit message (Expand)Author
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-05esm: remove proxy for builtin exportsBradley Farias
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-07-30lib: replace var with let in loaders.jsmbj36
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-03-26process: handle --expose-internals during pre-executionJoyee Cheung
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-16src: pass cli options to bootstrap/loaders.js lexicallyJoyee Cheung
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2018-12-30lib: remove unintended access to deps/Anna Henningsen
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-11lib: remove unused NativeModule/NativeModule wrapsJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-11-27lib: fix comment nits in bootstrap\loaders.jsVse Mozhet Byt
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-12src: sort internal binding listcjihrig
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-07lib: move internalBinding whitelisting into loaders.jsJoyee Cheung
2018-11-06lib: move module exports proxy into a separate methodJoyee Cheung
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-12lib: migrate to getOptions in loaders.jsDavid Xue
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-07-27build: create V8 code cache after script is runJoyee Cheung
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-27lib: use object destructuring for ContextifyScriptDaniel Bevenius