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

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Aug 14, 2016
1 parent 986e648 commit a571d17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
12 changes: 1 addition & 11 deletions compiler/interfaces.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions compiler/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,5 @@ export class FileScan {
}

export class ESImport {
specifiers: string[];
hasDefault: boolean;
hasWildCard: boolean;
source: boolean;
}

// TODO: `export ... from '...';`
export class ESExportSpecifier {
specifier: string;
isDefault = false;
}

export class ESFileScan extends FileScan {
imports: ESImport[];
}

0 comments on commit a571d17

Please sign in to comment.