Wrap type-only class fields in flow comments (#11096)

* Wrap type-only class fields in flow comments

* Fix
This commit is contained in:
Nicolò Ribaudo
2020-02-09 11:45:43 +01:00
committed by GitHub
parent dadba01249
commit 8ab27c8ffe
6 changed files with 18 additions and 5 deletions

View File

@@ -111,7 +111,9 @@ export class Token {
export default class Tokenizer extends LocationParser {
// Forward-declarations
// parser/util.js
/*::
+unexpected: (pos?: ?number, messageOrType?: string | TokenType) => empty;
*/
isLookahead: boolean;