Skip to content

Commit

Permalink
fix(Transpiler): remove unnecessary class property
Browse files Browse the repository at this point in the history
  • Loading branch information
smhxx committed Apr 3, 2018
1 parent 570705d commit f9e6d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/Transpiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default class Transpiler {
readonly options: object = {};
readonly module: CacheKeyProvider;
readonly matches: ReadonlyArray<FileMatch>;
readonly header: (index: number, max: number) => string;

private static instances: ReadonlyArray<Transpiler>;

Expand Down

0 comments on commit f9e6d6c

Please sign in to comment.