mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
# Project
|
|
/.github/CODEOWNERS @Jarred-Sumner
|
|
|
|
# Build system
|
|
/CMakeLists.txt @Electroid
|
|
/cmake/*.cmake @Electroid
|
|
/scripts/ @Electroid
|
|
|
|
# CI
|
|
/.buildkite/ @Electroid
|
|
/.github/workflows/ @Electroid
|
|
|
|
# Debugger protocol
|
|
/packages/bun-inspector-protocol/ @Electroid
|
|
/packages/bun-debug-adapter-protocol/ @Electroid
|
|
|
|
# Tests
|
|
/test/expectations.txt @Jarred-Sumner
|