Skip to content

flex-development/esast-util-attach-comments

esast-util-attach-comments

github release npm codecov module type: esm license conventional commits typescript vitest yarn

esast utility to attach comments

Contents

What is this?

TODO: what is this?

When should I use this?

TODO: when should i use this?

Install

This package is ESM only.

In Node.js (version 18+) with yarn:

yarn add @flex-development/esast-util-attach-comments
yarn add -D @flex-development/docast @flex-development/esast @types/mdast @types/unist
See Git - Protocols | Yarn  for details regarding installing from Git.

In Deno with esm.sh:

import { attachComments } from 'https://esm.sh/@flex-development/esast-util-attach-comments'

In browsers with esm.sh:

<script type="module">
  import { attachComments } from 'https://esm.sh/@flex-development/esast-util-attach-comments'
</script>

Use

TODO: use

API

TODO: api

Types

This package is fully typed with TypeScript.

Contribute

See CONTRIBUTING.md.