mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user