interlay / interbtc-api

interBTC TypeScript SDK
https://app.interlay.io/
Apache License 2.0
25 stars 21 forks source link

Refactor: replace fs.readFileSync #684

Closed bvotteler closed 1 year ago

bvotteler commented 1 year ago

Replace fs.readFileSync which causes issues in our UI with a require workaround to be able to import definitions.json from interbtc-types.

Changed module from es6 to esnext - the latter supports createRequire(import.meta.url)

bvotteler commented 1 year ago

Closing PR: This approach will not work as ts-jest does not support it.