conjure-lite
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -15,2 +15,5 @@ import * as path from "node:path"; | ||
if ("package" in type) { | ||
if (this.codeGen.getFilePath(type) === this.filePath) { | ||
return; | ||
} | ||
const importPath = this.getImportModuleSpecifier(type); | ||
@@ -17,0 +20,0 @@ this.imports.set(`${type.package}.${type.name}`, `import type { ${type.name} } from "${importPath}";`); |
{ | ||
"name": "conjure-lite", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ ".": { |
25126
562