@hoth/typescript-to-json-schema
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -62,2 +62,3 @@ "use strict"; | ||
switch (declaration.getKind()) { | ||
case ts_morph_1.ts.SyntaxKind.ImportClause: | ||
case ts_morph_1.ts.SyntaxKind.ImportSpecifier: { | ||
@@ -64,0 +65,0 @@ const sourceFile = identifier.getDefinitions()[0].getSourceFile(); |
{ | ||
"name": "@hoth/typescript-to-json-schema", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "typescript to json-schema transpiler", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
84979
1085