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

Move building code out of src #117

Open
jeluard opened this issue Feb 13, 2024 · 1 comment
Open

Move building code out of src #117

jeluard opened this issue Feb 13, 2024 · 1 comment

Comments

@jeluard
Copy link
Contributor

jeluard commented Feb 13, 2024

End-user code and code used to generate bindings are currently mixed in src. Similarly, required dependencies are added to the same module.

Find a way to separate both so that only the end user code is bundled, and no extra dependencies are leaked downstream.

@matthewkeil
Copy link
Member

A best effort was made to support this. There are a couple more items that need to be handled in upcoming PR.

  • Remove ts-node from deps (used for running scripts/install.ts)

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

No branches or pull requests

2 participants