Jeff Williams 2c6bcd4407 prevent crash when an anonymous class is passed as a parameter (#1416) 7 years ago
..
alias.js d7c7fea358 use the correct longname for constructors of ES2015 classes with `@alias` tags (#1395) 7 years ago
also.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
anonymousclass.js cc66657512 don't ignore properties like `examples` on ES2015 class constructors (#1129) 7 years ago
anonymousclassparam.js 2c6bcd4407 prevent crash when an anonymous class is passed as a parameter (#1416) 7 years ago
arrowfunction.js f4bf81606f fix problems with methods and properties in classes returned by arrow function expressions (#1409) 7 years ago
asyncfunction.js 2f60a2c222 handle async functions (#1188) 7 years ago
callback.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
classproperties.js a3523abebc fix crash when a class property has no value (#1400) 7 years ago
classwithoutname.js 4822bca6c1 whitespace 9 years ago
const.js 621f012211 Remove Rhino support 9 years ago
defaultparams.js 6275e69e85 autodetect default and repeatable parameters when a function is assigned to a variable (#1054) 7 years ago
emptycomments.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
exportclass.js 3fc0cd0717 handle exported ES2015 classes correctly (#1137) 8 years ago
exportdefault.js 1bdcc52156 correctly handle classes that are the default export (#1113) 9 years ago
exportdefaultclass.js cc66657512 don't ignore properties like `examples` on ES2015 class constructors (#1129) 7 years ago
exports.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
funcExpression.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
generators.js 133ee8a5af autodetect generator functions, and support a new `@generator` tag (#1158) 7 years ago
getset.js 621f012211 Remove Rhino support 9 years ago
inlinecomment.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
inlineparamcomment.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
inner.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
innerscope.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
instanceproperty.js 087f07dcd5 use the correct longname for properties documented in instance methods (#1011) 9 years ago
jsx.js 621f012211 Remove Rhino support 9 years ago
lends.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
letkeyword.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
methoddefinition.js 621f012211 Remove Rhino support 9 years ago
mixins.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
moduleclasses.js cc66657512 don't ignore properties like `examples` on ES2015 class constructors (#1129) 7 years ago
moduleinner.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
moduleisconstructor.js 41d33e8399 fix multiple naming issues with members of a class that is the default export (#1120) 9 years ago
moduleisfunction.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
modules.js ba673ff4c1 cleanup 9 years ago
objectkeys.js 01df038474 unconditionally add the necessary properties to AST nodes (#976) 9 years ago
objectlit.js 67244c06eb quote unsafe property names (#950) 10 years ago
objectpropertykeys.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
quotename.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
restparams.js 6275e69e85 autodetect default and repeatable parameters when a function is assigned to a variable (#1054) 7 years ago
specialchars.js e89ecd615f resolve `this` for computed properties (#890) 10 years ago
specialnames.js 8ad4b49b3f correctly handle symbols named `prototype` (#891) 10 years ago
starbangstar.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
this.js 42746c591a correctly resolve `this` for instance properties of a class that is a) within a module and b) is aliased to the module name (#1134) 7 years ago
trailingcomment.js 5026e449e2 work around Babylon comment-attachment bug (#1396) 7 years ago
typetaginline.js 15b57e52f3 overhaul ESLint config; delint 7 years ago
typetagwithnewline.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
var.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago
variations.js 6faad35eb5 strip enclosing parens from the `variation` tag's value (#850) 10 years ago
virtual.js 42104c82ee enable lint-checking for tests; delint/cleanup tests 10 years ago