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 upPopular repositories
3,330 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 8 commits in 4 repositories
Created a pull request in denoland/deno that received 2 comments
Opened 7 other pull requests in 4 repositories
denoland/deno
3
merged
denoland/deno_install
2
merged
denoland/rusty_v8
1
merged
denoland/vscode_deno
1
merged
Reviewed 32 pull requests in 4 repositories
denoland/deno 23 pull requests
- fix(cli): zsh completions
- refactor(core): stack trace mapping
- feat(lsp): support import maps
- core: add plumbing for canceling ops when closing a resource
- fix: pull .d.ts files from js mod
- v1.6.0
- chore: release crates
- refactor(core): change script name for core.js
- (fix): performance.now() should be a minimal op to avoid JSON deserialization overhead
- feat: add mvp language server
- refactor(cli): Reorganize worker code, use stronger memory ordering
- refactor(cli): remove Option from Flags.v8_flags
- feat: Added os.type pollyfill for Node std library
- modify(std/bytes): Rename functions, Update docs, Modify bytes.concat, bytes.indexOf, and bytes.lastIndexOf
- feat: stabilize Deno.utime and Deno.utimeSync
- fix(cli) fix close websocket with code is not working
- docs(tools): add documentation for deno compile cmd
- feat(op_crates/web) EventTarget signal support
- fix(std): Converting Deferred interface to class
- build: upload canaries before tests
- fix(repl): higlight `async` and `of` in REPL
- [WIP] build: add cargo feature to drop various tools
- disable flaky watch tests