Edwin Kofler
Edwin Kofler
@brunojustino Thanks, I would recommend upvoting / thumbs-uping the OP for better visibility
I know this is a big PR, and I haven't contributed to repository before, so I'm not sure if it would be preferred merging this #1369 first, or my smaller...
The `glob` package mentions that [negation was removed](https://www.npmjs.com/package/glob#comments-and-negation) in v6. HTMLHint currently uses glob v8. [globby](https://www.npmjs.com/package/globby) supportgs negation, but I am not convinced it is worth switching. The user can...
A related issue is that the treatment of single argument `--ignore` is naive with how it interprets the value. It interprets `,` as a glob separator, but `,` is used...
@baooab Agreed! Made those edits
Another approach is to not change the files to TypeScript and just add [typings via JSDoc](https://twitter.com/Rich_Harris/status/1639353298284077058). And as said before, use a separate typings file for the more complicated types.
I went ahead and reverted https://github.com/SchemaStore/schemastore/pull/3519 out of caution (https://github.com/SchemaStore/schemastore/pull/3568). I suspect that has something to do with it, even though it passed the test suite we have there and...
> Any thoughts? I think either possibilities are good. I can see cases where either one makes sense. If an option is added that limits the number of shown authors,...
At least for me, i'm not convinved this should be the default since the wrapper would incur a penalty of longer execution time (largely nullifying any tool's attempts to be...