Skip to content

v1.3.0

Choose a tag to compare

@knightedcodemonkey knightedcodemonkey released this 29 Dec 21:47
· 9 commits to main since this release
d6f8491

What's Changed

Notes

  • globals-only mode is now purely lexical in both directions; no helpers or preludes are injected, and Node globals are rewritten inline. Diagnostics remain for legacy shapes (require.cache, require.extensions, module.parent/children). It will not author additional runtime helpers or guarantee that the swapped symbols exist at runtime, so consumers must ensure their environment actually supports the target-side global they're opting into.

Full Changelog: v1.2.1...v1.3.0