prepack icon indicating copy to clipboard operation
prepack copied to clipboard

A JavaScript bundle optimizer.

Results 100 prepack issues
Sort by recently updated
recently updated
newest added

Updated the `wepack-cli` and `webpack` to new version In `webpack.config.js` added splitChunk and uglify plugin for optimizer.

"visible" instead of "visable".

CLA Signed

- Improve the error message on top of the #2545 - Removed the `invariant` method call Fixes #2509. pairing with @jessmartin

CLA Signed

Release Notes: None Fix compatibility with "mobile" runtime as it implements more features.

CLA Signed

Release notes: Better error messages on I/O failures At least for everything that's triggered from prepack-cli.

CLA Signed

Release Notes: Added debugger tests - Writing tests with Jest framework - Modified UISession (previously used for debugger CLI) to have a testing mode - Test runner drives UISession directly,...

CLA Signed
stale

Release Note: invalid argument error of __evaluatePureFunction function is changed from InvariantError to CompilerDiagnostics Error Fixes #2385

help wanted
CLA Signed
stale

There was recently a regression that caused variables to get redeclared: https://github.com/facebook/prepack/pull/2255#issuecomment-405923183. To catch issues like this, I'm introducing `no-redeclare` as an additional lint rule that runs on serializer tests....

CLA Signed
stale

This lets us Prepack to native machine code or WebAssembly - without a JS runtime. Prepack knows a lot about a program that it can evaluate. It is also highly...

CLA Signed

In the future I'd like to move all the test runners over to jest so that we can get nice code coverage in Phabricator + more parallel invocation of test...

CLA Signed
WIP
stale