mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
parent
ea4436b87d
commit
c971615fbf
@ -78,14 +78,6 @@ class Parser {
|
|||||||
} while (scanComment());
|
} 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.
|
/// Consumes whitespace, but not comments.
|
||||||
@protected
|
@protected
|
||||||
void whitespaceWithoutComments() {
|
void whitespaceWithoutComments() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user