diff --git a/src/bun.js/RuntimeTranspilerCache.zig b/src/bun.js/RuntimeTranspilerCache.zig index adcf0542bd..177f470a99 100644 --- a/src/bun.js/RuntimeTranspilerCache.zig +++ b/src/bun.js/RuntimeTranspilerCache.zig @@ -5,7 +5,8 @@ /// Version 6: `use strict` is preserved in CommonJS modules when at the top of the file /// Version 7: Several bundler changes that are likely to impact the runtime as well. /// Version 8: Fix for generated symbols -const expected_version = 8; +/// Version 9: String printing changes +const expected_version = 9; const bun = @import("root").bun; const std = @import("std");