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

Side by Side Diff: packages/js_util/pubspec.yaml

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 5 months 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 | « packages/js_util/lib/src/js_util_base.dart ('k') | packages/js_util/src/js_util_base.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: js_util
2 description: Utilities to access JavaScript from Dart.
3 version: 0.2.0
4 author: Fluidic Team <dev@fluidic.io>
5 homepage: https://github.com/fluidic/js_util
6
7 environment:
8 sdk: '>=1.8.0 <2.0.0'
9
10 dependencies:
11 js: '>=0.6.0 <0.7.0'
12 quiver_iterables: '>=1.0.0 <2.0.0'
13
14 dev_dependencies:
15 browser: '>=0.10.0 <0.11.0'
16 test: '>=0.12.0 <0.13.0'
OLDNEW
« no previous file with comments | « packages/js_util/lib/src/js_util_base.dart ('k') | packages/js_util/src/js_util_base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698