ts-json-schema-generator
ts-json-schema-generator copied to clipboard
bug: Identifiers can't be parsed across module boundaries
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.