estree-to-babel
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -19,3 +19,3 @@ 'use strict'; | ||
if (interpreter) | ||
tokens.unshift(getShebangToken(interpreter.value)) | ||
tokens.unshift(getShebangToken(interpreter.value)); | ||
@@ -51,29 +51,29 @@ const ast = { | ||
return { | ||
"type": { | ||
"label": "#!...", | ||
"beforeExpr": false, | ||
"startsExpr": false, | ||
"rightAssociative": false, | ||
"isLoop": false, | ||
"isAssign": false, | ||
"prefix": false, | ||
"postfix": false, | ||
"binop": null, | ||
"updateContext": null | ||
}, | ||
"value": value, | ||
"start": 0, | ||
"end": 19, | ||
"loc": { | ||
"start": { | ||
"line": 1, | ||
"column": 0 | ||
type: { | ||
label: '#!...', | ||
beforeExpr: false, | ||
startsExpr: false, | ||
rightAssociative: false, | ||
isLoop: false, | ||
isAssign: false, | ||
prefix: false, | ||
postfix: false, | ||
binop: null, | ||
updateContext: null, | ||
}, | ||
"end": { | ||
"line": 1, | ||
"column": 19 | ||
} | ||
} | ||
value, | ||
start: 0, | ||
end: 19, | ||
loc: { | ||
start: { | ||
line: 1, | ||
column: 0, | ||
}, | ||
end: { | ||
line: 1, | ||
column: 19, | ||
}, | ||
}, | ||
}; | ||
} | ||
} | ||
{ | ||
"name": "estree-to-babel", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "convert estree ast to babel", |
Sorry, the diff of this file is not supported yet
13374