asticode / astilectron

Electron app that provides an API over a TCP socket that allows executing Electron's method as well as capturing Electron's events
MIT License
285 stars 67 forks source link

Type generation of structs #67

Open tizu69 opened 10 months ago

tizu69 commented 10 months ago

is there some type generator? I tried using tygo, but that got it's quirks, like generating

struct bla {
  Nested
}

as bla.Nested.propName but this refers to them as bla.propName

asticode commented 10 months ago

Mmm I've no idea, I don't use any type generator

tizu69 commented 10 months ago

I could probs do the same, but dynamic typing just isn't the same