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

Typescript type aliases not included in sticky scrolling #156613

Closed
mjbvz opened this issue Jul 28, 2022 · 1 comment
Closed

Typescript type aliases not included in sticky scrolling #156613

mjbvz opened this issue Jul 28, 2022 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-sticky-scroll feature-request Request for new features or functionality
Milestone

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Jul 28, 2022

Testing #156175

  1. With sticky scroll enabled
  2. For the TS:
type TFoo = {
    abc: number; 
}

interface IFoo  {
    abc: number; 
}

Bug
Notice how the interface version IFoo is included in sticky scrolling but the type alias TFoo is not

@aiday-mar aiday-mar added this to the August 2022 milestone Jul 29, 2022
@aiday-mar aiday-mar added feature-request Request for new features or functionality editor-sticky-scroll labels Jul 29, 2022
@aiday-mar
Copy link
Contributor

Fixed with : #157483

New behavior:

sticky-scroll-type-ts

@aiday-mar aiday-mar added verification-needed Verification of issue is requested *duplicate Issue identified as a duplicate of another issue(s) and removed verification-needed Verification of issue is requested labels Aug 22, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-sticky-scroll feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants