Mostly implement cross-module constant inlining, but disable it

There are some test failures
This commit is contained in:
Jarred Sumner
2023-04-15 05:17:12 -07:00
parent b687c3ab88
commit df88b998d6
7 changed files with 172 additions and 70 deletions

View File

@@ -296,6 +296,8 @@ pub const Runtime = struct {
commonjs_named_exports: bool = true,
minify_syntax: bool = false,
/// Instead of jsx("div", {}, void 0)
/// ->
/// {