ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

bug: Identifiers can't be parsed across module boundaries

Open DarkPurple141 opened this issue 2 years ago • 0 comments

Minimal reproduction here: https://github.com/vega/ts-json-schema-generator/pull/1560

Expected behavior: Cross module identifiers are able to have type inference.

Actual behavior: Cross module identifiers result in UnknownNode error.

DarkPurple141 avatar Feb 07 '23 22:02 DarkPurple141