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

Add Standardized alias to @babel/types #2564

Closed
wants to merge 2 commits into from
Closed

Add Standardized alias to @babel/types #2564

wants to merge 2 commits into from

Commits on Aug 11, 2021

  1. Update @babel/types docs

    Re: babel/babel#13666
    
    Seems these docs were a bit out of date. We should probably automate this, I generated it by running
    
    ```bash
    $ cd babel
    $ node packages/babel-types/scripts/generators/docs.js > ../babel-website/docs/types.md
    ```
    jridgewell committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2c9ac8f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    012312d View commit details
    Browse the repository at this point in the history