ericf opened this issue 12 years ago · 1 comments
This currently fails to detect the module keyword of an ES6 module, e.g.:
module
module mediaQuery from 'css-mediaquery';
If this is the first line in a src file it will not be detected as an ES6 module.