James Garbutt
James Garbutt
You do indeed do bundling. it is 3MB+, it can be smaller 800KB+ of that is the bundle, which we could certainly reduce (the rest is mostly `@types/node`) 2 of...
@alexeyraspopov any chance we can get these bright colours over the line? As part of the ecosystem cleanup effort I'm leading, we're replacing chalk & others with picocolours in many...
@MHase can you possibly catch this up from main? The fallback logic was refactored since, so there's probably some conflicts
sorry only just got around to this have rebased on master and updated the change file
have rebased onto latest master any chance anyone can take a look at merging this some day? 👀
i haven't had chance to look yet what you've done. it sounds like you've done a lot of what i've done here, but the shorter route (e.g. `createRequire`). i went...
i run macOS too and haven't run into this fwiw. could be some edge case though just difficult to reproduce
i'm not sure we should actually do this defu already clones nested structures (plain objects, arrays), which leaves instances (RegExp, Date, etc) uncloned structuredClone and JSON will result in us...
ah i understand now, thanks for the example 🙏 we iterate through the target object's properties in order to find what needs _merging_. however, before we do any of that,...
maybe we can actually just check that there is an end tag? for example: ```html i never close ``` will have a `startTag` location, and no `endTag` location. similarly: ```html...