Home | History | Annotate | Download | only in closure_linter

Lines Matching refs:WHITESPACE

166   WHITESPACE = re.compile(r'\s+')
175 (?=\s* # optional whitespace
181 # beginning of the line, after whitespace, or after a '{'. The look-behind
184 # To properly parse parameter names, we need to tokenize whitespace into a
264 # Find key words and whitespace.
266 Matcher(WHITESPACE, Type.WHITESPACE),
300 Matcher(WHITESPACE, Type.COMMENT),
315 Matcher(WHITESPACE, Type.WHITESPACE),