mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Delete a fixed TODO
This commit is contained in:
parent
2602aa6350
commit
83cf390406
@ -431,8 +431,6 @@ class Extender {
|
|||||||
if (existingSources.containsKey(extender)) return;
|
if (existingSources.containsKey(extender)) return;
|
||||||
existingSources[extender] = extension;
|
existingSources[extender] = extension;
|
||||||
|
|
||||||
// TODO(nweiz): how do we handle mixed optional and mandatory
|
|
||||||
// extensions here?
|
|
||||||
if (extensionsForTarget != null || rulesForTarget != null) {
|
if (extensionsForTarget != null || rulesForTarget != null) {
|
||||||
newExtensions ??= {};
|
newExtensions ??= {};
|
||||||
newExtensions
|
newExtensions
|
||||||
|
Loading…
Reference in New Issue
Block a user