-
-
Notifications
You must be signed in to change notification settings - Fork 865
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (19 loc) · 605 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (19 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Default to project owner @Boshen
@Boshen
# Ignore lock files
Cargo.lock
pnpm-lock.yaml
/apps/oxlint @camc314
/crates/oxc_allocator @overlookmotel
/crates/oxc_data_structures @overlookmotel
/crates/oxc_formatter @dunqing
/crates/oxc_isolated_declarations @dunqing
/crates/oxc_language_server @camc314 @sysix
/crates/oxc_linter @camc314
/crates/oxc_regular_expression @leaysgur
/crates/oxc_semantic @dunqing
/crates/oxc_transformer @overlookmotel @dunqing
/crates/oxc_transformer_plugins @overlookmotel @dunqing
/crates/oxc_traverse @overlookmotel
/editors @camc314
/tasks/ast_tools @overlookmotel