Skip to content

JS: Fix missing variable declarations

Luite Stegeman requested to merge luite/ghc:jstg-decls into master

The JStg update was missing some local variable declarations, causing implicit globals (normal mode) or errors (JavaScript strict mode).

This adds them again,.

Merge request reports