Add slash to package dir URI after resolving reference against base.

Used to add slash to reference before resolving it.
It only makes a difference for the empty URI reference which
never makes sense anyway - this just ensures the error is the same
as on the VM. It is, arguably, what the specification requires.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1297923004.
2 files changed
tree: bb6eea79c94a3fd6abeea4d1f45fe674a199d8e7
  1. lib/
  2. test/
  3. tool/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

package_config

Support for working with Package Resolution Configuration files as described in this DEP, under review [here] (https://github.com/dart-lang/dart_enhancement_proposals/issues/5).

Build Status pub package

Features and bugs

Please file feature requests and bugs at the issue tracker.