babel-parser: Add new typescript plugin option dts: boolean (#13113)

This commit is contained in:
Sosuke Suzuki
2021-04-29 01:24:18 +09:00
committed by GitHub
parent be03be1bc3
commit 7f5b212322
11 changed files with 219 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ export default class State {
inPropertyName: boolean = false;
hasFlowComment: boolean = false;
isIterator: boolean = false;
isDeclareContext: boolean = false;
isAmbientContext: boolean = false;
inAbstractClass: boolean = false;
// For the smartPipelines plugin: