func github.com/evanw/esbuild/internal/js_lexer.IsIdentifierStart
10 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L497: if !IsIdentifierStart(codePoint) {
js_lexer.go#L518: if IsIdentifierStart(c) {
js_lexer.go#L553: if !IsIdentifierStart(r1) {
js_lexer.go#L565: func IsIdentifierStart(codePoint rune) bool {
js_lexer.go#L656: if IsIdentifierStart(c) || c == '\\' {
js_lexer.go#L921: if IsIdentifierStart(lexer.codePoint) {
js_lexer.go#L933: if IsIdentifierStart(lexer.codePoint) {
js_lexer.go#L992: if !IsIdentifierStart(lexer.codePoint) {
js_lexer.go#L1535: if IsIdentifierStart(lexer.codePoint) {
js_lexer.go#L1937: if IsIdentifierStart(lexer.codePoint) {
![]() |
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. |