Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: packages/source_maps/lib/printer.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/source_maps/lib/parser.dart ('k') | packages/source_maps/lib/refactor.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /// Contains a code printer that generates code by recording the source maps. 5 /// Contains a code printer that generates code by recording the source maps.
6 library source_maps.printer; 6 library source_maps.printer;
7 7
8 import 'package:source_span/source_span.dart'; 8 import 'package:source_span/source_span.dart';
9 9
10 import 'builder.dart'; 10 import 'builder.dart';
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 } 243 }
244 } 244 }
245 } 245 }
246 } 246 }
247 247
248 /// An item added to a [NestedPrinter]. 248 /// An item added to a [NestedPrinter].
249 abstract class NestedItem { 249 abstract class NestedItem {
250 /// Write the contents of this item into [printer]. 250 /// Write the contents of this item into [printer].
251 void writeTo(Printer printer); 251 void writeTo(Printer printer);
252 } 252 }
OLDNEW
« no previous file with comments | « packages/source_maps/lib/parser.dart ('k') | packages/source_maps/lib/refactor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698