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 Typescript for type checking (but still with js files) #81

Merged
merged 9 commits into from
May 4, 2024

Commits on Apr 5, 2024

  1. environment setup

    erikyo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    07ba4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3990ca View commit details
    Browse the repository at this point in the history
  3. types for module functions

    erikyo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    07d4b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. test path updated

    erikyo committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    053254d View commit details
    Browse the repository at this point in the history
  2. simplifies the build script

    add comments to types and types to package.json
    erikyo committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c367ef7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. cleanup pr

    - revert unneeded changes in package.json
    - revert files moved to src
    - linting
    erikyo committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f18a115 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. revert types changes

    erikyo committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8306b11 View commit details
    Browse the repository at this point in the history
  2. exporting default types (this is a monkey patching that manually expo…

    …rts the types, because index.js is in the repo root)
    
    fix msg_plural that despite the name is a "string" and not a "string[]"
    erikyo committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    889a7ea View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fixes eslint warnings

    erikyo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8223314 View commit details
    Browse the repository at this point in the history