Skip to content

Conversation

@gnidan
Copy link
Member

@gnidan gnidan commented Jan 15, 2026

Migrate the BUG language playground from the separate bugc repository. This is a Vite-based React app for interactive BUG code compilation and visualization.

Changes:

  • Copy packages/playground with React components for editor and visualization (AST, IR, CFG, Bytecode views)
  • Change dev server port from 3000 to 3001 to avoid collision with Docusaurus
  • Update example paths to reference packages/bugc/examples/
  • Add playground watch to bin/start
  • Exclude playground from vitest coverage (no tests)
  • Fix lint error in CfgView.tsx (case block braces)
  • Mark as private package (not published)

Run with: yarn workspace @ethdebug/bug-playground start

Migrate the BUG language playground from the separate bugc repository.
This is a Vite-based React app for interactive BUG code compilation
and visualization.

Changes:
- Copy packages/playground with React components for editor and
  visualization (AST, IR, CFG, Bytecode views)
- Change dev server port from 3000 to 3001 to avoid collision with
  Docusaurus
- Update example paths to reference packages/bugc/examples/
- Add playground watch to bin/start
- Exclude playground from vitest coverage (no tests)
- Fix lint error in CfgView.tsx (case block braces)
- Mark as private package (not published)

Run with: yarn workspace @ethdebug/bug-playground start
@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

PR Preview Action v1.8.0
Preview removed because the pull request was closed.
2026-01-15 21:31 UTC

@gnidan gnidan merged commit af8a4cf into main Jan 15, 2026
4 checks passed
@gnidan gnidan deleted the bug-playground branch January 15, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants