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,447 contributions in the last year
Activity overview
Contribution activity
October 2020
- guybedford/zig Zig
- guybedford/hyperdrive-daemon JavaScript
- guybedford/nanoid JavaScript
Created a pull request in nodejs/node that received 20 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…
- doc: mark ECMAScript modules implementation as stable
- [12.x backport] module: remove experimental modules warning
- deps: update to cjs-module-lexer@0.4.3
- module: cjs-module-lexer@0.4.2 big endian fix
- module: use Wasm CJS lexer when available
- module: update to cjs-module-lexer@0.4.0
- module: fix builtin reexport tracing
- modules: runtime deprecate subpath folder mappings
- [v12 backport] ESM (named exports for CJS, package.json docs, subpath export patterns, warning removal)
- 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…