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

Migrate to esbuild #154

Draft
wants to merge 13 commits into
base: development
Choose a base branch
from
Draft

Migrate to esbuild #154

wants to merge 13 commits into from

Conversation

Egge21M
Copy link
Collaborator

@Egge21M Egge21M commented Jul 18, 2024

Fixes: None

Description

The current build process leaves room for improvement, so the goal of this PR is to get rid of TSC as a transpiler and migrate to using esbuild. TSC will still be part of the pipeline and handle type checking.

Changes

  • Remove TSC transpile step
  • Use esbuild to transpile TS -> JS and bundle
  • Change exports in package.json to the latest standards

PR Tasks

  • Open PR
  • run npm run test --> no failing unit tests
  • run npm run format

@Egge21M Egge21M changed the base branch from main to development August 22, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant