esast utility to transform from estree
TODO: what is this?
TODO: when should i use this?
This package is ESM only.
In Node.js (version 18+) with yarn:
yarn add @flex-development/esast-util-from-estree
yarn add -D @flex-development/esast @flex-development/docast @types/estree @types/mdast @types/unist
See Git - Protocols | Yarn for details regarding installing from Git.
In Deno with esm.sh
:
import { fromEstree } from 'https://esm.sh/@flex-development/esast-util-from-estree'
In browsers with esm.sh
:
<script type="module">
import { fromEstree } from 'https://esm.sh/@flex-development/esast-util-from-estree'
</script>
TODO: use
TODO: api
This package is fully typed with TypeScript.
See CONTRIBUTING.md
.