refactor: move inspector files to api/inspector/

Step 4.2 of source reorganization - move inspector-related files:
- BunInspector.cpp
- InspectorBunFrontendDevServerAgent.cpp/h
- InspectorHTTPServerAgent.cpp/h
- InspectorLifecycleAgent.cpp/h
- InspectorTestReporterAgent.cpp/h

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Bot
2025-12-30 01:34:46 +00:00
parent 781a3f9508
commit 7227eef0ff
11 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@
"src/buntime/bindings/v8/*.cpp",
"src/buntime/bindings/v8/shim/*.cpp",
"src/buntime/api/console/*.cpp",
"src/buntime/api/inspector/*.cpp",
"src/bake/*.cpp",
"src/deps/*.cpp",
"src/vm/*.cpp",

View File

@@ -866,6 +866,7 @@ target_include_directories(${bun} PRIVATE
${CWD}/src/buntime/bindings/sqlite
${CWD}/src/buntime/bindings/v8
${CWD}/src/buntime/api/console
${CWD}/src/buntime/api/inspector
${CWD}/src/buntime/modules
${CWD}/src/js/builtins
${CWD}/src/napi