Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sunny-117/jsx-compilation
🍻 实现 JSX 语法转成 JS 语法的编译器
https://github.com/Sunny-117/jsx-compilation
ast code generation nodetypes parser transformation traversal
Last synced: 1 day ago
JSON representation
🍻 实现 JSX 语法转成 JS 语法的编译器
- Host: GitHub
- URL: https://github.com/Sunny-117/jsx-compilation
- Owner: Sunny-117
- Created: 2023-01-18T07:29:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T08:59:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T08:07:42.514Z (6 days ago)
- Topics: ast, code, generation, nodetypes, parser, transformation, traversal
- Language: TypeScript
- Homepage: https://sunny-117.github.io/jsx-compilation
- Size: 105 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsx-compilation
🍻 实现 JSX 语法转成 JS 语法的编译器# Features
- TypeScript
- Vitest# playground
https://sunny-117.github.io/jsx-compilation