type github.com/evanw/esbuild/internal/css_lexer.T
18 uses
github.com/evanw/esbuild/internal/css_lexer (current package)
css_lexer.go#L14: type T uint8
css_lexer.go#L20: TEndOfFile T = iota
css_lexer.go#L100: func (t T) String() string {
css_lexer.go#L110: Kind T // 1 byte
css_lexer.go#L553: func (lexer *lexer) consumeIdentLike() T {
css_lexer.go#L575: func (lexer *lexer) consumeURL() T {
css_lexer.go#L639: func (lexer *lexer) consumeString() T {
css_lexer.go#L675: func (lexer *lexer) consumeNumeric() T {
github.com/evanw/esbuild/internal/css_ast
css_ast.go#L61: Kind css_lexer.T // 1 byte
css_ast.go#L171: Kind css_lexer.T
github.com/evanw/esbuild/internal/css_parser
css_decls.go#L587: if token.Kind == css_lexer.T(0) {
css_parser.go#L22: stack []css_lexer.T
css_parser.go#L93: func (p *parser) peek(kind css_lexer.T) bool {
css_parser.go#L97: func (p *parser) eat(kind css_lexer.T) bool {
css_parser.go#L105: func (p *parser) expect(kind css_lexer.T) bool {
css_parser.go#L550: func (p *parser) convertTokensHelper(tokens []css_lexer.Token, close css_lexer.T, opts convertTokensOpts) ([]css_ast.Token, []css_lexer.Token) {
css_parser.go#L900: func (p *parser) parseBlock(open css_lexer.T, close css_lexer.T) {
![]() |
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. |