blst-ts icon indicating copy to clipboard operation
blst-ts copied to clipboard

Move building code out of src

Open jeluard opened this issue 1 year ago • 1 comments

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.

jeluard avatar Feb 13 '24 15:02 jeluard

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)

matthewkeil avatar Apr 11 '24 10:04 matthewkeil

No longer relevant after napi-rs refactor. Closing.

philknows avatar Oct 08 '24 19:10 philknows