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

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: Fix analyzer warnings in js_util_test, skip js_util_test in csp mode and baseline expectations for … Created 4 years, 4 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'
9 dev_dependencies: 9 dev_dependencies:
10 browser: '^0.10.0+2' 10 browser: '^0.10.0+2'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698