You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acorn has now reached version 1, which introduces some breaking changes. It also fixes some things - for instance export default function foo () {} correctly treats foo as a FunctionDeclaration rather than a FunctionExpression, which it turns out we need in order to fix #122
The text was updated successfully, but these errors were encountered:
Acorn has now reached version 1, which introduces some breaking changes. It also fixes some things - for instance
export default function foo () {}
correctly treatsfoo
as aFunctionDeclaration
rather than aFunctionExpression
, which it turns out we need in order to fix #122The text was updated successfully, but these errors were encountered: