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 rest of src/ as TypeScript #233

Merged
merged 24 commits into from Feb 27, 2021
Merged

Refactor rest of src/ as TypeScript #233

merged 24 commits into from Feb 27, 2021

Commits on Feb 21, 2021

  1. Copy the full SHA
    1309fe7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4297c4e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1082a5f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bae8b4b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f4a74af View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0c2d254 View commit details
    Browse the repository at this point in the history
  7. Refactor Alias as TS

    eemeli committed Feb 21, 2021
    Copy the full SHA
    b89b20f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d65a0e8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    951e1f4 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    904bbe7 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    7fa4bb7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    1be58f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Copy the full SHA
    1e8e448 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f491bf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Copy the full SHA
    e42211b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    54a6f76 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Identify nodes by symbols rather than instanceof (no more dependency …

    …loops!)
    
    BREAKING CHANGE: The Node base class is no longer exported. Prior users
    of it should instead use the new `isNode` function.
    eemeli committed Feb 27, 2021
    Copy the full SHA
    b3c8986 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf45235 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7c4e0fe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0a9f34f View commit details
    Browse the repository at this point in the history
  5. Rename src/ast/ -> src/nodes/

    eemeli committed Feb 27, 2021
    Copy the full SHA
    ca909be View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    79e7da3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4ce72b3 View commit details
    Browse the repository at this point in the history
  8. Fix test import paths

    eemeli committed Feb 27, 2021
    Copy the full SHA
    26f19b7 View commit details
    Browse the repository at this point in the history