mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Mostly implement cross-module constant inlining, but disable it
There are some test failures
This commit is contained in:
@@ -296,6 +296,8 @@ pub const Runtime = struct {
|
||||
|
||||
commonjs_named_exports: bool = true,
|
||||
|
||||
minify_syntax: bool = false,
|
||||
|
||||
/// Instead of jsx("div", {}, void 0)
|
||||
/// ->
|
||||
/// {
|
||||
|
||||
Reference in New Issue
Block a user