Given a names like: "some.module.js" and "some.other.module.js" the current regex in DefaultFormatter.prototype.getModuleName will overmatch and only return "some" as the module name in both cases. Changing the . character class to \w will make sure it does not pick up additional sections and returns "some.module" and "some.other.module" for the names
6to5 turns ES6+ code into vanilla ES5, so you can use next generation features today.
For more information view the documentation. For support visit the gitter room.
Description
Languages
JavaScript
99.5%
Makefile
0.3%
HTML
0.1%