forked from compiler-explorer/compiler-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
33 lines (27 loc) · 848 Bytes
/
CODEOWNERS
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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
* @mattgodbolt
# rabsrincon
static/conformance-view.js @RabsRincon
static/cppp-mode.js @RabsRincon
static/themes.js @RabsRincon
static/editor.js @RabsRincon
static/compiler.js @RabsRincon
lib/asm-docs.js @RabsRincon
lib/asm-docs-api.js @RabsRincon
lib/languages.js @RabsRincon
lib/base-compiler.js @RabsRincon
lib/compiler-finder.js @RabsRincon
lib/compilers/ @RabsRincon
views/sitemap.pug @RabsRincon
# jaredwy
static/opt-view.js @jaredwy
lib/compilers/argument-parsers.js @jaredwy
# tartanllama
static/ast-view.js @TartanLlama
static/haskell-mode.js @TartanLlama
lib/compilers/haskell.js @TartanLlama
# cppchedy
static/cfg-view.js @cppchedy
lib/cfg.js @cppchedy