Nick Randall
Nick Randall
I can confirm that the prefresh runtime, prefresh wrapper transformer, and swc refresh transformer are all being run in the test environment so it *should* be working.
@mischnic any chance you could help me figure out how to test this feature?
@devongovett or @mischnic any chance you should show me how to only run tests in a specific file? (Specifically the tests added in ` packages/core/integration-tests/test/prefresh.js`) EDIT: In an attempt to...
> I think most is related to context, diff these two files with your favourite tool: > > * [https://github.com/preactjs/prefresh/blob/main/packages/babel/src/index.mjs](https://github.com/preactjs/prefresh/blob/main/packages/babel/src/index.mjs?rgh-link-date=2022-07-31T18%3A55%3A40Z) > * [https://github.com/facebook/react/blob/main/packages/react-refresh/src/ReactFreshBabelPlugin.js](https://github.com/facebook/react/blob/main/packages/react-refresh/src/ReactFreshBabelPlugin.js?rgh-link-date=2022-07-31T18%3A55%3A40Z) The bulk of the changes are in...
My use case is that our components log message to show that things are happening. It would be helpful to for our users to open the console and see these...
@Andarist Now that #2819 is almost finished, I may have capacity to take on this over the next month or so. That said, I wouldn't even know where to start...
Yet another PR #173
@dougwilson are you available to re-review this PR? I'd love to see this get merged sooner rather than later. Thanks for all you do!
@danielgindi Thanks for all your work on this. Let me know if you'd like any assistance on addressing the latest issue @dougwilson reported. I'm happy to help where I can.
I will make a change so that if brotli and gzip are preferred equally (regardless of order) the system will prefer brotli. Otherwise, the system will prefer the more preferred...