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

Side by Side Diff: dart/pkg/dart2js_incremental/pubspec.yaml

Issue 355563004: Create package for incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 #!/bin/bash
2 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
3 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
4 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
5 4
6 # bail on error 5 name: dart2js_incremental
7 set -e 6 version: 0.1
Bob Nystrom 2014/06/24 16:04:30 0.0.1 or 0.1.0. 0.1 isn't a valid semantic version
8 7 description: Experimental API for incremental compilation with dart2js.
9 source update.sh
10
11 update "js" "https://github.com/dart-lang/js-interop"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698