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: add JSXSpreadChild and tool to build keys out of AST definitions #36

Merged
merged 14 commits into from
Mar 29, 2022

Commits on Feb 12, 2022

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

Commits on Feb 15, 2022

  1. chore: tool to build keys out of AST definitions

    Also:
    1. Removes `ExperimentalRestProperty`, `ExperimentalSpreadProperty`
    2. Adds `JSXSpreadChild`
    brettz9 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8739546 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    55c7100 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 5, 2022

  1. refactor: file rename

    brettz9 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    629146f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    b156a70 View commit details
    Browse the repository at this point in the history
  2. refactor: allow for more primitiveish types; fix error

    Also:
    - test: improve coverage
    brettz9 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    50ec7e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48eab7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f420df View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

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

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    90d5ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a20f6 View commit details
    Browse the repository at this point in the history
  3. refactor: Avoid unnecessary await

    Co-authored-by: Milos Djermanovic <[email protected]>
    brettz9 and mdjermanovic committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5e36dd6 View commit details
    Browse the repository at this point in the history