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

feat: parse only specific extension tag #1219

Merged
merged 5 commits into from Dec 11, 2022

Commits on Jun 2, 2022

  1. Copy the full SHA
    a242444 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Copy the full SHA
    36e1dc5 View commit details
    Browse the repository at this point in the history
  2. chore: add tests

    igorkova committed Dec 7, 2022
    Copy the full SHA
    143e0bb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. fix: Exclude operation before it's parsed

    Previous implementation had an issue where it was excluding operation after schema
    and other parts were parsed. That caused schema definition to be included in the
    output file, even though operation didn't match the extension.
    
    New implementation won't even start processing operation if extension isn't matching.
    
    Only potential issue/problem I see with this approach is that we are duplicating logic
    for comment line parsing (I basically c/p it from other places) but not sure how big
    of an issue that actually is as I noticed we are doing that at other places as well.
    igorkova committed Dec 10, 2022
    Copy the full SHA
    588961a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Copy the full SHA
    4d33118 View commit details
    Browse the repository at this point in the history