chore: add CODEOWNERS (#7374)

This commit is contained in:
Boshen 2024-11-20 21:14:43 +08:00 committed by GitHub
parent 878189c407
commit ddb2ced5dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,16 @@
# Default to project owner @Boshen
@Boshen
# Ignore lock files
Cargo.lock
pnpm-lock.yaml
# Crates
/crates/oxc_transformer @overlookmotel @dunqing
/crates/oxc_semantic @Boshen @dunqing
/crates/oxc_data_structures @overlookmotel
/crates/oxc_traverse @overlookmotel
/crates/oxc_isolated_declarations @dunqing