quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Error: Internal error: Defined value expected, but got undefined.

Open noppej opened this issue 4 years ago • 9 comments

The quicktype CLI fails with the above error, when executing the following
quicktype --lang rs --derive-debug --density dense --visibility private --out debugProtocolTypes.rs --src-lang typescript --src-urls https://raw.githubusercontent.com/microsoft/vscode/master/src/vs/workbench/contrib/debug/common/debugProtocol.d.ts

The same input file and options on quicktype.io produces code successfully.

noppej avatar Jan 14 '21 16:01 noppej