Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
func (*Consumer) File ¶
File returns an optional name of the generated code that this source map is associated with.
func (*Consumer) Source ¶
func (c *Consumer) Source( genLine, genColumn int, ) (source, name string, line, column int, ok bool)
Source returns the original source, name, line, and column information for the generated source's line and column positions.
func (*Consumer) SourceContent ¶
SourceContent returns the original source content for the source.
func (*Consumer) SourcemapURL ¶
Click to show internal directories.
Click to hide internal directories.