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.63.6
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.64.1
Choose a head ref
  • 13 commits
  • 86 files changed
  • 5 contributors

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    61af9ee View commit details
    Browse the repository at this point in the history
  2. Un-skip a test (#2028)

    This should pass now that dart-lang/stream_channel#92 has landed and been released.
    nex3 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2bece76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e44d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

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

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

  1. Check the fs library to determine if we're on Node.js (#2033)

    This fixes an issue where some environments (like VS Code) define
    `process` but don't load the Node.js entrypoint, causing Sass to think
    it's running under Node without access to its Node dependencies.
    
    Closes #2032
    nex3 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    262961c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Do not validate a CSS declaration if its key is interpolated (#2036)

    * Do not validate a CSS declaration if itss key is interpolated
    
    * add changelog
    Goodwine authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fe7f9a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Expose calculations in JS API (#1988)

    Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
    Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
    3 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ca2be2a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. Revert "Start writing implementation documentation"

    This reverts commit 6c59213. This was
    supposed to land on a separate branch.
    nex3 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    89bd36b View commit details
    Browse the repository at this point in the history
  2. Change terminology to refer to JS instead of Node.js (#2039)

    Now that we support running in a browser, saying "Node.js" is
    generally inaccurate. It's still preserved in places that are
    genuinely Node-specific.
    nex3 authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b1d56a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2836216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3367abe View commit details
    Browse the repository at this point in the history
Loading