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

Fixed #9496 #9497

Merged
merged 5 commits into from Mar 16, 2023
Merged

Fixed #9496 #9497

merged 5 commits into from Mar 16, 2023

Commits on Mar 12, 2023

  1. add test for vimeo#9496

    ptomulik committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    b12ed07 View commit details
    Browse the repository at this point in the history
  2. Reuse the normal docblock-type parser when parsing type aliases inste…

    …ad of doing regex magic.
    
    Fixes vimeo#9496.
    Also resolves an additional issue with comments after a type which does not contain brackets.
    Includes a test for multiline types which did not yet exist.
    pvandommelen committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6bbcfb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. add test for vimeo#9496

    ptomulik committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1dfeaf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61ffe4 View commit details
    Browse the repository at this point in the history
  3. revised tests for vimeo#9496

    ptomulik committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    24ddf9e View commit details
    Browse the repository at this point in the history