e663257b72
a) front_end is not published anyway so it shouldn't hurt. b) Having some specific version is potentially (and likely) wrong as it is only every compiled against the path version and thus likely also only compatible with the path version. c) If one were to make a project with it's own path-override to point to front_end (and e.g. kernel) running pub get on that wouldn't work because one would thus have two kernel versions (the wrong version one in front_end/pubspec.yaml and the path one added in the other project. Change-Id: Ia37dec7db7ccee677a38dd771f938c5089bbc522 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161103 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Jens Johansen <jensj@google.com>