const github.com/evanw/esbuild/internal/css_lexer.TFunction
16 uses
github.com/evanw/esbuild/internal/css_lexer (current package)
css_lexer.go#L46: TFunction
css_lexer.go#L124: case TFunction:
css_lexer.go#L569: return TFunction
github.com/evanw/esbuild/internal/css_parser
css_decls.go#L301: token.Kind = css_lexer.TFunction
css_decls.go#L315: token.Kind = css_lexer.TFunction
css_decls.go#L334: case css_lexer.TFunction:
css_decls.go#L453: case css_lexer.TFunction:
css_decls.go#L650: token.Kind = css_lexer.TFunction
css_parser.go#L265: case css_lexer.TFunction:
css_parser.go#L610: case css_lexer.TFunction:
css_parser.go#L880: case css_lexer.TFunction:
css_parser.go#L881: p.parseBlock(css_lexer.TFunction, css_lexer.TCloseParen)
css_parser_selector.go#L256: if p.peek(css_lexer.TFunction) {
css_parser_selector.go#L293: case css_lexer.TOpenParen, css_lexer.TFunction:
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L618: case css_lexer.TFunction:
css_printer.go#L651: case css_lexer.TFunction:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |