Closed bradennapier closed 7 years ago
@bradennapier This is tricky to fix as I can't read ahead! async is not a protected word so export default async (
could be part of the following code:-
export default async (
);
i.e. export a function named async which is valid JS.
I guess I might treat the space between the async
and (
as relevant and assume an arrow function in this case. I'll chew this over.
Also, I'd appreciate it if this issue and your others had a title that more clearly described the error as it makes it hard to review.
no problem ! will do! appreciate it... used this as a template when creating my tcl highlighting grammar - doubt i would have been able to figure it out without so appreciate it!
Fixed in 2.76.4
Identical to the one you fixed earlier but when using export