func github.com/evanw/esbuild/internal/css_lexer.IsNameContinue
6 uses
github.com/evanw/esbuild/internal/css_lexer (current package)
css_lexer.go#L239: if IsNameContinue(lexer.codePoint) || lexer.isValidEscape() {
css_lexer.go#L497: for IsNameContinue(lexer.codePoint) {
css_lexer.go#L510: if IsNameContinue(lexer.codePoint) {
css_lexer.go#L735: func IsNameContinue(c rune) bool {
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L302: if !css_lexer.IsNameContinue(c) {
css_printer.go#L528: if !css_lexer.IsNameContinue(c) {
![]() |
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. |