hataraku
Version:
An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.
26 lines (23 loc) • 586 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/*
- class declarations
- interface declarations
- method declarations
- namespace declarations
*/
exports.default = `
(class_declaration
name: (identifier) .definition.class
) .class
(interface_declaration
name: (identifier) .definition.interface
) .interface
(method_declaration
name: (identifier) .definition.method
) .method
(namespace_declaration
name: (identifier) .definition.module
) .module
`;
//# sourceMappingURL=c-sharp.js.map