tsd icon indicating copy to clipboard operation
tsd copied to clipboard

Simplify installed property in tsd.json

Open rosieks opened this issue 11 years ago • 2 comments

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

rosieks avatar Dec 20 '14 16:12 rosieks

+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...

kristianmandrup avatar May 19 '15 19:05 kristianmandrup

Or is this already possible

Nope. Just git hashes atm

basarat avatar May 20 '15 03:05 basarat