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:
Henry Zhu
2017-09-26 10:01:55 -04:00
committed by GitHub
parent 4c517a8912
commit 314bd31b85
19 changed files with 321 additions and 204 deletions

View File

@@ -12,7 +12,7 @@ export default function({ types: t }) {
};
const referenceVisitor = {
TypeAnnotation(path) {
"TSTypeAnnotation|TypeAnnotation"(path) {
path.skip();
},
ReferencedIdentifier(path) {