James Garbutt

Results 209 comments of James Garbutt

FYI the `@parse5/tools` package does re-export the default tree adapter types at least (by indexing into it like you mentioned) Possibly could use that to make it a bit easier...

if i remember correctly, it was mostly because there are multiple tree adapters. so it didn't seem to make much sense exporting the default one's types (since everything else in...

This'll probably be fixed in chaijs/chai#1609

we could support `undefined` (via a flag rather than a dummy obj most likely) but i just figured nobody should really be doing that in the first place 🤔 tbh,...

we released chai 5.1.1 recently which fixes this, and renovatebot already bumped the version here in vitest. this issue can be closed i think

i haven't really had time still, but i think agree with @fatso83 i think we should just go all in on ESM (`type: "module") and use a bundler to produce...

Sure no worries, will try push the fix today & Yeah I did notice the tests felt very integration-like. There's probably a fair amount of stuff you can test and...

@dholms should be fixed now, can you approve the ci run again?

sorry for the slow response, have been away the last few weeks you've got a very good point. it'd be so easy to just add them to the list, but...