mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 07:33:34 +00:00 
			
		
		
		
	Adopt official pattern from VS Code
This commit is contained in:
		
							parent
							
								
									1d2297fa1b
								
							
						
					
					
						commit
						c7026a46cf
					
				
							
								
								
									
										2
									
								
								.github/tsc.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/tsc.json
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
            "owner": "tsc",
 | 
					            "owner": "tsc",
 | 
				
			||||||
            "pattern": [
 | 
					            "pattern": [
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+)(?:,(\\d+)(?:,\\d+(?:,\\d+)?)?)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
 | 
					                    "regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$",
 | 
				
			||||||
                    "file": 1,
 | 
					                    "file": 1,
 | 
				
			||||||
                    "line": 2,
 | 
					                    "line": 2,
 | 
				
			||||||
                    "column": 3,
 | 
					                    "column": 3,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user