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
Popular repositories
3,621 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in denoland/deno that received 3 comments
Revert "feat(cli/repl): enable await and let re-declarations (#7784)"
- refactor(cli): migrate run and cache to new infrastructure
- feat(lint): stabilize "deno lint" subcommand
- feat(cli): add types for WeakRef/FinalizationRegistry
- feat(cli): stabilize Deno.fsync and Deno.fdatasync
- test(std/io): use a real tempdir
- refactor(lint): show hint for lint errors
- refactor(core): more control over isolate creation
- feat(cli/ops): add the sleep_sync op
- Reland feat(cli/console): inspect with colors regardless of Deno.noColor
- Revert "feat(cli/console): inspect with colors regardless of Deno.noC…
- feat(std/fs/node): adding some functions
- fix(types): typos in descriptions of readTextFile(Sync)
- fix(test): return error when awaiting unresolved promise
- refactor: deno_crypto op crate
- refactor(cli): rename GlobalState to ProgramState
- refactor(cli): add tsc2
- fix: top-level-await module execution
- refactor(cli): move info subcommand over to new module graph
- reland JsRuntime/Worker is not a Future
- Revert "feat(std/node/fs): adding readdir, rename, and some others (#…
- v1.4.6
- docs: add Deno internals talk from Paris Deno
- Fix CI two times
- refactor: Worker is not a Future
- fix(core-cli): fix typos/grammar errors
- Some pull request reviews not shown.
Created an issue in denoland/deno that received 2 comments
GlobalState should be a global variable
Currently GlobalState is created in many places and passed through many functions. But according to the name, and as far as I can tell, it represen…