Hi all,
This is a bug fix release for 9.0. @rescript/std
is also scheduled a release for 9.0.1.
Following the feedback from release 9.0, we did some research and make some changes to make both NodeJS and React Native users happy.
The standard library is still shipped with .js
instead of .mjs
extesion, but it is added with a separate package.json
to annotate that it is es6 modules, so Node can resolve it happily. For NodeJS es6 module users, you don’t need transpiling. Hopefully this should not break ReactNative metro bundle users.
Happy Lunar New Year – Hongbo