Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
func NewFileCache ¶
func NewFileCache() *FileCache
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
TODO: how make this concurrent safe?
func (*Runtime) GlobalScope ¶
type SourceFile ¶
type SourceFile struct {
// contains filtered or unexported fields
}
func (*SourceFile) CachePath ¶
func (f *SourceFile) CachePath() string
func (*SourceFile) Hash ¶
func (f *SourceFile) Hash() string
func (*SourceFile) LoadSource ¶
func (f *SourceFile) LoadSource() ([]byte, error)
func (*SourceFile) SourcePath ¶
func (f *SourceFile) SourcePath() string
Click to show internal directories.
Click to hide internal directories.