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
Remove esprima in favour of TypeScript parser (#7)
The esprima parser is no longer actively maintained, meaning new
JavaScript features cause the script to fail to parse.
The TypeScript parser (already present) is able to parse newer syntax,
so we standardise on using it for validating all script types.
Signed-off-by: Thomas Chetwin <tchetwin@bloomberg.net>