+1
-1
| { | ||
| "name": "esrap", | ||
| "version": "2.2.7", | ||
| "version": "2.2.8", | ||
| "description": "Parse in reverse", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1409,2 +1409,4 @@ /** @import { TSESTree } from '@typescript-eslint/types' */ | ||
| ImportSpecifier(node, context) { | ||
| if (node.importKind == 'type') context.write('type '); | ||
| if ( | ||
@@ -1419,3 +1421,2 @@ node.local.type === 'Identifier' && | ||
| if (node.importKind == 'type') context.write('type '); | ||
| context.visit(node.local); | ||
@@ -1422,0 +1423,0 @@ }, |
87523
0