File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 39
39
"source-map" : " ^0.5.3" ,
40
40
"tape" : " ^4.0.0" ,
41
41
"tests-ex-markdown" : " ^2.0.0" ,
42
- "tmp" : " 0.0.27 "
42
+ "tmp" : " 0.0.28 "
43
43
},
44
44
"dependencies" : {
45
45
"chalk" : " ^1.1.1" ,
46
46
"concat-stream" : " ^1.4.7" ,
47
47
"convert-source-map" : " ^1.1.2" ,
48
48
"escodegen" : " ^1.4.1" ,
49
- "estraverse" : " ^4.1.0" ,
50
49
"esutils" : " ^2.0.2" ,
51
50
"esvalid" : " 1.1.0" ,
52
51
"nopt" : " ^3.0.3" ,
53
52
"prelude-ls" : " ^1.1.1" ,
54
- "sexpr-plus" : " ^7.0.0" ,
55
- "uuid" : " ^2.0.1"
53
+ "sexpr-plus" : " ^7.0.0"
56
54
}
57
55
}
Original file line number Diff line number Diff line change 2
2
# user macros and returned from them, and the internal compiler AST form used
3
3
# otherwise. Also, deals with inserting macros into compilation environments.
4
4
5
- uuid = require \uuid .v4
6
5
ast -errors = require \./esvalid -partial
7
6
{ is -expression } = require \esutils .ast
8
7
You can’t perform that action at this time.
0 commit comments