refactor: circular deps part 13

This commit is contained in:
Nathan Walker
2025-07-09 20:07:56 -07:00
parent ee03774ec0
commit 579a25d583
31 changed files with 552 additions and 387 deletions

View File

@ -1,4 +1,3 @@
import { Application } from '../application';
import * as fs from '../file-system';
import { Trace } from '../trace';
@ -136,7 +135,7 @@ export function registerModulesFromFileSystem(moduleName: string) {
function initialize() {
if (!initialized) {
Application.on('livesync', (args) => cache.clear());
// Application.on('livesync', (args) => cache.clear());
initialized = true;
}
}