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 record literals and field access ⏺️ #54

Merged
merged 10 commits into from
May 24, 2022
Merged

Add record literals and field access ⏺️ #54

merged 10 commits into from
May 24, 2022

Commits on May 11, 2022

  1. Set type: "module" in the root package.json

    Jordan Mackie committed May 11, 2022
    Configuration menu
    Copy the full SHA
    07ce2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c55f2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Parse record literals

    Jordan Mackie committed May 16, 2022
    Configuration menu
    Copy the full SHA
    456d28e View commit details
    Browse the repository at this point in the history
  2. Parse record access

    Jordan Mackie committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3c7020f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Parse closed record types

    Jordan Mackie committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1989c49 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Parse open record types

    Jordan Mackie committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5d1014a View commit details
    Browse the repository at this point in the history
  2. Add records to the AST

    Jordan Mackie committed May 20, 2022
    Configuration menu
    Copy the full SHA
    89751b9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Typecheck records

    Jordan Mackie committed May 22, 2022
    Configuration menu
    Copy the full SHA
    837267d View commit details
    Browse the repository at this point in the history
  2. Format records

    Jordan Mackie committed May 22, 2022
    Configuration menu
    Copy the full SHA
    e29970f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Generate JavaScript for records

    Jordan Mackie committed May 23, 2022
    Configuration menu
    Copy the full SHA
    971fab6 View commit details
    Browse the repository at this point in the history