Typo: t.numbericLiteral -> t.numericLiteral
This commit is contained in:
parent
4e82edb6d0
commit
925774ed86
@ -1019,7 +1019,7 @@ Ep.explodeExpression = function(path, ignoreResult) {
|
||||
// will receive the object of the MemberExpression as its `this`
|
||||
// object.
|
||||
newCallee = t.sequenceExpression([
|
||||
t.numbericLiteral(0),
|
||||
t.numericLiteral(0),
|
||||
newCallee
|
||||
]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user