-
Couldn't load subscription status.
- Fork 9
Closed
Description
Hi, we are consider using typeconv on our project. Although we heavily use imported types which don't seem to be working:
A minimal reproducible example:
// a.ts
export type Foo = number;// b.ts
import { Foo } from './a';
export type Bar = {
foo: Foo;
};Then running npx typeconv -f ts -t st -o out 'b.ts' produces:
Reference to missing type: Foo, ignoring
Is there anything I'm doing wrong ? Or is this something thats not currently supported?
Thanks in advance.
pdfowler, wiinxt, lille-etimo, LucasDachman, septatrix and 2 morestars-bend and rphansen91
Metadata
Metadata
Assignees
Labels
No labels