UNPKG

astral-angular-annotate

Version:

AngularJS DI annotation pass for astral

18 lines (17 loc) 314 B
/* * Identify AST blocks that refer to an AngularJS module */ module.exports = { "type": "CallExpression", "callee": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "angular" }, "property": { "type": "Identifier", "name": "module" } } };