提交 89b641e2 编写于 作者: J Joao Moreno

fix build: json server super call

上级 443b25c2
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册