Skip to content
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.

Clone this wiki locally