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]))
![]() |
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. |