Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
#204 - Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 11, 2016
1 parent cd07f44 commit d43f7c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/compiler/TypeToStringWriter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as ts from "typescript";
import {TsSymbol} from "./TsSymbol";
import {TsSymbol} from "./TsSymbol";
import {TsType} from "./TsType";

enum FormatFlags {
Expand Down
2 changes: 0 additions & 2 deletions src/compiler/utils/TsCache.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import * as ts from "typescript";
import {KeyValueCache, Logger} from "./../../utils";
import {TsType} from "./../TsType";
import {TsSymbol} from "./../TsSymbol";
import {TsNode} from "./../TsNode";
import {TsTypeNode} from "./../TsTypeNode";
import {TsTypeChecker} from "./TsTypeChecker";

export class TsCache {
private readonly nodeCache = new KeyValueCache<ts.Node, TsNode>();
Expand Down

0 comments on commit d43f7c1

Please sign in to comment.