fix typo: identifer -> identifier (#10647)

This commit is contained in:
Leonid Shevtsov
2019-11-06 10:13:08 +02:00
committed by Nicolò Ribaudo
parent 2640e5a27c
commit 2cd5ad0c80
3 changed files with 3 additions and 3 deletions

View File

@@ -197,7 +197,7 @@ describe("generation", function() {
const id2 = fn.body.body[0].expression;
id2.name += "2";
id2.loc.identiferName = "bar";
id2.loc.identifierName = "bar";
const generated = generate(
ast,