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 Apr 25, 2018 · 1 revision

break or continue with target cannot be guarded by abstract condition

Prepack cannot currently handle a break or continue statement with a target label that is not the label of the inner most loop.

Doing so is very complicated and this seems like a bit of an edge case, so implementing this is not on our road map anytime soon.

Clone this wiki locally