var github.com/evanw/esbuild/internal/sourcemap.base64

5 uses

	github.com/evanw/esbuild/internal/sourcemap (current package)
		sourcemap.go#L64: var base64 = []byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")
		sourcemap.go#L89: 		return base64[digit : digit+1]
		sourcemap.go#L103: 		encoded = append(encoded, base64[digit])
		sourcemap.go#L119: 		index := bytes.IndexByte(base64, encoded[start])
		sourcemap.go#L157: 		index := bytes.IndexByte(base64, byte(encoded[current]))