-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
This is my personal TODO list of Snippets I would like to see added to the snippets page for AssemblyScript. Creating an issue here just in case someone else is looking to help with the docs 😄 🎉
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/scoped.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/instanceof.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/inlining.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/getter-call.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/class-extends.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/class.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/call-super.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/call-optional.ts
- https://github.com/AssemblyScript/assemblyscript/blob/master/tests/compiler/enum.ts
- Embedding Assets at compile time with memory.data
- Function types for passing around functions and callbacks
- Null checking
- Retain release, alloc and free. (Pointers)
- Double Equals vs. Triple Equals
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers