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

Provide a TypeScript version of the Action #124

Merged
merged 47 commits into from
Apr 23, 2024
Merged

Provide a TypeScript version of the Action #124

merged 47 commits into from
Apr 23, 2024

Commits on Apr 21, 2024

  1. Add initial JS setup

    lucperkins committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    48a8b24 View commit details
    Browse the repository at this point in the history
  2. Add initial index.ts logic

    lucperkins committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c624023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ecf39c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df04e6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11937f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0d369f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e53e6fe View commit details
    Browse the repository at this point in the history
  8. Fix Boolean setting logic

    lucperkins committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3ac2082 View commit details
    Browse the repository at this point in the history
  9. Fix error handling logic

    lucperkins committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9d16bd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82d4904 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f62fc37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e72993 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77db23c View commit details
    Browse the repository at this point in the history
  14. Regenerate dist

    lucperkins committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f8f98eb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    9636388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e96f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da469aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f845d1c View commit details
    Browse the repository at this point in the history
  5. Regenerate dist

    lucperkins committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0f28bc8 View commit details
    Browse the repository at this point in the history
  6. Small fix for dev shell

    lucperkins committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cd12e95 View commit details
    Browse the repository at this point in the history
  7. Update flake inputs

    lucperkins committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a2dd4ca View commit details
    Browse the repository at this point in the history
  8. Revert "Update flake inputs"

    This reverts commit a2dd4ca.
    lucperkins committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e1741a2 View commit details
    Browse the repository at this point in the history
  9. Revert "Small fix for dev shell"

    This reverts commit cd12e95.
    lucperkins committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    91f3fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    3dc8d8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c351a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b21a9 View commit details
    Browse the repository at this point in the history
  4. Regenerate dist

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    28476f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69d3bd6 View commit details
    Browse the repository at this point in the history
  6. Fix source binary logic

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e07afbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    010c6d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79635ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    307a57f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4698f00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9717b8b View commit details
    Browse the repository at this point in the history
  12. Set visibility via flag

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8c74c07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c6d20e View commit details
    Browse the repository at this point in the history
  14. Turn on strict null checks

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2552ef3 View commit details
    Browse the repository at this point in the history
  15. Add test scaffolding

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    83999e5 View commit details
    Browse the repository at this point in the history
  16. Revert "Add test scaffolding"

    This reverts commit 83999e5.
    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1c149c4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b53080c View commit details
    Browse the repository at this point in the history
  18. Fix ternary logic

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a5416fb View commit details
    Browse the repository at this point in the history
  19. Regenerate dist

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    95bf4c0 View commit details
    Browse the repository at this point in the history
  20. Remove redundant getters

    lucperkins committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ddb3b31 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa1e86a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cdb5b91 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0721f9f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    993d141 View commit details
    Browse the repository at this point in the history