https://github.com/hyrious/esbuild-repl
esbuild-wasm
https://github.com/hyrious/esbuild-repl
esbuild typescript
Last synced: 4 months ago
JSON representation
esbuild-wasm
- Host: GitHub
- URL: https://github.com/hyrious/esbuild-repl
- Owner: hyrious
- License: mit
- Created: 2021-01-27T15:05:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T02:46:52.000Z (11 months ago)
- Last Synced: 2025-01-22T20:07:18.857Z (5 months ago)
- Topics: esbuild, typescript
- Language: TypeScript
- Homepage: https://hyrious.me/esbuild-repl
- Size: 3.35 MB
- Stars: 81
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
hyrious.me / esbuild-repl
Try esbuild in your browser> **Warning**: It downloads a 10 MB wasm file for each esbuild version.
> Make sure you have enough data.## Develop
```bash
pnpm i && pnpm dev
pnpm build && pnpm preview
```PRs are welcome!
### License
MIT @ [hyrious](https://github.com/hyrious)