metro/packages/metro-source-map
David Aurelio ae5ebc8078 No compound assignement operators
Summary:
Addresses a performance regression introduced by automatic linting: Compound assignment operators are much slower than keeping assignment separate on `let` bindings in certain versions of v8.

This reverts the relevant changes and configures eslint to *disallow* these operators explicitly in `metro-source-map`.

Reviewed By: mjesun

Differential Revision: D6520485

fbshipit-source-id: 16f35f5cd691ce6b1924480cbc30fbaa1275f730
2017-12-09 13:46:35 -08:00
..
src No compound assignement operators 2017-12-09 13:46:35 -08:00
.eslintrc No compound assignement operators 2017-12-09 13:46:35 -08:00
.npmignore Kick off metro-core by moving the source-map generator 2017-12-07 09:33:50 -08:00
README.md Kick off metro-core by moving the source-map generator 2017-12-07 09:33:50 -08:00
package.json Kick off metro-core by moving the source-map generator 2017-12-07 09:33:50 -08:00
rn-babelrc.json Kick off metro-core by moving the source-map generator 2017-12-07 09:33:50 -08:00

README.md

Metro

🚇 The source map generator for Metro.

(TODO)