-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for UglifyJS parser (with Spidermonkey transform) #2
Comments
Ugh. It looks like UglifyJS2 only supports taking SpiderMonkey ASTs as input, not creating them. I'll open up an issue and link to it. edit: mishoo/UglifyJS#275 |
@michaelficarra I've closed issue with mishoo/UglifyJS#526 and already used esfuzz (with some adaptations) for generative testing of UglifyJS->SpiderMonkey AST convertor itself. Check out mishoo/UglifyJS#527 for details (hopefully it helps). |
I saw. Nice job. Care to open a PR when the new functionality is in an UglifyJS release? |
But you're using |
Ah, you're right. No it's not. Feel free to send a PR any time. |
I'd like to, and even started rewriting adapter to CoffeeScript, but the problem I have is actually the same as I mentioned in michaelficarra/CoffeeScriptRedux#315 (btw, could you please have a look at it?). This project uses Makefiles and I use Windows. So we don't match each other (at least, without installing and configuring that Cygwin stuff) :( That's why I love JS-based builders. |
You don't need to, really. Just get some gnu stuff, or a git install that comes with all of this. Cygwin is one of the reason people hate windows - cmd.exe is not great, but at least it's not cygwin (others will suggest to use powershell). |
I have required subset of MinGW, but still it behaves pretty different from real Linux shell and sometimes fails (at least, I couldn't build CoffeeScriptRedux nor this project). |
I’ve tried many times, in many different ways to get |
Just install msysgit and voilà, it works. |
Nope - it doesn't :P At least for this project or CoffeeScriptRedux. |
Well, I remember fixing Redux's makefile once upon a time. Or maybe it was the "coffeescript-project" structure. |
As far as I remember, |
Oh, isn't it? Must be in ruby's toolset-thingie,then. My bad. |
No description provided.
The text was updated successfully, but these errors were encountered: