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

Typescript support #272

Closed
wants to merge 9 commits into from
Closed

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    f48e711 View commit details
    Browse the repository at this point in the history
  2. increment version to 17

    thestinger committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a4815fe View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. increment version to 18

    thestinger committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    588507f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. update Gradle to 8.2.1

    thestinger committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2c3ef8f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Bump eslint from 8.44.0 to 8.45.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and thestinger committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    55108a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. initial conversion to TypeScript

    Use esbuild to bundle TypeScript files as a single ES module, to avoid
    having to hardocode each script file in Java code.
    octocorvus committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cacd0d7 View commit details
    Browse the repository at this point in the history
  2. ci: add windows build job

    octocorvus committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b81d297 View commit details
    Browse the repository at this point in the history
  3. ci: remove redundant step to install npm deps

    This is handled by gradle now.
    octocorvus committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b97c7d1 View commit details
    Browse the repository at this point in the history
  4. remove redundant setup script to install npm deps

    This is handled by gradle now. Also, the script isn't cross platform.
    octocorvus committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e63175d View commit details
    Browse the repository at this point in the history