File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
var recast = require ( "recast" ) ;
2
2
var types = recast . types ;
3
3
var through = require ( "through" ) ;
4
- var esprima = require ( "esprima" ) ;
4
+ var esprima = require ( "esprima-fb " ) ;
5
5
var visitor = require ( "./visitor" ) ;
6
6
7
7
// Make sure that this esprima can parse async functions.
Original file line number Diff line number Diff line change 32
32
"test" : " node ./node_modules/mocha/bin/mocha --reporter spec"
33
33
},
34
34
"dependencies" : {
35
- "esprima" : " git://github.com/benjamn/esprima.git#async-await " ,
36
- "through" : " ~2.3.4 " ,
37
- "recast" : " ~0.7.1 "
35
+ "esprima-fb " : " ~8001.1001.0-dev-harmony-fb " ,
36
+ "through" : " ~2.3.6 " ,
37
+ "recast" : " ~0.9.6 "
38
38
},
39
39
"devDependencies" : {
40
- "mocha" : " ~1.21.4 "
40
+ "mocha" : " ~2.0.1 "
41
41
},
42
42
"engines" : {
43
43
"node" : " >= 0.8"
You can’t perform that action at this time.
0 commit comments