-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the ability to finalize
@signal
fields without a class decorato…
…r by defining `@signal #finalize` after all fields are defined, refactor `@signal` on getters/setters (including `#private` getters/setters) to work without a class decorator (now requires the `@signal` decorator 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
- Loading branch information
Showing
17 changed files
with
700 additions
and
363 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.