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
732 contributions in the last year
Activity overview
Contribution activity
October 2020
- watilde/npm-workspace-example
- watilde/docs TypeScript
Created a pull request in nodejs/node that received 18 comments
url: file URL path normalization
Refs: whatwg/url#544
Refs: web-platform-tests/wpt#25716
Fixes: #35429
Checklist
make -j4 test (UNIX), or vcbuild test (Windows) passes
tests and…
- doc: Updates for remark v13
- fs: remove unused assignment
- deps: upgrade npm to 7.0.0
- test: refactor test-cluster-master-error to be more resilient
- doc: use kbd element in process doc
- tools: bump cpplint.py from 1.4.4 to 1.4.6
- doc: improve fs.rm() docs
- doc: edit fs.md for minor style changes
- tools: edit cpplint.py
- doc: improve eventLoopUtilization documentation
- src: minor error cleanups
- doc: adopt MDN style for kbd elements
Created an issue in whatwg/url that received 3 comments
Allow `//` when base exists
As new URL('http://localhost:3000//') is allowed, new URL('//', 'http://localhost:3000') should work to have the same beheivour.
Steps to reproduce…