github.com/evanw/esbuild/internal/css_parser.Options.MangleSyntax (field)
9 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_decls.go#L654: if p.options.MangleSyntax {
css_decls.go#L702: if p.options.MangleSyntax {
css_parser.go#L31: MangleSyntax bool
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 {
github.com/evanw/esbuild/internal/bundler
bundler.go#L249: MangleSyntax: args.options.MangleSyntax,
![]() |
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. |