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: v2.56.3
Choose a base ref
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.57.0
Choose a head ref
  • 8 commits
  • 3,015 files changed
  • 4 contributors

Commits on Aug 26, 2021

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

Commits on Sep 6, 2021

  1. chore: use forceConsistentCasingInFileNames in ts-config (#4220)

    * chore: use forceConsistentCasingInFileNames in ts-config
    
    * nit
    dnalborczyk authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    181f379 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. chore: bump rollup typescript, remove unused micromatch (#4219)

    * chore: bump rollup plugin deps
    
    * fix(fsevents): use any
    
    * fix: remove unused micromatch module
    
    * chore: bump rollup
    
    * remove any, use unknown instead
    
    * rename variable
    
    * remove deprecated diagnostics flag
    
    * bump remaining @rollup/plugins
    
    * Fix license file
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    dnalborczyk and lukastaegert authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    bce7624 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. fix: prevent UnhandledPromiseRejectionWarning when module resolution/…

    …parsing fails (#4228)
    
    * fix: prevent UnhandledPromiseRejectionWarning from module resolution/parsing fails
    
    * Account for changed Node 16 error messages
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    kherock and lukastaegert authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2ff8fc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. prepare for useDefineForClassFields (#4224)

    * fix: use useDefineForClassFields in ts-config
    
    * fix class property types
    
    * Disable useDefineForClassFields for now
    
    Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    3 people authored Sep 19, 2021
    Configuration menu
    Copy the full SHA
    5700728 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Use ES2015 features in generated code snippets (#4215)

    * Add generatedCode option stub
    
    * Prepare improved SystemJS exports
    
    * Introduce snippets to finalizers
    
    * Add indent to snippets
    
    * Use arrow functions in IIFE finalizer
    
    * Ensure tests have a description
    
    * Improve test cleanup
    
    * Separate indent again as it became unpredictable and possibly wrong
    
    * Replace functions in remaining wrappers
    
    * Wrap SystemJS and AMD factories for better performance
    
    * Do not use compact where it is not needed
    
    * Always destructure render options
    
    * Add object shorthand option
    
    * Use object shorthand for namespaces
    
    * Add option to not quote reserved names used as props
    
    * Refactor SystemJS reexports for simpler setters
    
    * Use arrow functions for import expressions
    
    * Update getExportBlock
    
    * Use snippets for interop helpers
    
    * Further convert interop helpers
    
    * Replace property access in export block
    
    * Add more arrow functions
    
    * Merge helper strings
    
    * Preserve context for amd/cjs dynamic non-arrow requires
    
    Resolves #3092
    
    * Add presets
    
    * Use common helper for invalid option errors
    
    * Use property access for namespace generation
    
    * Update dependencies
    
    * Improve coverage
    
    * Update documentation
    
    * Use symbolic links to keep tests in sync
    
    * Start introducing new blockBindings option
    
    * Always use arrow functions for large IIFEs
    
    * Use block bindings for SystemJS output
    
    * Use block bindings in remaining places
    
    * Replace varOrConst
    
    * Get rid of remainint varOrConst usages
    
    * Account for Node 16 error messages
    
    * Deprecated preferConst
    
    * Properly merge external namespaces
    
    * Refine namespace merge
    
    * Rename blockBindings -> constBindings
    
    * Update docs
    
    * Do not quote props for ES5
    
    * Use more efficient loops for const bindings
    
    * Refine loop formatting
    
    * Merge directReturnFunction left and right
    
    * Refine code formatting
    
    * Update dependencies
    lukastaegert authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ca86df2 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    lukastaegert committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ed5e51d View commit details
    Browse the repository at this point in the history
  3. 2.57.0

    lukastaegert committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b67ef30 View commit details
    Browse the repository at this point in the history
Loading