-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest Dart Sass and release migrator 2.0.0 (#251)
- Deleted the obsolete `media-logic` migrator (breaking change bumps version to 2.0.0). - Moved off of the tuple package to native Dart tuples. - Fixed the `calc-interpolation` and `division` migrators to eliminate their use of the removed `CalculationExpression` AST node. - Created a new `ScopedAstVisitor` that uses `Scope` to track Sass member declarations. `MigrationVisitor` and `_ReferenceVisitor` now extend this. - Refactored the `division` migrator to use patterns.
- Loading branch information
Showing
18 changed files
with
456 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.