Babel and ESLint are throwing parsing errors when i try to export a function with the name "new" or "delete".
export function new () {}
export function delete () {}
Why is this happening? Is this a bug or is this not plausible because of babel?
via Ajeo
No comments:
Post a Comment