github.com/evanw/esbuild/internal/css_parser.convertTokensOpts.allowImports (field)
5 uses
github.com/evanw/esbuild/internal/css_parser (current package)
css_parser.go#L535: block, _ := p.convertTokensHelper(p.tokens[blockStart:p.index], css_lexer.TEndOfFile, convertTokensOpts{allowImports: true})
css_parser.go#L546: allowImports bool
css_parser.go#L606: IsUnused: !opts.allowImports,
css_parser.go#L631: IsUnused: !opts.allowImports,
css_parser.go#L854: allowImports: true,
![]() |
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. |