Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for Builder visualization #603

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2021

  1. feat: Add support for Builder visualization

    This adds support for a Builder tab in the visualization menu that will
    generate code to recreate the original ast in the code editor using
    calls to ast node constructors in the @babel/types library.
    
    This can be very useful when writing codemods to quickly determine the
    proper usage of @babel/types library to generate ast nodes.
    Giancarlo Anemone committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c2d996f View commit details
    Browse the repository at this point in the history
  2. Update editor in builder tab to readOnly

    Giancarlo Anemone committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2e6c031 View commit details
    Browse the repository at this point in the history