Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove extraneous declaration in relatedTo #1095

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

agilgur5
Copy link
Contributor

@agilgur5 agilgur5 commented Sep 16, 2020

Description

  • it was specified twice, once grouped with types and typeRoots for some
    reason and missing declarationDir
    • so remove that one, leave in the one that has both declarationDir
      and emitDeclarationOnly
  • second one that remains is ~5 lines below this:
    ["declaration", ["declarationDir", "emitDeclarationOnly"]],

Tags

Stumbled upon this after writing #971

This seems to have been erroneously added in #163 here

Screenshot

Currently the first one supersedes the second one, so declarationDir isn't mentioned as related on the website:

Screen Shot 2020-09-16 at 12 04 44 AM

- it was specified twice, once grouped with types and typeRoots for some
  reason and missing declarationDir
  - so remove that one, leave in the one that has both declarationDir
    _and_ emitDeclarationOnly
  - second one that remains is ~5 lines below this
@orta
Copy link
Contributor

orta commented Sep 18, 2020

👍🏻 thanks

@orta orta merged commit 78d3b56 into microsoft:v2 Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants