Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
497 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in nodejs/node that received 3 comments
benchmark: add startup benchmark for loading public modules
Adding a new benchmark for testing the performance of loading
available public modules. Checklist
make -j4 test (UNIX), or vcbuild test (Windows)…
- src: clean up embedder API
- test: refactor coverage logic
- deps: V8: backport 4263f8a5e8e0
- util: add `util/types` alias module
- fs: remove unused assignment
- test: add a few uncovered url tests from wpt
- report: honor setUncaughtExceptionCaptureCallback
- fs: throw rm() validation errors
- Add missing curly braces to if statements in querystring
- cli: add --node-memory-debug option
- src: move node_binding to modern THROW_ERR*
- src: move node_contextify to modern THROW_ERR_*
- fs: do not throw exception after creating FSReqCallback
- src: move node_process to modern THROW_ERR*
- src: add check against non-weak BaseObjects at process exit
- lib: more global primordials
- lib: add EventTarget-related browser globals
- src: use node:moduleName as builtin module filename
- tools: add missing uv_setup_argv() calls
- src: fix aliased buffer import warning in node_perf_common.h
- fs: remove experimental language from rmdir recursive
- src: move all base64.h inline methods into -inl.h header file
Created an issue in nodejs/node that received 2 comments
Tracking issue: snapshot integration in Node.js core
This is a continuation of #17058 after we've shipped the embedded snapshot. Opening a new issue since most of the discussions in the original one h…