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) {