| commit | 7c0312738871b4e91e229de59bc5669a0543dc76 | [log] [tgz] |
|---|---|---|
| author | Mayank Patke <fishythefish@google.com> | Fri Sep 06 17:25:51 2024 +0000 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 06 17:25:51 2024 +0000 |
| tree | 712ec920759ea398fd54bcb865635d9acb4a4882 | |
| parent | 2a9d56da1fb1ce5e3d475694a5d3c04dc51a93c0 [diff] |
[dart2js] Add package:meta to dependencies Change-Id: Ib976d76c43c0bf2742929e3e432ab7995b5774c7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/383924 Commit-Queue: Mayank Patke <fishythefish@google.com> Reviewed-by: Mark Zhou <markzipan@google.com>
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml index 78f7d18..288535b 100644 --- a/pkg/compiler/pubspec.yaml +++ b/pkg/compiler/pubspec.yaml
@@ -18,6 +18,7 @@ js_runtime: any js_shared: any kernel: any + meta: any mmap: any vm_service: any