Throw a syntax error for a declare function with a body (#12054)
This commit is contained in:
@@ -70,6 +70,7 @@ export default class State {
|
||||
inPropertyName: boolean = false;
|
||||
hasFlowComment: boolean = false;
|
||||
isIterator: boolean = false;
|
||||
isDeclareContext: boolean = false;
|
||||
|
||||
// For the smartPipelines plugin:
|
||||
topicContext: TopicContextState = {
|
||||
|
||||
Reference in New Issue
Block a user