@unified-latex/unified-latex-util-comments
TypeScript icon, indicating that this package has built-in type declarations

1.7.1 • Public • Published

unified-latex-util-comments

What is this?

Functions to help modify comments in a unified-latex Abstract Syntax Tree (AST).

When should I use this?

If you want to process comments in a unified-latex AST.

Install

npm install @unified-latex/unified-latex-util-comments

This package contains both esm and commonjs exports. To explicitly access the esm export, import the .js file. To explicitly access the commonjs export, import the .cjs file.

Functions

deleteComments(ast)

Returns a new AST with all comments removed. Care is taken to preserve whitespace. For example

x%
y

becomes xy but

x %
y

becomes x y

function deleteComments(ast: Ast.Ast): void;

Parameters

Param Type
ast Ast.Ast

Package Sidebar

Install

npm i @unified-latex/unified-latex-util-comments

Weekly Downloads

2,064

Version

1.7.1

License

MIT

Unpacked Size

5.85 kB

Total Files

7

Last publish

Collaborators

  • siefkenj