Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2019-12-14lib: refactor NativeModuleJoyee Cheung
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-13esm: unflag --experimental-modulesGuy Bedford
2019-10-17module: refactor modules bootstrapBradley Farias
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-06esm: remove proxy for builtin exportsBradley Farias
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-07-31lib: 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-18module: 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-14src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: sort internal binding listcjihrig
2018-11-08src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-08lib: move internalBinding whitelisting into loaders.jsJoyee Cheung
2018-11-06lib: move module exports proxy into a separate methodJoyee Cheung
2018-11-04lib: make coverage work for Node.jsBenjamin
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-13lib: migrate to getOptions in loaders.jsDavid Xue
2018-10-07vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-24vm: 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