func github.com/evanw/esbuild/internal/sourcemap.DecodeVLQUTF16
6 uses
github.com/evanw/esbuild/internal/sourcemap (current package)
sourcemap.go#L143: func DecodeVLQUTF16(encoded []uint16) (int, int, bool) {
github.com/evanw/esbuild/internal/js_parser
sourcemap_parser.go#L114: generatedColumnDelta, i, ok := sourcemap.DecodeVLQUTF16(mappingsRaw[current:])
sourcemap_parser.go#L148: sourceIndexDelta, i, ok := sourcemap.DecodeVLQUTF16(mappingsRaw[current:])
sourcemap_parser.go#L163: originalLineDelta, i, ok := sourcemap.DecodeVLQUTF16(mappingsRaw[current:])
sourcemap_parser.go#L178: originalColumnDelta, i, ok := sourcemap.DecodeVLQUTF16(mappingsRaw[current:])
sourcemap_parser.go#L193: if _, i, ok := sourcemap.DecodeVLQUTF16(mappingsRaw[current:]); ok {
 |
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. |