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

Commit

Permalink
fix(imports): duplicate imports are not generated anymore (#253)
Browse files Browse the repository at this point in the history
Fixes #226 and Fixes #175
  • Loading branch information
buehler committed Jul 15, 2017
1 parent 6673f0e commit 9efe243
Show file tree
Hide file tree
Showing 9 changed files with 277 additions and 239 deletions.
21 changes: 1 addition & 20 deletions .vscode/launch.json
Expand Up @@ -31,26 +31,7 @@
"outFiles": [
"${workspaceRoot}/out/test/**/*.js"
]
},
{
"name": "Attach Server",
"type": "node",
"protocol": "auto",
"request": "attach",
"port": 6004,
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/out/**/*.js"
]
}
],
"compounds": [
{
"name": "Launch Extension & Server",
"configurations": [
"Launch Extension",
"Attach Server"
]
}
]
"compounds": []
}
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,15 @@ If you search for this feature: here's the solution (and many more). Typescript
in the future and there are many features in the pipeline that will enhance the way you
work with typescript.

[![Travis build](https://img.shields.io/travis/buehler/typescript-hero.svg)](https://travis-ci.org/buehler/typescript-hero)
[![Marketplace](https://vsmarketplacebadge.apphb.com/version-short/rbbit.typescript-hero.svg)](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/rbbit.typescript-hero.svg)](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero)
[![GitHub issues](https://img.shields.io/github/issues/buehler/typescript-hero.svg)](https://github.com/buehler/typescript-hero/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/buehler/typescript-hero.svg)](https://github.com/buehler/typescript-hero/pulls)
[![Semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Greenkeeper](https://badges.greenkeeper.io/buehler/typescript-hero.svg)](https://greenkeeper.io/)
[![License](https://img.shields.io/github/license/buehler/typescript-hero.svg)](https://github.com/buehler/typescript-hero/blob/master/LICENSE)

## Features at a glance

Here is a brief list, of what TypeScript Hero is capable of (more at the end):
Expand Down

0 comments on commit 9efe243

Please sign in to comment.