Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements for the
@signal
decorator:
- add the ability to finalize `@signal` fields without a class decorator by defining a `@signal #finalize` field after all fields are defined - refactor `@signal` on getters/setters to work without a class decorator (add support for `#private` getters/setters, but now requires the `@signal` decorator to be placed on both the getter and the setter, otherwise it won't work and an error will be shown in console) - add support for public and `#private` auto accessors - organize code and tests organize files and tests
- Loading branch information