tsd
tsd copied to clipboard
Simplify installed property in tsd.json
It would be nice if installed property in tsd.json could be simplified like in bower.json or package.json. The main reason in favor of this style is to provide the following functions:
- Ability to provide autocomplete for definitions and versions from IDE/editor (like this: https://visualstudiogallery.msdn.microsoft.com/65748cdb-4087-497e-a394-2e3449c8e61e)
- Ability to edit file directly by user
- Simplicity to recognize which version is installed
+1: I'd like to see the ability to mark a version (git tag or version read from package.json) and not only a commit uuid. Or is this already possible? Can't seem to find what are the valid entries in the installed hash...
Or is this already possible
Nope. Just git hashes atm