Jonathan e92ec6aba7 Change getModuleName regex to only remove extenion
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
2015-02-03 01:52:24 -05:00
2015-01-06 22:43:36 +11:00
2015-02-02 21:37:11 +11:00
2015-01-25 18:46:04 +11:00
2014-09-28 23:39:22 +10:00
2015-01-20 01:13:28 +11:00
2015-01-30 21:17:16 +11:00
2015-01-22 19:23:56 +11:00
2015-01-13 22:26:33 +11:00
2015-01-20 00:56:09 +11:00
2015-01-28 13:15:45 +11:00
2015-02-02 21:16:53 +11:00
2014-12-16 22:17:35 -08:00
2015-01-14 19:01:53 -05:00
2015-01-01 13:03:38 +01:00
2015-02-01 16:38:13 +11:00
2015-02-02 21:36:04 +11:00

6to5

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
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%