Fix regression in optimizing string appends.

This commit is contained in:
Robin Heggelund Hansen 2024-07-02 09:07:48 +02:00
parent 54ad7449b0
commit 7fecbc645d
No known key found for this signature in database

View File

@ -562,6 +562,8 @@ isStringLiteral expr =
case expr of
JS.String _ ->
True
JS.TrackedString _ _ _ ->
True
_ ->
False