Can't get the esprima 4.0.1 parser to work with 'await'. Having difficult times to find the relevant options that can be passed into the parse function for 'await', if that is possible.
Steps to reproduce
const esprima = require('esprima');
esprima.parse("await function_call()")
Expected output
Describing the code structure containing the await call
Actual output
Error: Line 1: Unexpected identifier