From 9d23ba0a22fe3d1561b7860dc3aefadef72a4514 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 24 Jan 2021 21:48:51 +0000 Subject: support exponentiation operator (#4593) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9cecfcf4..30fc1238 100644 --- a/README.md +++ b/README.md @@ -1254,3 +1254,9 @@ To allow for better optimizations, the compiler makes various assumptions: }()) => b)()); ``` UglifyJS may modify the input which in turn may suppress those errors. +- Some arithmetic operations with `BigInt` may throw `TypeError`: + ```javascript + 1n + 1; + // TypeError: can't convert BigInt to number + ``` + UglifyJS may modify the input which in turn may suppress those errors. -- cgit v1.2.3 is.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/vnc.scm
AgeCommit message (Expand)Author
2022-10-07Revert "Revert "services: Add xvnc-service-type.""...Maxim Cournoyer
2022-10-07Revert "services: Add xvnc-service-type."...Maxim Cournoyer
2022-10-07services: Add xvnc-service-type....Maxim Cournoyer