Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0402abd

Browse files
authored
Add additional dependencies to const_finder's pubspec.yaml (#52033)
The Dart commit https://dart-review.googlesource.com/c/sdk/+/361781 added dependencies upon packages meta and _fe_analyzer_shared to the kernel package. Path overrides for these need to be added to the const_finder package in flutter/engine.
1 parent 71bad47 commit 0402abd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/const_finder/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ dev_dependencies:
2525
path: any
2626

2727
dependency_overrides:
28+
_fe_analyzer_shared:
29+
path: ../../third_party/dart/pkg/_fe_analyzer_shared
2830
args:
2931
path: ../../third_party/dart/third_party/pkg/args
3032
collection:
3133
path: ../../third_party/dart/third_party/pkg/collection
3234
kernel:
3335
path: ../../third_party/dart/pkg/kernel
36+
meta:
37+
path: ../../third_party/dart/pkg/meta
3438
path:
3539
path: ../../third_party/dart/third_party/pkg/path

0 commit comments

Comments
 (0)