whitlockjc / json-refs

Various utilities for JSON Pointers (http://tools.ietf.org/html/rfc6901) and JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).
MIT License
226 stars 64 forks source link

fix: change `uriDetails` type to `URIComponents` from `uri-js` package #190

Open medfreeman opened 3 years ago

whitlockjc commented 3 years ago

This file is generated, I'm not sure how to get @otris/jsdoc-tsd to generate this. Let me do some digging.

medfreeman commented 3 years ago

I followed your approach to try to use official syntax, then compensate for the shortcomings of @otris/jsdoc-tsd by doing replacements with gulp-replace. There's also a change in the order of files for the docs-ts-raw gulp task, with index now after typedefs, which also reverses the output. I think it's the smallest change for it to work. Is it acceptable to you? Thanks