mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 22:02:00 +01:00
parent
ea4436b87d
commit
c971615fbf
@ -78,14 +78,6 @@ class Parser {
|
||||
} while (scanComment());
|
||||
}
|
||||
|
||||
/// Like [whitespace], but returns whether any was consumed.
|
||||
@protected
|
||||
bool scanWhitespace() {
|
||||
var start = scanner.position;
|
||||
whitespace();
|
||||
return scanner.position != start;
|
||||
}
|
||||
|
||||
/// Consumes whitespace, but not comments.
|
||||
@protected
|
||||
void whitespaceWithoutComments() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user