const github.com/evanw/esbuild/internal/css_lexer.TColon
7 uses
github.com/evanw/esbuild/internal/css_lexer (current package)
css_lexer.go#L30: TColon
css_lexer.go#L279: lexer.Token.Kind = TColon
github.com/evanw/esbuild/internal/css_parser
css_parser.go#L797: if p.expect(css_lexer.TColon) {
css_parser_selector.go#L131: case css_lexer.TColon:
css_parser_selector.go#L132: if p.next().Kind == css_lexer.TColon {
css_parser_selector.go#L145: if p.eat(css_lexer.TColon) {
css_parser_selector.go#L148: for p.peek(css_lexer.TColon) {
![]() |
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. |