UNPKG

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
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* - class declarations - interface declarations - method declarations - namespace declarations */ exports.default = ` (class_declaration name: (identifier) @name.definition.class ) @definition.class (interface_declaration name: (identifier) @name.definition.interface ) @definition.interface (method_declaration name: (identifier) @name.definition.method ) @definition.method (namespace_declaration name: (identifier) @name.definition.module ) @definition.module `; //# sourceMappingURL=c-sharp.js.map