This commit is contained in:
Brian Ng
2018-05-25 16:53:23 -05:00
committed by GitHub
parent f0283572a5
commit f699f1bbbf
7 changed files with 15 additions and 10 deletions

View File

@@ -2043,7 +2043,6 @@ export default (superClass: Class<Parser>): Class<Parser> =>
// add typeParameters if we found them
if (typeParameters) {
// $FlowFixMe (trying to set '.typeParameters' on an expression)
(prop.value || prop).typeParameters = typeParameters;
}
}