Wallop
Wallop copied to clipboard
Script Properties should be expanded to methods or maintain their appearance as simple values based on the ScriptEngine, not the system itself.
Currently, when adding properties and fields to a IScriptContext, the system converts the property into a pair of getter/setter methods.
This operation should be forwarded to the IScriptContext implementation on a per-script engine basis to allow more control and extensibility by implementing ScriptEngines.