9735d25967 
								
							 
						 
						
							
							
								
								fix incorrect cast  
							
							
							
						 
						
							2020-08-07 17:05:48 +02:00  
				
					
						
							
							
								 
						
							
								027f2f31c5 
								
							 
						 
						
							
							
								
								pretty formatting  
							
							
							
						 
						
							2020-08-06 23:14:27 +03:00  
				
					
						
							
							
								 
						
							
								18ded069f9 
								
							 
						 
						
							
							
								
								fix discussions  
							
							
							
						 
						
							2020-08-06 22:56:25 +03:00  
				
					
						
							
							
								 
						
							
								4fc44a3398 
								
							 
						 
						
							
							
								
								add more types  
							
							
							
						 
						
							2020-08-02 23:47:54 +03:00  
				
					
						
							
							
								 
						
							
								e16bdfda6c 
								
							 
						 
						
							
							
								
								refactor used exports analysis, hashing, code generation, optimizations  
							
							... 
							
							
							
							to keep track of runtimes, used exports depending on runtime
modules can have different hashes and generated code depending on runtime
chunks are only considered as equal for MergeDuplicateChunks and SplitChunks when exports used in contained modules are equal
added `optimization.usedExports: "global"` to opt-out from used exports analysis per runtime
added `splitChunks.usedExports` and `splitChunks.cacheGroups[x].usedExports` to enable/disable used exports comparing for modules
`splitChunks.usedExports` defaults to `true` in production 
							
						 
						
							2020-07-27 22:40:44 +02:00  
				
					
						
							
							
								 
						
							
								a66290a15f 
								
							 
						 
						
							
							
								
								add support for async externals  
							
							... 
							
							
							
							add `promise` external
add `import` external (uses import())
add `output.importFunctionName` option to change the `import()` function name
allow for inline external type when using arrays
fix some typings
fix namespace object behavior when using system external and accessing nested property
fix interop behavior for async dynamic modules 
							
						 
						
							2020-05-19 17:25:43 +02:00  
				
					
						
							
							
								 
						
							
								782e4535ac 
								
							 
						 
						
							
							
								
								Refactor how exportsType work  
							
							... 
							
							
							
							add flagged exportsType for __esModule flagged
add getExportsType to merge strict with exportsType
move CommonJsStuffPlugin into CommonJsPlugin
split CommonJsPlugin into imports and exports part
enable minimal tree shaking for CommonJs imports and exports 
							
						 
						
							2019-12-06 11:13:08 +01:00  
				
					
						
							
							
								 
						
							
								bdc61abf82 
								
							 
						 
						
							
							
								
								refactor: merge generators in asset modules  
							
							
							
						 
						
							2019-11-26 15:42:37 +01:00  
				
					
						
							
							
								 
						
							
								84b6817f60 
								
							 
						 
						
							
							
								
								consistency and bugfixes for reexporting json  
							
							
							
						 
						
							2019-11-05 10:39:12 +01:00  
				
					
						
							
							
								 
						
							
								6db94536ad 
								
							 
						 
						
							
							
								
								Merge tag 'v4.34.0' into next  
							
							... 
							
							
							
							4.34.0 
							
						 
						
							2019-06-13 10:51:12 +02:00  
				
					
						
							
							
								 
						
							
								43bc7a306e 
								
							 
						 
						
							
							
								
								Refactor to track nested exports  
							
							... 
							
							
							
							Harmony dependencies track access to nested properties
Flag nested exports 
							
						 
						
							2019-05-29 11:55:00 +02:00  
				
					
						
							
							
								 
						
							
								924daa105b 
								
							 
						 
						
							
							
								
								Use simpler/faster hash function to get a hash number  
							
							... 
							
							
							
							Use deterministic mangled names for exports
refactor assignDeterministicIds
rename __webpack_init__ function in wasm to ""
fix bug with incorrectly cached StaticExportsDependency
fix bug in hash logic of Module 
							
						 
						
							2019-02-20 22:41:07 +01:00  
				
					
						
							
							
								 
						
							
								b2c5f8dc90 
								
							 
						 
						
							
							
								
								remove size difference for wasm modules because of the additional dependency  
							
							
							
						 
						
							2018-12-31 12:36:29 +01:00  
				
					
						
							
							
								 
						
							
								9048500acf 
								
							 
						 
						
							
							
								
								remove unneeded moduleGraph argument  
							
							
							
						 
						
							2018-12-31 12:32:12 +01:00  
				
					
						
							
							
								 
						
							
								a42922f663 
								
							 
						 
						
							
							
								
								Move provided exports to the module graph  
							
							
							
						 
						
							2018-12-31 12:28:51 +01:00  
				
					
						
							
							
								 
						
							
								cc34ea42b0 
								
							 
						 
						
							
							
								
								add type argument to Module.size  
							
							... 
							
							
							
							add getSize to Generator 
							
						 
						
							2018-12-05 20:18:59 +01:00  
				
					
						
							
							
								 
						
							
								dff9278d6b 
								
							 
						 
						
							
							
								
								add Module.getSourceTypes  
							
							... 
							
							
							
							getSourceTypes declares all source types which can be generated
Remove shouldRender in favor of source type testing 
							
						 
						
							2018-12-05 20:18:57 +01:00  
				
					
						
							
							
								 
						
							
								7c37a6a972 
								
							 
						 
						
							
							
								
								handle runtime requirements  
							
							
							
						 
						
							2018-11-29 16:07:17 +01:00  
				
					
						
							
							
								 
						
							
								eb28697419 
								
							 
						 
						
							
							
								
								move magic property names on __webpack_require__ into RuntimeGlobals file  
							
							
							
						 
						
							2018-11-05 15:28:34 +01:00  
				
					
						
							
							
								 
						
							
								d9a0d3a139 
								
							 
						 
						
							
							
								
								Merge tag 'v4.23.0' into next  
							
							... 
							
							
							
							4.23.0 
							
						 
						
							2018-10-24 20:10:30 +02:00  
				
					
						
							
							
								 
						
							
								f5e45bec2e 
								
							 
						 
						
							
							
								
								also export WebAssembly.Global when reexporting globals  
							
							... 
							
							
							
							This is not the final behavior and this code is probably removed soon,
but it mirrors the existing behavior for node.js >= 11 and CI will pass 
							
						 
						
							2018-10-24 15:45:06 +02:00  
				
					
						
							
							
								 
						
							
								02b15a1b46 
								
							 
						 
						
							
							
								
								pass chunkGraph to updateHash instead of moduleGraph  
							
							... 
							
							
							
							pass chunkGraph to compareModulesById instead of moduleGraph
pass chunkGraph to methods of RuntimeTemplate
use comparators from module at some places 
							
						 
						
							2018-08-28 12:06:53 +02:00  
				
					
						
							
							
								 
						
							
								3bb5263bfd 
								
							 
						 
						
							
							
								
								move methods from Module into ModuleGraph  
							
							
							
						 
						
							2018-08-21 11:04:40 +02:00  
				
					
						
							
							
								 
						
							
								a6e1c0693c 
								
							 
						 
						
							
							
								
								add TODOs  
							
							
							
						 
						
							2018-08-16 14:10:39 +02:00  
				
					
						
							
							
								 
						
							
								d6cf42e4c2 
								
							 
						 
						
							
							
								
								merge used with usedExports  
							
							... 
							
							
							
							usedExports = false now means module is not used 
							
						 
						
							2018-08-06 21:05:11 +02:00  
				
					
						
							
							
								 
						
							
								c4e0a9f72e 
								
							 
						 
						
							
							
								
								Move Module.used and Module.usedExports into ModuleGraph  
							
							
							
						 
						
							2018-08-06 21:04:01 +02:00  
				
					
						
							
							
								 
						
							
								381e2db200 
								
							 
						 
						
							
							
								
								replace Module.reasons and Dependency.module with ModuleGraph  
							
							
							
						 
						
							2018-08-02 17:54:44 +02:00  
				
					
						
							
							
								 
						
							
								11e127d162 
								
							 
						 
						
							
							
								
								pass moduleGraph along with multiple methods  
							
							
							
						 
						
							2018-08-02 17:54:42 +02:00  
				
					
						
							
							
								 
						
							
								4ce109f8c1 
								
							 
						 
						
							
							
								
								change arguments of Generator.generate and Module.source into a object to be easier extensible  
							
							... 
							
							
							
							add JavascriptModulesPlugin.getHooks().shouldRender to decide if a module should be rendered 
							
						 
						
							2018-08-02 16:07:29 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								66d3f319a6 
								
							 
						 
						
							
							
								
								Merge tag 'v4.16.2' into next  
							
							... 
							
							
							
							4.16.2 
							
						 
						
							2018-07-23 12:19:16 +02:00  
				
					
						
							
							
								 
						
							
								8614c75f11 
								
							 
						 
						
							
							
								
								run inherit types tool on existing code  
							
							
							
						 
						
							2018-07-21 13:50:18 +02:00  
				
					
						
							
							
								 
						
							
								1e4d2b7fe7 
								
							 
						 
						
							
							
								
								handle reexported wasm globals in JS wrapper code  
							
							
							
						 
						
							2018-06-02 17:20:58 +02:00  
				
					
						
							
							
								 
						
							
								f903cd3ef9 
								
							 
						 
						
							
							
								
								mangle exports of wasm modules  
							
							... 
							
							
							
							mangle webpack init function
store WebAssembly.Instance.exports directly
connect wasm modules directly when already cached 
							
						 
						
							2018-05-11 20:57:18 +02:00  
				
					
						
							
							
								 
						
							
								1bc7657eab 
								
							 
						 
						
							
							
								
								fix: handle empty modules in dependecies  
							
							
							
						 
						
							2018-05-04 18:52:07 +02:00  
				
					
						
							
							
								 
						
							
								4702ee9016 
								
							 
						 
						
							
							
								
								Use compile/compileStreaming when importObject is a Promise  
							
							
							
						 
						
							2018-04-30 08:35:06 +02:00  
				
					
						
							
							
								 
						
							
								b72e363f03 
								
							 
						 
						
							
							
								
								formatting for output code, nitpicks  
							
							
							
						 
						
							2018-04-28 09:57:21 +02:00  
				
					
						
							
							
								 
						
							
								82a71be1dc 
								
							 
						 
						
							
							
								
								Cleanup, refactoring, types  
							
							
							
						 
						
							2018-04-27 18:53:07 +02:00