OLD | NEW |
---|---|
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" | |
OLD | NEW |