Skip to content

Commit a5624ce

Browse files
committed
fixup! fixup! fixup! module: integrate TypeScript into compile cache
1 parent 6bc4178 commit a5624ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compile_cache.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ const char* CompileCacheEntry::type_name() const {
8989
return "TransformedTypeScript";
9090
case CachedCodeType::kTransformedTypeScriptWithSourceMaps:
9191
return "TransformedTypeScriptWithSourceMaps";
92+
default:
93+
UNREACHABLE();
9294
}
9395
}
9496

0 commit comments

Comments
 (0)