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: 6 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T03:03:53.000Z (8 months ago)
- Last Synced: 2025-03-25T19:40:50.822Z (7 months 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