Jeff Williams
617b3236bf
Replace old, vendored Jasmine with current npm package.
...
JSDoc-specific test functions are now properties of a `jsdoc` global, not a `jasmine` global.
Also updates license files to reflect the fact that we no longer vendor anything.
2019-05-12 15:10:38 -07:00
Jeff Williams
aa0b6c1bfa
switch to new-ish ECMAScript syntax
...
With help from Lebab, plus a lot of manual cleanup. (And more cleanup to come, I'm sure.)
2019-01-15 18:39:10 -08:00
Jeff Williams
f4bf81606f
fix problems with methods and properties in classes returned by arrow function expressions ( #1409 )
...
+ don't prepend `undefined` to method and property names
+ use the parent class's alias
2017-07-16 14:10:52 -07:00
Tim Schaub
621f012211
Remove Rhino support
2015-10-30 13:11:43 -06:00
Jeff Williams
5a58bdf5a5
support arrow function expressions ( #555 )
2015-08-20 11:01:08 -07:00