Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1854)

Side by Side Diff: coverage_reflectable/pubspec.yaml

Issue 2506653002: Bumping version to 1.0.1, to be published. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | reflectable/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: coverage_reflectable 1 name: coverage_reflectable
2 version: 1.0.0 2 version: 1.0.1
3 description: > 3 description: >
4 A simple tool for measuring code coverage in the reflectable transformer when 4 A simple tool for measuring code coverage in the reflectable transformer when
5 transforming all tests in 'test_reflectable/test'. Only useful for developers 5 transforming all tests in 'test_reflectable/test'. Only useful for developers
6 of reflectable. Note that it is necessary to use `path:` dependencies in order 6 of reflectable. Note that it is necessary to use `path:` dependencies in order
7 to depend on observatory, because observatory has not been made available as 7 to depend on observatory, because observatory has not been made available as
8 a separate package; any concrete usage of this package entails downloading the 8 a separate package; any concrete usage of this package entails downloading the
9 sdk separately and adjusting the paths for the concrete setup. 9 sdk separately and adjusting the paths for the concrete setup.
10 dependencies: 10 dependencies:
11 observatory: 11 observatory:
12 path: ../../sdk/runtime/observatory 12 path: ../../sdk/runtime/observatory
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 watcher: 90 watcher:
91 path: ../../sdk/third_party/observatory_pub_packages/packages/watcher 91 path: ../../sdk/third_party/observatory_pub_packages/packages/watcher
92 web_components: 92 web_components:
93 path: ../../sdk/third_party/observatory_pub_packages/packages/web_components 93 path: ../../sdk/third_party/observatory_pub_packages/packages/web_components
94 when: 94 when:
95 path: ../../sdk/third_party/observatory_pub_packages/packages/when 95 path: ../../sdk/third_party/observatory_pub_packages/packages/when
96 which: 96 which:
97 path: ../../sdk/third_party/observatory_pub_packages/packages/which 97 path: ../../sdk/third_party/observatory_pub_packages/packages/which
98 yaml: 98 yaml:
99 path: ../../sdk/third_party/observatory_pub_packages/packages/yaml 99 path: ../../sdk/third_party/observatory_pub_packages/packages/yaml
OLDNEW
« no previous file with comments | « no previous file | reflectable/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698