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: terser/terser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.16.9
Choose a base ref
...
head repository: terser/terser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.17.1
Choose a head ref
  • 10 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 13, 2023

  1. Add @__KEY__ annotation to mangle string literals (#1365)

    * Add @__KEY__ annotation
    
    Adding a @__KEY__ annotation before a string literal will now cause
    it to be mangled like a property name during the mangle_props phase.
    
    * Never double mangle _KEY string literals
    
    * Add tests for _KEY annotation
    
    * Add _KEY annotation to readme
    jpdutoit authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3ab7bbf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    31753d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ddf63a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. update changelog

    fabiosantoscode committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    81f0f22 View commit details
    Browse the repository at this point in the history
  2. 5.17.0

    fabiosantoscode committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4e88c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    028514c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd6ebd3 View commit details
    Browse the repository at this point in the history
  5. update changelog

    fabiosantoscode committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2acb238 View commit details
    Browse the repository at this point in the history
  6. 5.17.1

    fabiosantoscode committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    374073b View commit details
    Browse the repository at this point in the history
Loading