refactor: remove inClassProperty parser state (#10906)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
c09664f35d
commit
a18166d2a9
@@ -64,7 +64,6 @@ export default class State {
|
||||
inType: boolean = false;
|
||||
noAnonFunctionType: boolean = false;
|
||||
inPropertyName: boolean = false;
|
||||
inClassProperty: boolean = false;
|
||||
hasFlowComment: boolean = false;
|
||||
isIterator: boolean = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user