Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Akait 52dc1936a9
chore: refactor plugin name (#19456) 2025-04-23 15:03:37 +03:00
alexander.akait 230f830b4f fix: bug with case sensitive plugin and data: protocol 2023-04-13 04:01:40 +03:00
alexander.akait bb1ae43297 fix: bug with case sensitive plugin and data: protocol 2023-04-13 03:51:59 +03:00
alexander.akait 74d69a13ce fix: bug with case sensitive plugin and data: protocol 2023-04-13 03:51:36 +03:00
Tobias Koppers 57f04262b2 only warn when there is really a casing difference 2021-04-12 12:27:54 +02:00
Florent Cailhol d881bb4c8f Add types to various plugins 2018-11-02 21:06:35 +01:00
Tobias Koppers 11e127d162 pass moduleGraph along with multiple methods 2018-08-02 17:54:42 +02:00
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Florent Cailhol 2a9452e51b Add brackets for multiline if/for statements 2018-05-29 15:45:44 +02:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Florent Cailhol d4811b0d37 Use for-of loops instead of forEach 2018-01-23 22:53:18 +01:00
Florent Cailhol 36c690d37f Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
Tobias Koppers 51c572c4f5 refactor more properties to Sets 2017-11-07 09:17:12 +01:00
Will Mendes c75a8510b9 refactor(WarnCaseSensitiveModulesPlugin): applying feedback 2017-02-08 09:49:12 +01:00
Will Mendes 462194c9b1 refactor(WarnCaseSensitiveModulesPlugin): Using Map in `moduleWithoutCase` 2017-02-08 09:49:11 +01:00
Will Mendes 7140b7dd05 refactor(ES6): upgrade WarnCaseSensitiveModulesPlugin to ES6 2017-02-08 09:49:11 +01:00
Tobias Koppers eb202abeb0 Case warning prints module names
#2362
2016-05-05 15:19:54 +02: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
Avi Haiat daff7440a6 feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
Tobias Koppers cebd3b9722 added linting 2015-04-23 23:55:50 +02:00
Tobias Koppers 998870d9ee Warn about modules with matching names if case is ignored
fixes #210
2014-03-31 11:33:17 +02:00