dillon1000/react

Commit

Embed JSX filename paths relative to repo root (#6778)

Test Plan: Changed the preprocessor to log the output of babel.transform and saw

```
var _jsxFileName = 'src/isomorphic/modern/element/__tests__/ReactJSXElementValidator-test.js';
```

in the resulting output, instead of an absolute path.
Browse files
Changed paths1 file
First-parent comparison
M scripts/jest/preprocessor.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…