{"id":13339468,"url":"https://github.com/flex-development/esast-util-attach-comments","last_synced_at":"2025-02-26T12:42:06.744Z","repository":{"id":225764375,"uuid":"766772844","full_name":"flex-development/esast-util-attach-comments","owner":"flex-development","description":"esast utility to attach comments","archived":false,"fork":false,"pushed_at":"2024-10-29T11:59:51.000Z","size":1468,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T13:37:33.458Z","etag":null,"topics":["ast","comment","ecmascript","esast","esast-util","javascript","js","unist"],"latest_commit_sha":null,"homepage":"https://github.com/flex-development/esast-util-attach-comments","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flex-development.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["flex-development"]}},"created_at":"2024-03-04T05:08:53.000Z","updated_at":"2024-10-28T11:16:41.000Z","dependencies_parsed_at":"2024-05-02T12:44:23.149Z","dependency_job_id":"a3411653-e8b9-4ef1-9c20-c8fd68e3cf28","html_url":"https://github.com/flex-development/esast-util-attach-comments","commit_stats":null,"previous_names":["flex-development/esast-util-attach-comments"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fesast-util-attach-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fesast-util-attach-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fesast-util-attach-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fesast-util-attach-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flex-development","download_url":"https://codeload.github.com/flex-development/esast-util-attach-comments/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240858536,"owners_count":19868997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ast","comment","ecmascript","esast","esast-util","javascript","js","unist"],"created_at":"2024-07-29T19:20:03.672Z","updated_at":"2025-02-26T12:42:06.707Z","avatar_url":"https://github.com/flex-development.png","language":"JavaScript","funding_links":["https://github.com/sponsors/flex-development"],"categories":[],"sub_categories":[],"readme":"# esast-util-attach-comments\n\n[![github release](https://img.shields.io/github/v/release/flex-development/esast-util-attach-comments.svg?include_prereleases\u0026sort=semver)](https://github.com/flex-development/esast-util-attach-comments/releases/latest)\n[![npm](https://img.shields.io/npm/v/@flex-development/esast-util-attach-comments.svg)](https://npmjs.com/package/@flex-development/esast-util-attach-comments)\n[![codecov](https://codecov.io/gh/flex-development/esast-util-attach-comments/graph/badge.svg?token=gATnvcdplV)](https://codecov.io/gh/flex-development/esast-util-attach-comments)\n[![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)\n[![license](https://img.shields.io/github/license/flex-development/esast-util-attach-comments.svg)](LICENSE.md)\n[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits\u0026logoColor=ffffff)](https://conventionalcommits.org/)\n[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\u0026logoColor=ffffff)](https://typescriptlang.org/)\n[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat\u0026logo=vitest\u0026logoColor=ffffff)](https://vitest.dev/)\n[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\u0026logo=yarn\u0026logoColor=ffffff)](https://yarnpkg.com/)\n\n[esast][esast] utility to attach comments\n\n## Contents\n\n- [What is this?](#what-is-this)\n- [When should I use this?](#when-should-i-use-this)\n- [Install](#install)\n- [Use](#use)\n- [API](#api)\n- [Types](#types)\n- [Contribute](#contribute)\n\n## What is this?\n\n**TODO**: what is this?\n\n## When should I use this?\n\n**TODO**: when should i use this?\n\n## Install\n\nThis package is [ESM only][esm].\n\nIn Node.js (version 18+) with [yarn][yarn]:\n\n```sh\nyarn add @flex-development/esast-util-attach-comments\nyarn add -D @flex-development/docast @flex-development/esast @types/mdast @types/unist\n```\n\n\u003cblockquote\u003e\n  \u003csmall\u003e\n    See \u003ca href='https://yarnpkg.com/protocol/git'\u003eGit - Protocols | Yarn\u003c/a\u003e\n    \u0026nbsp;for details regarding installing from Git.\n  \u003c/small\u003e\n\u003c/blockquote\u003e\n\nIn Deno with [`esm.sh`][esmsh]:\n\n```ts\nimport { attachComments } from 'https://esm.sh/@flex-development/esast-util-attach-comments'\n```\n\nIn browsers with [`esm.sh`][esmsh]:\n\n```html\n\u003cscript type=\"module\"\u003e\n  import { attachComments } from 'https://esm.sh/@flex-development/esast-util-attach-comments'\n\u003c/script\u003e\n```\n\n## Use\n\n**TODO**: use\n\n## API\n\n**TODO**: api\n\n## Types\n\nThis package is fully typed with [TypeScript][typescript].\n\n## Contribute\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\n[esast]: https://github.com/flex-development/esast\n[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c\n[esmsh]: https://esm.sh/\n[typescript]: https://www.typescriptlang.org\n[yarn]: https://yarnpkg.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Fesast-util-attach-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflex-development%2Fesast-util-attach-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Fesast-util-attach-comments/lists"}