From e0531d730cd0be08015d145001ddc51fe2d29cd4 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 23 Apr 2026 20:45:12 +0000 Subject: [PATCH] =?UTF-8?q?js-on-sx:=20drop=20top-level=20(define=20NaN)?= =?UTF-8?q?=20/=20(define=20Infinity)=20=E2=80=94=20SX=20parses=20those=20?= =?UTF-8?q?as=20numbers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/js/runtime.sx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/js/runtime.sx b/lib/js/runtime.sx index 066a5506..23e0f826 100644 --- a/lib/js/runtime.sx +++ b/lib/js/runtime.sx @@ -1260,10 +1260,6 @@ (define isNaN js-global-is-nan) -(define Infinity inf) - -(define NaN 0) - (define __js_microtask_queue__ (dict)) (dict-set! __js_microtask_queue__ "q" (list))