Commit Graph

24 Commits

Author SHA1 Message Date
Suguru Motegi 864e563173 replace Async with Neo-Async 2018-02-11 14:31:08 -08:00
Evan Scott 09bf8f5496 refactor: adjustments per PR comments 2018-01-24 00:55:53 -05:00
Evan Scott 1f29fa9b51 perf: refactor various timestamp caches into ES6 Maps
This change satisfies https://github.com/webpack/webpack/issues/6234
which desires to change the timestamp caches from plain objects to
the ES6 Map type to avoid deopts, since v8 expects things to be
added to Maps but objects are only fast if properties aren't added
dynamically after initial assignment.
2018-01-23 02:30:22 -05:00
Florent Cailhol 7dd41b55c6 Replace deprecated Tapable#apply by Plugin#apply 2017-12-20 11:53:56 +01:00
Florent Cailhol 36c690d37f Use tapable instead of 'plugin' 2017-12-08 14:23:31 +01:00
Tobias Koppers f7c2f8e470 Update code style to arrow functions 2017-11-08 11:56:01 +01:00
Tobias Koppers 8f9401ac4e remove notCacheable 2017-09-14 09:21:28 +02:00
Tobias Koppers 3d99168a67 remove unused code, add todo comment 2017-09-13 17:21:38 +02:00
Tobias Koppers 0975d13da7 assign correct cache to child compilation
fixes webpack-contrib/extract-text-webpack-plugin#612
2017-09-13 16:29:37 +02:00
SendilKumar N 26456f96d4 Changing async to asyncLib 2017-04-05 21:05:00 +08:00
Sergey Rubanov 9f3b868385 refactor(es6): Upgrade CachePlugin to es6 (#3680) 2017-01-02 15:32:55 -06:00
Tobias Koppers 6b47e83812 ingore flacky function from code coverage 2016-12-30 09:50:23 +01:00
Tobias Koppers 1c658edf5b fixed CachePlugin caching issues #2003 2016-05-06 19:42:06 +02:00
Tobias Koppers 417fdea9b6 fixed incorrect plugin type 2016-02-10 14:52:00 +01:00
Tobias Koppers ce20a11a66 only warn if really watching 2016-02-09 23:32:04 +01:00
Tobias Koppers b93aacbecf DedupePlugin cannot be cached 2016-02-09 22:34:10 +01:00
Tobias Koppers 3939bc40e5 track fs accurency and ajust mtimes of files upwards
#2003
2016-02-09 20:49:36 +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
Avi Haiat 5594eab317 feat(app): Improve eslint and jsbeautify 2015-07-08 15:16:50 +03:00
Tobias Koppers cebd3b9722 added linting 2015-04-23 23:55:50 +02:00
Tobias Koppers 1e37053f7e Sorted out some MultiCompiler issues 2014-06-18 23:02:33 +02:00
Kyle Robinson Young 4fbd9013ec CachePlugin: Continue when file is deleted 2014-06-06 10:38:19 -07:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00