Eric MORAND

Results 224 comments of Eric MORAND

@drjayvee also it is fundamental to establish how type checking would work? Let's say the a variable `x` of type `\Foo\Bar` is used this way: ``` {{ x.y.z }} ```...

@drjayvee, what about other compiler implementations like twig.js or Twing? What would be the logic that they need to implement?

@willrowe since there was no specification, we made an arbitrary call: https://twing.nightlycommit.com/specifics.html#constant But constant is an easy case to handle since the value is picked from the data passed to...

Glide is not an image slider. It is a slider. How would the "lazy" loading work with anything that is not an image? Like a div, a paragraph, another glide...

If you feel like changing for another v8-driven code coverage tool, you can give [One Double Zero](https://www.npmjs.com/package/one-double-zero) a try. I just tested and it passes through any reporter options that...

You should actually have 0/0, and the file being considered as empty by c8. Unfortunately, this is not how the tool works: https://github.com/bcoe/c8/issues/500 https://github.com/bcoe/c8/issues/494 Would you like to give https://www.npmjs.com/package/one-double-zero...

I came here to open this exact request, and I'm very happy to see that I'm not the only one. Is there some news? Can we do something to help?...

Any news on this one? This is a big issue that actually prevents using AJV to generate ESM validation modules.

@CanadaHonk what is the point of this namespace? What are the use cases of "detecting porffor" at runtime considering that it is not a runtime?

I'm not sure it should be encouraged to be honest. 😂 The usual way when we need to have different artefacts based on the targeted platform is to either have...