File: ast_linter.coffee
Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src |
Classes: | ASTApi ASTLinter |
Variables Summary
- node_children =
-
{ Class: ['variable', 'parent', 'body'], Code: ['params', 'body'], For: ['body', 'source', 'guard', 'step'], If: ['condition', 'body', 'elseBody'], Obj: ['properties'], Op: ['first', 'second'], Switch: ['subject', 'cases', 'otherwise'], Try: ['attempt', 'recovery', 'ensure'], Value: ['base', 'properties'], While: ['condition', 'guard', 'body'] }
Method Summary
Method Details
~
(void)
hasChildren(node, children)