strip flow directives in flow transformer - fixes #1934
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*@flow*/
|
||||
|
||||
/* @flow */
|
||||
|
||||
/**
|
||||
* @flow
|
||||
*/
|
||||
|
||||
foo();
|
||||
@@ -0,0 +1 @@
|
||||
foo();
|
||||
Reference in New Issue
Block a user