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
1,441 contributions in the last year
Activity overview
Contribution activity
October 2020
- guybedford/hyperdrive-daemon JavaScript
- guybedford/nanoid JavaScript
Created a pull request in nodejs/node that received 15 comments
modules: runtime deprecate subpath folder mappings
This creates an explicit runtime deprecation warning when using the folder mappings in "exports" or "imports".
The implicit documentation deprecati…
- [v12 backport] doc: Packages page: package.json fields, esm support info, etc.
- doc,esm: document experimental warning removal
- doc: update package.json field definitions
- stabilize packages features
- module: only try to enrich CJS syntax errors
- module: improve named cjs import errors
- url: file URL path normalization
- deps: upgrade npm to 7.0.0-rc.3
- doc: move package.import content higher
- esm: implement import.meta.main
Created an issue in ai/nanoid that received 19 comments
ES module browser build expects "process" global
When running this package on jspm, it will give "process is undefined" because of the process check in the index.browser.js file. The assumption of…