mlabs-haskell / lambda-buffers

LambdaBuffers toolkit for sharing types and their semantics between different languages
https://mlabs-haskell.github.io/lambda-buffers/
Apache License 2.0
29 stars 0 forks source link

Upgrading to CTL latest #135

Closed bladyjoker closed 10 months ago

bladyjoker commented 10 months ago

Upgrades to https://github.com/Plutonomicon/cardano-transaction-lib/pull/1551 which is still to be merged in develop but we need it anyway.

In each Purs project:

  1. Update packages.dhall and spago2nix generate
  2. Update package.json and npm i
  3. Change the package.json to "type" : ":module"
  4. Added esbuild/bundle.js file

Closes #106

bladyjoker commented 10 months ago

Looks good. I wonder, if we could (or should) abstract the bundle.js somewhere.

God damn tried, but node doesn't accept a file as a ES module if it's not in the same directory as smtn else I dunno, this whole stack is anxiety provoking