Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamlim/astmodern
An online playground to experiment with babel plugins
https://github.com/hamlim/astmodern
babel babel-plugin editor monaco-editor playground react
Last synced: 9 days ago
JSON representation
An online playground to experiment with babel plugins
- Host: GitHub
- URL: https://github.com/hamlim/astmodern
- Owner: hamlim
- Created: 2020-05-10T19:38:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:30:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T20:20:07.157Z (25 days ago)
- Topics: babel, babel-plugin, editor, monaco-editor, playground, react
- Language: JavaScript
- Homepage: https://astmodern.now.sh
- Size: 1.31 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASTModern
A digital sandbox to experiment building babel plugins.
## Getting Started:
```sh
yarn
``````sh
yarn dev
```## Inspiration:
This project is heavily inspired by [astexplorer.net](astexplorer.net). I highly encourage using
that tool if you need something stable, reliable, performant, and for other ASTs / languages.