869f9c8a8c 
								
							 
						 
						
							
							
								
								use createScriptUrl only when needed  
							
							
							
						 
						
							2021-05-10 09:58:27 +02:00  
				
					
						
							
							
								 
						
							
								4b1592d07a 
								
							 
						 
						
							
							
								
								rename createScriptURL to createScriptUrl  
							
							
							
						 
						
							2021-05-10 09:09:34 +02:00  
				
					
						
							
							
								 
						
							
								b6e112dabe 
								
							 
						 
						
							
							
								
								Only expose createScriptURL function from Trusted Types policy  
							
							... 
							
							
							
							Since createScriptURL is the only function that is used on webpack's
Trusted Types policy, replace the getTrustedTypesPolicy global with a
simpler createScriptURL global.
In terms of compiled code, this replaces the non-minifiable
tt().createScriptURL(url) with tu(url), which is more compact in terms
of code size. 
							
						 
						
							2021-05-04 16:26:22 +02:00  
				
					
						
							
							
								 
						
							
								c71184958d 
								
							 
						 
						
							
							
								
								Move Trusted Types policy into TrustedTypesRuntimeModule  
							
							... 
							
							
							
							Also make the policy available at runtime through
RuntimeGlobals.getTrustedTypesPolicy(), and update runtime dependencies
accordingly. 
							
						 
						
							2021-05-04 16:12:41 +02:00  
				
					
						
							
							
								 
						
							
								dbd095b44a 
								
							 
						 
						
							
							
								
								Added the Trusted Types logic.  
							
							
							
						 
						
							2021-05-04 16:12:34 +02:00  
				
					
						
							
							
								 
						
							
								d64227af29 
								
							 
						 
						
							
							
								
								re-add chunkId to script loading when available  
							
							
							
						 
						
							2021-01-06 10:08:40 +01:00  
				
					
						
							
							
								 
						
							
								cbcd459d19 
								
							 
						 
						
							
							
								
								fix conflicting real imports and type imports  
							
							
							
						 
						
							2020-11-26 10:02:59 +01:00  
				
					
						
							
							
								 
						
							
								fd19fa90b8 
								
							 
						 
						
							
							
								
								add output.charset option  
							
							
							
						 
						
							2020-08-17 20:25:27 +08:00  
				
					
						
							
							
								 
						
							
								a69e5dbba8 
								
							 
						 
						
							
							
								
								fix script loading problem with multiple parallel runtimes  
							
							
							
						 
						
							2020-08-03 15:28:43 +02:00  
				
					
						
							
							
								 
						
							
								02c01d541b 
								
							 
						 
						
							
							
								
								a little more defensive in the chunk loading runtime code to avoid crashes  
							
							
							
						 
						
							2020-07-02 15:25:24 +02:00  
				
					
						
							
							
								 
						
							
								139da61b5f 
								
							 
						 
						
							
							
								
								rename jsonScriptType to scriptType  
							
							
							
						 
						
							2020-06-24 23:05:21 +03:00  
				
					
						
							
							
								 
						
							
								2d73392b68 
								
							 
						 
						
							
							
								
								avoid collision in `data-webpack` by adding the uniqueName  
							
							
							
						 
						
							2020-06-19 18:55:40 +02:00  
				
					
						
							
							
								 
						
							
								531f7b47f6 
								
							 
						 
						
							
							
								
								move script loading into separate runtime module  
							
							... 
							
							
							
							attach to existing script tags 
							
						 
						
							2020-06-04 03:01:22 +02:00