Skip to content

Commit

Permalink
chore: let Handler extends JSONHandler (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody committed May 13, 2021
1 parent ee138a5 commit 10b4c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/JSON.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Buffer } from "./util";
import { JSONDecoder } from "./decoder";
import { JSONDecoder, JSONHandler } from './decoder';

class Handler {
class Handler extends JSONHandler {
stack: Value[] = new Array<Value>();

reset(): void {
Expand Down

0 comments on commit 10b4c50

Please sign in to comment.