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

Unified Diff: pkg/compiler/lib/src/js/js_source_mapping.dart

Issue 1859343004: dartfmt pkg/compiler (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/js/js_debug.dart ('k') | pkg/compiler/lib/src/js/placeholder_safety.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js/js_source_mapping.dart
diff --git a/pkg/compiler/lib/src/js/js_source_mapping.dart b/pkg/compiler/lib/src/js/js_source_mapping.dart
index cd72e3557667eb18ed5d6c5c11b675f85c3fc7d8..86b2601d30109bc4758b6f334537fb833c171a74 100644
--- a/pkg/compiler/lib/src/js/js_source_mapping.dart
+++ b/pkg/compiler/lib/src/js/js_source_mapping.dart
@@ -5,19 +5,14 @@
library js.source_mapping;
import 'js.dart';
-import '../io/code_output.dart' show
- BufferedCodeOutput,
- CodeBuffer,
- SourceLocations;
-import '../io/source_information.dart' show
- SourceLocation,
- SourceInformation,
- SourceInformationStrategy;
+import '../io/code_output.dart'
+ show BufferedCodeOutput, CodeBuffer, SourceLocations;
+import '../io/source_information.dart'
+ show SourceLocation, SourceInformation, SourceInformationStrategy;
/// [SourceInformationStrategy] that can associate source information with
/// JavaScript output.
-class JavaScriptSourceInformationStrategy
- extends SourceInformationStrategy {
+class JavaScriptSourceInformationStrategy extends SourceInformationStrategy {
const JavaScriptSourceInformationStrategy();
/// Creates a processor that can associate source information on [Node] with
@@ -34,10 +29,7 @@ class CodePositionListener {
/// Called to associate [node] with the provided start, end and closing
/// positions.
void onPositions(
- Node node,
- int startPosition,
- int endPosition,
- int closingPosition) {}
+ Node node, int startPosition, int endPosition, int closingPosition) {}
}
/// An interface for mapping code offsets with [SourceLocation]s for JavaScript
« no previous file with comments | « pkg/compiler/lib/src/js/js_debug.dart ('k') | pkg/compiler/lib/src/js/placeholder_safety.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698