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

Unified Diff: pubspec.lock

Issue 2183603003: Working compiler in browser. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Undid unnecessary changes 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
« no previous file with comments | « lib/src/compiler/compiler.dart ('k') | pubspec.yaml » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.lock
diff --git a/pubspec.lock b/pubspec.lock
index 6f4af26a1368e32ce549836c6b2a808447ea1825..40eaa37e7ae5f616b95f70d00f70df19ea321cbd 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -3,10 +3,10 @@
packages:
analyzer:
description:
- name: analyzer
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.27.4-alpha.12"
+ path: "/usr/local/google/home/priscillalee/dart-sdk/sdk/pkg/analyzer/"
+ relative: false
+ source: path
+ version: "0.27.4-alpha.16"
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') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698