Ian MacLeod
Ian MacLeod
There will likely be other changes added after this one, and we shouldn't expect/force everyone to migrate to the new approach just to pick them up. I know it'd take...
Yeah, good call!
This is to support uses of the JavaScript `Date` type—it needs to be special cased so that we're not walking all the built in fields of the `Date` interface. Would...
> It would be even nicer if web-component-tester did not require wct-sauce :/ Seems odd that it is required to me, especially since it is a plug-in. Completely agree! I...
> In any case, the good way to solve this problem is not using the http.request and to create the npm dependencies this the various ArchiveName that wtc-saucer have to...
👍 this fixes the `'.'` case for my project, too
This would also be useful for setting up VS Code debugging through ladle: have a task that starts the server, and a browser launch config that can open its own...
This appears undocumented, but if you modify your `vite.config` to include `server: { open: false }` it will disable the browser launching https://github.com/tajo/ladle/blob/main/packages/ladle/lib/cli/vite-dev.js#L126-L131
Is there something we can await, rather than polling like the snippet above?
It would also be useful to be able to introduce _multiple_ properties to a class when decorating a method (for example, a helper that generates an associated setter for a...