gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

import typeof * #453

Closed bradennapier closed 7 years ago

bradennapier commented 7 years ago

With flow it is possible to do an import typeof. The grammar does not currently allow the valid * syntax for importing typeof namespaces.

import typeof ConnectionTypes from '../classes/connections';
import typeof * as PluginTypes from '../plugins';

image