Pinned
589 contributions in the last year
Contribution activity
January 2021
Created 12 commits in 1 repository
Created a pull request in denoland/deno that received 4 comments
Opened 10 other pull requests in 1 repository
denoland/deno
9
merged
1
open
- fix(std/async): Make pooledMap() errors catchable
- fix(core/error): Handle prepareStackTrace() throws
- fix(cli/flags): Don't panic on invalid location scheme
- docs(contributing): Move release schedule section
- fix(cli/lib.deno.shared_globals): Move WorkerOptions::deno to unstable
- feat(cli/dts/lib.deno.shared_globals): Add WorkerOptions
- fix(cli/runtime_compiler): Check permissions for Deno.emit()
- fix(op_crates/web): Use WorkerLocation for location in workers
- fix(lib.deno.shared_globals): Use "none" instead of false to sandbox Workers
- fix(std): Don't use JSDoc syntax for browser-compatibility headers
Reviewed 7 pull requests in 2 repositories
denoland/deno 6 pull requests
- fix(std/async): Make pooledMap() errors catchable
- fix(cli/lib.deno.shared_globals): Move WorkerOptions::deno to unstable
- Add Makefile
- fix(cli/runtime_compiler): Check permissions for Deno.emit()
- github(probot): Add context information to stale bot message text
- feat(cli/standalone): Support runtime flags for deno compile