mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
fix build: json server super call
This commit is contained in:
@@ -417,9 +417,9 @@ export class StringASTNode extends ASTNode {
|
||||
public value: string;
|
||||
|
||||
constructor(parent: ASTNode, name: string, isKey: boolean, start: number, end?: number) {
|
||||
super(parent, 'string', name, start, end);
|
||||
this.isKey = isKey;
|
||||
this.value = '';
|
||||
super(parent, 'string', name, start, end);
|
||||
}
|
||||
|
||||
public getValue(): any {
|
||||
|
||||
Reference in New Issue
Block a user