We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File t1.ts
t1.ts
type MyType = string; interface Data { val: MyType; arr: MyType[]; }
node build/src/cli/index.js --files t1.ts --interfaces Data -o string
Result:
{ "Data": { "val": "excepturi qui voluptatem", "arr": [ {}, {}, {} ] } };
The text was updated successfully, but these errors were encountered:
I get the same output:
{ "Data": { "val": "quia placeat facilis", "arr": [ {}, {}, {}, {}, {}, {} ] } };
Sorry, something went wrong.
No branches or pull requests
File
t1.ts
node build/src/cli/index.js --files t1.ts --interfaces Data -o string
Result:
The text was updated successfully, but these errors were encountered: