mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-11-04 07:47:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			485 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			485 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "problemMatcher": [
 | 
						|
        {
 | 
						|
            "owner": "tsc",
 | 
						|
            "pattern": [
 | 
						|
                {
 | 
						|
                    "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
 | 
						|
                    "file": 1,
 | 
						|
                    "location": 2,
 | 
						|
                    "severity": 3,
 | 
						|
                    "code": 4,
 | 
						|
                    "message": 5
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |