package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 26, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Option struct {
Debug bool `json:"debug,omitempty"`
CompileDebug bool `json:"compileDebug,omitempty"`
RmWhitespace bool `json:"rmWhitespace,omitempty"`
Filename string `json:"filename,omitempty"`
LocalsName string `json:"localsName,omitempty"`
}
type Script interface {
GetScriptCode() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.