Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct { Version int `json:"version"` File string `json:"file,omitempty"` SourceRoot string `json:"sourceRoot,omitempty"` Sources []string `json:"sources"` SourcesContent []string `json:"sourcesContent,omitempty"` Names []string `json:"names,omitempty"` Mappings string `json:"mappings"` // contains filtered or unexported fields }
func (*Map) AddMapping ¶
func (*Map) ClearMappings ¶
func (m *Map) ClearMappings()
func (*Map) DecodedMappings ¶
func (*Map) EncodeMappings ¶
func (m *Map) EncodeMappings()
Click to show internal directories.
Click to hide internal directories.