formatjs / js-module-formats

Detect different types of javascript modules formats
Other
13 stars 7 forks source link

This fails to detect the `module` keyword #1

Closed ericf closed 10 years ago

ericf commented 10 years ago

This currently fails to detect the module keyword of an ES6 module, e.g.:

module mediaQuery from 'css-mediaquery';

If this is the first line in a src file it will not be detected as an ES6 module.

caridy commented 10 years ago