fix typo: attachComment -> attachComments
This commit is contained in:
parent
efef3af7b8
commit
61555c6ebd
@ -61,7 +61,7 @@ function parseAndAssertSame(code) {
|
||||
loc: true,
|
||||
range: true,
|
||||
comment: true,
|
||||
attachComment: true
|
||||
attachComments: true
|
||||
});
|
||||
var acornAST = babelEslint.parse(code);
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user