UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

16 lines (14 loc) 389 B
/* - class declarations - method declarations - interface declarations */ export default ` (class_declaration name: (identifier) @name.definition.class) @definition.class (method_declaration name: (identifier) @name.definition.method) @definition.method (interface_declaration name: (identifier) @name.definition.interface) @definition.interface `; //# sourceMappingURL=java.js.map