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

refactor(parser): add mock generator and remove analyzer #107

Merged
merged 6 commits into from
Sep 11, 2021

Commits on Sep 11, 2021

  1. refactor(parser): add mock generator and remove analyzer

    Add MockGenerator
    Remove ClassAnalyzer moving all the logics into ClassParser
    
    BREAKING CHANGE: ClassAnalayzer has been removed and all the logic has been moved to ClassParser
    omermorad committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    22b81a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3eeece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5113c View commit details
    Browse the repository at this point in the history
  4. fix(mockingbird-ts): use mock generator differently (singleton)

    Remove mock generator from mockingbird-ts and import it from @mockinbird/parser instead
    mock generator acts as a singleton now
    omermorad committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    66f5efa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcc6e07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64acb40 View commit details
    Browse the repository at this point in the history