github.com/evanw/esbuild/internal/css_parser.parser.stack (field)
14 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_parser.go#L22: stack []css_lexer.T
css_parser_selector.go#L275: p.stack = p.stack[:0] // Reuse allocated memory
css_parser_selector.go#L282: last := len(p.stack) - 1
css_parser_selector.go#L283: if last < 0 || !p.peek(p.stack[last]) {
css_parser_selector.go#L286: p.stack = p.stack[:last]
css_parser_selector.go#L289: if len(p.stack) == 0 {
css_parser_selector.go#L294: p.stack = append(p.stack, css_lexer.TCloseParen)
css_parser_selector.go#L297: p.stack = append(p.stack, css_lexer.TCloseBracket)
css_parser_selector.go#L300: p.stack = append(p.stack, css_lexer.TCloseBrace)
![]() |
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. |