We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6429017 commit adfd5bdCopy full SHA for adfd5bd
src/parser/Statement.ts
@@ -1192,7 +1192,6 @@ export class LibraryStatement extends Statement implements TypedefProvider {
1192
export class NamespaceStatement extends Statement implements TypedefProvider {
1193
constructor(
1194
public keyword: Token,
1195
- // this should technically only be a VariableExpression or DottedGetExpression, but that can be enforced elsewhere
1196
public nameExpression: VariableExpression | DottedGetExpression,
1197
public body: Body,
1198
public endKeyword: Token
0 commit comments