estree-util-to-js
Syntax converter
A utility to convert estree syntax trees into JavaScript strings
estree (and esast) utility to serialize as JavaScript
12 stars
8 watching
1 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/esast-util-from-js | A utility to convert JavaScript code into an abstract syntax tree (AST) format | 13 |
remcohaszing/estree-util-value-to-estree | Converts JavaScript values to ESTree expressions | 24 |
syntax-tree/estree-util-build-jsx | Utility to transform JSX syntax into function calls for various JavaScript libraries | 22 |
syntax-tree/estree-util-attach-comments | Utility to embed comments in an Abstract Syntax Tree (AST) generated by an ECMAScript parser | 7 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 947 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
syntax-tree/nlcst-to-string | Utility to convert structured text data into plain text strings | 18 |
elixirscript/elixir-estree | Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
syntax-tree/xastscript | A utility to create syntax trees with ease | 12 |
syntax-tree/hastscript | Utility to create syntax trees with ease. | 165 |
syntax-tree/unist-builder | Utility to create syntax trees with ease | 77 |
syntax-tree/xast-util-from-xml | Utility to convert XML into a syntax tree data structure | 16 |
syntax-tree/hast-util-to-html | Utility to convert syntax tree into HTML string | 93 |
syntax-tree/hast-util-to-xast | Utility to convert HTML syntax trees into XML syntax trees | 4 |
syntax-tree/hast-util-to-jsx-runtime | A utility that converts a hast syntax tree to a framework-compatible JSX runtime | 56 |