f5fac83c08 
								
							 
						 
						
							
							
								
								clear compilation queues to reduce memory usage  
							
							
							
						 
						
							2021-06-17 10:10:51 +02:00  
				
					
						
							
							
								 
						
							
								00d176419c 
								
							 
						 
						
							
							
								
								avoid nextTick when possible  
							
							
							
						 
						
							2021-04-27 09:36:52 +02:00  
				
					
						
							
							
								 
						
							
								0a9041e1cc 
								
							 
						 
						
							
							
								
								AsyncQueue only returns WebpackError  
							
							
							
						 
						
							2021-04-12 12:27:55 +02:00  
				
					
						
							
							
								 
						
							
								065177df66 
								
							 
						 
						
							
							
								
								add experimental support for build time execution  
							
							... 
							
							
							
							allow to execute a part of the module graph at build time
e. g. to generate code or other assets
loaders have access to that via `this.importModule(request, options)` 
							
						 
						
							2021-04-12 12:27:54 +02:00  
				
					
						
							
							
								 
						
							
								3e1c7082d2 
								
							 
						 
						
							
							
								
								log out module profile summary when profiling is enabled  
							
							
							
						 
						
							2021-02-02 03:29:21 +01:00  
				
					
						
							
							
								 
						
							
								77cdce7393 
								
							 
						 
						
							
							
								
								remove unused methods, improve code coverage  
							
							
							
						 
						
							2020-07-29 11:14:26 +02:00  
				
					
						
							
							
								 
						
							
								b9c50fdb09 
								
							 
						 
						
							
							
								
								fix jsdoc documentations  
							
							
							
						 
						
							2020-04-28 19:42:58 +02:00  
				
					
						
							
							
								 
						
							
								8aafff6600 
								
							 
						 
						
							
							
								
								Cut off long calback chains in the queue  
							
							
							
						 
						
							2019-11-12 12:21:47 +01:00  
				
					
						
							
							
								 
						
							
								2d302db632 
								
							 
						 
						
							
							
								
								use setImmediate to start queue processing after I/O  
							
							
							
						 
						
							2019-11-12 11:49:51 +01:00  
				
					
						
							
							
								 
						
							
								84f9842d54 
								
							 
						 
						
							
							
								
								Add missing types  
							
							
							
						 
						
							2019-05-10 09:56:01 +02:00  
				
					
						
							
							
								 
						
							
								61a096049d 
								
							 
						 
						
							
							
								
								add process.nextTick to avoid long recursion in callbacks  
							
							
							
						 
						
							2019-01-10 16:41:30 +01:00  
				
					
						
							
							
								 
						
							
								526bc7a788 
								
							 
						 
						
							
							
								
								removed queue entry from AsyncQueue on invalidate  
							
							
							
						 
						
							2019-01-08 15:14:31 +01:00  
				
					
						
							
							
								 
						
							
								4bdf08df7b 
								
							 
						 
						
							
							
								
								AsyncQueue._queued to array, remove nextTick  
							
							
							
						 
						
							2019-01-08 15:14:29 +01:00  
				
					
						
							
							
								 
						
							
								1053620f46 
								
							 
						 
						
							
							
								
								merge Maps and Sets into single Map with all info  
							
							
							
						 
						
							2019-01-08 15:14:27 +01:00  
				
					
						
							
							
								 
						
							
								e06b4853d6 
								
							 
						 
						
							
							
								
								Add compiler typings  
							
							
							
						 
						
							2018-12-12 10:26:53 +01:00  
				
					
						
							
							
								 
						
							
								5f1a30d2ef 
								
							 
						 
						
							
							
								
								fixup: AsyncQueue  
							
							
							
						 
						
							2018-09-27 13:20:23 +02:00  
				
					
						
							
							
								 
						
							
								46232fab31 
								
							 
						 
						
							
							
								
								make Compilation.addModule async and queued  
							
							
							
						 
						
							2018-09-27 11:21:11 +02:00  
				
					
						
							
							
								 
						
							
								5b4cbb5ee0 
								
							 
						 
						
							
							
								
								add queues to Compilation  
							
							... 
							
							
							
							remove Semaphore and use AsyncQueue instead
deprecate Module.needRebuild, add Module.needBuild
remove Module.unbuild
add Module.invalidateBuild 
							
						 
						
							2018-09-12 13:17:03 +02:00