TS-Pattern and node16
TS-Pattern now fully supports moduleResolution: node16
, with both ES and CommonJS modules. This resolves the long standing issue number #110. Special thanks to @Andarist and @frankie303 for helping me understand and fix this issue ❤️
What's Changed
- build: better support moduleResolution: bundler by @gvergnaud in #158
- Gvergnaud/fix build for nodenext and commonjs by @gvergnaud in #160
Full Changelog: v4.2.2...v4.3.0