formatjs/js-module-formats

This fails to detect the `module` keyword

ericf opened this issue · 1 comments

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.

  • js-module-formats@0.1.0