Versions in this module Expand all Collapse all v1 v1.0.4 Sep 25, 2023 v1.0.3 Sep 25, 2023 Changes in this version + func ResolveSourcemapURL(basename, source string) *url.URL + type File struct + func NewFile(filename, src string, base int) *File + func (fl *File) Base() int + func (fl *File) Name() string + func (fl *File) Position(offset int) Position + func (fl *File) SetSourceMap(m *sourcemap.Consumer) + func (fl *File) Source() string + type FileSet struct + func (self *FileSet) AddFile(filename, src string) int + func (self *FileSet) File(idx Idx) *File + func (self *FileSet) Position(idx Idx) Position + type Idx int + type Position struct + Column int + Filename string + Line int + func (self Position) String() string