speakingurl icon indicating copy to clipboard operation
speakingurl copied to clipboard

ES2015+

Open marcobiedermann opened this issue 8 years ago • 3 comments

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.

marcobiedermann avatar Oct 18 '17 20:10 marcobiedermann

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

👍

pid avatar Oct 19 '17 08:10 pid

@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.

marcobiedermann avatar Oct 20 '17 09:10 marcobiedermann

can be created from https://github.com/pid/speakingurl/pull/108 its allready done

const {getSlug} from 'spea...

DrMabuse23 avatar Nov 26 '17 22:11 DrMabuse23