mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
# Project
|
|
.github/CODEOWNERS @Jarred-Sumner
|
|
|
|
# Build system
|
|
CMakeLists.txt @Electroid
|
|
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
|