chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
seancorfield 2020-01-06T22:59:51.045800Z

@mauricio.szabo Thanks for the quick fix on dynamic vars (the * in the regex). I haven't looked at the actual code change for it, but do you think it will address code that uses ? and various other regex characters?

mauricio.szabo 2020-01-06T23:27:47.046700Z

Yes, it adds support for all these chars: \.*+|?()[]{}$^

mauricio.szabo 2020-01-06T23:29:01.048500Z

I just need to be sure if a ? at the beginning of a variable works. I don't know if I need to configure Atom to understand that it is a valid name for a var

seancorfield 2020-01-06T23:33:35.049900Z

Cool. Will upgrade maybe tonight or tomorrow and let you know if I see any more of those errors. I only asked about ? because I saw a console error about it in some code context this morning (can't remember what now) and I'd only seen the *-related errors before.

1👍