Eric MORAND
Eric MORAND
I opened an issue in your repository to move the conversation there: https://github.com/cenfun/monocart-coverage-reports/issues/22
Hey @xmontero, yes Twing is more alive then ever. We are planning on publishing Twing 8 as soon as Twig 4 specification are set in stone. One thing to note,...
Hey @darcyrush, Can I assume that what you want to achieve is to have a cover script in package.json that is sort of pre-parameterized, and you'd like to be able...
Actually, this is an issue from npm itself, that has been around forever: it is not possible to decide where the additional arguments passed when running the script are injected....
That would require a dedicated runtime to support this. `c8` is just running whatever is passed as argument. There is no way for it to know how a line was...
> As you might know, Laravel is riddled with magic. Maybe the issue is that Laravel is plagued with magic.
Give it enough time and Twig will end up being PHTML, the format it was supposed to replace.
@drjayvee > {% var ?\Name\Space\ClassName baz %} What does it mean? What is `\Name\Space\ClassName` and how is such a type supposed to be declared?
@drjayvee thanks. How do you declare to the twig compiler that this class exist? Said differently, at compile-time, how is the compiler expected to check that this type exist?
@drjayvee you are explaining how the php implementation would work. But how would the other implementations work? More generally, from a specification point of view, how would `\Foo\Bar` be resolved?