File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ function convertTemplateType(tokens) {
170
170
171
171
var astTransformVisitor = {
172
172
noScope : true ,
173
- exit : function ( node /*, parent */ ) {
173
+ exit : function ( node ) { /*, parent */
174
174
if ( this . isSpreadProperty ( ) ) {
175
175
node . type = "Property" ;
176
176
node . kind = "init" ;
@@ -188,10 +188,6 @@ var astTransformVisitor = {
188
188
return node . expression ;
189
189
}
190
190
191
- if ( this . isFlow ( ) ) {
192
- return this . dangerouslyRemove ( ) ;
193
- }
194
-
195
191
// modules
196
192
197
193
if ( this . isImportDeclaration ( ) ) {
Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/jscs-dev/babel-jscs.git"
9
9
},
10
10
"dependencies" : {
11
- "babel-core" : " ^5.4.7 " ,
11
+ "babel-core" : " ^5.5.1 " ,
12
12
"lodash.assign" : " ^3.2.0"
13
13
},
14
14
"scripts" : {
You can’t perform that action at this time.
0 commit comments