unjs / jiti

Runtime TypeScript and ESM support for Node.js
MIT License
1.9k stars 62 forks source link

refactor: rename `experimentalBun` to `tryNative` #295

Closed pi0 closed 2 months ago

pi0 commented 2 months ago

This PR renames experimentalBun option to tryNative. I tried to test it against Deno but the lastest 1.46.3 still has issues with CJS support.

Users of jiti can opt-in to try-native with this new agnostic option.