JavaScript: Autoformat

This commit is contained in:
Anders Schack-Mulligen
2023-02-17 12:24:39 +01:00
parent 21d5fa836b
commit 8d97fe9ed3
65 changed files with 320 additions and 172 deletions

View File

@@ -37,7 +37,8 @@ import javascript
* ```
*/
class Function extends @function, Parameterized, TypeParameterized, StmtContainer, Documentable,
AST::ValueNode {
AST::ValueNode
{
/** Gets the `i`th parameter of this function. */
Parameter getParameter(int i) { result = this.getChildExpr(i) }