chore: introduce check-deps (#864)

This commit is contained in:
Pavel Feldman
2025-08-11 17:21:26 -07:00
committed by GitHub
parent f010164bf1
commit ab0ecc4075
7 changed files with 202 additions and 1 deletions

6
src/DEPS.list Normal file
View File

@@ -0,0 +1,6 @@
[*]
./tools/
./mcp/
[program.ts]
***

3
src/extension/DEPS.list Normal file
View File

@@ -0,0 +1,3 @@
[*]
../
../mcp/

4
src/loopTools/DEPS.list Normal file
View File

@@ -0,0 +1,4 @@
[*]
../
../loop/
../mcp/

4
src/mcp/DEPS.list Normal file
View File

@@ -0,0 +1,4 @@
[*]
../log.js
../manualPromise.js
../httpServer.js

4
src/tools/DEPS.list Normal file
View File

@@ -0,0 +1,4 @@
[*]
../javascript.js
../log.js
../manualPromise.js