Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allowJs and checkJs shouldn't be relatedTo emitDeclarationOnly
- remove emitDeclarationOnly from their relatedTo and group them separately from declaration by adding a newline - these only seem quite loosely related, only by the DTS/JS doc - c.f. https://github.com/microsoft/TypeScript-Website/blob/2a57f7116b72217e47550657826cd650d258ba20/packages/documentation/copy/en/javascript/Creating%20DTS%20files%20From%20JS.md#L46 - the relationship is not even mentioned in their notes or otherwise in the Reference, which was very confusing to me - the commit that adds this relationship seems to put `emitDeclarationOnly` elsewhere too, so maybe this was a mistake? - c.f. 4627aa3#diff-a912c6af3a16bf4288093c1264955bc6R75
- Loading branch information