-
# Summary
- [X] Refactor and move `abi-typegen` into it
- [X] Plug existent strategies with `abi/parser` public interface
- [X] Prepare the foundation for multiple output format (Javascript)
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Contact Details
magnusviri
### What should this feature add?
Currently there's "Cancel Current Item" and "Ca…
-
https://polkadot.js.org/docs/api/examples/promise/typegen/
https://github.com/polkadot-js/api/tree/master/packages/typegen
https://github.com/koute/speedy may help with rust source code
-
### Describe the solution
`wrangler types` (`npm run cf-typegen` in the TS scaffold) can generate nice autocomplete but I noticed that for a `Queue` (and maybe others too) there is no way to supply t…
-
`forc build` adds `doc-comment` attributes to the generated abi whenever a function has doc comments on it. We can add those comments on `typegen`-generated functions in the form of multi-line comment…
-
I'm having trouble getting these two to play together.
See here: https://codesandbox.io/p/sandbox/gallant-fire-w4nv51
```
const machine: StateMachine
Argument of type 'StateMachine' is not ass…
-
[XState VSCode](https://marketplace.visualstudio.com/items?itemName=statelyai.stately-vscode)'s Typegen functionality does not currently work with TypeScript code when using Deno because Typegen does …
-
Can I export a class like this?
```
public class TestFIlter(int something)
{
...
}
```
-
## Bug report
### Required System information
- Node.js version: v20.9.0
- NPM version: 10.1.0
- Strapi version: 4.15.4
- Database: mysql:5.7
- Operating system: MacOS Ventur…
-
Have `typegen` generate a type representation of the abi and then read it via type parameters on the appropriate classes. A typegen contract output would look like this:
```ts
// CounterContract.ts
…