(ts) Throw for abstract methods in a non-abstract class (#12686)
This commit is contained in:
@@ -65,6 +65,7 @@ export default class State {
|
||||
hasFlowComment: boolean = false;
|
||||
isIterator: boolean = false;
|
||||
isDeclareContext: boolean = false;
|
||||
inAbstractClass: boolean = false;
|
||||
|
||||
// For the smartPipelines plugin:
|
||||
topicContext: TopicContextState = {
|
||||
|
||||
Reference in New Issue
Block a user