feat(bake): add dependencies to IncrementalGraph (#14368)

This commit is contained in:
dave caruso
2024-10-07 14:18:26 -07:00
committed by GitHub
parent c5b1c9e302
commit fc85a2dc92
16 changed files with 1096 additions and 275 deletions

2
.vscode/launch.json generated vendored
View File

@@ -172,6 +172,8 @@
"FORCE_COLOR": "1",
"BUN_DEBUG_QUIET_LOGS": "1",
"BUN_GARBAGE_COLLECTOR_LEVEL": "0",
"BUN_DEBUG_IncrementalGraph": "1",
"BUN_DEBUG_Bake": "1",
},
"console": "internalConsole",
},