Highlights
- Arctic Code Vault Contributor
Pinned
1,602 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 41 commits in 7 repositories
Created 3 repositories
- aduh95/node-core-utils JavaScript
- aduh95/github-bot JavaScript
- aduh95/eslint-plugin-markdown JavaScript
Created a pull request in nodejs/node that received 19 comments
module: Unflag JSON modules
JSON modules TC39 proposal has reached stage 3, this PR removes the experimental flag to use the feature. This PR doesn't implement https://github.…
+34
−63
•
19
comments
Opened 42 other pull requests in 7 repositories
nodejs/node
15
open
16
merged
3
closed
- crypto: refactor hasAnyNotIn to avoid unsafe array iteration
- build: fix GYP settings to avoid rebuilding already built files
- tools: run doctool tests on GitHub Actions CI
- test: fix test-doctool-html
- lib: remove outdated todo comment
- lib: add URI handling functions to primordials
- module: improve support of data: URLs
- crypto: refactor to avoid unsafe array iteration
- worker: refactor to avoid unsafe array iteration
- repl: refactor to avoid unsafe array iteration
- assert: refactor to avoid unsafe array iteration
- console: make console.log resilient to built-in prototypes tempering
- tools: add support for meta info in JS snippet linting
- doc: update CI requirements for landing pull requests
- tools: fix lint-pr-url message
- fs: runtime deprecate rmdir recursive option
- doc: optimize HTML rendering
- module: disable package self resolution when name contains a colon
- doc: add version metadata for packages features
- lib: use <array>.push and <array>.unshift instead of <array>.concat
- doc: fix CHANGELOG_ARCHIVE table of contents
- doc: fix version number for DEP006
- tools: add GitHub Action linter for pr-url
- fs: remove permissive rmdir recursive
- module: runtime deprecate subpath folder mappings
- Some pull requests not shown.
highlightjs/highlight.js
1
open
1
merged
eslint/eslint-plugin-markdown
2
open
joshgoebel/highlight.js
1
closed
nodejs/node-core-utils
1
open
nodejs/github-bot
1
open
nodejs/remark-preset-lint-node
1
open
Reviewed 61 pull requests in 1 repository
nodejs/node 61 pull requests
- fs: fix pre-aborted writeFile AbortSignal file leak
- fs: add validation for fd and path
- fix: ftruncate for negative and maximum values
- doc: child_process: clarify `subprocess.pid` can be `undefined` when `ENOENT`
- crypto: improve randomUUID performance
- errors: remove experimental from --enable-source-maps
- util: add getActiveResources
- fix: incorrect timers-promisified test case
- refactor: undefined check for tls_wrap
- doc: use HEAD for links in api docs
- doc: use HEAD in links where possible
- Fixed typo on esm.md
- tools: make comma-dangle ESLint rule more stringent
- doc: fix 'Alternatively' in doc/api/esm.md
- lib: refactor to use validateAsyncCallback
- doc: use **Default:** more consistently
- test: fix flaky test-worker-prof
- test: fix flaky test-fs-promises-file-handle-read
- lib: simplify check in child_process
- buffer: make Blob's constructor and slice method more spec-compliant
- test: enable no-restricted-syntax rule for test-timers-promisified
- stream: add AbortSignal support to finished
- doc: use sentence case in benchmark doc
- doc: alphabetize crypto.* methods
- buffer: add @@toStringTag to Blob
- Some pull request reviews not shown.
Created an issue in eslint/eslint-plugin-markdown that received 4 comments
Add an option to specify different rules inside a markdown file
I'm trying to set up a rule set that is able to discriminate between ESM examples and CJS code snippets inside the markdown documentation: ```js esm …
4
comments

