github.com/evanw/esbuild/internal/css_parser.parser.current (method)

28 uses

	github.com/evanw/esbuild/internal/css_parser (current package)
		css_parser.go#L76: func (p *parser) current() css_lexer.Token {
		css_parser.go#L85: 	t := p.current()
		css_parser.go#L90: 	return p.current().DecodedText(p.source.Contents)
		css_parser.go#L94: 	return kind == p.current().Kind
		css_parser.go#L109: 	t := p.current()
		css_parser.go#L134: 	if t := p.current(); t.Range.Loc.Start > p.prevError.Start {
		css_parser.go#L162: 		switch p.current().Kind {
		css_parser.go#L171: 			first := p.current().Range
		css_parser.go#L217: 			locs = append(locs, p.current().Range.Loc)
		css_parser.go#L229: 		switch p.current().Kind {
		css_parser.go#L253: 	t := p.current()
		css_parser.go#L268: 			t = p.current()
		css_parser.go#L313: 	atRange := p.current().Range
		css_parser.go#L326: 				p.log.AddRangeWarning(&p.source, p.current().Range,
		css_parser.go#L370: 				switch p.current().Kind {
		css_parser.go#L387: 						t := p.current()
		css_parser.go#L478: 		switch p.current().Kind {
		css_parser.go#L759: 		switch p.current().Kind {
		css_parser.go#L806: 		switch p.current().Kind {
		css_parser.go#L879: 	switch p.current().Kind {
		css_parser_selector.go#L70: 		Kind: p.current().Kind,
		css_parser_selector.go#L82: 	switch p.current().Kind {
		css_parser_selector.go#L108: 		switch p.current().Kind {
		css_parser_selector.go#L110: 			if !p.current().IsID {
		css_parser_selector.go#L166: 	switch p.current().Kind {
		css_parser_selector.go#L211: 		switch p.current().Kind {
		css_parser_selector.go#L280: 		switch p.current().Kind {
		css_parser_selector.go#L314: 	switch p.current().Kind {