Allow parsing of optional properties
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Transform optional chaining operators into a series of nil checks
This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
Codemod to migrate from Lodash get and logical and expressions to optional chaining