UNPKG

eslint-plugin-codelyzer

Version:

6 lines (5 loc) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMPONENT_OR_DIRECTIVE_CLASS_DECORATOR = 'ClassDeclaration > Decorator:matches([expression.callee.name="Component"], [expression.callee.name="Directive"])'; exports.COMPONENT_CLASS_DECORATOR = 'ClassDeclaration > Decorator[expression.callee.name="Component"]'; exports.PIPE_CLASS_DECORATOR = 'ClassDeclaration > Decorator[expression.callee.name="Pipe"]';