webpack/lib
Tobias Koppers fb8afe7138 Merge pull request #5623 from webpack/bugfix/concat-require-root
handle inner non-harmony dependencies correctly in ConcatenatedModule
2017-09-04 15:50:50 +02:00
..
dependencies fix: replace for..of to prevent v8 deoptimization 2017-08-29 14:35:37 +01:00
node missing dependencies could be files too 2017-07-15 10:27:01 +02:00
optimize handle inner non-harmony dependencies correctly in ConcatenatedModule 2017-09-04 14:09:55 +02:00
performance Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
util Limit the number of parallel processed modules 2017-08-11 16:11:17 +02:00
web refactor(WebEnvironmentPlugin): upgrade to ES6 (#3790) 2017-01-05 11:34:34 -06:00
webworker Changed statement 'var' to 'const' 2017-07-04 14:13:57 +01:00
APIPlugin.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
AmdMainTemplatePlugin.js Remove deprecated property usage 2017-06-25 16:03:05 +02: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 accept truthy/falsy value for not 2017-06-20 15:58:24 +02: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 removed default params for node 4 2017-07-06 16:40:58 -04: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 refactor(ES6): upgrade CompatibilityPlugin to ES6 2017-01-10 15:59:55 +05:30
Compilation.js Merge pull request #5501 from webpack/bugfix/hash-watch-warnings-errors 2017-08-11 17:46:49 +02:00
Compiler.js Convert bind(this) to arrow functions 2017-08-11 01:52:25 -04:00
ConstPlugin.js convert more usages of BasicEvaluatedExpression with ParserHelpers 2017-01-21 13:51:35 +11:00
ContextModule.js code cleanup 2017-07-26 15:13:39 +02:00
ContextModuleFactory.js Convert bind(this) to arrow functions 2017-08-11 01:52:25 -04:00
ContextReplacementPlugin.js ES6ify the ContextReplacementPlugin 2017-03-10 12:27:53 -05:00
DefinePlugin.js Merge branch 'master' into next 2017-06-02 16:28:22 +02:00
DelegatedModule.js integrate the delegated module better into the exports flagging process 2017-07-26 10:12:40 +02:00
DelegatedModuleFactoryPlugin.js use original request as libIdent for delegated modules 2017-07-25 13:41:37 +02:00
DelegatedPlugin.js integrate the delegated module better into the exports flagging process 2017-07-26 10:12:40 +02:00
DependenciesBlock.js ES6 refactoring in DependenciesBlock and Module 2017-04-04 00:22:23 +03:00
DependenciesBlockVariable.js Bugfix/disable module in harmony (#3755) 2017-01-09 10:11:34 -06:00
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 refactor(ES6): upgrade DllModule to ES6 (#3762) 2017-01-05 00:03:19 -06:00
DllModuleFactory.js use const where applicable in DllModuleFactory 2017-02-05 10:18:30 +11:00
DllPlugin.js refactor(ES6): upgrade DllPlugin to ES6 (#3760) 2017-01-04 23:59:22 -06:00
DllReferencePlugin.js integrate the delegated module better into the exports flagging process 2017-07-26 10:12:40 +02:00
DynamicEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
EntryModuleNotFoundError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
EntryOptionPlugin.js Refactor "EntryOptionPlugin.js" 2017-08-09 08:50:10 +08:00
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 refactor(es6) upgrade EvalDevToolModuleTemplatePlugin to ES6 class 2017-01-18 23:44:33 -05:00
EvalDevToolModuleTemplatePlugin.js refactor to arrow function 2017-02-08 09:15:28 +01:00
EvalSourceMapDevToolModuleTemplatePlugin.js chrome workaround for eval-source-maps 2017-06-09 16:31:11 +02:00
EvalSourceMapDevToolPlugin.js use const where applicable in EvalSourceMapDevToolPlugin 2017-02-05 10:23:50 +11:00
ExportPropertyMainTemplatePlugin.js allow to export any property/export of the bundle 2017-06-02 14:52:41 +02:00
ExtendedAPIPlugin.js Make ExtendedAPIPlugin expose chunkname. 2017-03-30 23:56:53 +02:00
ExternalModule.js implementing review suggestions 2017-06-08 13:22:58 -07:00
ExternalModuleFactoryPlugin.js implementing review suggestions 2017-06-08 13:22:58 -07:00
ExternalsPlugin.js refactor(es6): Upgrade ExternalsPlugin to es6 (#3621) 2016-12-29 01:08:46 -06:00
FlagDependencyExportsPlugin.js harmony modules without exports have no exports instead of unknown 2017-06-14 22:46:10 +02: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 refactor(es6) upgrade FunctionModulePlugin to ES6 class 2017-01-11 10:28:02 -05:00
FunctionModuleTemplatePlugin.js Merge branch 'next' into bugfix/scope-hoisting 2017-05-29 00:57:18 +02:00
HashedModuleIdsPlugin.js PR Feedback, adding libIdent to DelegatedModules and ExternalModules, in addition to NormalModules, to support HashedModuleIdsPlugin to while assigning hash based IDs to Modules 2017-05-17 09:49:09 -07:00
HotModuleReplacement.runtime.js fix typo in HMR API 2017-09-04 08:45:07 +02:00
HotModuleReplacementPlugin.js - Undo previous commit because beautify error 2017-07-01 12:55:45 -04: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 refactor(JsonpExportMainTemplatePlugin): upgrade to ES6 (#3793) 2017-01-06 09:17:22 -06:00
JsonpHotUpdateChunkTemplatePlugin.js refactor(JsonpHotUpdateChunkTemplatePlugin): upgrade to ES6 (#3831) 2017-01-08 12:49:54 -06:00
JsonpMainTemplate.runtime.js Make HMR request timeout configurable 2017-05-22 02:59:45 +03:00
JsonpMainTemplatePlugin.js Use Promise only when chunk load is triggered 2017-05-24 14:58:23 +02:00
JsonpTemplatePlugin.js refactor(es6) upgrade JsonpTemplatePlugin to ES6 class 2017-01-12 22:53:12 -05:00
LibManifestPlugin.js improve a few issues 2017-05-20 14:54:42 +02:00
LibraryTemplatePlugin.js allow to export any property/export of the bundle 2017-06-02 14:52:41 +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 Moved to memory-fs module #98 2014-07-01 22:56:32 +02:00
Module.js fix: Clear optimization bailouts on module.disconnect 2017-08-25 00:40:09 -05: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 use Set for ModuleReason chunk rewriting 2017-06-14 16:52:51 -04:00
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 fix useless-escape linting issues 2017-07-24 11:54:06 +02:00
MultiEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
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 refactor(es6): Upgrade NamedModulesPlugin to es6 (#3619) 2016-12-29 01:05:11 -06:00
NewWatchingPlugin.js Upgrade eslint (#3626) 2016-12-29 10:10:41 -06:00
NoEmitOnErrorsPlugin.js refactor(es6) upgrade NoEmitOnErrorsPlugin to ES6 class 2017-01-18 14:44:27 -05:00
NoErrorsPlugin.js refactor(es6) upgrade NoErrorsPlugin to ES6 class 2017-01-18 14:30:53 -05:00
NodeStuffPlugin.js evaluate some identifiers to truthy values 2017-06-02 13:24:47 +02:00
NormalModule.js Prevent NormalModule contextify from contextifying query parameters 2017-08-29 23:50:22 +02:00
NormalModuleFactory.js rewrite code to no longer require `beautify preserve` 2017-07-24 11:54:58 +02: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 code linting 2017-01-11 12:29:01 +01:00
Parser.js Convert bind(this) to arrow functions 2017-08-11 01:52:25 -04:00
ParserHelpers.js evaluate some identifiers to truthy values 2017-06-02 13:24:47 +02:00
PrefetchPlugin.js refactor(es6): refactor PrefetchPlugin to ES6 class (#3665) 2017-01-01 11:23:57 -06:00
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 fix RawModule hashing 2017-06-18 10:25:03 -07:00
RecordIdsPlugin.js rewrite code which uses unshift to push 2017-07-18 20:46:59 +02:00
RequestShortener.js fix(sp): spelling mistake in const name 2017-07-06 09:54:50 -05:00
RequireJsStuffPlugin.js emit correct code for requirejs.onError 2017-07-07 10:27:38 +02:00
RuleSet.js Refactor: use const for non reassignable identifier 2017-06-16 12:27:44 +03:00
SetVarMainTemplatePlugin.js fix: typos and variables/function misuse 2017-04-11 19:43:05 +08:00
SingleEntryPlugin.js code linting 2017-01-11 12:29:01 +01:00
SizeFormatHelpers.js Refactor(es6): sizeFormatHelpers 2017-02-21 21:52:40 +08:00
SourceMapDevToolModuleOptionsPlugin.js refactor(ES6): upgrade SourceMapDevToolModuleOptionsPlugin to ES6 (#3725) 2017-01-04 11:57:17 -06:00
SourceMapDevToolPlugin.js fix: replace for..of to prevent v8 deoptimization 2017-08-29 14:35:37 +01:00
Stats.js display better message, instead of empty list 2017-08-02 23:45:02 +02:00
Template.js add g flag to regexp 2017-08-28 11:58:05 +02:00
TemplatedPathPlugin.js refactor: remove unused code 2017-04-11 19:39:24 +08:00
UmdMainTemplatePlugin.js Convert bind(this) to arrow functions 2017-08-11 01:52:25 -04: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 code linting 2017-01-11 12:29:01 +01:00
WebpackError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
WebpackOptionsApply.js Merge pull request #5193 from dmvjs/ke/loader-target-plugin-use-options-target-where-possible 2017-07-01 14:52:31 +02:00
WebpackOptionsDefaulter.js Ignore context in resolve caching when resolve or resolveLoader plugins are provided. 2017-06-28 08:37:58 -04:00
WebpackOptionsValidationError.js Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
compareLocations.js fix: remove unreasonable comparelocation logic and update test cases 2017-01-24 18:47:55 +08:00
formatLocation.js refactor(formatLocation): upgrade to ES6 2017-04-17 22:00:47 +10:00
prepareOptions.js feat: support config functions with multi-compiler 2017-07-01 13:28:20 -05: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 fix lint and bug 2017-07-24 11:15:45 +02:00
webpack.web.js refactor(es6): Upgrade lib/webpack.web.js to es6 (#3668) 2017-01-01 17:52:40 -06:00