Jost
Jost
IMO yes, definitely.
I see the source maps in the npm package, this should be resolved.
I see some CommonJS-iness there, might that be a factor of the problem?
What is also confusing is that it looks for source maps although the package is not even referenced in the code.
The paths to the source maps were wrong. But even with the right paths I get some weird relative path duplication ```sh WARNING in ../../holochain-client-js/lib/api/admin/index.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed...
The actual source maps are there, but the `.ts` files are not included.
Yes, I see. I was thinking that the source map links the d.ts files and the .js files, but that wouldn't allow for exact lines during debugging. Personally I don't...
@Connoropolous Wait, this changes fields to be serialized into snake_case. I suggest we rather serialize everything to camelCase, as the common case will be consuming the API response from JS.
> Mmm just a comment, all the internal types in holochain that we care about as happ devs (`Record`, `Action`, etc.) are serialized with snake case fields. Do we want...
@steveej Can this be closed?