prepack/scripts
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
..
.eslintrc Lint rule to prevent imports of modules from lib/* (#2604) 2018-10-17 12:56:12 -07:00
debug-fb-www.js Rearchitect evaluatePure and side-effect tracking (#2587) 2018-10-12 15:45:50 -07:00
detect_bad_deps.js Cleanup of generator.js and moves out Babel serialization logic (#2306) 2018-07-23 17:46:33 -07:00
generate-sourcemaps-test.js Fixing source map support with multiple source files (#2362) 2018-08-02 14:39:23 -07:00
instrumentor.js Upgrade Prepack to Babel 7 (#2256) 2018-07-14 09:55:18 -07:00
lint-config.js Adds some missing lint variables/names (#2529) 2018-09-04 09:11:52 -07:00
multi-runner.js Do full joins (#2402) 2018-08-11 20:53:43 -07:00
prettier.js Ignore test262 for Prettier (#2242) 2018-07-11 07:23:38 -07:00
publish-gh-pages.sh Update build command to explictly invoke yarn build 2018-05-22 04:31:58 -07:00
test262-filters.yml Use integration api to run Test262 tests 2017-12-01 17:46:29 -08:00
test262-runner.js Add abstract serializer mode for test262 execution (#2297) 2018-08-01 10:38:42 -07:00
test262.js Prettier 1.13.4 fixes 2018-06-06 12:49:59 -07:00
test-error-handler.js Change initializeMoreModules to modulesToInitialize allowing you to s… (#2576) 2018-09-27 15:10:17 -07:00
test-internal-react.js Clean up implication logic and do more caching (#2530) 2018-09-06 15:26:24 -07:00
test-internal.js Allow speculative module intialization to take file (#2590) 2018-10-09 13:12:46 -07:00
test-runner.js Optionally remove module factory functions (#2605) 2018-10-22 10:40:15 -07:00
test-sourcemaps.sh Extract scripts from npm package (#463) 2017-04-26 12:26:18 -07:00
test-std-in.sh Making diagnostics configurable. (#2521) 2018-08-31 12:39:55 -07:00