Neal Granger

Results 3 comments of Neal Granger

I've added a test that reproduces this behavior here: https://github.com/vega/ts-json-schema-generator/commit/5773d322a13bf98fe2196edd374b6b408edd33b1

Here's a quick workaround. ```ts import { JSDocableNode, PropertyAssignment } from "ts-morph"; // HACK: Patch the PropertyAssignment class to add JSDoc support // https://github.com/dsherret/ts-morph/issues/1379 const properties = Object.getOwnPropertyDescriptors( JSDocableNode(PropertyAssignment as...

`sharp-loader` is incompatible with the most recent versions of `sharp` due to removal of deprecated features: https://github.com/lovell/sharp/blob/aa3ce760bbb96685152b7b2ee879cfb0604081e6/docs/changelog.md#v0220---18th-march-2019