type github.com/evanw/esbuild/internal/js_printer.LineOffsetTable
9 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L482: lineOffsetTables []LineOffsetTable
js_printer.go#L496: type LineOffsetTable struct {
js_printer.go#L632: func GenerateLineOffsetTables(contents string, approximateLineCount int32) []LineOffsetTable {
js_printer.go#L640: lineOffsetTables := make([]LineOffsetTable, 0, approximateLineCount)
js_printer.go#L672: lineOffsetTables = append(lineOffsetTables, LineOffsetTable{
js_printer.go#L704: lineOffsetTables = append(lineOffsetTables, LineOffsetTable{
js_printer.go#L3053: LineOffsetTables []LineOffsetTable
github.com/evanw/esbuild/internal/bundler
bundler.go#L113: lineOffsetTables []js_printer.LineOffsetTable
linker.go#L3430: var lineOffsetTables []js_printer.LineOffsetTable
![]() |
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. |