Jeremy

Results 39 comments of Jeremy

I completely agree, but npm owners have too many good ideas. I have no strong opinions or skin in the game here btw, just chatting. Idk, pnpm or yarn for...

an easier solution might be to use templates for the most common decorators and leave it at that. like for mobx (which i also use) , relies on 3, 2...

One thing to consider , is that you can basically separate decorators into 2 categories. 1) hoc (ie: withSomeProps) 2) compile time reflectors (inversify,angular) Most decorators are just the hoc...

Cool, thank you for the direction. I’ll give the parser a go. From the information in the current output, i dont think i’ll need to modify it at all ,...

My thoughts for bundling is that it really shouldnt be any more complicated than concating and transpiling, theres really no need to resolve anything, its either in your project or...

electron and ssr demo here if you want to check it out https://github.com/jeremy-coleman/sucrase-experiments/tree/dev

The nameStyle function isnt used as a standalone in the code above, but accepts as its first argument a string for the classname of an individial rule its just style()...

I agree no real need for a second function, i was advocating for making it an optional second arg on a new function just in the off chance it had...

have fun https://uifabricicons.azurewebsites.net/

blank screen for me too