jods

Results 463 comments of jods

I'm going to be away for three weeks, will look at this when I come back. If you're looking for a complete setup (with tests, etc), maybe did you have...

> I'm using [your DLL demo] but I'm not to good with webpack and I'm afraid that I'm not using it the right way. What are you afraid of using...

I'm going to lock this thread to users whose name starts with `j` 😆

This kind of situations is given as examples for `// prettier-ignore`. It's hard to decide when a collection should be printed with a fixed number of items per line. It's...

I think I'd rather have the generic types in `new` never broken on several lines -- or only as a last resort if someone writes a new expression that can't...

For reference, here's a working demo: https://codesandbox.io/s/laughing-mountain-d9z9l?file=/index.html

> First, Vue.js official documentation states that, > >when only the default slot is provided content, the component’s tags can be used as the slot’s template. This allows us to...

> There is also a use case here that `#default` is perfectly valid and works correctly to make the default slot behave as a scoped slot rather than a non-scoped...

@ascott18 This is documentation that `v-slot` by itself is `v-slot:default`, which I would expect. The part that is nagging me is what happens of the content of a custom element...

@ascott18 great, so in Vue 3 using `v-slot` or not compiles to the same thing, which is what I expected. Your link is for Vue 2 (which is _not_ compiling...