|
* Learn AssemblyScript in Y minutes
AssemblyScript is based on TypeScript, therefore the tutorial is based on Learn Typescript in Y minutes
* Fixes for compliancy to contrib.md and Quick fix
80 characters line limit
Also return type for function
* Solve suggested changes
Changes were suggested by @SebastianSpeitel
* Adding examples on Array Type inference
As suggested by Max Graey
* Derived class use the extends keyword
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
* Fix alert conventional signature
Co-authored-by: Max Graey <maxgraey@gmail.com>
* Removed Type Assertion
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
* Fix dangling interfaces and namespace uses
Co-authored-by: Max Graey <maxgraey@gmail.com>
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
* Export functions, classes and namespaces
AssemblyScript doesn't tell about errors in a non exported body
Co-authored-by: Max Graey <maxgraey@gmail.com>
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
---------
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
Co-authored-by: Max Graey <maxgraey@gmail.com>
|