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

Add aliases for Standardized, TypeScript, and Flow #13666

Merged
merged 8 commits into from Oct 28, 2021

Commits on Aug 16, 2021

  1. Ensure non-standard types have an appropriate alias

    This helps with filter out the types. Eg, I'm concerned with just the core JS types, and in I can derive them via:
    
    ```typescript
    type Core = Exclude<t.Node, t.TypeScript | t.Flow>;
    ```
    jridgewell committed Aug 16, 2021
    Copy the full SHA
    7bfc8fd View commit details
    Browse the repository at this point in the history
  2. Lint

    jridgewell committed Aug 16, 2021
    Copy the full SHA
    ce49936 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9721390 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1cb6aca View commit details
    Browse the repository at this point in the history
  5. Add Standardized alias

    jridgewell committed Aug 16, 2021
    Copy the full SHA
    b2bd3cd View commit details
    Browse the repository at this point in the history
  6. Fix inherits aliases

    jridgewell committed Aug 16, 2021
    Copy the full SHA
    517edbc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a818759 View commit details
    Browse the repository at this point in the history
  8. Remove Proposal alias

    jridgewell committed Aug 16, 2021
    Copy the full SHA
    9da61e2 View commit details
    Browse the repository at this point in the history