You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2026. It is now read-only.
not sure we need two folders for sources, let's only have ts_src with Typescript sources and drop the duplicate src sources ? The JS files should be generated while we build typescript (in a dist folder) -> similar to what's tsdx do. cc @tiero <- NACK
ideally, scripts should be only yarn test, yarn build and yarn format.
Doing that change will be a huge "fork" comparing to bitcoinjs but should be ok to merge next bitcoinjs changes if we keep ts_src and then use our own build process to generate JS files
ts_srcwith Typescript sources and drop the duplicatesrcsources ? The JS files should be generated while we build typescript (in adistfolder) -> similar to what'stsdxdo. cc @tiero <- NACKyarn test,yarn buildandyarn format.Doing that change will be a huge "fork" comparing to bitcoinjs but should be ok to merge next bitcoinjs changes if we keep
ts_srcand then use our own build process to generate JS files