type github.com/evanw/esbuild/internal/js_printer.SourceMapState
14 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L28: type SourceMapState struct {
js_printer.go#L48: func AppendSourceMapChunk(j *Joiner, prevEndState SourceMapState, startState SourceMapState, sourceMap []byte) {
js_printer.go#L89: func appendMapping(buffer []byte, lastByte byte, prevState SourceMapState, currentState SourceMapState) []byte {
js_printer.go#L478: prevState SourceMapState
js_printer.go#L565: p.appendMappingWithoutRemapping(SourceMapState{
js_printer.go#L574: p.appendMapping(SourceMapState{
js_printer.go#L602: p.appendMappingWithoutRemapping(SourceMapState{
js_printer.go#L712: func (p *printer) appendMapping(currentState SourceMapState) {
js_printer.go#L732: func (p *printer) appendMappingWithoutRemapping(currentState SourceMapState) {
js_printer.go#L3065: EndState SourceMapState
github.com/evanw/esbuild/internal/bundler
linker.go#L4543: prevEndState := js_printer.SourceMapState{}
linker.go#L4562: startState := js_printer.SourceMapState{
![]() |
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. |