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

[@babel/types] Moved generators related to babel-types into the babel-types package directory. #9245

Merged
merged 2 commits into from Jan 8, 2019

Commits on Dec 27, 2018

  1. [@babel/types] Moved type definition generators into package directory.

    Fixes babel#9239, but only partially because the generators still import utils from outside the package directory.
    cameron-martin committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    d866a6b View commit details
    Browse the repository at this point in the history
  2. Moved docs generator and utils into babel-types package directory.

    I split utils.js into one file per function to match the style of the current utils that existed in the babel-types scripts directory.
    cameron-martin committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    7579f06 View commit details
    Browse the repository at this point in the history