David Ferencz

Results 3 issues of David Ferencz

### Intent Currently for ViewModel the documentation is only on the `createViewModel` function, which describes the functionality and the IViewModel interface nicely, but when working with the IViewModel you usually...

## Description The following code do not run as expected with 'exposeAll' strategy. ```typescript class User { @Expose({ name: 'pass', toClassOnly: true }) password: string; } const user = new...

I open this issue to start a conversation and possibly find solution for yielding support for twig4. Twig 3.9 introduced the `use_yield` option, which will be the only strategy in...