mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[sass] add missing ‘formatted’ property
https://github.com/sass/dart-sass/blob/f914c390676b97fc8de86a24072e0112095dd4ce/lib/src/node.dart#L384
This commit is contained in:
Vendored
+5
@@ -136,6 +136,11 @@ export interface SassException extends Error {
|
||||
*/
|
||||
message: string;
|
||||
|
||||
/**
|
||||
* The formatted error.
|
||||
*/
|
||||
formatted: string;
|
||||
|
||||
/**
|
||||
* The line number of error.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user