1.8.2 • Published 9 months ago
@unified-latex/unified-latex-util-comments v1.8.2
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-commentsThis 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%
ybecomes xy but
x %
ybecomes x y
function deleteComments(ast: Ast.Ast): void;Parameters
| Param | Type |
|---|---|
| ast | Ast.Ast |
1.8.2
9 months ago
1.8.0
1 year ago
1.7.1
2 years ago
1.7.0
2 years ago
1.6.1
2 years ago
1.6.0
2 years ago
1.4.2
2 years ago
1.4.0
2 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.2
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.2.1
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.12
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.0
3 years ago