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
The compiler gets into an infinite loop with this code: REPL
Seems to be something in is_hoistable; here is part of the compiler stack trace:
at is_hoistable (compiler.js:15000:4)
at Object.enter (compiler.js:15025:21)
at visit (compiler.js:323:9)
at visit (compiler.js:345:4)
at visit (compiler.js:345:4)
at visit (compiler.js:340:5)
at visit (compiler.js:345:4)
at walk (compiler.js:303:2)
at is_hoistable (compiler.js:15000:4)
The text was updated successfully, but these errors were encountered:
jches
added a commit
to jches/svelte
that referenced
this issue
Apr 24, 2019
The compiler gets into an infinite loop with this code: REPL
Seems to be something in
is_hoistable
; here is part of the compiler stack trace:The text was updated successfully, but these errors were encountered: