Commit Graph

37 Commits

Author SHA1 Message Date
Alexander Akait e911f5296d
fix: no `object` types and less `any` types
Github Actions / lint (push) Has been cancelled Details
Github Actions / basic (push) Has been cancelled Details
Github Actions / validate-legacy-node (push) Has been cancelled Details
Github Actions / unit (push) Has been cancelled Details
Github Actions / integration (10.x, macos-latest, a) (push) Has been cancelled Details
Github Actions / integration (10.x, macos-latest, b) (push) Has been cancelled Details
Github Actions / integration (10.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (10.x, ubuntu-latest, b) (push) Has been cancelled Details
Github Actions / integration (10.x, windows-latest, a) (push) Has been cancelled Details
Github Actions / integration (10.x, windows-latest, b) (push) Has been cancelled Details
Github Actions / integration (12.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (14.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (16.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (18.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (18.x, ubuntu-latest, b) (push) Has been cancelled Details
Github Actions / integration (20.x, macos-latest, a) (push) Has been cancelled Details
Github Actions / integration (20.x, macos-latest, b) (push) Has been cancelled Details
Github Actions / integration (20.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (20.x, ubuntu-latest, b) (push) Has been cancelled Details
Github Actions / integration (20.x, windows-latest, a) (push) Has been cancelled Details
Github Actions / integration (20.x, windows-latest, b) (push) Has been cancelled Details
Github Actions / integration (22.x, macos-latest, a) (push) Has been cancelled Details
Github Actions / integration (22.x, macos-latest, b) (push) Has been cancelled Details
Github Actions / integration (22.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (22.x, ubuntu-latest, b) (push) Has been cancelled Details
Github Actions / integration (22.x, windows-latest, a) (push) Has been cancelled Details
Github Actions / integration (22.x, windows-latest, b) (push) Has been cancelled Details
Github Actions / integration (23.x, ubuntu-latest, a) (push) Has been cancelled Details
Github Actions / integration (23.x, ubuntu-latest, b) (push) Has been cancelled Details
Github Actions / integration (lts/*, ubuntu-latest, a, 1) (push) Has been cancelled Details
Github Actions / integration (lts/*, ubuntu-latest, b, 1) (push) Has been cancelled Details
2025-04-02 19:02:22 +03:00
Tobias Koppers d57820c53e make RequestShortener simpler, only use relative path 2020-01-15 18:48:37 +01:00
Tobias Koppers ce6780aed1 Merge tag 'v4.41.1' into next
4.41.1
2019-10-11 13:56:07 +02:00
Ilya Goncharov 4f3c662f82 Add unit tests for RequestShortener 2019-10-03 13:00:43 +03:00
Ilya Goncharov c6ac157ba3 Use unified path separator 2019-10-02 19:43:20 +03:00
Ilya Goncharov ab59263662 Fix path separator for Windows 2019-10-02 19:11:49 +03:00
Ilya Goncharov 3247308f17 Fix parent directory replacement with lint fixes 2019-10-02 18:49:32 +03:00
Ilya Goncharov 4720b12663 Add separator to path only for directory regexp 2019-10-02 18:49:25 +03:00
Ilya Goncharov c3d125e517 Fix incorrect path cropping in RequestShortener 2019-10-02 18:48:12 +03:00
Tobias Koppers e9c0d068dd refactor filesystem interfaces
add Compiler.intermediateFileSystem
avoid using `path` and `fs` module when possible
move `join`, `mkdirp` and `dirname` into utils
join and dirname is optional in FileSystem interface
remove mkdirp from Filesystem interface
2019-06-11 17:32:58 +02:00
Florent Cailhol 66dd4f992a Add missing typings 2018-11-23 21:50:26 +01:00
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Tobias Koppers 530e1fb172 Add matchResource feature (for loaders)
Match rules with custom resource name
Also use this name as rule.issuer or splitChunks test
Show nicely in stats
2018-06-01 15:37:17 +02:00
Florent Cailhol 2a9452e51b Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
Josh Soref 126efaf1f6 spelling: separator 2018-02-26 02:43:28 +00:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Tobias Koppers 7a95b8c051 memorize request shortener results 2017-11-24 17:21:03 +01:00
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