System Runtime v2.0.0-rc.4
Pre-release
Pre-release
Changelog:
- Fix an issue when overriding class name.
- Add 'super' kind of API.
note: to call the method of the parent class, just require the class and pass the context as the first parameter. Example: this.require('Jedi').fullName(this)