lib/lib.php 1

Type Line Description
TODO 18 better abstraction model

lib/lib_css.php 1

Type Line Description
TODO 18 better abstraction model

lib/lib_js.php 1

Type Line Description
TODO 18 better abstraction model

lib/lib_jscss.php 1

Type Line Description
TODO 18 better abstraction model

lib/lib_php.php 1

Type Line Description
TODO 18 better abstraction model

lib/scssphp/lib/src/Ast/Selector/SelectorList.php 2

Type Line Description
TODO 268 add the span on exceptions in those 2 ifs
TODO 287 add the span on exceptions in this callback

lib/scssphp/lib/src/Ast/Selector/SimpleSelector.php 1

Type Line Description
TODO 81 use a multi-span exception

lib/scssphp/lib/src/Collection/Map.php 1

Type Line Description
TODO 32 implement a better internal storage to allow reading keys in O(1).

lib/scssphp/lib/src/Importer/ImportCache.php 1

Type Line Description
TODO 227 check if basename is safe to use for the URL context

lib/scssphp/lib/src/Logger/AdaptingLogger.php 1

Type Line Description
TODO 53 implement the highlight of a span

lib/scssphp/lib/src/Logger/DeprecationHandlingLogger.php 2

Type Line Description
TODO 70 add trace
TODO 74 use the right exception type

lib/scssphp/lib/src/Node/Number.php 1

Type Line Description
TODO 109 get rid of this once `$number[2]` is not used anymore

lib/scssphp/lib/src/Parser/InterpolationMap.php 1

Type Line Description
TODO 62 implement the Multi-span support here

lib/scssphp/lib/src/Parser/LineScanner.php 1

Type Line Description
TODO 70 check that

lib/scssphp/lib/src/Parser/Parser.php 1

Type Line Description
TODO 946 handle multi-span exceptions

lib/scssphp/lib/src/Parser/StylesheetParser.php 7

Type Line Description
TODO 310 remove this when implementing modules
TODO 699 remove this when implementing modules
TODO 726 remove this when implementing modules
TODO 782 remove this when implementing modules
TODO 1402 remove this when implementing modules
TODO 3042 remove this when implementing modules
TODO 3047 remove this when implementing modules

lib/scssphp/lib/src/Parser.php 2

Type Line Description
TODO 900 output an error here if nothing found according to sass spec
TODO 3024 : warning

lib/scssphp/lib/src/Serializer/Serializer.php 1

Type Line Description
TODO 46 build the source map

lib/scssphp/lib/src/Serializer/SerializeVisitor.php 2

Type Line Description
TODO 349 implement source map tracking
TODO 1386 implement sourcemap tracking

lib/scssphp/lib/src/SourceSpan/ConcreteFileSpan.php 1

Type Line Description
TODO 97 implement the highlighting of a code snippet

lib/scssphp/lib/src/Util/Path.php 1

Type Line Description
TODO 233 add support for returning a relative path using ../ in some cases, like Dart's path.prettyUri method

lib/scssphp/lib/src/Value/SassFunction.php 1

Type Line Description
TODO 25 find a better representation of functions, as names won't be unique anymore once modules enter in the equation.

lib/scssphp/lib/tests/SassSpecTest.php 2

Type Line Description
TODO 389 assert the error message ?
TODO 400 assert the error message ?

lib/scssphp/lib/tests/Value/ValueTestCase.php 1

Type Line Description
TODO 32 switch to an actual equivalent of dart-sass's parseValue test utility once the compiler uses value objects

system/autoload.php 1

Type Line Description
TODO 118 Does this work? Is it useful?