[sass] add missing ‘formatted’ property

https://github.com/sass/dart-sass/blob/f914c390676b97fc8de86a24072e0112095dd4ce/lib/src/node.dart#L384
This commit is contained in:
Silas Rech
2018-12-05 15:31:15 +01:00
parent e1a9b84984
commit d5106d2476
+5
View File
@@ -136,6 +136,11 @@ export interface SassException extends Error {
*/
message: string;
/**
* The formatted error.
*/
formatted: string;
/**
* The line number of error.
*/