esperantojs / esperanto

DEPRECATED: An easier way to convert ES6 modules to AMD and CommonJS
http://esperantojs.org
234 stars 21 forks source link

Make 'use strict' optional #172

Closed Munawwar closed 9 years ago

Munawwar commented 9 years ago

Hi. Could you make 'use strict' inside AMD module function optional (with a command line flag)?

tdumitrescu commented 9 years ago

+1

Rich-Harris commented 9 years ago

Hi – afraid I have to close this as wontfix, per #191. Rollup supports a useStrict option, and I've just raised an issue for CLI support (https://github.com/rollup/rollup/issues/81), and I believe Babel also allows you to exclude it.