Versions in this module Expand all Collapse all v1 v1.1.0 Sep 13, 2021 Changes in this version + var BignumberJs = deps.MustAsset("bignumber.js") + var ErrorColor = color.New(color.FgHiRed).SprintfFunc() + var FunctionColor = color.New(color.FgMagenta).SprintfFunc() + var NumberColor = color.New(color.FgRed).SprintfFunc() + var SpecialColor = color.New(color.Bold).SprintfFunc() + var StringColor = color.New(color.FgGreen).SprintfFunc() + var Web3Js = deps.MustAsset("web3.js") + type JSRE struct + func New(assetPath string, output io.Writer) *JSRE + func (jsre *JSRE) CompleteKeywords(line string) []string + func (re *JSRE) Bind(name string, v interface{}) error + func (re *JSRE) Compile(filename string, src interface{}) (err error) + func (re *JSRE) Do(fn func(*otto.Otto)) + func (re *JSRE) Evaluate(code string, w io.Writer) error + func (re *JSRE) Exec(file string) error + func (re *JSRE) Get(ns string) (v otto.Value, err error) + func (re *JSRE) Run(code string) (v otto.Value, err error) + func (re *JSRE) Set(ns string, v interface{}) (err error) + func (re *JSRE) Stop(waitForCallbacks bool)