func github.com/evanw/esbuild/internal/resolver.isSlash
5 uses
github.com/evanw/esbuild/internal/resolver (current package)
tsconfig_json.go#L208: func isSlash(c byte) bool {
tsconfig_json.go#L234: if c0 == '.' && (isSlash(c1) || (c1 == '.' && isSlash(c2))) {
tsconfig_json.go#L239: if isSlash(c0) {
tsconfig_json.go#L244: if ((c0 >= 'a' && c0 <= 'z') || (c0 >= 'A' && c0 <= 'Z')) && c1 == ':' && isSlash(c2) {
![]() |
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. |