Commit Graph

20 Commits

Author SHA1 Message Date
Sean Larkin 70b7d2fe78 fix(sp): spelling mistake in const name 2017-07-06 09:54:50 -05:00
Sean Larkin c2fa5d43b3 feat(perf): remove unneded regexp escape 2017-07-01 21:42:03 -05:00
Sean Larkin 987a9f3954 feat(perf): hoist final regexp 2017-07-01 18:18:29 -05:00
Sean Larkin 5806d15221 feat(perf): combine two functions, fix found bug 2017-07-01 18:13:51 -05:00
Sean Larkin 082a605791 feat(perf): hoist one more function 2017-06-30 15:07:02 -05:00
Sean Larkin f694faad47 feat(perf): hosisted two more literals 2017-06-30 14:52:20 -05:00
Sean Larkin 998c2bb210 feat(perf): Hoist RegExp literals in RequestShortener 2017-06-30 14:46:59 -05:00
Tobias Koppers 26f79f5b30 Merge branch 'master' into fix/node_modules_mangle 2017-04-11 08:40:15 +02:00
Tim Sebastian c057e07e7f avoid using let in RequestShortener 2017-02-05 12:20:22 +11:00
Tobias Koppers dca8e62b60 don't shorten node_modules to ~
it's confusing
2017-02-01 14:19:16 +01:00
aem ded39c1169 refactor(es6): upgrade RequestShortner to ES6 2017-01-09 22:28:15 +00:00
Andrey Taranov 59b3979635 Fix Windows filename backslash incompatibility
With some loaders (specifically with babel) under Windows the file names
in the source map already come converted to forward slashes. This is
incompatible with RequestShortener so that the source map paths are not
shortened to a relative path. This change makes RequestShortener tolerant
to such cases while preserving existing behaviour.

Fixes #1770
2015-12-18 13:52:23 +01:00
Tobias Koppers f7d799adb4 rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
Avi Haiat 0a340f2b1a feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
Tobias Koppers cebd3b9722 added linting 2015-04-23 23:55:50 +02:00
Tobias Koppers 7e08847df5 fixes #266 2014-05-14 08:20:57 +02:00
Tobias Koppers 58586f8ae2 make it webpack-able 2013-07-10 23:20:07 +02:00
Tobias Koppers e43ec6251e fixed edge cases 2013-04-02 09:14:19 +02:00
Tobias Koppers 3315480432 fixed some bugs 2013-02-13 13:00:01 +01:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00