quipper / i18n-dts

A d.ts file generator for i18n-js.
Apache License 2.0
48 stars 6 forks source link

Support ESModules #13

Open kristfal opened 4 years ago

kristfal commented 4 years ago

It would be super if we could use ESModules (imports and exports) with this lib. This can be achieved by using babel-node as the script runner.

hotchemi commented 4 years ago

@kristfal thank you for your feedback! I'd say you can integrate the lib into babel transform flow as it's just a type file generator which can be executed from CLI. Do you have nicer insight?👀