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

Prepare the implementation of the new evaluation system #710

Merged
merged 7 commits into from Apr 3, 2024

Conversation

stof
Copy link
Member

@stof stof commented Apr 2, 2024

This is some work extracted from #709 to make the diff smaller.

Here are the important bits:

  • it implements the representation of Sass callables. This PR does not include the UserDefinedCallable class which depends on the evaluation system (and will be added in Implement the evaluation based on the new AST #709 instead).
  • it separates SourceLocation and FileLocation to allow implementing a StringSourceLocation which is relevant when processing interpolation with sourcemap tracking

@stof stof added this to the 2.0 milestone Apr 2, 2024
@stof stof merged commit 030845a into scssphp:main Apr 3, 2024
7 checks passed
@stof stof deleted the prepare_evaluation branch April 3, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant