Skip to content

flex-development/vfile-lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vfile-lexer

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

vfile utility to tokenize a file

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/vfile-lexer
See Git - Protocols | Yarn  for details regarding installing from Git.

In Deno with esm.sh:

import {} from 'https://esm.sh/@flex-development/vfile-lexer'

In browsers with esm.sh:

<script type="module">
  import {} from 'https://esm.sh/@flex-development/vfile-lexer'
</script>

Use

TODO: use

API

TODO: api

Types

This package is fully typed with TypeScript.

Related

Contribute

See CONTRIBUTING.md.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.