1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: add CODEOWNERS for deno_ops (#13982)

This commit is contained in:
Divy Srivastava 2022-03-16 16:26:09 +05:30 committed by GitHub
parent 895e474295
commit 426ca98527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/CODEOWNERS vendored
View file

@ -6,7 +6,7 @@
.devcontainer/ @kitsonk
bench_util/ @AaronO
bench_util/ @AaronO @littledivy
cli/ @bartlomieju
cli/ast/ @dsherret @kitsonk
cli/dts/ @kitsonk
@ -23,6 +23,7 @@ ext/web/ @crowlKats @lucacasonato
ext/webidl/ @lucacasonato
ext/webgpu/ @crowlKats @lucacasonato
ext/ffi/ @littledivy @piscisaureus
ops/ @littledivy @AaronO
runtime/ @bartlomieju
serde_v8/ @AaronO
test_ffi/ @bartlomieju @littledivy