Commit graph

154 commits

Author SHA1 Message Date
Nathan Shively-Sanders b14d7c7ebb Add more jsdoc tests 2016-09-01 09:25:49 -07:00
Nathan Shively-Sanders aa834d7f17 JSDoc supports null, undefined and never types 2016-08-17 15:49:57 -07:00
Nathan Shively-Sanders 3c32478b8f Support other (new) literal types in jsdoc 2016-08-04 13:01:17 -07:00
Nathan Shively-Sanders a6642d68c9 JSDoc understands string literal types
Unfortunately, I didn't find a way to reuse the normal string literal
type, so I had to extend the existing JSDoc type hierarchy. Otherwise,
this feature is very simple.
2016-07-27 13:21:42 -07:00