Skip to content
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

ES2015+ #112

Open
marcobiedermann opened this issue Oct 18, 2017 · 3 comments
Open

ES2015+ #112

marcobiedermann opened this issue Oct 18, 2017 · 3 comments

Comments

@marcobiedermann
Copy link

I recommend translating the syntax to ES6. This way the code is way more readable, maintainable and makes use of some new features like Maps (for localisation), module imports and exports (for code splitting, module bundling and tree shaking) and many more.
If you are interested, I could start working on implementing it.

@pid
Copy link
Owner

pid commented Oct 19, 2017

If you are interested, I could start working on implementing it.

👍

@pid pid mentioned this issue Oct 19, 2017
@marcobiedermann
Copy link
Author

@pid
For you information: I already started working on this one.
My plan is to clean up the internal structure without changing the public API in any way. This could be done in the second step.
So I would tackle locals in a separate issue.

@DrMabuse23
Copy link

DrMabuse23 commented Nov 26, 2017

can be created from #108 its allready done

const {getSlug} from 'spea...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants