7298d19d4a 
								
							 
						 
						
							
							
								
								refactor: logic  
							
							
							
						 
						
							2024-08-12 16:53:44 +03:00  
				
					
						
							
							
								 
						
							
								fe51e3e48b 
								
							 
						 
						
							
							
								
								feat: at_import pathinfo support  
							
							
							
						 
						
							2024-08-12 02:17:52 +08:00  
				
					
						
							
							
								 
						
							
								93743d233a 
								
							 
						 
						
							
							
								
								refactor: code  
							
							
							
						 
						
							2024-08-02 19:32:31 +03:00  
				
					
						
							
							
								 
						
							
								c802a98f58 
								
							 
						 
						
							
							
								
								style: improve  
							
							
							
						 
						
							2024-08-02 19:32:22 +03:00  
				
					
						
							
							
								 
						
							
								b9d9a5d9ff 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								500ee96dcb 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								a592b62686 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								412ae5425e 
								
							 
						 
						
							
							
								
								chore: udpate prettier to v3  
							
							
							
						 
						
							2024-01-14 07:11:34 +05:30  
				
					
						
							
							
								 
						
							
								9894226149 
								
							 
						 
						
							
							
								
								refactor(types): more  
							
							
							
						 
						
							2023-06-14 19:46:53 +03:00  
				
					
						
							
							
								 
						
							
								b0fa9ccada 
								
							 
						 
						
							
							
								
								pretty files  
							
							
							
						 
						
							2021-05-11 09:31:46 +02:00  
				
					
						
							
							
								 
						
							
								f70aa0e14c 
								
							 
						 
						
							
							
								
								readd missing char in the pathinfo comment  
							
							
							
						 
						
							2020-12-11 14:36:48 +01:00  
				
					
						
							
							
								 
						
							
								f76aa61d34 
								
							 
						 
						
							
							
								
								use simple output.pathinfo mode by default  
							
							... 
							
							
							
							cache simple pathinfo transformation in memory 
							
						 
						
							2020-12-04 17:06:37 +01:00  
				
					
						
							
							
								 
						
							
								9b80cde76c 
								
							 
						 
						
							
							
								
								store multiple targets per ExportInfo  
							
							... 
							
							
							
							resolve target when reading 
							
						 
						
							2020-08-12 21:41:03 +02:00  
				
					
						
							
							
								 
						
							
								163e7674a0 
								
							 
						 
						
							
							
								
								track the target binding of harmony reexports  
							
							... 
							
							
							
							display target binding in module info header
check conflicting star exports (fixes  #7562 ) when statically known 
							
						 
						
							2020-08-11 20:13:01 +02:00  
				
					
						
							
							
								 
						
							
								1265765141 
								
							 
						 
						
							
							
								
								polish, types  
							
							
							
						 
						
							2020-07-27 22:41:04 +02: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  
				
					
						
							
							
								 
						
							
								5068909499 
								
							 
						 
						
							
							
								
								Avoid tracking/printing detailed usage info for modules without exportsType  
							
							... 
							
							
							
							Make ContextModule a static default exporting module
fix provided exports info for ExternalModule 
							
						 
						
							2020-07-08 11:07:03 +02:00  
				
					
						
							
							
								 
						
							
								aace364df3 
								
							 
						 
						
							
							
								
								avoid crashing when exports info contains a circular reference  
							
							... 
							
							
							
							e. g. when using
import * as self from "./self";
export { self } 
							
						 
						
							2020-02-21 12:21:29 +01:00  
				
					
						
							
							
								 
						
							
								be92913e58 
								
							 
						 
						
							
							
								
								make module info comment more pretty  
							
							
							
						 
						
							2019-12-06 11:32:07 +01:00  
				
					
						
							
							
								 
						
							
								dd4d68ac8f 
								
							 
						 
						
							
							
								
								use Symbol to flag skipped export names  
							
							
							
						 
						
							2019-12-06 11:13:14 +01: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  
				
					
						
							
							
								 
						
							
								84b6817f60 
								
							 
						 
						
							
							
								
								consistency and bugfixes for reexporting json  
							
							
							
						 
						
							2019-11-05 10:39:12 +01:00  
				
					
						
							
							
								 
						
							
								2f2125b4d1 
								
							 
						 
						
							
							
								
								add redirecting support to create correct exports info for exportsType=named  
							
							
							
						 
						
							2019-11-05 10:38:02 +01:00  
				
					
						
							
							
								 
						
							
								8198ffb3e6 
								
							 
						 
						
							
							
								
								refactor: code  
							
							
							
						 
						
							2019-10-22 00:14:05 +02:00  
				
					
						
							
							
								 
						
							
								69a545c444 
								
							 
						 
						
							
							
								
								Deprecate MainTemplate, ChunkTemplate, ModuleTemplate  
							
							... 
							
							
							
							move logic and hooks to JavascriptModulesPlugin 
							
						 
						
							2019-10-08 23:46:26 +02:00