jsigbiz / spec

JavaScript signature notation
131 stars 6 forks source link

Project idea: JSIG -> Salsa provider #55

Open junosuarez opened 8 years ago

junosuarez commented 8 years ago

Look at this hotness: http://blogs.msdn.com/b/user_ed/archive/2016/02/09/visual-studio-code-new-features-javascript-salsa-preview.aspx

image

Everything about that is cool but the JSDoc is a little verbose... We've got a jsig parser already, so it shouldn't be too hard to spit out explicit jsig types for function signatures.

I'll take some time to try this out.

Raynos commented 8 years ago

I was looking at salsa; it's pretty neat.

I believe the way it works is that it's just typescript. I think we need to translate jsig ast -> typescript ast.