Pieter Vanderwerff

Results 3 issues of Pieter Vanderwerff

When writing Jest unit tests for a jscodeshift codemod (https://github.com/cpojer/js-codemod/pull/2) the [Scope constructor `instanceof` check](https://github.com/benjamn/ast-types/blob/master/lib/scope.js#L14) fails, I haven't fully tracked down whats causing it (maybe related to running in a...

## Description In the js language printer, when an array is printed the `printArrayElements` util will take each its elements and call `isLineAfterElementEmpty`. This checks the elements `locEnd` position and...

Summary: Differential Revision: D49031154

CLA Signed
fb-exported