mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
JavaScript: Autoformat
This commit is contained in:
@@ -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) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user