Jorge Gonzalez

Results 3 issues of Jorge Gonzalez

I suspect that MMRA will work just fine in Safari, it just needs to be bundled as a Safari extension.

up for grabs

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining ```js // first and second may be null or undefined: let nestedProp = obj.first && obj.first.second; // The line above should be transformed to this: let nestedProp = obj.first?.second;...

evaluating
new rule

**Is your feature request related to a problem? Please describe.** It would be great to be able to import `useInternalEditor`, `useInternalNode`, and pretty much everything else from the library so...