-
-
Notifications
You must be signed in to change notification settings - Fork 774
Expand file tree
/
Copy pathCODEOWNERS
More file actions
95 lines (77 loc) · 2.26 KB
/
CODEOWNERS
File metadata and controls
95 lines (77 loc) · 2.26 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# About code owners
# https://help.github.com/en/articles/about-code-owners
# Rspack Project Owner is @hardfist
# Default to no one
# *
# Ignore lock files
Cargo.lock
pnpm-lock.yaml
# Infra
Cargo.toml @quininer
/.github/workflows @stormslowly
/.github/actions @stormslowly
/.github/ISSUE_TEMPLATE @chenjiahan
/scripts @stormslowly
/tasks @stormslowly
# Crates in alphabetical order
/crates/node_binding
/crates/rspack @h-a-n-a
/crates/rspack_base64
/crates/rspack_binding_api
/crates/rspack_binding_build @h-a-n-a
/crates/rspack_binding_builder @h-a-n-a
/crates/rspack_binding_builder_macros @h-a-n-a
/crates/rspack_binding_builder_testing @h-a-n-a
/crates/rspack_browserslist @hardfist
/crates/rspack_cacheable @jerrykingxyz
/crates/rspack_cacheable_test @jerrykingxyz
/crates/rspack_core
/crates/rspack_core/src/compiler/make @jerrykingxyz
/crates/rspack_error
/crates/rspack_fs
/crates/rspack_fs_node
/crates/rspack_futures
/crates/rspack_collections
/crates/rspack_ids
# Loaders
/crates/rspack_loader_lightningcss @JSerFeng
/crates/rspack_loader_swc
/crates/rspack_loader_preact_refresh @LingyuCoder
/crates/rspack_loader_react_refresh @ahabhgk
/crates/rspack_loader_runner @h-a-n-a
# Plugins
/crates/rspack_plugin_asset
/crates/rspack_plugin_banner
/crates/rspack_plugin_copy
/crates/rspack_plugin_css
/crates/rspack_plugin_devtool
/crates/rspack_plugin_entry
/crates/rspack_plugin_externals
/crates/rspack_plugin_html @LingyuCoder
/crates/rspack_plugin_javascript
/crates/rspack_plugin_json
/crates/rspack_plugin_library
/crates/rspack_plugin_mf @ahabhgk
/crates/rspack_plugin_progress
/crates/rspack_plugin_real_content_hash
/crates/rspack_plugin_remove_empty_chunks
/crates/rspack_plugin_rsdoctor @LingyuCoder
/crates/rspack_plugin_rslib @LingyuCoder
/crates/rspack_plugin_rstest @LingyuCoder
/crates/rspack_plugin_runtime
/crates/rspack_plugin_schemes
/crates/rspack_plugin_split_chunks @JSerFeng
/crates/rspack_plugin_wasm
/crates/rspack_tracing @hardfist
/crates/rspack_tracing_perfetto @hardfist
/crates/rspack_util
/crates/swc_plugin_ts_collector @ahabhgk
# npm packages in alphabetical order
/packages/create-rspack @chenjiahan
/packages/rspack @hardfist
/packages/rspack-cli @hardfist
/packages/rspack-test-tools/src @LingyuCoder
# Tests
/tests/bench
/tests/e2e
/tests/rspack-test