flow-api-translator
Advanced tools
Comparing version
@@ -806,4 +806,5 @@ /** | ||
case 'TypeCastExpression': | ||
case 'AsExpression': | ||
{ | ||
const typeAnnotation = superClass.typeAnnotation.typeAnnotation; | ||
const typeAnnotation = superClass.type === 'TypeCastExpression' ? superClass.typeAnnotation.typeAnnotation : superClass.typeAnnotation; | ||
@@ -810,0 +811,0 @@ if (typeAnnotation.type === 'GenericTypeAnnotation') { |
@@ -978,3 +978,5 @@ /** | ||
type: 'StringLiteralTypeAnnotation', | ||
// $FlowFixMe[incompatible-call] | ||
value: name, | ||
// $FlowFixMe[incompatible-type] | ||
raw: `'${name}'` | ||
@@ -981,0 +983,0 @@ }) |
{ | ||
"name": "flow-api-translator", | ||
"version": "0.23.0", | ||
"version": "0.23.1", | ||
"description": "Toolkit for creating Flow and TypeScript compatible libraries from Flow source code.", | ||
@@ -16,6 +16,6 @@ "main": "dist/index.js", | ||
"flow-enums-runtime": "^0.0.6", | ||
"hermes-eslint": "0.23.0", | ||
"hermes-estree": "0.23.0", | ||
"hermes-parser": "0.23.0", | ||
"hermes-transform": "0.23.0", | ||
"hermes-eslint": "0.23.1", | ||
"hermes-estree": "0.23.1", | ||
"hermes-parser": "0.23.1", | ||
"hermes-transform": "0.23.1", | ||
"typescript": "5.3.2" | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
537541
0.07%6168
0.05%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated