Pinned
356 contributions in the last year
Less
More
Contribution activity
October 2021
Created 3 commits in 2 repositories
Created a pull request in denoland/deno that received 17 comments
fix(runtime/ops/worker_host): Move permission arg parsing to Rust
fix: Implement run allowlists in worker/test permissions (#12078 (comment)). fix: Resolve ffi paths on init and checking. fix: Make partially unsp…
+1,201
−823
•
17
comments
Opened 1 other pull request in 1 repository
denoland/deno
1
merged
Reviewed 1 pull request in 1 repository
denoland/deno
1 pull request
Created an issue in denoland/deno that received 3 comments
Redesign types directives
Adding types to .js import-side
Current syntax
// main.ts // @deno-types="./foo_types.d.ts"
import { foo } from "./foo.js"; // foo.js
export const foo
3
comments