fix typo: identifer -> identifier (#10647)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
2640e5a27c
commit
2cd5ad0c80
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user