Disallow pure setters.

This commit is contained in:
Stephen Chung
2021-05-13 10:34:24 +08:00
parent 9585de4ae4
commit 202285f9ab
3 changed files with 28 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ Enhancements
------------
* Registering a custom syntax now only requires specifying whether the `Scope` is adjusted (i.e. whether variables are added or removed). This allows more flexibility for cases where the number of new variables declared depends on internal logic.
* Putting a `pure` attribute on a plugin property setter now raises a syntax error.
Version 0.20.1