style(compiler): run format
This commit is contained in:
		
							parent
							
								
									4931a615bf
								
							
						
					
					
						commit
						d2859cdd71
					
				| @ -9,9 +9,9 @@ | |||||||
| import {getHtmlTagDefinition} from './ml_parser/html_tags'; | import {getHtmlTagDefinition} from './ml_parser/html_tags'; | ||||||
| 
 | 
 | ||||||
| const _SELECTOR_REGEXP = new RegExp( | const _SELECTOR_REGEXP = new RegExp( | ||||||
|     '(\\:not\\()|' +                               //":not("
 |     '(\\:not\\()|' +           //":not("
 | ||||||
|         '([-\\w]+)|' +                             // "tag"
 |         '([-\\w]+)|' +         // "tag"
 | ||||||
|         '(?:\\.([-\\w]+))|' +                      // ".class"
 |         '(?:\\.([-\\w]+))|' +  // ".class"
 | ||||||
|         // "-" should appear first in the regexp below as FF31 parses "[.-\w]" as a range
 |         // "-" should appear first in the regexp below as FF31 parses "[.-\w]" as a range
 | ||||||
|         '(?:\\[([-.\\w*]+)(?:=([^\\]]*))?\\])|' +  // "[name]", "[name=value]"
 |         '(?:\\[([-.\\w*]+)(?:=([^\\]]*))?\\])|' +  // "[name]", "[name=value]"
 | ||||||
|         '(\\))|' +                                 // ")"
 |         '(\\))|' +                                 // ")"
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user