Update documentation for Spina 2.0.
Review Request #12920 — Created March 24, 2023 and submitted
Information | |
---|---|
chipx86 | |
Spina | |
master | |
Reviewers | |
beanbag-misc | |
This updates all examples to use
static
attributes (as required by
Spina 2.0), and to add new information on automerged attributes.A new section has been added going into all the options available to the
@spina
decorator, with examples.There were also a few mistakes made here and there in some examples
(namely importing from the wrong identifier), which have been fixed.
Read through the docs using a GitHub-style Markdown renderer.
Checked for spelling errors.
-
-
-
README.md (Diff revision 1) Do we want to make it clearer how spina is kind of transforming this from a static method to an instance method?
-
Change Summary:
- Removed some garbage at the end of a line.
- Clarified that static methods become prototype methods.
- Removed unnecessary commas.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+590 -36) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.