github.com/evanw/esbuild/internal/css_parser.parser.source (field)
17 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_parser.go#L19: source logger.Source
css_parser.go#L38: source: source,
css_parser.go#L72: Range: logger.Range{Loc: logger.Loc{Start: int32(len(p.source.Contents))}},
css_parser.go#L86: return p.source.Contents[t.Range.Loc.Start:t.Range.End()]
css_parser.go#L90: return p.current().DecodedText(p.source.Contents)
css_parser.go#L127: p.log.AddRangeWarning(&p.source, t.Range, text)
css_parser.go#L145: p.log.AddRangeWarning(&p.source, t.Range, text)
css_parser.go#L179: p.log.AddRangeWarningWithNotes(&p.source, first, "\"@charset\" must be the first rule in the file",
css_parser.go#L180: []logger.MsgData{logger.RangeData(&p.source, logger.Range{Loc: locs[len(locs)-1]},
css_parser.go#L192: p.log.AddRangeWarningWithNotes(&p.source, first, "All \"@import\" rules must come first",
css_parser.go#L193: []logger.MsgData{logger.RangeData(&p.source, logger.Range{Loc: locs[i]},
css_parser.go#L326: p.log.AddRangeWarning(&p.source, p.current().Range,
css_parser.go#L468: p.log.AddRangeWarning(&p.source, atRange, "\"@namespace\" rules are not supported")
css_parser.go#L470: p.log.AddRangeWarning(&p.source, atRange, fmt.Sprintf("%q is not a known rule name", "@"+atToken))
css_parser.go#L563: Text: t.DecodedText(p.source.Contents),
css_parser.go#L832: keyText := keyToken.DecodedText(p.source.Contents)
css_parser.go#L842: if i >= 0 && value[i].Kind == css_lexer.TIdent && strings.EqualFold(value[i].DecodedText(p.source.Contents), "important") {
 |
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. |