func github.com/evanw/esbuild/internal/js_lexer.IsWhitespace
9 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L607: func IsWhitespace(codePoint rune) bool {
js_lexer.go#L916: if IsWhitespace(lexer.codePoint) {
js_lexer.go#L1530: if IsWhitespace(lexer.codePoint) {
js_lexer.go#L2061: if !IsWhitespace(c) {
js_lexer.go#L2442: if !IsWhitespace(c) {
js_lexer.go#L2445: for IsWhitespace(c) {
js_lexer.go#L2457: for !IsWhitespace(c) {
js_lexer.go#L2463: if IsWhitespace(c) {
js_lexer.go#L2584: if !IsWhitespace(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. |