Skip to content

Add @ethdebug/bug-playground package to monorepo#167

Merged
gnidan merged 1 commit into
mainfrom
bug-playground
Jan 15, 2026
Merged

Add @ethdebug/bug-playground package to monorepo#167
gnidan merged 1 commit into
mainfrom
bug-playground

Conversation

@gnidan

@gnidan gnidan commented Jan 15, 2026

Copy link
Copy Markdown
Member

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

github-actions Bot commented Jan 15, 2026

Copy link
Copy Markdown
Contributor
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.

1 participant