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.17.4
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.18.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 2 contributors

Commits on Apr 3, 2019

  1. Fix importing files relative to "package:" imports (#638)

    The PackageImporter wasn't accepting paths relative to its
    canonicalized outputs as inputs.
    
    Closes #631
    nex3 authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8c9412b View commit details
    Browse the repository at this point in the history
  2. Extend RecursiveStatementVisitor for expressions (#639)

    This adds `RecursiveAstVisitor`, which extends
    `RecursiveStatementVisitor` to traverse expressions as well.
    jathak authored and nex3 committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c2c9ced View commit details
    Browse the repository at this point in the history
  3. Update the Heroku auth token (#640)

    The old token appears to have been rendered invalid somehow.
    nex3 authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    9621979 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    495c6f3 View commit details
    Browse the repository at this point in the history
  2. Don't recursively list directories in realCasePath() (#641)

    We only need to list the path's immediate parent directory in order to
    find its real case.
    
    Closes #636
    nex3 authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    59800ad View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Add a --charset flag and API option (#644)

    The automatic @charset adding is useful in general, but there are
    consistently cases where it trips up naïve downstream tools. This
    option makes it easier for users to control when it occurs.
    nex3 authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3b3a43a View commit details
    Browse the repository at this point in the history
Loading