mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
chore: add CODEOWNERS (#7374)
This commit is contained in:
parent
878189c407
commit
ddb2ced5dd
1 changed files with 16 additions and 0 deletions
16
.github/CODEOWNERS
vendored
Normal file
16
.github/CODEOWNERS
vendored
Normal 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
|
||||
Loading…
Reference in a new issue