lustre-labs / lustre

A Gleam web framework for building HTML templates, single page applications, and real-time server components.
https://hexdocs.pm/lustre
MIT License
1.22k stars 79 forks source link

use globalThis at top level #212

Closed CrowdHailer closed 2 weeks ago

CrowdHailer commented 2 weeks ago

This test fails on node and I am using lustre to build pages on a node server. This fixes the crash I see.

Note I've only fixed use of window here as this is the only one outside a function definition and therefore doesn't get shaken away in a bundle step

hayleigh-dot-dev commented 2 weeks ago

Ah wicked, thanks!