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

feat: Ensure strict(er) TS compliance for the generated code #868

Merged
merged 6 commits into from
Jul 10, 2023

Commits on Jul 7, 2023

  1. Ensure strict(er) TS compliance for the generated code

    - Add a new `tsc:check` script to ensure that there are no TS files with
      undetected errors.
    - Split the TS configs in `integrations` so the compiled proto TS files can
      underly much stricter configuration requirements than the test files
      themselves.
    - Add `DOM` to `compilerOptions.lib` for integration tests to have DOM's
      `AbortSignal` in scope.
    - Apply the strictest TS preset there is to the compiled proto TS files (with
      a few exceptions that may be resolved later).
    - Update the generated code to adhere to the stricter TS config.
    - Modernise a few areas of the generated code.
    - Add `tsc:check` to the CI script
    threema-lenny committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c46ee8e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    7c50eeb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    c989c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d91818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf6399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3d25f6 View commit details
    Browse the repository at this point in the history