Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent jsdoc comment duplication during ts translation
Summary: because the properties of `transform` are wrapped with code handling jsdoc cloning, `TypeAnnotationType`s hit that code *twice*. likely only valid `type` strings should be on `transform`. since `TypeAnnotationType` is not a node type itself, remove it from the `transform` object, excluding it from the wrapper for jsdoc cloning Reviewed By: pieterv Differential Revision: D44977270 fbshipit-source-id: 08ae5da47d06c43446807dab681fd1fe86cc1b90
- Loading branch information