Index: pkg/compiler/pubspec.yaml |
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml |
index ad922d26923ab75d5f4c59ef14f9920725a721ad..6bd1d139a3003e4b021ddc79a820e55e41c5ba23 100644 |
--- a/pkg/compiler/pubspec.yaml |
+++ b/pkg/compiler/pubspec.yaml |
@@ -4,6 +4,8 @@ name: compiler |
#version: do-not-upload |
dependencies: |
package_config: ^0.1.1 |
+ js: |
+ path: ../js |
js_ast: |
path: ../js_ast |
js_runtime: |
@@ -12,7 +14,6 @@ dependencies: |
path: ../../sdk/lib/_internal/sdk_library_metadata |
dart2js_info: ^0.0.2 |
- |
# Uncomment if running gclient, so you can depend directly on the downloaded |
# versions of dart2js's transitive dependencies: |
# |