You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Hello,
Parsing the following query causes a
too much recursionerror:Repro: https://stackblitz.com/edit/js-uncrfh?file=index.js
In Firefox this shows a
too much recursion, in Chrome the page becomes unresponsive.Same for
DELETEqueries, butCONSTRUCTis fine. Also when moving the opening brace, the parsing is fine: