Niklas Mischkulnig

Results 517 comments of Niklas Mischkulnig

This isn't supported at the moment. Underlying libui issue: https://github.com/andlabs/libui/issues/318

The linked PR is merged, any chance this package can be updated?

Here's an example of how this is broken with just PostCSS CLI and printing the messages: https://github.com/mischnic/tailwind-issue-6516 Run `yarn` first Then `node run.js` (in the root) will behave as expected:...

But the problem is that Prefresh uses a different Babel transformation than the existing one for React Fast Refresh? https://github.com/preactjs/prefresh/tree/main/packages/babel

- Remove the example you added - Instead add a test, maybe similar to this one: https://github.com/parcel-bundler/parcel/blob/c1f3bb1d8b6aede472229f111ea6621687dd9943/packages/core/integration-tests/test/react-refresh.js#L82

Yeah, when I added the React Refresh it was quite hard to get some of them to work. I remember adding some console.logs in the runtime. I can take a...

I'm on M1 as well, but all tests pass for me with clone + `yarn install && yarn build-native && yarn test`.

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/facebook/react/blob/main/packages/react-refresh/src/ReactFreshBabelPlugin.js

Isn't `sourceBundles` only set for the experimental bundler anyway? So you don't actually need the type check and actually the type of the function parameter should be changed? (And same...

I think the proper solution would be setting this to `tsx` instead if the typescript option is enabled, then it would use the pipeline that is used by all Typescript...