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,696 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in denoland/deno that received 4 comments
Use gotham-like state for ops
Provides a concrete state type that can be dynamically added to. This is necessary for op crates. renames BasicState to OpState sync and async ops…
+1,573
−1,345
•
4
comments
- fix(tsc): config resolution using relative paths
- fix(op_crates/web): Use "deno:" URLs for internal script specifiers
- test(std/node): make tests runnable from any directory
- Use gotham-like state for ops
- feat(info): Dependency count and sizes
- refactor(core): rename CoreIsolate to JsRuntime
- refactor(core): merge CoreIsolate and EsIsolate
- Move JSON ops to core
- Fix hellish mistake in manual
- Implement WebSocket API
- v1.3.3
- chore: cleanup 'bootstrap' properties
- test(std/wasi): explicitly list modules for deterministic test runs
- chore(std/wasi): enable and fix lint errors in tests
- docs: fix anchor link
- fix: regex for TS references and deno-types
- add env_logger (fix #3869)
- refactor: use dependency analyzer from SWC
- docs(std/uuid): remove mention of v3 which is not implemented
- fix: support missing features in --no-check
- fix(cli): use millisecond precision for Deno.futime and Deno.utime
- BREAKING(unstable): remove Deno.SymlinkOptions
- test(std): ensure mod.ts modules have a test coverage
- refactor(cli): replace utime crate with filetime crate
- fix(doc): fix some typos in cli docs
Created an issue in denoland/deno that received 4 comments
Use isolatedModules
This is going to break a lot of code, however its important for sanity when running with --no-check (type stripping).
I propose we do this in a min…
4
comments