const github.com/evanw/esbuild/internal/css_ast.WhitespaceAfter
9 uses
github.com/evanw/esbuild/internal/css_ast (current package)
css_ast.go#L74: WhitespaceAfter
github.com/evanw/esbuild/internal/css_parser
css_decls.go#L284: t.Whitespace = css_ast.WhitespaceAfter
css_parser.go#L571: result[last].Whitespace |= css_ast.WhitespaceAfter
css_parser.go#L647: nested[len(nested)-1].Whitespace |= css_ast.WhitespaceAfter
css_parser.go#L670: token.Whitespace &= ^css_ast.WhitespaceAfter
css_parser.go#L678: result[i-1].Whitespace &= ^css_ast.WhitespaceAfter
css_parser.go#L683: token.Whitespace &= ^css_ast.WhitespaceAfter
css_parser.go#L688: token.Whitespace |= css_ast.WhitespaceAfter
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L606: hasWhitespaceAfter = (t.Whitespace&css_ast.WhitespaceAfter) != 0 ||
![]() |
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. |