dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Allow the CLI to load esModules #30

Closed tomdye closed 8 years ago

tomdye commented 8 years ago

Commands written in TypeScript or Babel or similar add __esModule to the module to indicate that it came from an ESM module format. When this is present, load the .default command.