chore(build): Remove .es6 files which shadow .ts files.

This removes .es6 files which are pure duplicates of a
.ts file in the same folder.
Next we need to remove .js files as well, and remove karma preprocessors for dart.
This commit is contained in:
Alex Eagle
2015-04-27 16:11:20 -07:00
parent c1579222bd
commit 3c77855b39
24 changed files with 45 additions and 870 deletions

View File

@ -13,6 +13,7 @@
// Note: `assert` gets automatically included by traceur!
export function main() {
return;
describe('prettyPrint', () => {
class Type {};