Skip to content

Commit ee741df

Browse files
committed
Factor out cache to be shared and not shared. Projects still are not sharing caches
1 parent 0633e0e commit ee741df

File tree

198 files changed

+3227
-18571
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+3227
-18571
lines changed

src/compiler/_namespaces/ts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export * from "../builderStatePublic.js";
6666
export * from "../builderState.js";
6767
export * from "../builder.js";
6868
export * from "../builderPublic.js";
69+
export * from "../sharedResolutionCache.js";
6970
export * from "../resolutionCache.js";
7071
export * from "../watch.js";
7172
export * from "../watchPublic.js";

src/compiler/moduleNameResolver.ts

Lines changed: 133 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)