jsinspect icon indicating copy to clipboard operation
jsinspect copied to clipboard

Cannot parse files using the babel proposal optional chaining

Open devotox opened this issue 6 years ago • 0 comments

Couldn't parse ./src/request.js: Unexpected token (20:43)
	const baseUrl = services[request.service]?.gateway?.endpoint;
                                           ^

devotox avatar Aug 30 '18 15:08 devotox