v1.3.0
What's Changed
- feat: cli. by @knightedcodemonkey in #36
- feat: emit idiomatic exports for module.exports object literals. by @knightedcodemonkey in #37
- chore: bump version. by @knightedcodemonkey in #38
Notes
globals-onlymode 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