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.51.2
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.52.0
Choose a head ref
  • 6 commits
  • 79 files changed
  • 3 contributors

Commits on Jun 16, 2021

  1. add typescript config support (#3835)

    * add typescript config support
    
    * change require to import for loading ts config file
    
    * add .ts to config search.
    
    * update lock and remove switch in loadConfigFile
    
    * add test for ts config file
    
    * add typescript config note.
    
    * remove transform-ts-plugin-config-import.
    
    * add config-ts test and remove config-ts-no-plugin test.
    
    * re add realative plugin path.
    
    * revert accidentall formating
    
    * add ts config plugin option
    
    * rename ts option
    
    * add custom config plugin option
    
    * use addCommandPluginsToInputOptions to load config plugin.
    
    * autoresolve configPlugin if typescipt config file.
    
    * Fix dependencies and test
    
    * Remove TypeScript default, always transpile config if configPlugin option is used
    
    Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
    TheRealSyler and lukastaegert authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9a2775b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7212516 View commit details
    Browse the repository at this point in the history
  3. Add presets to the tree-shaking options (#4131)

    * Reference types when normalizing options
    
    * Add string presets for the treeshake option
    
    * Add "recommended" option and warn for unknown options
    
    * Add ability to use presets with overrides
    
    * Add CLI support for presets
    
    * Add documentation
    
    * Fix docs
    lukastaegert authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    86e8510 View commit details
    Browse the repository at this point in the history
  4. Add option to deoptimize var declarations for tree-shaking (#4139)

    * Reference types when normalizing options
    
    * Add string presets for the treeshake option
    
    * Add "recommended" option and warn for unknown options
    
    * Add ability to use presets with overrides
    
    * Add CLI support for presets
    
    * Add documentation
    
    * Fix docs
    
    * Reference types when normalizing options
    
    * Add treeshake.correctVarValueBeforeDeclaration option
    
    * Add documentation
    lukastaegert authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    40c1c6c View commit details
    Browse the repository at this point in the history
  5. Update changelog

    lukastaegert committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1dc87a1 View commit details
    Browse the repository at this point in the history
  6. 2.52.0

    lukastaegert committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c4f9d13 View commit details
    Browse the repository at this point in the history
Loading