chore: introduce check-deps (#864)
This commit is contained in:
6
src/DEPS.list
Normal file
6
src/DEPS.list
Normal file
@@ -0,0 +1,6 @@
|
||||
[*]
|
||||
./tools/
|
||||
./mcp/
|
||||
|
||||
[program.ts]
|
||||
***
|
||||
3
src/extension/DEPS.list
Normal file
3
src/extension/DEPS.list
Normal file
@@ -0,0 +1,3 @@
|
||||
[*]
|
||||
../
|
||||
../mcp/
|
||||
4
src/loopTools/DEPS.list
Normal file
4
src/loopTools/DEPS.list
Normal file
@@ -0,0 +1,4 @@
|
||||
[*]
|
||||
../
|
||||
../loop/
|
||||
../mcp/
|
||||
4
src/mcp/DEPS.list
Normal file
4
src/mcp/DEPS.list
Normal file
@@ -0,0 +1,4 @@
|
||||
[*]
|
||||
../log.js
|
||||
../manualPromise.js
|
||||
../httpServer.js
|
||||
4
src/tools/DEPS.list
Normal file
4
src/tools/DEPS.list
Normal file
@@ -0,0 +1,4 @@
|
||||
[*]
|
||||
../javascript.js
|
||||
../log.js
|
||||
../manualPromise.js
|
||||
Reference in New Issue
Block a user