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
I had reasonable success with this. Although it seems like it is incredibly slow right now. It's generating lots of large types for binarySerialization.js. We might have to convert binarySerializationTypes.ts to JSDoc as well (#791 related)
The text was updated successfully, but these errors were encountered:
It seems like deno doesn't have great support for parsing JSDoc types. This has several effects:
There's some documentation on how to do this here:
https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html
I tried running this in the
jsrPackage
directory:I had reasonable success with this. Although it seems like it is incredibly slow right now. It's generating lots of large types for
binarySerialization.js
. We might have to convertbinarySerializationTypes.ts
to JSDoc as well (#791 related)The text was updated successfully, but these errors were encountered: