Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always use a non-null map for _EvaluateVisitor._configuration #827

Merged
merged 2 commits into from Sep 27, 2019

Commits on Sep 24, 2019

  1. Always use a non-null map for _EvaluateVisitor._configuration

    We had been using null to represent an empty configuration, but that
    caused problems when an empty map snuck its way in as well. Now we
    always use maps, with a const empty map for the common case.
    
    See sass/sass#2744
    nex3 committed Sep 24, 2019
    Copy the full SHA
    1063cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Copy the full SHA
    048248c View commit details
    Browse the repository at this point in the history