Skip to content

Commit b908474

Browse files
committed
wip
1 parent 823459d commit b908474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/news/2025-11-24-release.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ How to break the 20K compressed wall? After some time in the hammock, we decided
7979
8080
Printing is another blocker for very compact artifacts. Many simpler programs will never recursively print EDN. The `:elide-to-string` compiler flag removes the `toString` implementations leading to better tree-shaking.
8181
82-
Combining these two experimental flags cuts the starting artifact size by two thirds. It's important to understand these flags cannot be used to make *large* ClojureScript programs smaller - once you have enough dependencies or rely on enough features, the savings provided are a wash.
82+
Combining these two experimental flags cuts the starting artifact size by two thirds. It's important to understand these flags cannot be used to make large ClojureScript programs smaller - once you have enough dependencies or rely on enough features, the savings provided are a wash.
8383
8484
But for people who know that they want to build something very compact, yet not give up on useful bits of `cljs.core` and Google Closure Library, these two new flags deliver more control.
8585

0 commit comments

Comments
 (0)