UNPKG

hataraku

Version:

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

30 lines (28 loc) 721 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* - function declarations (with associated comments) - method declarations (with associated comments) - type specifications */ exports.default = ` ( (comment)* @doc . (function_declaration name: (identifier) @name.definition.function) @definition.function (#strip! @doc "^//\\s*") (#set-adjacent! @doc @definition.function) ) ( (comment)* @doc . (method_declaration name: (field_identifier) @name.definition.method) @definition.method (#strip! @doc "^//\\s*") (#set-adjacent! @doc @definition.method) ) (type_spec name: (type_identifier) @name.definition.type) @definition.type `; //# sourceMappingURL=go.js.map