github.com/evanw/esbuild/internal/css_parser.parser.next (method)
3 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_parser.go#L80: func (p *parser) next() css_lexer.Token {
css_parser_selector.go#L132: if p.next().Kind == css_lexer.TColon {
css_parser_selector.go#L196: if p.next().Kind != css_lexer.TDelimEquals && p.eat(css_lexer.TDelimBar) {
![]() |
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. |