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

Consider moving away from tsdx #130

Closed
lenkan opened this issue Nov 3, 2023 · 1 comment · Fixed by #134
Closed

Consider moving away from tsdx #130

lenkan opened this issue Nov 3, 2023 · 1 comment · Fixed by #134

Comments

@lenkan
Copy link
Collaborator

lenkan commented Nov 3, 2023

tsdx seems to be largely an abandoned project. See

It will probably cause some headaches going forward upgrading node versions, testing frameworks, linting and so on. I suggest removing it and just use tsc directly.

We probably do not need to build minified builds in the npm package. signify-ts can be published as an ES Module package. Then it is up to the user of the package to decide if they want to bundle it with their application code, for example if they are building a web app.

@rodolfomiranda
Copy link
Collaborator

Based on the linked comments, agree on moving away. I have no opinion on alternatives.

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 a pull request may close this issue.

2 participants