Skip to content

Commit

Permalink
fix inheritance of BufferPacker class
Browse files Browse the repository at this point in the history
  • Loading branch information
ydfzgyj committed Jul 26, 2018
1 parent e02e54d commit 6bdcee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/export/packer/buffer.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { File } from "../../file";
import { BufferStream } from "./buffer-stream";
import { Compiler } from "./compiler";
import { IPacker } from "./packer";

export class BufferPacker {
export class BufferPacker implements IPacker {
private readonly packer: Compiler;

constructor(file: File) {
Expand Down

0 comments on commit 6bdcee1

Please sign in to comment.