From 20ca0f5906c68df11d2f44e8b381212672afc6e1 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Fri, 16 Mar 2018 06:12:59 +0800 Subject: improve truthy compression (#3009) --- test/compress/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compress/transform.js') diff --git a/test/compress/transform.js b/test/compress/transform.js index 58874cd6..867b8ade 100644 --- a/test/compress/transform.js +++ b/test/compress/transform.js @@ -59,7 +59,7 @@ if_else_empty: { if ({} ? a : b); else {} } expect: { - !{} ? b : a; + ({}), a; } } -- cgit v1.2.3 >
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/packages/pt_BR.po
AgeCommit message (Expand)Author
2023-03-07nls: Update translations.Julien Lepiller