swc-plugin-jsx-dom-expressions
swc-plugin-jsx-dom-expressions copied to clipboard
An SWC implementation of the SolidJS Dom Expressions compiler
don't increase the index used for determining whether to use `firstChild` or `nextSibling` when we don't get a dom node I'm not a 100% on the logic but it seems...
Probably better to try to assign to my expression types than ignoring ones.
I'm not sure why the imports were limited to only one specific context. Check was introduced by [this commit](https://github.com/milomg/swc-plugin-jsx-dom-expressions/commit/c24c748cee6c245ddd77f60288bb0c70efc7219d#diff-2e6608821369d72f1a4c4ea5cc1f9d6d1446be2617e1cef466f7528e6429f101)
ssr?
I have Scenario with Translation Provider So on one file ``` js const TransContext = createContext(); export const useTransContext = () => useContext(TransContext); function createTransContext(){ // some code } export...
I was not able to use with yet. I think I am missing some configuration on the swc loader