Wrap type-only class fields in flow comments (#11096)
* Wrap type-only class fields in flow comments * Fix
This commit is contained in:
@@ -10,7 +10,10 @@ import CommentsParser from "./comments";
|
||||
// message.
|
||||
|
||||
export default class LocationParser extends CommentsParser {
|
||||
// Forward-declaration: defined in tokenizer/index.js
|
||||
/*::
|
||||
+isLookahead: boolean;
|
||||
*/
|
||||
|
||||
getLocationForPosition(pos: number): Position {
|
||||
let loc;
|
||||
|
||||
Reference in New Issue
Block a user