prepack/test/serializer
Sapan Bhatia f309cf0049 Optionally remove module factory functions (#2605)
Summary:
Re-submission of #2602, with a bug fix for speculatively executed modules.

The bad import is fixed, and guarded by #2604, which correctly flagged this PR.

```
/home/circleci/project/src/utils/modules.js
  44:1  error  '../../lib/values/ECMAScriptSourceFunctionValue.js' import is restricted from being used by a pattern  no-restricted-imports

✖ 1 problem (1 error, 0 warnings)
```
Pull Request resolved: https://github.com/facebook/prepack/pull/2605

Differential Revision: D10446661

Pulled By: sb98052

fbshipit-source-id: fcd635e2c9637211f843fd7c3098673a112399bd
2018-10-22 10:40:15 -07:00
..
abstract Making peephole optimization in _getPropertyAssignmentStatement aware of implied conditions (#2592) 2018-10-05 17:25:56 -07:00
additional-functions Rearchitect evaluatePure and side-effect tracking (#2587) 2018-10-12 15:45:50 -07:00
basic Fixing dependency issues with cyclic prototype dependencies. (#2556) 2018-09-20 05:25:31 -07:00
instant-render Support InstantRender empty built-in (#2364) 2018-08-03 17:24:26 -07:00
optimizations Optionally remove module factory functions (#2605) 2018-10-22 10:40:15 -07:00
optimized-functions Rearchitect evaluatePure and side-effect tracking (#2587) 2018-10-12 15:45:50 -07:00
pure-functions Rearchitect evaluatePure and side-effect tracking (#2587) 2018-10-12 15:45:50 -07:00
react/jsx Run Prettier for serializer tests too (#2234) 2018-07-11 03:55:11 -07:00
trivial Run Prettier for serializer tests too (#2234) 2018-07-11 03:55:11 -07:00