387dce100f 
								
							 
						 
						
							
							
								
								fix race condition in profiling plugin  
							
							
							
						 
						
							2020-06-02 15:51:45 +02:00  
				
					
						
							
							
								 
						
							
								49752a06a8 
								
							 
						 
						
							
							
								
								cleanup asset processing  
							
							... 
							
							
							
							deprecate writing to compilation.assets after sealing.
merge all asset processing into single hook with stages.
Deprecate additionalChunkAssets and optimizeChunkAssets.
Redirect additionalAssets, optimizeAssets to processAssets for backward-compat.
Remove finishAssets hook without deprecation as it was not in v4. 
							
						 
						
							2020-05-22 10:39:21 +02: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  
				
					
						
							
							
								 
						
							
								602bd5738a 
								
							 
						 
						
							
							
								
								Merge tag 'v4.39.2' into next  
							
							... 
							
							
							
							4.39.2 
							
						 
						
							2019-08-13 21:47:00 +02:00  
				
					
						
							
							
								 
						
							
								069c33a033 
								
							 
						 
						
							
							
								
								Fix asyncHook callback interceptor for ProfilingPlugin  
							
							... 
							
							
							
							While writing a custom profiler I ran into the issue that TerserPlugin never called it’s `end` trace. Eventually I tracked it down to the callback function. Instead of being overwritten it was being appended to the end of the function arguments. The callback has to be popped first because the added argument is a wrapper for the original callback. 
							
						 
						
							2019-08-12 20:39:33 +02:00  
				
					
						
							
							
								 
						
							
								6a99b5316d 
								
							 
						 
						
							
							
								
								refactor: migrate on `schema-utils`  
							
							
							
						 
						
							2019-08-07 18:10:40 +03:00  
				
					
						
							
							
								 
						
							
								1d72a05fed 
								
							 
						 
						
							
							
								
								Merge tag 'v4.36.0' into next  
							
							... 
							
							
							
							4.36.0 
							
						 
						
							2019-07-17 16:02:33 +02:00  
				
					
						
							
							
								 
						
							
								f207cdcb15 
								
							 
						 
						
							
							
								
								remove valid jsdoc rule in favour of eslint-plugin-jsdoc  
							
							
							
						 
						
							2019-07-16 19:41:30 +03:00  
				
					
						
							
							
								 
						
							
								955d5689a9 
								
							 
						 
						
							
							
								
								remove experimental from module type name  
							
							... 
							
							
							
							since there is the `experiments` config now 
							
						 
						
							2019-07-15 15:03:29 +02:00  
				
					
						
							
							
								 
						
							
								e9c0d068dd 
								
							 
						 
						
							
							
								
								refactor filesystem interfaces  
							
							... 
							
							
							
							add Compiler.intermediateFileSystem
avoid using `path` and `fs` module when possible
move `join`, `mkdirp` and `dirname` into utils
join and dirname is optional in FileSystem interface
remove mkdirp from Filesystem interface 
							
						 
						
							2019-06-11 17:32:58 +02:00  
				
					
						
							
							
								 
						
							
								76ac0f3451 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2019-06-05 11:41:34 +02:00  
				
					
						
							
							
								 
						
							
								de61023616 
								
							 
						 
						
							
							
								
								add side-by-side wasm support based on async modules  
							
							... 
							
							
							
							type: "webassembly/async-experimental"
remove i64 importing limitation since it will have BigInt integration eventually
update wasm example 
							
						 
						
							2019-06-04 23:28:56 +02:00  
				
					
						
							
							
								 
						
							
								b241549d31 
								
							 
						 
						
							
							
								
								Merge tag 'v4.28.3' into next  
							
							... 
							
							
							
							4.28.3 
							
						 
						
							2018-12-29 12:59:56 +01:00  
				
					
						
							
							
								 
						
							
								5b5f1d49b6 
								
							 
						 
						
							
							
								
								Made changes as requested  
							
							
							
						 
						
							2018-12-28 08:21:17 -07:00  
				
					
						
							
							
								 
						
							
								eb960cc616 
								
							 
						 
						
							
							
								
								Fixed Profiling Output path for creating a folder, if it doesn't exists.  
							
							
							
						 
						
							2018-12-27 16:02:43 -07:00  
				
					
						
							
							
								 
						
							
								9d91861592 
								
							 
						 
						
							
							
								
								Refactor HMR for runtime modules  
							
							... 
							
							
							
							fixed a few HMR bugs
allow other module types for HMR
made HMR more flexible 
							
						 
						
							2018-11-29 16:22:29 +01:00  
				
					
						
							
							
								 
						
							
								17044bf9c6 
								
							 
						 
						
							
							
								
								Merge tag 'v4.20.0' into next  
							
							... 
							
							
							
							4.20.0 
							
						 
						
							2018-09-25 16:20:42 +02:00  
				
					
						
							
							
								 
						
							
								1f6b92de3e 
								
							 
						 
						
							
							
								
								use declarations from schemas in plugins  
							
							
							
						 
						
							2018-09-21 11:04:28 +02:00  
				
					
						
							
							
								 
						
							
								c9eb4c8e01 
								
							 
						 
						
							
							
								
								Merge tag 'v4.16.4' into next  
							
							... 
							
							
							
							4.16.4 
							
						 
						
							2018-08-02 16:00:39 +02:00  
				
					
						
							
							
								 
						
							
								20406a4295 
								
							 
						 
						
							
							
								
								Update ESLint  
							
							
							
						 
						
							2018-07-31 11:43:07 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								3b6f475635 
								
							 
						 
						
							
							
								
								Use push null to end the stream  
							
							
							
						 
						
							2018-07-05 10:32:53 +02:00  
				
					
						
							
							
								 
						
							
								6705141ef6 
								
							 
						 
						
							
							
								
								prevent UnhandledPromiseRejectionWarning in node 6  
							
							... 
							
							
							
							Fixes  #7654  
						
							2018-07-04 11:33:27 -04:00  
				
					
						
							
							
								 
						
							
								ad8f496745 
								
							 
						 
						
							
							
								
								arrow functions, remove or improve eslint-disable comments  
							
							
							
						 
						
							2018-06-27 13:48:13 +02:00  
				
					
						
							
							
								 
						
							
								735f99c01b 
								
							 
						 
						
							
							
								
								Fix race condition in profiling plugin.  
							
							... 
							
							
							
							Based on some digging in this git history for the profiling plugin it looks like this commit exacerbated the issue:
883088e64b514e9bd/lib/trace-event.ts (L123)🐎  [race] conditions. 
							
						 
						
							2018-06-23 11:27:18 -07:00  
				
					
						
							
							
								 
						
							
								48a1e5166e 
								
							 
						 
						
							
							
								
								Update "chrome-trace-event" package and remove types  
							
							
							
						 
						
							2018-06-05 20:38:48 -07:00  
				
					
						
							
							
								 
						
							
								f2ad440de8 
								
							 
						 
						
							
							
								
								More strict linting of jsdocs  
							
							... 
							
							
							
							Use TODO over any when type is possible 
							
						 
						
							2018-05-08 14:53:33 +02:00  
				
					
						
							
							
								 
						
							
								5f0a99e93b 
								
							 
						 
						
							
							
								
								declare types for chrome-trace-event  
							
							
							
						 
						
							2018-04-12 11:42:41 +02:00  
				
					
						
							
							
								 
						
							
								a4e8c07f09 
								
							 
						 
						
							
							
								
								fix jsdoc comments to make eslint happy  
							
							
							
						 
						
							2018-04-12 11:42:40 +02:00  
				
					
						
							
							
								 
						
							
								2adf5c2b0d 
								
							 
						 
						
							
							
								
								Better JSDocs for makeNewProfiledTapFn  
							
							
							
						 
						
							2018-04-12 11:42:40 +02:00  
				
					
						
							
							
								 
						
							
								2b66263b44 
								
							 
						 
						
							
							
								
								TS now understands module.exports assignments  
							
							... 
							
							
							
							https://github.com/Microsoft/TypeScript/pull/23228  
						
							2018-04-12 11:42:40 +02:00  
				
					
						
							
							
								 
						
							
								2295c837d0 
								
							 
						 
						
							
							
								
								Add ts-ignore comments with link to issue  
							
							... 
							
							
							
							https://github.com/Microsoft/TypeScript/issues/15647  
						
							2018-04-12 11:42:39 +02:00  
				
					
						
							
							
								 
						
							
								5b236e53da 
								
							 
						 
						
							
							
								
								More type fixes (these changes should be merged as separate PRs  
							
							
							
						 
						
							2018-04-12 11:42:39 +02:00  
				
					
						
							
							
								 
						
							
								3983803d30 
								
							 
						 
						
							
							
								
								Destructure 'require' to improve readability  
							
							
							
						 
						
							2018-03-22 12:05:58 +01:00  
				
					
						
							
							
								 
						
							
								d061aba750 
								
							 
						 
						
							
							
								
								fix ProfilingPlugin  
							
							
							
						 
						
							2018-03-20 10:11:30 +01:00  
				
					
						
							
							
								 
						
							
								bd043f8e26 
								
							 
						 
						
							
							
								
								fix lint  
							
							
							
						 
						
							2018-03-07 21:09:09 +01:00  
				
					
						
							
							
								 
						
							
								cdeffb39b0 
								
							 
						 
						
							
							
								
								fix(ProfilingPlugin): only expose the end method of fsStream  
							
							
							
						 
						
							2018-03-07 20:28:14 +01:00  
				
					
						
							
							
								 
						
							
								883088e521 
								
							 
						 
						
							
							
								
								fix(ProfilingPlugin): complete after the writeStream had finished flushing the data to the filesystem  
							
							... 
							
							
							
							Fixes a race-condition where `events.json` might not yet be available immediately after compilation. 
							
						 
						
							2018-03-05 22:49:32 +01:00  
				
					
						
							
							
								 
						
							
								0a4308f1da 
								
							 
						 
						
							
							
								
								spelling: ourself  
							
							
							
						 
						
							2018-02-26 02:38:03 +00:00  
				
					
						
							
							
								 
						
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
				
					
						
							
							
								 
						
							
								f33cf76608 
								
							 
						 
						
							
							
								
								Improvement: add schema for profiling plugin options, remove todo item: add docs, rename option  
							
							
							
						 
						
							2018-02-14 10:29:29 +02:00  
				
					
						
							
							
								 
						
							
								97cd2dde70 
								
							 
						 
						
							
							
								
								Improvement: add schema for profiling plugin options, remove todo item: abs path to false  
							
							
							
						 
						
							2018-02-14 09:49:15 +02:00  
				
					
						
							
							
								 
						
							
								fb4b275dc9 
								
							 
						 
						
							
							
								
								Improvement: add schema for profiling plugin options, remove todo item  
							
							
							
						 
						
							2018-02-13 19:13:07 +02:00  
				
					
						
							
							
								 
						
							
								1a2d9360b4 
								
							 
						 
						
							
							
								
								Update ProfilingPlugin.js  
							
							
							
						 
						
							2018-01-30 22:06:23 +00:00  
				
					
						
							
							
								 
						
							
								6225acefbe 
								
							 
						 
						
							
							
								
								fixed error with importing JSON with ProfilingPlugin  
							
							
							
						 
						
							2018-01-30 21:40:24 +00:00  
				
					
						
							
							
								 
						
							
								88cdf4b6af 
								
							 
						 
						
							
							
								
								Manually exclude internal tap of plugin.  
							
							... 
							
							
							
							This was forcing the timestamp of the last trace to be the last event
in the JSON trace, and thus breaking the CPU profile.
Instead manually exclude this plugin from being traced to avoid this
issue. 
							
						 
						
							2018-01-29 16:03:46 -08:00  
				
					
						
							
							
								 
						
							
								d235a61412 
								
							 
						 
						
							
							
								
								feat(profiling): add profiling plugin  
							
							
							
						 
						
							2018-01-18 19:02:27 -08:00