Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.27.26
Bug fixes
Other
-
Compile incrementors in for loops within the initializer's flow (#2826) (9102c05)
It turns out that incrementors were compiled with the body's flow, which
meant that the incrementor had access to local variables declared in the
body. Now, incrementors no longer have access to such variables.Fixes #2825.
-
Binaryen on transform (#2832) (9605c03)
-
Expose binaryen instance on transform
-
Fix invalid import in generated output
-
v0.27.25
v0.27.24
v0.27.23
v0.27.22
v0.27.21
Bug fixes
- diagnose when accessing setter only property (#2800) (153def6)
Co-authored-by: CountBleck [email protected]
v0.27.20
v0.27.19
Bug fixes
- string field with false value in
asconfig.js
(#2802) (5dec4a3)
Co-authored-by: Zhenya.Liu [email protected] - add diagnose when getter is not as accessible as the setter (#2801) (41f395a)
- diagnose correct class name when resolving class member fails (#2799) (5ee17be)
- handle nest tostack in shadowstack pass (#2792) (53aab48)