Max Ovsiankin

Results 3 issues of Max Ovsiankin

Metap, Rsc, and many scalafix rules have their own pretty printers with largely the same functionality, and tools in the future will need to pretty print the same things existing...

Prettyprinting

With the merging of #1709, some for-loop synthetics are fully supported. However in the case of for loops with plain assignments, like the following: ```scala for { x orig(y =...

Scalac

Hey, great library. The only problem is that for libraries like jQuery, which support the commonjs module definition, do this check to see if they should use module.exports: ``` js...