Flow comments import export (#5675)
* Add failing test for `export type .. from ...; ` * Add support for flow comment : `export ... from '...'`
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import lib from 'library';
|
||||
export { foo } from 'foo';
|
||||
export type { B, C } from './types';
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
import lib from 'library';
|
||||
export { foo } from 'foo';
|
||||
/*:: export type { B, C } from './types';*/
|
||||
|
||||
Reference in New Issue
Block a user