assemblyscript
assemblyscript copied to clipboard
add compiler option for disabling unexpected null check (unsafe)
Feature suggestion
current compiler adds an unexpected null check when there is an exclamenation token like nullable!.prop1.
it will be great if it is possible to disable the null checks to improve performance and just trust that the property is never null.