danielstjules / jsinspect

Detect copy-pasted and structurally similar code
MIT License
3.56k stars 128 forks source link

Cannot parse files using the babel proposal optional chaining #74

Open devotox opened 6 years ago

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