3983803d30 
								
							 
						 
						
							
							
								
								Destructure 'require' to improve readability  
							
							
							
						 
						
							2018-03-22 12:05:58 +01:00  
				
					
						
							
							
								 
						
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
				
					
						
							
							
								 
						
							
								d4811b0d37 
								
							 
						 
						
							
							
								
								Use for-of loops instead of forEach  
							
							
							
						 
						
							2018-01-23 22:53:18 +01:00  
				
					
						
							
							
								 
						
							
								f737b26260 
								
							 
						 
						
							
							
								
								Remove some plugin calls  
							
							
							
						 
						
							2017-12-14 14:42:49 +01:00  
				
					
						
							
							
								 
						
							
								c68f224272 
								
							 
						 
						
							
							
								
								move providedExports into buildMeta  
							
							
							
						 
						
							2017-12-12 17:01:03 +01:00  
				
					
						
							
							
								 
						
							
								ffb977fed4 
								
							 
						 
						
							
							
								
								refactor meta -> buildMeta, add factoryMeta  
							
							... 
							
							
							
							add compat layer to Module.meta 
							
						 
						
							2017-12-12 16:57:50 +01:00  
				
					
						
							
							
								 
						
							
								758a388f69 
								
							 
						 
						
							
							
								
								pass runtimeTemplate to DependencyTemplate  
							
							... 
							
							
							
							move outputOptions and requestShortener into runtimeTemplate 
							
						 
						
							2017-12-11 17:59:32 +01:00  
				
					
						
							
							
								 
						
							
								00f2b5ede7 
								
							 
						 
						
							
							
								
								advanced module type refactoring  
							
							... 
							
							
							
							added json type
.mjs default to javascript/esm type
adjusted parser plugins to react on module type 
							
						 
						
							2017-11-11 19:27:19 +01:00  
				
					
						
							
							
								 
						
							
								41a1d602e1 
								
							 
						 
						
							
							
								
								added WebAssembly Proof of Concept  
							
							
							
						 
						
							2017-11-10 09:17:11 +01:00  
				
					
						
							
							
								 
						
							
								f7c2f8e470 
								
							 
						 
						
							
							
								
								Update code style to arrow functions  
							
							
							
						 
						
							2017-11-08 11:56:01 +01:00  
				
					
						
							
							
								 
						
							
								5a814c09d3 
								
							 
						 
						
							
							
								
								Merge branch 'master' into next  
							
							... 
							
							
							
							# Conflicts:
#	lib/FunctionModuleTemplatePlugin.js
#	lib/dependencies/HarmonyExportDependencyParserPlugin.js
#	lib/dependencies/HarmonyExportImportedSpecifierDependency.js
#	lib/dependencies/HarmonyModulesHelpers.js
#	lib/optimize/ConcatenatedModule.js
#	test/HarmonyModulesHelpers.test.js 
							
						 
						
							2017-10-09 21:13:18 +02:00  
				
					
						
							
							
								 
						
							
								13ad8edd43 
								
							 
						 
						
							
							
								
								generate better comments for no used/provided exports  
							
							
							
						 
						
							2017-10-09 15:46:10 +02:00  
				
					
						
							
							
								 
						
							
								91bfd4559a 
								
							 
						 
						
							
							
								
								move pathinfo comment into Template helper function  
							
							... 
							
							
							
							change toIdentifier to generate less underscores 
							
						 
						
							2017-08-08 09:42:43 +02:00  
				
					
						
							
							
								 
						
							
								df7621a628 
								
							 
						 
						
							
							
								
								Merge branch 'next' into bugfix/scope-hoisting  
							
							
							
						 
						
							2017-05-29 00:57:18 +02:00  
				
					
						
							
							
								 
						
							
								d8539561fd 
								
							 
						 
						
							
							
								
								add optimization bailout info  
							
							... 
							
							
							
							track optimization bailout in concat plugin 
							
						 
						
							2017-05-28 15:25:07 +02:00  
				
					
						
							
							
								 
						
							
								08615a2ff7 
								
							 
						 
						
							
							
								
								change description when no static exports found  
							
							
							
						 
						
							2017-05-23 10:35:54 +02:00  
				
					
						
							
							
								 
						
							
								0fd1ddd094 
								
							 
						 
						
							
							
								
								replace let with const  
							
							
							
						 
						
							2017-02-22 08:32:01 +01:00  
				
					
						
							
							
								 
						
							
								be614eac24 
								
							 
						 
						
							
							
								
								refactor(es6): FunctionModuleTemplatePlugin  
							
							
							
						 
						
							2017-02-21 18:35:09 +08:00  
				
					
						
							
							
								 
						
							
								a7a41848c7 
								
							 
						 
						
							
							
								
								remove error for CommonJs/AMD in ESM  
							
							... 
							
							
							
							there are too many weird modules
detect harmony modules before parsing
exports is now undefined in ESM
module.exports is now read-only in ESM and returns undefined
define is now undefined in ESM
#3917  
							
						 
						
							2017-01-15 01:44:26 +01:00  
				
					
						
							
							
								 
						
							
								9380bd4c12 
								
							 
						 
						
							
							
								
								Bugfix/disable module in harmony ( #3755 )  
							
							... 
							
							
							
							* moved format location into separate file
allow dependencies to report errors too
* NullDependencies do not change the hash
* dependencies can opt-out from `__webpack_require__` param
* apply module syntax plugins earlier
* emit errors if using AMD or CommonJS syntax in harmony modules 
							
						 
						
							2017-01-09 10:11:34 -06:00  
				
					
						
							
							
								 
						
							
								c7b06ad617 
								
							 
						 
						
							
							
								
								feat(moduletemplate): Wrap function module template wrappers with parens ( #3658 )  
							
							... 
							
							
							
							* feat(moduletemplate): Wrap function module template wrappers with parens.
* update stats 
							
						 
						
							2016-12-31 10:08:40 -06:00  
				
					
						
							
							
								 
						
							
								aa8d01bf8d 
								
							 
						 
						
							
							
								
								refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot ( #3636 )  
							
							... 
							
							
							
							* refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot
* This change allows for buildin to now be part of the lint test by addition of an extra .eslintrc file which extends existing but sets es6 to false
* Turned on no-unused-vars for eslint, and then removed all warnings from turning that feature on
* Was getting notified of errors in "quote" property in eslintrc, so changed to correct value from error to 2.
* beautify
* swap invalid eslint config val 
							
						 
						
							2016-12-30 09:43:49 -06:00  
				
					
						
							
							
								 
						
							
								ce76b6e992 
								
							 
						 
						
							
							
								
								emit more pretty es6 runtime code  
							
							
							
						 
						
							2016-09-07 09:46:13 +02:00  
				
					
						
							
							
								 
						
							
								19eabc7bb6 
								
							 
						 
						
							
							
								
								track which exported are provided by the modules  
							
							... 
							
							
							
							star export is filtered by provided exports
fixes  #2953  
							
						 
						
							2016-09-05 23:41:03 +02:00  
				
					
						
							
							
								 
						
							
								d7f553c513 
								
							 
						 
						
							
							
								
								fixes tree shaking for export *  
							
							... 
							
							
							
							fixes  #2850 
fixes  #2847  
						
							2016-08-17 11:24:35 +02:00  
				
					
						
							
							
								 
						
							
								c867a4fc00 
								
							 
						 
						
							
							
								
								Removed `sourcePrefix` option -- fixes  https://github.com/webpack/webpack/issues/166#issuecomment-224710378  
							
							
							
						 
						
							2016-06-09 14:09:54 -07:00  
				
					
						
							
							
								 
						
							
								e83e9b8c23 
								
							 
						 
						
							
							
								
								test strict mode  
							
							... 
							
							
							
							enable strict mode if import/export is used 
							
						 
						
							2016-05-06 10:44:31 +02:00  
				
					
						
							
							
								 
						
							
								b98debb809 
								
							 
						 
						
							
							
								
								keep strict mode even if code is inserted  
							
							... 
							
							
							
							fixes  #1970  
						
							2016-05-05 17:45:58 +02:00  
				
					
						
							
							
								 
						
							
								ded70aef28 
								
							 
						 
						
							
							
								
								moves stuff from webpack-core to webpack-sources  
							
							
							
						 
						
							2015-12-29 17:44:55 +01:00  
				
					
						
							
							
								 
						
							
								f7d799adb4 
								
							 
						 
						
							
							
								
								rebeautify without spacing after keyword  
							
							
							
						 
						
							2015-07-16 00:19:23 +02:00  
				
					
						
							
							
								 
						
							
								0a340f2b1a 
								
							 
						 
						
							
							
								
								feat(app): Beautify all lib files  
							
							
							
						 
						
							2015-07-13 01:20:09 +03:00  
				
					
						
							
							
								 
						
							
								1231c17fd4 
								
							 
						 
						
							
							
								
								better criteria for modules without require fn  
							
							
							
						 
						
							2015-05-31 23:28:24 +02:00  
				
					
						
							
							
								 
						
							
								a287fb1a75 
								
							 
						 
						
							
							
								
								Don't provide __webpack_require__ argument to external modules  
							
							
							
						 
						
							2015-05-27 13:09:45 -05:00  
				
					
						
							
							
								 
						
							
								cebd3b9722 
								
							 
						 
						
							
							
								
								added linting  
							
							
							
						 
						
							2015-04-23 23:55:50 +02:00  
				
					
						
							
							
								 
						
							
								42c82f6b77 
								
							 
						 
						
							
							
								
								refactored ModuleTemplate to plugin interface  
							
							
							
						 
						
							2014-06-03 08:45:26 +02:00