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

Side by Side Diff: pkg/js/pubspec.yaml

Issue 2150313003: Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop ob… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop ob… 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
OLDNEW
1 name: js 1 name: js
2 version: 0.6.0 2 version: 0.6.1
3 authors: 3 authors:
4 - Dart Team <misc@dartlang.org> 4 - Dart Team <misc@dartlang.org>
5 description: Access JavaScript from Dart. 5 description: Access JavaScript from Dart.
6 homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js 6 homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
7 environment: 7 environment:
8 sdk: '>=1.13.0 <2.0.0' 8 sdk: '>=1.13.0 <2.0.0'
kevmoo 2016/07/25 17:34:41 Would this require a min SDK bump? Is it wiring to
9 dev_dependencies: 9 dev_dependencies:
10 browser: '^0.10.0+2' 10 browser: '^0.10.0+2'
OLDNEW
« pkg/js/CHANGELOG.md ('K') | « pkg/js/lib/js_util.dart ('k') | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698