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: sass/dart-sass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.85.0
Choose a base ref
...
head repository: sass/dart-sass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.85.1
Choose a head ref
  • 5 commits
  • 29 files changed
  • 2 contributors

Commits on Feb 19, 2025

  1. Add support for list literals (#2515)

    Co-authored-by: Carlos (Goodwine) <[email protected]>
    nex3 and Goodwine authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    1b58aa9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Add support for map expressions (#2517)

    Co-authored-by: Carlos (Goodwine) <[email protected]>
    nex3 and Goodwine authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    7c4ff8f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Add support for function call expressions (#2519)

    Co-authored-by: Carlos (Goodwine) <[email protected]>
    nex3 and Goodwine authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    c540875 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Add support for parsing interpolated function calls (#2521)

    Co-authored-by: Carlos (Goodwine) <[email protected]>
    nex3 and Goodwine authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    fae0217 View commit details
    Browse the repository at this point in the history
  2. Fix IsCalculationSafe.visitBinaryOperationExpression (#2524)

    This was previously checking whether *either* operator was
    calculation-safe, when in fact it should check that *both* are.
    
    Closes #2523
    nex3 authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    87ef19a View commit details
    Browse the repository at this point in the history
Loading