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

fix(build): replace pika with esbuild and tsc #297

Merged
merged 8 commits into from May 20, 2023
Merged

fix(build): replace pika with esbuild and tsc #297

merged 8 commits into from May 20, 2023

Commits on May 20, 2023

  1. build: remove pika

    wolfy1339 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    eb28ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace2d83 View commit details
    Browse the repository at this point in the history
  3. build: add esbuild

    wolfy1339 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    123b675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6631c42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc1df68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e404baa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97458ca View commit details
    Browse the repository at this point in the history
  8. test: add ts-expect-error for unused variable

    Note: you may get false positives in your editor saying that it is unused, however it is not. The error only shows up at build time
    wolfy1339 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    5245118 View commit details
    Browse the repository at this point in the history