estree-util-build-jsx
JSX transformer
Utility to transform JSX syntax into function calls for various JavaScript libraries
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
22 stars
9 watching
3 forks
Language: JavaScript
last commit: 3 months ago ecmascriptestreehyperscriptjavascriptjsxpreactreact
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/estree-util-to-js | A utility to convert estree syntax trees into JavaScript strings | 12 |
syntax-tree/hast-util-to-jsx-runtime | A utility that converts a hast syntax tree to a framework-compatible JSX runtime | 55 |
syntax-tree/esast-util-from-js | A utility to convert JavaScript code into an abstract syntax tree (AST) format | 12 |
remcohaszing/estree-util-value-to-estree | Converts JavaScript values to ESTree expressions | 24 |
syntax-tree/estree-util-attach-comments | Utility to embed comments in an Abstract Syntax Tree (AST) generated by an ECMAScript parser | 7 |
elixirscript/elixir-estree | Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 943 |
syntax-tree/hast-util-to-xast | Utility to convert HTML syntax trees into XML syntax trees | 4 |
agreon/styco | Tools for transforming JSX tags with style-props into styled components | 95 |
syntax-tree/hast-util-from-text | Utility to transform plain text into a hast node's visible content | 2 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
jamiemason/astexplorer.app | An application that provides an interactive syntax tree viewer with hot reloading and module bundling capabilities for JavaScript development. | 120 |
syntax-tree/mdast-util-to-hast | Transforms markdown syntax trees into HTML syntax trees | 103 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
syntax-tree/xastscript | A utility to create syntax trees with ease | 12 |