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

fix: Add estree.Program type to rollup.d.ts #5323

Merged
merged 5 commits into from
Jan 4, 2024
Merged

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    d01a81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21aad30 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    51223dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18157fb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Change ProgramAst to ProgramNode

    ProgramAst is a tautology as a Program IS the AST.
    In the future, we may need names for other AST nodes,
    so a naming scheme XXXNode should work well.
    lukastaegert committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c707f0a View commit details
    Browse the repository at this point in the history