| Index: lib/src/source_map_span.dart
|
| diff --git a/lib/src/source_map_span.dart b/lib/src/source_map_span.dart
|
| index 20eb17ad0ddb3c2e115cf84b12fcb4d2029a3ed9..b70bdfe983ef4c1b1a8e7622e1b02b06ed7b8549 100644
|
| --- a/lib/src/source_map_span.dart
|
| +++ b/lib/src/source_map_span.dart
|
| @@ -44,6 +44,7 @@ class SourceMapFileSpan implements SourceMapSpan, FileSpan {
|
| FileLocation get start => _inner.start;
|
| FileLocation get end => _inner.end;
|
| String get text => _inner.text;
|
| + String get context => _inner.context;
|
| Uri get sourceUrl => _inner.sourceUrl;
|
| int get length => _inner.length;
|
|
|
|
|