eslint-plugin-o1js
Version:
o1js rules for ESLint
7 lines • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CIRCUIT_VALUE_DEFINITION = exports.SMART_CONTRACT_DEFINITION = exports.CIRCUIT_METHOD_DECORATOR = void 0;
exports.CIRCUIT_METHOD_DECORATOR = 'MethodDefinition:has(Decorator[expression.name="method"])';
exports.SMART_CONTRACT_DEFINITION = 'ClassDeclaration:has(Identifier[name="SmartContract"])';
exports.CIRCUIT_VALUE_DEFINITION = 'ClassDeclaration:has(Identifier[name="CircuitValue"])';
//# sourceMappingURL=selectors.js.map