github.com/evanw/esbuild/internal/css_parser.parser.options (field)
17 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_decls.go#L283: if !p.options.RemoveWhitespace {
css_decls.go#L295: if p.options.UnsupportedCSSFeatures.Has(compat.HexRGBA) {
css_decls.go#L329: if text == "rebeccapurple" && p.options.UnsupportedCSSFeatures.Has(compat.RebeccaPurple) {
css_decls.go#L337: if p.options.UnsupportedCSSFeatures.Has(compat.Modern_RGB_HSL) {
css_decls.go#L640: } else if !p.options.UnsupportedCSSFeatures.Has(compat.HexRGBA) {
css_decls.go#L654: if p.options.MangleSyntax {
css_decls.go#L702: if p.options.MangleSyntax {
css_parser.go#L20: options Options
css_parser.go#L39: options: options,
css_parser.go#L400: if p.options.MangleSyntax {
css_parser.go#L406: } else if p.options.MangleSyntax && text == "100%" {
css_parser.go#L577: if p.options.MangleSyntax {
css_parser.go#L584: if p.options.MangleSyntax {
css_parser.go#L593: if p.options.MangleSyntax {
css_parser.go#L645: if !opts.verbatimWhitespace && !p.options.RemoveWhitespace && len(nested) > 0 {
css_parser.go#L682: if p.options.RemoveWhitespace {
css_parser.go#L862: if p.options.RemoveWhitespace {
![]() |
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. |