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
933 contributions in the last year
Activity overview
Contribution activity
October 2020
- aduh95/stale TypeScript
- aduh95/node-auto-test JavaScript
- aduh95/require-inject JavaScript
Created a pull request in nodejs/node that received 12 comments
modules: add setter for module.parent
module.parent breaks the ecosystem when read-only (see #32217 (comment)). This PR adds a setter to allow user to change its value instead of throwing.
- doc: add missing link in Node.js 14 Changelog
- [v12 backport] ESM (named exports for CJS, package.json docs, subpath export patterns, warning removal)
- doc,esm: document experimental warning removal
- doc: add history section for fs Promises API
- console: use more primordials
- doc: recommend test-doc instead of lint-md
- build: use make functions instead of echo
- build: fix Commit Queue failure comment
- doc: harmonize version pattern in YAML comments
- doc: add aduh95 to collaborators
- src: unset NODE_VERSION_IS_RELEASE from master
- doc: fix YAML syntax errors
- doc: fix util.inspect history
- doc: fixup perf_hooks
- doc: fix deprecation history
- doc: Harmonize YAML comments
- Update fs.md (minor indentation issue in /doc)
- doc: consolidate and clarify breakOnSigInt text
- doc: fix a typo in CHANGELOG_V12
- doc: document changes for `*/promises` alias modules
- doc: update console.error example to API doc
- doc: mark ECMAScript modules implementation as stable
- child_process: escape args[] for shell
- doc: mark optional parameters in timers.md
- [12.x] doc: update fs promise-based examples
- [14.x] doc: fix Node.js 14.x changelogs
- util: remove instance check on empty object
- doc: alphabetize v8 module entries
- [12.x backport] module: remove experimental modules warning
- test: add additional deprecation warning tests for rmdir recursive
- tools,src,test: bump cpplint to 1.5.0
- test: add windows and c++ coverage
- Develop
- doc: fix YAML lint error on master
- tools: update gyp-next to v0.6.2
- test: add a test for Server. listen callback runtime binding
- module: improve named cjs import errors
- doc: fix stability indicator in webcrypto doc
- tools: bump remark-lint-preset-node to 1.17.1
- doc: Updates for remark v13
- deps: upgrade npm to 7.0.0
- Some pull request reviews not shown.
Created an issue in emscripten-core/emscripten that received 7 comments
Error on linking after update to v2.0.7
When updating emsdk from 2.0.6 to 2.0.7, my build chain is broken: an error is thrown on the linking step: $ emcc --bind -s LLD_REPORT_UNDEFINED --…