source_maps icon indicating copy to clipboard operation
source_maps copied to clipboard

PKG source_maps: No member named 'url'...

Open DartBot opened this issue 9 years ago • 1 comments

Originally opened as dart-lang/sdk#19605

This issue was originally filed by [email protected]


bin/packages/source_maps/span.dart:67:18: Warning: No member named 'url' in class 'Span'.     var source = url == null ? '' : ' of ${p.prettyUri(url)}';                  ^^^ bin/packages/source_maps/span.dart:67:56: Warning: No member named 'url' in class 'Span'.     var source = url == null ? '' : ' of ${p.prettyUri(url)}';                                                        ^^^

DartBot avatar Jun 05 '15 23:06 DartBot