github.com/evanw/esbuild/internal/css_parser.parser.index (field)
24 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_parser.go#L23: index int
css_parser.go#L55: if p.index < p.end {
css_parser.go#L56: p.index++
css_parser.go#L77: return p.at(p.index)
css_parser.go#L81: return p.at(p.index + 1)
css_parser.go#L111: if kind == css_lexer.TSemicolon && p.index > 0 && p.at(p.index-1).Kind == css_lexer.TWhitespace {
css_parser.go#L114: t = p.at(p.index - 1)
css_parser.go#L222: rules = append(rules, p.parseQualifiedRuleFrom(p.index, false /* isAlreadyInvalid */))
css_parser.go#L318: preludeStart := p.index
css_parser.go#L483: prelude := p.convertTokens(p.tokens[preludeStart:p.index])
css_parser.go#L500: prelude := p.convertTokens(p.tokens[preludeStart:p.index])
css_parser.go#L501: blockStart := p.index
css_parser.go#L508: block := p.convertTokens(p.tokens[blockStart:p.index])
css_parser.go#L535: block, _ := p.convertTokensHelper(p.tokens[blockStart:p.index], css_lexer.TEndOfFile, convertTokensOpts{allowImports: true})
css_parser.go#L740: preludeStart := p.index
css_parser.go#L768: prelude := p.convertTokens(p.tokens[preludeStart:p.index])
css_parser.go#L778: Prelude: p.convertTokens(p.tokens[preludeStart:p.index]),
css_parser.go#L793: keyStart := p.index
css_parser.go#L803: valueStart := p.index
css_parser.go#L827: Tokens: p.convertTokens(p.tokens[keyStart:p.index]),
css_parser.go#L833: value := p.tokens[valueStart:p.index]
css_parser_selector.go#L276: start := p.index
css_parser_selector.go#L306: tokens := p.tokens[start:p.index]
![]() |
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. |