mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Remove fixed TODOs.
This commit is contained in:
parent
bde9c353f5
commit
913e81faaa
@ -158,7 +158,7 @@ class Extender {
|
||||
for (var i = 0; i < compound.components.length; i++) {
|
||||
var simple = compound.components[i];
|
||||
|
||||
// TODO: handle extending into pseudo selectors, extend failures
|
||||
// TODO: handle extending into pseudo selectors
|
||||
|
||||
var sources = extensions[simple];
|
||||
if (sources == null) continue;
|
||||
|
@ -573,8 +573,6 @@ class PerformVisitor implements StatementVisitor, ExpressionVisitor<Value> {
|
||||
Value visitVariableExpression(VariableExpression node) {
|
||||
var result = _environment.getVariable(node.name);
|
||||
if (result != null) return result;
|
||||
|
||||
// TODO: real exception
|
||||
throw _exception("Undefined variable.", node.span);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user