(ts) Throw for abstract methods in a non-abstract class (#12686)

This commit is contained in:
Sosuke Suzuki
2021-01-28 02:56:55 +09:00
committed by GitHub
parent 463cb332aa
commit 45fdde0ce2
10 changed files with 244 additions and 0 deletions

View File

@@ -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 = {