ea2de118aef03e991fcf48adaf131c7d4f87e651none
.github/copilot-instructions.mdTool: github-copilotWhen performing a code review, make sure all properties/methods in classes and objects, where applicable, and including documentation, is listed in alphabetical order. The only exceptions to this are `update()` method in classes, which should appear first, and `toString()`/`toJSON()` should appear last.
When performing a code review, make sure class getters are positioned before class methods.none