Skip to content

Commit 9ffb66c

Browse files
committed
Upgrade dependencies and dump version to 0.1.2
1 parent 7e2627e commit 9ffb66c

26 files changed

+28
-28
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "continuation",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Continuation.js is a compiler for asynchronous JavaScript Continuation-Passing style transformation",
55
"author": "BYVoid",
66
"license": "BSD",
@@ -35,9 +35,9 @@
3535
],
3636
"dependencies": {
3737
"esprima": "1.0.2",
38-
"escodegen": "0.0.15",
38+
"escodegen": "0.0.19",
3939
"commander": "1.1.1",
40-
"mkdirp": "0.3.4"
40+
"mkdirp": "0.3.5"
4141
},
4242
"devDependencies": {
4343
"mocha": "1.7.4"

test/results/continue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ function _$loop_0(_$loop_0__$cont) {
1616
}
1717
_$loop_0(function () {
1818
});
19-
/* Generated by Continuation.js v0.1.1 */
19+
/* Generated by Continuation.js v0.1.2 */

test/results/defer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ fs = require('fs');
2323
console.error(util.inspect(e, false, null, true));
2424
}
2525
}));
26-
/* Generated by Continuation.js v0.1.1 */
26+
/* Generated by Continuation.js v0.1.2 */

test/results/diskusage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ calcDirSize(path, function () {
6464
console.log('Size:', Math.round(totalSize / 1024), 'KB');
6565
console.log('Actual Size on Disk:', Math.round(totalBlockSize / 1024), 'KB');
6666
});
67-
/* Generated by Continuation.js v0.1.1 */
67+
/* Generated by Continuation.js v0.1.2 */

test/results/factor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ factor = function (n, callback) {
1414
};
1515
factor(6, function () {
1616
});
17-
/* Generated by Continuation.js v0.1.1 */
17+
/* Generated by Continuation.js v0.1.2 */

test/results/fib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ fib = function () {
2020
});
2121
};
2222
fib();
23-
/* Generated by Continuation.js v0.1.1 */
23+
/* Generated by Continuation.js v0.1.2 */

test/results/for.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ function _$loop_0(_$loop_0__$cont) {
1919
}
2020
_$loop_0(function () {
2121
});
22-
/* Generated by Continuation.js v0.1.1 */
22+
/* Generated by Continuation.js v0.1.2 */

test/results/forin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ function _$loop_0(_$loop_0__$cont) {
2424
}
2525
_$loop_0(function () {
2626
});
27-
/* Generated by Continuation.js v0.1.1 */
27+
/* Generated by Continuation.js v0.1.2 */

test/results/if.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ var err, text, a;
3333
return _$cont(_$err);
3434
a = err;
3535
}));
36-
/* Generated by Continuation.js v0.1.1 */
36+
/* Generated by Continuation.js v0.1.2 */

test/results/ifvar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ var b, c, i, j, k, p;
2727
return _$cont(_$err);
2828
console.log(b);
2929
}));
30-
/* Generated by Continuation.js v0.1.1 */
30+
/* Generated by Continuation.js v0.1.2 */

test/results/list.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ function _$loop_0(_$loop_0__$cont) {
2626
_$loop_0(function () {
2727
console.log(list);
2828
});
29-
/* Generated by Continuation.js v0.1.1 */
29+
/* Generated by Continuation.js v0.1.2 */

test/results/loop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ function _$loop_0(_$loop_0__$cont) {
1717
_$loop_0(function () {
1818
console.log('Done');
1919
});
20-
/* Generated by Continuation.js v0.1.1 */
20+
/* Generated by Continuation.js v0.1.2 */

test/results/nested_block.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ var x;
22
x = 1;
33
alert(function () {
44
});
5-
/* Generated by Continuation.js v0.1.1 */
5+
/* Generated by Continuation.js v0.1.2 */

test/results/parallel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ var _$errors = [];
4141
_$errors = undefined;
4242
console.log('Done', r);
4343
}));
44-
/* Generated by Continuation.js v0.1.1 */
44+
/* Generated by Continuation.js v0.1.2 */

test/results/parallel_exception.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ r = [];
9191
}
9292
console.log('Done');
9393
}));
94-
/* Generated by Continuation.js v0.1.1 */
94+
/* Generated by Continuation.js v0.1.2 */

test/results/pi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ calcPi(function () {
1919
pi = arguments[0];
2020
console.log(pi);
2121
});
22-
/* Generated by Continuation.js v0.1.1 */
22+
/* Generated by Continuation.js v0.1.2 */

test/results/readfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fs.readFile('continuation.js', function () {
77
a += 1;
88
console.log(a, err, text);
99
});
10-
/* Generated by Continuation.js v0.1.1 */
10+
/* Generated by Continuation.js v0.1.2 */

test/results/switch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ var err, text, end;
5454
}(function () {
5555
end = 'a';
5656
}));
57-
/* Generated by Continuation.js v0.1.1 */
57+
/* Generated by Continuation.js v0.1.2 */

test/results/switchbreak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ num = 1;
2222
}
2323
}(function () {
2424
}));
25-
/* Generated by Continuation.js v0.1.1 */
25+
/* Generated by Continuation.js v0.1.2 */

test/results/try_body.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ var a, err;
2424
}
2525
console.log('Done');
2626
}));
27-
/* Generated by Continuation.js v0.1.1 */
27+
/* Generated by Continuation.js v0.1.2 */

test/results/try_both.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
console.log('Finally');
2727
console.log('Done');
2828
}));
29-
/* Generated by Continuation.js v0.1.1 */
29+
/* Generated by Continuation.js v0.1.2 */

test/results/try_catch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
}(function () {
1313
console.log('Done');
1414
}));
15-
/* Generated by Continuation.js v0.1.1 */
15+
/* Generated by Continuation.js v0.1.2 */

test/results/try_if.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
}
3939
console.log('Done');
4040
}));
41-
/* Generated by Continuation.js v0.1.1 */
41+
/* Generated by Continuation.js v0.1.2 */

test/results/try_nested_function.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ main(function () {
3535
res = arguments[1];
3636
console.log('main() finished with', err, res);
3737
});
38-
/* Generated by Continuation.js v0.1.1 */
38+
/* Generated by Continuation.js v0.1.2 */

test/results/try_sync.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ try {
77
x = 3;
88
alert(function () {
99
});
10-
/* Generated by Continuation.js v0.1.1 */
10+
/* Generated by Continuation.js v0.1.2 */

test/results/whilebreak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ function _$loop_0(_$loop_0__$cont) {
1616
}
1717
_$loop_0(function () {
1818
});
19-
/* Generated by Continuation.js v0.1.1 */
19+
/* Generated by Continuation.js v0.1.2 */

0 commit comments

Comments
 (0)