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

Introduce programTransformers option #879

Merged
merged 5 commits into from Sep 15, 2019
Merged

Introduce programTransformers option #879

merged 5 commits into from Sep 15, 2019

Commits on Sep 3, 2019

  1. Introduce programTransformers option

    e.g. it will allow for a transformer to have an access to type checker
    Saito Nakamura committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    90b02c0 View commit details
    Browse the repository at this point in the history
  2. Fix lint rule

    Saito Nakamura committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    2ec07be View commit details
    Browse the repository at this point in the history
  3. Refactor getCustomTransformers implementation

    Saito Nakamura committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    6abb5c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Combined transformers and programTransformer into union

    Thanks @blakeembrey for suggestion!
    Saito Nakamura committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5f76bef View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Tidy up conditional logic

    blakeembrey committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    616c481 View commit details
    Browse the repository at this point in the history