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

Unified Diff: app/lib/colored_markdown.dart

Issue 2341963009: pub site: update dependencies and fix analyzer (Closed)
Patch Set: better Created 4 years, 3 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 | « no previous file | app/lib/upload_signer_service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/lib/colored_markdown.dart
diff --git a/app/lib/colored_markdown.dart b/app/lib/colored_markdown.dart
index 05b8dc09babfb38cd6ae4f9c144963fc58f65b3e..cae61187900bb259fa536f8868bf39300008e01d 100644
--- a/app/lib/colored_markdown.dart
+++ b/app/lib/colored_markdown.dart
@@ -7,7 +7,9 @@ library pub_dartlang_org.colored_markdown;
import 'dart:convert';
import 'package:analyzer/analyzer.dart';
-import 'package:analyzer/src/generated/scanner.dart';
+import 'package:analyzer/dart/ast/token.dart';
+import 'package:analyzer/src/dart/scanner/reader.dart';
+import 'package:analyzer/src/dart/scanner/scanner.dart';
import 'package:analyzer/src/string_source.dart';
import 'package:html/parser.dart' as html;
import 'package:markdown/markdown.dart';
« no previous file with comments | « no previous file | app/lib/upload_signer_service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698