mirror of
https://github.com/fluencelabs/assemblyscript-json
synced 2025-03-15 19:20:49 +00:00
fix compilation
This commit is contained in:
parent
a22567e8c8
commit
64675e7e53
@ -228,6 +228,9 @@ export class JSONDecoder<JSONHandlerT extends JSONHandler> {
|
|||||||
savedIndex = this.state.readIndex;
|
savedIndex = this.state.readIndex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// just to help to compile
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
private readEscapedChar(): string {
|
private readEscapedChar(): string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user