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 has been archived by the owner on Feb 12, 2022. It is now read-only.
Herman Venter edited this page Sep 17, 2018
·
3 revisions
Maximum stack depth exceeded
Prepack imposes a maximum call stack depth. It can be configured via the maxStackDepth option, and it defaults to 112. This compiler diagnostics is triggered when an excess number of execution contexts have been pushed on the call stack.