Bump runtime transpiler cache version for #15009 (#15094)

This commit is contained in:
pfg
2024-11-11 14:38:17 -08:00
committed by GitHub
parent 56f7c8887b
commit 4cf9851747

View File

@@ -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");