Skip to content

Commit

Permalink
Merge pull request #105 from ydfzgyj/buffer
Browse files Browse the repository at this point in the history
fix inheritance of BufferPacker class
  • Loading branch information
dolanmiu committed Jul 26, 2018
2 parents 763fa62 + 6bdcee1 commit 1aa592b
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 1aa592b

Please sign in to comment.