Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollup/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.5
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.6
Choose a head ref
  • 6 commits
  • 33 files changed
  • 3 contributors

Commits on Jan 13, 2024

  1. Generate AST transformers from config (#5337)

    * Add type check for script files
    
    * Use script types
    
    * Start work on AST converter
    
    * Support optional nodes
    
    * Add convertNodeList helper
    
    * Add types
    
    * Add flags
    
    * Rename file
    
    * Generate Rust type constants
    
    * Generate additional Rust constants, remove old types
    
    * Sort types
    
    * Make it work for simple program
    
    * Unify and simplify conversion logic
    
    This allows to inline node if possible and denotes
    inlined nodes in the type.
    
    * Add missing AST types
    
    * Fix failed merge
    
    * Use fallback logic to make some node conversions nicer
    
    * Allow to specify duplicated nodes
    
    Avoid Rust field constants for duplicated nodes to avoid warnings.
    lukastaegert authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3ba1511 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Also type-check d.ts files (#5340)

    Changing module-resolution to "Bundler" indeed solve all issues
    lukastaegert authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    11734c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. chore(deps): lock file maintenance minor/patch updates (#5348)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    328e7d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. chore(deps): update dependency vite to v5.0.12 [security] (#5351)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c4ba8eb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Track mutations of elements pushed into arrays (#5352)

    * Add test for dependency deoptimization
    
    * Deoptimize elements pushed into an array
    
    * Copy rollup types in tests to avoid temporary type issues
    lukastaegert authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f2ed658 View commit details
    Browse the repository at this point in the history
  2. 4.9.6

    lukastaegert committed Jan 21, 2024
    1 Configuration menu
    Copy the full SHA
    ecb6b0a View commit details
    Browse the repository at this point in the history
Loading