update generator/babel-types printing, babylon (#6306)
* update generator printing, babylon [skip ci] * Update babel-types for TS node types
This commit is contained in:
@@ -12,7 +12,7 @@ export default function({ types: t }) {
|
||||
};
|
||||
|
||||
const referenceVisitor = {
|
||||
TypeAnnotation(path) {
|
||||
"TSTypeAnnotation|TypeAnnotation"(path) {
|
||||
path.skip();
|
||||
},
|
||||
ReferencedIdentifier(path) {
|
||||
|
||||
Reference in New Issue
Block a user