Subgraph'ler > Geliştirme > Oluşturma > AssemblyScript API'si
Genel AssemblyScript Sorunları
There are certain AssemblyScript issues that are common to run into during Subgraph development. They range in debug difficulty, however, being aware of them may help. The following is a non-exhaustive list of these issues:
Private
class variables are not enforced in AssemblyScript. There is no way to protect class variables from being directly changed from the class object.- Kapsam [Closure fonksiyonlarına] aktarılmaz (https://www.assemblyscript.org/status.html#on-closures) kalıtılmaz, yani closure fonksiyonlarının dışında tanımlanan değişkenler bu fonksiyonlar içinde kullanılamaz. Daha fazla açıklama için Developer Highlights #3 videosuna bakabilirsiniz.