AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
5 stars 2 forks source link

Use ES6 Classes instead of ES5 Classes #87

Closed Danacus closed 7 years ago

Danacus commented 7 years ago

I've changed all ES5 Classes to ES6 Classes by using a tool called Lebab (opposite of Babel). This pull request includes all changes of the previous pull request.

Danacus commented 7 years ago

You may skip this pull request too and go to #88 instead, if you like the things I changed in #88.

AlyxMoon commented 7 years ago

So I'm just going to close this one right away, not because I don't want the changes but because this is everything from the other pull request plus one commit. So can you wait until I get that in, and then open another pull request with just the one commit relevant to this?

Danacus commented 7 years ago

Ok, I'll do that. I'm trying out a lot of weird things with the pull requests, I understand you don't like the way I do it.