|
| 1 | +# In the format of: |
| 2 | +# FILE @PRIMARY_OWNER ...@SECONDARY_OWNERS |
| 3 | + |
| 4 | +# Order of precendence is top-to-bottom. The last line to match a file will assign the codeowners |
| 5 | + |
| 6 | +# Deliberately no catch-all so we know when we need to add something to this file |
| 7 | + |
| 8 | +/.gitpod.Dockerfile @marcusroberts @ospencer |
| 9 | +/.gitpod.yml @marcusroberts @ospencer |
| 10 | +/README.md @ospencer @phated @peblair |
| 11 | + |
| 12 | +/.vscode/ @phated @ospencer |
| 13 | + |
| 14 | +/docs/ @ospencer @phated @peblair @marcusroberts @jozanza |
| 15 | + |
| 16 | +/.github/workflows/ci.yml @phated @ospencer |
| 17 | +/.github/workflows/docker-publish.yml @ospencer @phated |
| 18 | +/.github/workflows/release.yml @phated @ospencer |
| 19 | + |
| 20 | +/cli/.prettierignore @ospencer @phated @jozanza |
| 21 | +/cli/.prettierrc.json @ospencer @phated @jozanza |
| 22 | +/cli/__test__/ @jozanza @phated @ospencer @peblair |
| 23 | +/cli/bin/ @phated @ospencer @marcusroberts |
| 24 | +/cli/package.json @phated @ospencer |
| 25 | + |
| 26 | +/compiler/esy.lock/ @phated @ospencer |
| 27 | +/compiler/dune-project @ospencer @phated |
| 28 | +/compiler/dune-workspace @ospencer @phated |
| 29 | +/compiler/dune @ospencer @phated |
| 30 | +/compiler/src/dune @phated @ospencer |
| 31 | +/compiler/test/ @ospencer @phated @peblair |
| 32 | +/compiler/test/formatter_inputs @marcusroberts @phated @ospencer |
| 33 | +/compiler/test/formatter_outputs @marcusroberts @phated @ospencer |
| 34 | +/compiler/test/stdlib/ @ospencer @phated @peblair @marcusroberts @jozanza |
| 35 | +/compiler/grainc/ @peblair @phated @ospencer |
| 36 | +/compiler/graindoc/ @phated @marcusroberts @ospencer |
| 37 | +/compiler/grainformat/ @marcusroberts @phated @ospencer |
| 38 | +/compiler/grainlsp/ @marcusroberts @phated @ospencer |
| 39 | +/compiler/src/codegen/ @ospencer @peblair @phated |
| 40 | +/compiler/src/diagnostics/ @marcusroberts @ospencer @phated |
| 41 | +/compiler/src/formatting/ @marcusroberts @phated @ospencer |
| 42 | +/compiler/src/language_server/ @marcusroberts @ospencer @phated |
| 43 | +/compiler/src/linking/ @ospencer @phated @peblair |
| 44 | +/compiler/src/middle_end/ @ospencer @peblair @phated |
| 45 | +/compiler/src/parsing/ @ospencer @peblair @phated @marcusroberts |
| 46 | +/compiler/src/typed/ @ospencer @peblair @phated |
| 47 | +/compiler/src/utils/ @phated @ospencer @marcusroberts @peblair @jozanza |
| 48 | +/compiler/src/compile.re @ospencer @peblair @phated |
| 49 | +/compiler/src/compile.rei @ospencer @peblair @phated |
| 50 | +/compiler/esy.json @ospencer @phated |
| 51 | +/compiler/package.json @ospencer @phated |
| 52 | + |
| 53 | +/js-runner/.prettierignore @ospencer @phated |
| 54 | +/js-runner/.prettierrc.json @ospencer @phated |
| 55 | +/js-runner/README.md @ospencer @phated |
| 56 | +/js-runner/src/ @ospencer @phated @peblair |
| 57 | +/js-runner/package.json @ospencer @phated |
| 58 | +/js-runner/webpack.*.js @ospencer @phated |
| 59 | +/js-runner/LICENSE @ospencer @peblair |
| 60 | + |
| 61 | +/stdlib/ @ospencer @phated @peblair @marcusroberts @jozanza |
| 62 | +/stdlib/runtime/ @ospencer @peblair @jozanza |
| 63 | +/stdlib/package.json @phated @ospencer |
| 64 | +/stdlib/index.js @phated |
| 65 | +/stdlib/LICENSE @ospencer @peblair |
| 66 | + |
| 67 | +/.gitattributes @phated @ospencer |
| 68 | +/.gitignore @phated @ospencer |
| 69 | +/CODE_OF_CONDUCT.md @ospencer @phated |
| 70 | +/CONTRIBUTING.md @ospencer @peblair @phated @marcusroberts @jozanza |
| 71 | +/.dockerignore @ospencer @peblair |
| 72 | +/Dockerfile @ospencer @peblair @phated |
| 73 | +/Dockerfile-slim @ospencer @peblair @phated |
| 74 | +/.npmrc @phated @ospencer |
| 75 | +/package-lock.json @phated @ospencer |
| 76 | +/package.json @phated @ospencer |
| 77 | +/release-please-config.json @phated @ospencer |
| 78 | +/LICENSE @ospencer @peblair |
0 commit comments