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

Unified Diff: pubspec.lock

Issue 2183603003: Working compiler in browser. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Cleaned up CL with John's comments Created 4 years, 5 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
Index: pubspec.lock
diff --git a/pubspec.lock b/pubspec.lock
index 6f4af26a1368e32ce549836c6b2a808447ea1825..c978fd063a5d0986fb59b95bafd3c4d524922251 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -6,7 +6,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
- version: "0.27.4-alpha.12"
+ version: "0.27.4-alpha.19"
args:
description:
name: args
@@ -37,6 +37,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
+ browser:
+ description:
+ name: browser
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.10.0+2"
charcode:
description:
name: charcode
@@ -115,6 +121,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
+ isolate:
+ description:
+ name: isolate
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.2.2"
js:
description:
name: js
« no previous file with comments | « lib/src/compiler/compiler.dart ('k') | pubspec.yaml » ('j') | web/web_command.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698