Nick Randall
Nick Randall
This is is a follow up to #17766. I'm new this repo so I need some help on figuring out how to run the tests and make sure that everything...
# ↪️ Pull Request Enables preact prefresh support (basically fast refresh but for preact). Fixes: #6606 ## 💻 Examples Same functionality as React Refresh. See example in "examples" directory. ##...
I love the [analytics](https://github.com/DavidWells/analytics) library because it's a single abstraction on many analytics/tracking providers. I'm wondering if anybody has experimented with getting it to work with partytown? IMO, that would...
Fixes #71 ## TL;DR There has been several attempts (#172, #158) to add [brotli compression](https://en.wikipedia.org/wiki/Brotli) support to this library and so far none have been successfully merged (for various reasons)....
CSS Custom Units proposal was recently accepted and it would be awesome if parcel CSS allowed us to use that syntax today and then compile it down to what is...
Currently, parcel-css will covert css properties to shorthand notation when it is safe to do so: ```css .should-collapse { border-left-style: none; border-left-width: 0; border-left-color: #333; border-top-style: none; border-top-width: 0; border-top-color:...
Not sure if it makes sense to live in this package but since we have the AST, would be easy to implement here. The basic idea is that we could...
I have a use case where I would love to run purgecss on the browser in a web worker. I have the contents of the various files stored as strings....
Implement `renderToReadableStream` api to allow preact to stream HTML responses from on the server.
I'll totally understand if this is not a priority right now but I thought it couldn't hurt to have an issue to track the request. Here is a reference to...