Tim Basel
Tim Basel
**V version:** V 0.2.4 71d9871.1fdbdf4 **OS:** Arch linux When I insert some `println` call into the compiler it won't wont compile its self after the first run again. e.g. ```vlang...
Unfortunately I'm unable to get Astroturf working with Parcel and Typescript. Without Typescript everything works fine. But with it i just get a `ReferenceError: css is not defined` execption in...
## Summary This PR allows classes to be wrapped inside a store. It implements the very small change outlined by @Reinhard2019 in the Issue #1661. Even if the issue was...
The rows and column attributes (and maybe more) is missing from the type of the element. ```ts export const App = () => { return ( ... ) } ```...
This fixes class getter methods not being reactive. It is the same fix that was already applied for `createMutable` in #2027.