webpack/lib
Tobias Koppers f1739f9af9 add new hook to progress 2017-05-28 17:19:48 +02:00
..
dependencies use `Object` constructor to clear context from functions 2017-05-21 20:16:39 +02:00
node replace let with const for variables with no reassignment 2017-05-06 22:16:50 +02:00
optimize update graph correctly 2017-05-28 17:18:41 +02:00
performance Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
util make paths for records agnostic of OS 2017-04-07 23:37:42 +10:00
web
webworker Add webpackMode optios for import() 2017-05-05 09:03:24 +02:00
APIPlugin.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
AmdMainTemplatePlugin.js Remove unnecessary backtick in AmdMainTemplatePlugin 2017-03-02 14:40:41 +01:00
AsyncDependenciesBlock.js Use a Set to store modules in a chunk 2017-05-16 11:50:50 +02:00
AutomaticPrefetchPlugin.js Changing async to asyncLib 2017-04-05 21:05:00 +08:00
BannerPlugin.js shouldnt exclude ? when parsing querystring 2017-04-17 15:58:04 -04:00
BasicEvaluatedExpression.js Update variable declarations according to ES6 2017-03-02 15:09:09 +01:00
CachePlugin.js Changing async to asyncLib 2017-04-05 21:05:00 +08:00
CaseSensitiveModulesWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
Chunk.js improve a few issues 2017-05-20 14:54:42 +02:00
ChunkRenderError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ChunkTemplate.js fix: typos and variables/function misuse 2017-04-11 19:43:05 +08:00
CompatibilityPlugin.js
Compilation.js improvements from review 2017-05-21 09:15:42 +02:00
Compiler.js Merge pull request #4704 from webpack/bugfix/child-records-cache 2017-05-16 14:35:03 +02:00
ConstPlugin.js
ContextModule.js Add webpackMode optios for import() 2017-05-05 09:03:24 +02:00
ContextModuleFactory.js Merge branch 'master' into feature/import-chunk-name 2017-04-06 11:35:40 +08:00
ContextReplacementPlugin.js ES6ify the ContextReplacementPlugin 2017-03-10 12:27:53 -05:00
DefinePlugin.js don't use __webpack_require__.i in DefinePlugin 2017-05-21 20:16:09 +02:00
DelegatedModule.js perf: use Date.now() instead of new Date().getTime() 2017-05-04 10:19:54 +08:00
DelegatedModuleFactoryPlugin.js refactor(ES6): migrating to () => {} 2017-02-23 15:43:44 +08:00
DelegatedPlugin.js
DependenciesBlock.js ES6 refactoring in DependenciesBlock and Module 2017-04-04 00:22:23 +03:00
DependenciesBlockVariable.js
Dependency.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
DllEntryPlugin.js use const where applicable in DllEntryPlugin 2017-02-05 10:18:10 +11:00
DllModule.js
DllModuleFactory.js use const where applicable in DllModuleFactory 2017-02-05 10:18:30 +11:00
DllPlugin.js
DllReferencePlugin.js use const where applicable in DllReferencePlugin 2017-02-05 10:19:06 +11:00
DynamicEntryPlugin.js
EntryModuleNotFoundError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
EntryOptionPlugin.js
Entrypoint.js use const where applicable in Entrypoint 2017-02-05 10:19:49 +11:00
EnvironmentPlugin.js EnvironmentPlugin: Support empty env variables 2017-03-17 16:37:43 +00:00
ErrorHelpers.js add stack to non-Error error emitted 2017-03-22 13:29:40 +01:00
EvalDevToolModulePlugin.js
EvalDevToolModuleTemplatePlugin.js refactor to arrow function 2017-02-08 09:15:28 +01:00
EvalSourceMapDevToolModuleTemplatePlugin.js Refactor(ES6): EvalSourceMapDevToolModuleTemplatePlugin 2017-02-22 18:27:02 +08:00
EvalSourceMapDevToolPlugin.js use const where applicable in EvalSourceMapDevToolPlugin 2017-02-05 10:23:50 +11:00
ExtendedAPIPlugin.js Make ExtendedAPIPlugin expose chunkname. 2017-03-30 23:56:53 +02:00
ExternalModule.js perf: use Date.now() instead of new Date().getTime() 2017-05-04 10:19:54 +08:00
ExternalModuleFactoryPlugin.js renaming async to asyncFlag 2017-02-28 20:50:02 +08:00
ExternalsPlugin.js
FlagDependencyExportsPlugin.js use set instead of array to reduce lookup time 2017-03-14 23:46:50 +11:00
FlagDependencyUsagePlugin.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
FlagInitialModulesAsUsedPlugin.js Use a Set to store modules in a chunk 2017-05-16 11:50:50 +02:00
FunctionModulePlugin.js
FunctionModuleTemplatePlugin.js add optimization bailout info 2017-05-28 15:25:07 +02:00
HashedModuleIdsPlugin.js refactor HashedModuleIdsPlugin to not reassign "id" with completely different value 2017-02-05 10:27:32 +11:00
HotModuleReplacement.runtime.js Add webpackMode optios for import() 2017-05-05 09:03:24 +02:00
HotModuleReplacementPlugin.js improve a few issues 2017-05-20 14:54:42 +02:00
HotUpdateChunkTemplate.js Use a Set to store modules in a chunk 2017-05-16 11:50:50 +02:00
IgnorePlugin.js Fix typo in IgnorePlugin 2017-04-25 22:07:43 +02:00
JsonpChunkTemplatePlugin.js Refactor(ES6): JsonpChunkTemplatePlugin 2017-02-28 20:50:02 +08:00
JsonpExportMainTemplatePlugin.js
JsonpHotUpdateChunkTemplatePlugin.js
JsonpMainTemplate.runtime.js
JsonpMainTemplatePlugin.js make chunkLoadTimeout option cofigurable 2017-05-11 10:41:38 +02:00
JsonpTemplatePlugin.js
LibManifestPlugin.js improve a few issues 2017-05-20 14:54:42 +02:00
LibraryTemplatePlugin.js refactor libraryTemplatePlugin to es2015 class 2017-02-25 20:39:36 +02:00
LoaderOptionsPlugin.js use const where applicable in LoaderOptionsPlugin 2017-02-05 10:29:26 +11:00
LoaderTargetPlugin.js remove unnecessary target assign 2017-02-05 10:30:01 +11:00
MainTemplate.js add `module.strictThisContextOnImports` option 2017-05-21 09:23:35 +02:00
MemoryOutputFileSystem.js
Module.js add optimization bailout info 2017-05-28 15:25:07 +02:00
ModuleBuildError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleDependencyError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleDependencyWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleFilenameHelpers.js use a Set for Module.chunks 2017-04-18 23:27:25 +02:00
ModuleNotFoundError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleParseError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
ModuleReason.js
ModuleTemplate.js do not reassign variable with different values in ModuleTemplate 2017-02-05 10:32:52 +11:00
ModuleWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
MovedToPluginWarningPlugin.js Link documentation to webpack.js.org 2017-02-07 10:07:01 +01:00
MultiCompiler.js changing async to asyncLib 2017-04-05 21:06:23 +08:00
MultiEntryPlugin.js
MultiModule.js refactor(MultiModule): upgrade to ES6 2017-03-10 22:19:33 +11:00
MultiModuleFactory.js Update MultiModuleFactory.js 2017-02-21 11:17:24 -08:00
MultiStats.js Merge branch 'master' into refactor-MultiStats 2017-04-05 12:56:26 +02:00
MultiWatching.js changing async to asyncLib 2017-04-05 21:06:23 +08:00
NamedChunksPlugin.js introduce named chunks plugin 2017-03-26 20:30:52 +11:00
NamedModulesPlugin.js
NewWatchingPlugin.js
NoEmitOnErrorsPlugin.js
NoErrorsPlugin.js
NodeStuffPlugin.js Refactor(ES6): NodeStuffPlugin 2017-04-04 10:12:52 +02:00
NormalModule.js Scope Hoisting 2017-05-21 09:15:41 +02:00
NormalModuleFactory.js changing async to asyncLib 2017-04-05 21:06:23 +08:00
NormalModuleReplacementPlugin.js use const where applicable in NormalModuleReplacementPlugin 2017-02-05 10:33:21 +11:00
NullFactory.js Refactor(ES6): Null Factory 2017-02-22 16:01:17 +08:00
OptionsApply.js Refactor(ES6): Lint fixes 2017-02-22 16:12:24 +08:00
OptionsDefaulter.js
Parser.js add `module.strictThisContextOnImports` option 2017-05-21 09:23:35 +02:00
ParserHelpers.js extract `buildExpression` to ParserHelpers.addParsedVariableToModule 2017-02-25 00:26:07 +11:00
PrefetchPlugin.js
ProgressPlugin.js add new hook to progress 2017-05-28 17:19:48 +02:00
ProvidePlugin.js Refactor(ES6): ProgressPlugin 2017-02-22 15:57:56 +08:00
RawModule.js perf: use Date.now() instead of new Date().getTime() 2017-05-04 10:19:54 +08:00
RecordIdsPlugin.js unify makeRelative method used in aggresivesplittingplugin and recordsidsplugin 2017-04-05 23:38:15 +10:00
RequestShortener.js Merge branch 'master' into fix/node_modules_mangle 2017-04-11 08:40:15 +02:00
RequireJsStuffPlugin.js
RuleSet.js allow to apply plugins to child compiler 2017-02-22 11:49:49 +01:00
SetVarMainTemplatePlugin.js fix: typos and variables/function misuse 2017-04-11 19:43:05 +08:00
SingleEntryPlugin.js
SizeFormatHelpers.js Refactor(es6): sizeFormatHelpers 2017-02-21 21:52:40 +08:00
SourceMapDevToolModuleOptionsPlugin.js
SourceMapDevToolPlugin.js spacing 2017-04-13 08:07:52 +02:00
Stats.js add optimization bailout info 2017-05-28 15:25:07 +02:00
Template.js Use a Set to store modules in a chunk 2017-05-16 11:50:50 +02:00
TemplatedPathPlugin.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
UmdMainTemplatePlugin.js improve a few issues 2017-05-20 14:54:42 +02:00
UnsupportedFeatureWarning.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
UseStrictPlugin.js use const where applicable in UseStrictPlugin 2017-02-05 12:20:22 +11:00
WarnCaseSensitiveModulesPlugin.js refactor(WarnCaseSensitiveModulesPlugin): applying feedback 2017-02-08 09:49:12 +01:00
WatchIgnorePlugin.js
WebpackError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
WebpackOptionsApply.js Split sourceMappingURL string 2017-04-17 10:02:36 +02:00
WebpackOptionsDefaulter.js add `module.strictThisContextOnImports` option 2017-05-21 09:23:35 +02:00
WebpackOptionsValidationError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
compareLocations.js
formatLocation.js refactor(formatLocation): upgrade to ES6 2017-04-17 22:00:47 +10:00
removeAndDo.js refactor(removeAndDo): upgrading to ES6 2017-03-12 13:57:24 +11:00
validateSchema.js use allOf instead of "extendRefs: true" option 2017-02-02 22:54:20 +11:00
webpack.js Scope Hoisting 2017-05-21 09:15:41 +02:00
webpack.web.js