webpack/lib
Einar Löve b1aa918a65 Remove check for this.silent 2016-11-10 10:42:27 +01:00
..
dependencies improved PR, fixed some minor issues 2016-11-08 08:42:22 +01:00
node replaced calls to Object.assign with objectAssign to support node 0.12.x (#3080) 2016-09-30 09:24:05 -05:00
optimize fix 'no-loop-func' warnings 2016-10-29 18:53:54 +05:30
web feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
webworker Merge pull request #2988 from matthewtoast/master 2016-09-15 00:27:52 +02:00
APIPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
AbstractPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
AmdMainTemplatePlugin.js moves stuff from webpack-core to webpack-sources 2015-12-29 17:44:55 +01:00
ArrayMap.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
AsyncDependenciesBlock.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
AutomaticPrefetchPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
BannerPlugin.js [BannerPlugin] change chunk.initial to chunk.isInitial() 2016-07-15 16:19:42 +02:00
BasicEvaluatedExpression.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
CachePlugin.js fixed CachePlugin caching issues #2003 2016-05-06 19:42:06 +02:00
CaseSensitiveModulesWarning.js sort modules in warning for more consistent warnings 2016-06-08 00:22:43 +02:00
Chunk.js bug fix for agressive merging 2016-09-07 12:37:47 +02:00
ChunkRenderError.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
ChunkTemplate.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
CommonJsHarmonyMainTemplatePlugin.js added libraryTarget commonjs-module 2016-09-08 22:26:43 +02:00
CompatibilityPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
Compilation.js fix 'no-loop-func' warnings 2016-10-29 18:53:54 +05:30
Compiler.js reduce fn.bind(this) usage by aliasing `this` to `self` (#3146) 2016-10-17 13:26:22 -05:00
ConstPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
ContextModule.js Fix issue with async dynamic System.import dependencies not being re-emitted 2016-06-28 10:42:35 -07:00
ContextModuleFactory.js refactor ModuleFactory to take an object instead of multiple arguments 2016-07-20 12:51:03 +02:00
ContextReplacementPlugin.js ContextReplacementPlugin should remove critical dependency warnings 2016-07-20 12:51:40 +02:00
DefinePlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
DelegatedModule.js finished refactory of tree shaking 2016-09-07 09:44:53 +02:00
DelegatedModuleFactoryPlugin.js refactor ModuleFactory to take an object instead of multiple arguments 2016-07-20 12:51:03 +02:00
DelegatedPlugin.js added experimental DelegatedModules 2015-05-13 00:17:06 +02:00
DependenciesBlock.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
DependenciesBlockVariable.js moves stuff from webpack-core to webpack-sources 2015-12-29 17:44:55 +01:00
Dependency.js track which exported are provided by the modules 2016-09-05 23:41:03 +02:00
DllEntryPlugin.js added DllPlugin and dll example 2015-05-16 18:27:59 +02:00
DllModule.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
DllModuleFactory.js refactor ModuleFactory to take an object instead of multiple arguments 2016-07-20 12:51:03 +02:00
DllPlugin.js changed lib manifest format to store harmony structure information 2016-08-17 12:05:29 +02:00
DllReferencePlugin.js Supplying extensions when constructing DllReferencePlugin 2016-09-19 21:56:02 +02:00
EntryModuleNotFoundError.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
EntryOptionPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
Entrypoint.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
EnvironmentPlugin.js Remove check for this.silent 2016-11-10 10:42:27 +01:00
EvalDevToolModulePlugin.js feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
EvalDevToolModuleTemplatePlugin.js fix eval-source-map failing when source ends with comment 2016-01-05 10:41:59 -05:00
EvalSourceMapDevToolModuleTemplatePlugin.js added sourceRoot option for SourceMap plugins 2016-05-05 10:24:18 +02:00
EvalSourceMapDevToolPlugin.js added sourceRoot option for SourceMap plugins 2016-05-05 10:24:18 +02:00
ExtendedAPIPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
ExternalModule.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
ExternalModuleFactoryPlugin.js fix 'no-loop-func' warnings 2016-10-29 18:53:54 +05:30
ExternalsPlugin.js refactored ExternalsPlugins to plugin based approach 2015-05-13 00:15:01 +02:00
FlagDependencyExportsPlugin.js fix another bug observed in #2977 2016-09-09 14:50:14 +02:00
FlagDependencyUsagePlugin.js fixed compatibility issue 2015-12-26 20:42:52 +01:00
FlagInitialModulesAsUsedPlugin.js beautify file 2016-08-17 13:26:47 +02:00
FunctionModulePlugin.js feat(app): Fix some obvious lint errors and warnings 2015-07-08 15:52:41 +03:00
FunctionModuleTemplatePlugin.js emit more pretty es6 runtime code 2016-09-07 09:46:13 +02:00
HashedModuleIdsPlugin.js added HashedModuleIdsPlugin 2015-11-29 20:16:01 +01:00
HotModuleReplacement.runtime.js fix 'no-loop-func' warnings 2016-10-29 18:53:54 +05:30
HotModuleReplacementPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
HotUpdateChunkTemplate.js new way to handle new ids, reuse old ids 2016-07-18 00:41:26 +02:00
IgnorePlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
JsonpChunkTemplatePlugin.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
JsonpExportMainTemplatePlugin.js moves stuff from webpack-core to webpack-sources 2015-12-29 17:44:55 +01:00
JsonpHotUpdateChunkTemplatePlugin.js new way to handle new ids, reuse old ids 2016-07-18 00:41:26 +02:00
JsonpMainTemplate.runtime.js Fix hot loader compatibility with Java8 Nashorn 2015-12-04 15:02:11 +00:00
JsonpMainTemplatePlugin.js new way to handle new ids, reuse old ids 2016-07-18 00:41:26 +02:00
JsonpTemplatePlugin.js feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
LibManifestPlugin.js finished refactory of tree shaking 2016-09-07 09:44:53 +02:00
LibraryTemplatePlugin.js added libraryTarget commonjs-module 2016-09-08 22:26:43 +02:00
LoaderOptionsPlugin.js fixed small issues with new loader-runner 2015-12-30 16:39:10 +01:00
LoaderTargetPlugin.js Unused requires 2014-04-09 09:21:43 +02:00
MainTemplate.js fixed some standard linting issues 2016-09-20 00:19:39 +02:00
MemoryOutputFileSystem.js Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js use new RuleSet matching instead of LoadersList 2016-09-15 00:22:10 +02:00
ModuleBuildError.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
ModuleDependencyWarning.js refactor how critical warnings are reported 2016-06-24 01:51:52 +02:00
ModuleError.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
ModuleFilenameHelpers.js Prevent request names from breaking comments 2016-06-07 11:21:36 +02:00
ModuleNotFoundError.js compilation error don't affect parent module 2016-07-03 13:13:01 +02:00
ModuleParseError.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
ModuleParserHelpers.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
ModuleReason.js Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
ModuleTemplate.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
ModuleWarning.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
MovedToPluginWarningPlugin.js fixed some standard linting issues 2016-09-20 00:19:39 +02:00
MultiCompiler.js consistent order in MultiCompiler 2016-09-20 00:20:16 +02:00
MultiEntryPlugin.js fixed #1068 2015-05-17 19:14:05 +02:00
MultiModule.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
MultiModuleFactory.js refactor ModuleFactory to take an object instead of multiple arguments 2016-07-20 12:51:03 +02:00
NamedModulesPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
NewWatchingPlugin.js feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
NoErrorsPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
NodeStuffPlugin.js replaced calls to Object.assign with objectAssign to support node 0.12.x (#3080) 2016-09-30 09:24:05 -05:00
NormalModule.js fix 'no-inner-declarations' warnings 2016-10-29 19:30:01 +05:30
NormalModuleFactory.js replaced calls to Object.assign with objectAssign to support node 0.12.x (#3080) 2016-09-30 09:24:05 -05:00
NormalModuleReplacementPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
NullFactory.js refactor ModuleFactory to take an object instead of multiple arguments 2016-07-20 12:51:03 +02:00
OptionsApply.js feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
OptionsDefaulter.js fix 'no-loop-func' warnings 2016-10-29 18:53:54 +05:30
Parser.js chore(): Refactor code and fix test filter 2016-11-09 22:20:12 +10:00
PrefetchPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
ProgressPlugin.js fix 'no-inner-declarations' warnings 2016-10-29 19:30:01 +05:30
ProvidePlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
RawModule.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
RecordIdsPlugin.js new way to handle new ids, reuse old ids 2016-07-18 00:41:26 +02:00
RequestShortener.js Fix Windows filename backslash incompatibility 2015-12-18 13:52:23 +01:00
RequireJsStuffPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
RuleSet.js fixed 'beautify-lint' errors in 'lib/RuleSet.js' 2016-10-29 01:06:46 +05:30
SetVarMainTemplatePlugin.js moves stuff from webpack-core to webpack-sources 2015-12-29 17:44:55 +01:00
SingleEntryPlugin.js expose `loc` for every Dependency 2015-05-10 18:31:58 +02:00
SourceMapDevToolModuleOptionsPlugin.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
SourceMapDevToolPlugin.js added sourceRoot option for SourceMap plugins 2016-05-05 10:24:18 +02:00
Stats.js improved and fixed stats 2016-09-09 14:19:36 +02:00
Template.js new way to handle new ids, reuse old ids 2016-07-18 00:41:26 +02:00
TemplatedPathPlugin.js fixed #1239 2015-07-22 22:34:25 +02:00
UmdMainTemplatePlugin.js fix #2096 2016-10-29 21:14:38 +05:30
UnsupportedFeatureWarning.js add missing constructors for all classes needed 2016-05-20 13:39:36 +08:00
UseStrictPlugin.js refactoring: moved parser instancation into NormalModuleFactory 2016-09-15 00:22:10 +02:00
WarnCaseSensitiveModulesPlugin.js Case warning prints module names 2016-05-05 15:19:54 +02:00
WatchIgnorePlugin.js removed deprecated parameters for plugins 2015-10-28 23:26:52 +01:00
WebpackOptionsApply.js MultiCompiler with compilers depend on other 2016-09-16 01:20:34 +02:00
WebpackOptionsDefaulter.js Remove automatic -loader module name extension (#3102) 2016-10-25 23:03:59 +02:00
WebpackOptionsValidationError.js Fix validation schema accepting invalid values when `instanceof` is used 2016-11-03 23:52:59 +01:00
compareLocations.js refactoring and aggressive-splitting plugin 2016-07-13 11:03:14 +02:00
removeAndDo.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00
validateSchema.js Merge branch 'master' into SpaceK33z-fix-schema-instanceof 2016-11-04 10:31:26 +01:00
webpack.js Implement feedback 2016-11-03 15:02:14 +01:00
webpack.web.js rebeautify without spacing after keyword 2015-07-16 00:19:23 +02:00