webpack/lib
Avi Haiat daff7440a6 feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
..
dependencies feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
node feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
optimize feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
web feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
webworker feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
APIPlugin.js feat(app): Improve eslint and jsbeautify 2015-07-08 15:16:50 +03:00
AbstractPlugin.js added linting 2015-04-23 23:55:50 +02:00
AmdMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
ArrayMap.js added linting 2015-04-23 23:55:50 +02:00
AsyncDependenciesBlock.js more reliable recording and hashing of async chunks 2015-04-21 08:35:34 +02:00
AutomaticPrefetchPlugin.js added linting 2015-04-23 23:55:50 +02:00
BannerPlugin.js Add include/exclude filtering to BannerPlugin 2015-05-09 02:36:00 +02:00
BasicEvaluatedExpression.js added linting 2015-04-23 23:55:50 +02:00
CachePlugin.js feat(app): Improve eslint and jsbeautify 2015-07-08 15:16:50 +03:00
CaseSensitiveModulesWarning.js Update CaseSensitiveModulesWarning.js 2014-08-28 14:25:28 +02:00
Chunk.js Refactor size method for Chunks 2015-05-31 20:02:07 -07:00
ChunkRenderError.js throw an error when trying to use [chunkhash] 2015-06-27 11:34:17 +02:00
ChunkTemplate.js fixed [chunkhash] and [name] issue 2015-06-24 23:17:12 +02:00
CompatibilityPlugin.js added linting 2015-04-23 23:55:50 +02:00
Compilation.js feat(app): Improve eslint and jsbeautify 2015-07-08 15:16:50 +03:00
Compiler.js allow to pass watch options 2015-05-10 13:50:15 +02:00
ConcatSource.js added linting 2015-04-23 23:55:50 +02:00
ConstPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
ContextModule.js expose `loc` for every Dependency 2015-05-10 18:31:58 +02:00
ContextModuleFactory.js added linting 2015-04-23 23:55:50 +02:00
ContextReplacementPlugin.js Support callbacks in newResource 2014-10-23 12:58:26 +04:00
CriticalDependenciesWarning.js Code Quality 2014-06-24 18:53:32 +02:00
DefinePlugin.js added linting 2015-04-23 23:55:50 +02:00
DelegatedModule.js added support for scoped dlls 2015-05-17 23:03:21 +02:00
DelegatedModuleFactoryPlugin.js added support for scoped dlls 2015-05-17 23:03:21 +02:00
DelegatedPlugin.js added experimental DelegatedModules 2015-05-13 00:17:06 +02:00
DependenciesBlock.js better criteria for modules without require fn 2015-05-31 23:28:24 +02:00
DependenciesBlockVariable.js better criteria for modules without require fn 2015-05-31 23:28:24 +02:00
Dependency.js generate two indices, which representent global order 2015-05-10 18:43:47 +02:00
DllEntryPlugin.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
DllModule.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
DllModuleFactory.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
DllPlugin.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
DllReferencePlugin.js added DllReferencePlugin 2015-05-17 11:06:35 +02:00
EntryModuleNotFoundError.js print fatal error details 2014-02-26 09:37:10 +01:00
EntryOptionPlugin.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
EnvironmentPlugin.js fixed enviroment plugin test cases 2015-01-06 23:02:44 +01:00
EvalDevToolModulePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
EvalDevToolModuleTemplatePlugin.js added linting 2015-04-23 23:55:50 +02:00
EvalSourceMapDevToolModuleTemplatePlugin.js added linting 2015-04-23 23:55:50 +02:00
EvalSourceMapDevToolPlugin.js added cheap-source-map and lineToLine option 2015-04-05 01:52:30 +02:00
ExtendedAPIPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
ExternalModule.js feat(app): Improve eslint and jsbeautify 2015-07-08 15:16:50 +03:00
ExternalModuleFactoryPlugin.js refactored ExternalsPlugins to plugin based approach 2015-05-13 00:15:01 +02:00
ExternalsPlugin.js refactored ExternalsPlugins to plugin based approach 2015-05-13 00:15:01 +02:00
FunctionModulePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
FunctionModuleTemplatePlugin.js better criteria for modules without require fn 2015-05-31 23:28:24 +02:00
HotModuleReplacement.runtime.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
HotModuleReplacementPlugin.js fixed #1075 2015-05-18 23:32:41 +02:00
HotUpdateChunkTemplate.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
IgnorePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
JsonpChunkTemplatePlugin.js removed semicolon 2015-03-03 20:08:20 +01:00
JsonpExportMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
JsonpHotUpdateChunkTemplatePlugin.js Replace ad-hoc identifier cleansing with helper function 2014-08-04 08:25:33 -06:00
JsonpMainTemplate.runtime.js separated runtime code from compiler code 2015-04-28 23:38:41 +02:00
JsonpMainTemplatePlugin.js separated runtime code from compiler code 2015-04-28 23:38:41 +02:00
JsonpTemplatePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
LibManifestPlugin.js added DllReferencePlugin 2015-05-17 11:06:35 +02:00
LibraryTemplatePlugin.js added linting 2015-04-23 23:55:50 +02:00
LoaderTargetPlugin.js Unused requires 2014-04-09 09:21:43 +02:00
MainTemplate.js fixed [chunkhash] and [name] issue 2015-06-24 23:17:12 +02:00
MemoryOutputFileSystem.js Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js reset module index and index2 when loading from cache 2015-06-13 17:44:52 +02:00
ModuleFilenameHelpers.js added linting 2015-04-23 23:55:50 +02:00
ModuleNotFoundError.js watching of missing files, fixed #668 2015-01-17 21:55:44 +01:00
ModuleParseError.js Don't show error messages for binary files 2014-03-20 08:38:28 +01:00
ModuleParserHelpers.js fixed some stuff 2013-02-08 00:18:47 +01:00
ModuleReason.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
ModuleTemplate.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
MovedToPluginWarningPlugin.js added linting 2015-04-23 23:55:50 +02:00
MultiCompiler.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
MultiEntryPlugin.js fixed #1068 2015-05-17 19:14:05 +02:00
MultiModule.js added (experimental) NamedModulesPlugin 2015-06-27 22:47:51 +02:00
MultiModuleFactory.js added linting 2015-04-23 23:55:50 +02:00
NamedModulesPlugin.js added (experimental) NamedModulesPlugin 2015-06-27 22:47:51 +02:00
NewWatchingPlugin.js watching of missing files, fixed #668 2015-01-17 21:55:44 +01:00
NoErrorsPlugin.js added `NoErrorsPlugin`, which doesn't emit on error 2014-09-03 14:16:17 +02:00
NodeStuffPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
NormalModule.js Merge pull request #1060 from webpack/multi-build 2015-05-30 02:37:25 +02:00
NormalModuleFactory.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
NormalModuleReplacementPlugin.js added linting 2015-04-23 23:55:50 +02:00
NullFactory.js Code Quality 2014-06-24 18:53:32 +02:00
OldWatchingPlugin.js watching of missing files, fixed #668 2015-01-17 21:55:44 +01:00
OptionsApply.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
OriginalSource.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
Parser.js added linting 2015-04-23 23:55:50 +02:00
PrefetchPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
ProgressPlugin.js added linting 2015-04-23 23:55:50 +02:00
ProvidePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
RawModule.js added linting 2015-04-23 23:55:50 +02:00
RawSource.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
RecordIdsPlugin.js added linting 2015-04-23 23:55:50 +02:00
RequestShortener.js added linting 2015-04-23 23:55:50 +02:00
RequireJsStuffPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
ResolverPlugin.js support symlinks, fixed #554 2015-01-17 21:57:28 +01:00
SetVarMainTemplatePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
SingleEntryPlugin.js expose `loc` for every Dependency 2015-05-10 18:31:58 +02:00
Source.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
SourceMapDevToolModuleOptionsPlugin.js added cheap-source-map and lineToLine option 2015-04-05 01:52:30 +02:00
SourceMapDevToolPlugin.js added linting 2015-04-23 23:55:50 +02:00
SourceMapSource.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
Stats.js throw an error when trying to use [chunkhash] 2015-06-27 11:34:17 +02:00
Template.js added (experimental) NamedModulesPlugin 2015-06-27 22:47:51 +02:00
TemplatedPathPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
UmdMainTemplatePlugin.js support library with CommonsChunkPlugin 2014-12-22 16:10:23 +01:00
UnsupportedFeatureWarning.js more useful error when using require.extensions #104 2013-10-11 10:42:25 +02:00
WarnCaseSensitiveModulesPlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
WatchIgnorePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
WebpackOptionsApply.js Merge pull request #1060 from webpack/multi-build 2015-05-30 02:37:25 +02:00
WebpackOptionsDefaulter.js Added possibility to crossorigin load chunks 2015-04-17 15:57:42 +02:00
removeAndDo.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
webpack.js added (experimental) NamedModulesPlugin 2015-06-27 22:47:51 +02:00
webpack.web.js make it webpack-able 2013-07-10 23:20:07 +02:00