oxc/.github/CODEOWNERS
overlookmotel 42496ed16f
chore: assign ast_tools to @overlookmotel code owner (#7378)
In the absence of Rez, it's mine! 😄
2024-11-21 00:01:02 +08:00

17 lines
328 B
Text

# 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
/tasks/ast_tools