-
Repro:
```js
require("react");
__evaluatePureFunction(function() {
var React = require("react");
function foo(i) {
var x = {};
if (!Array.isArray(i)) {
x = x[i];
}…
-
For prepack's Test262 filtering
https://github.com/facebook/prepack/blob/master/scripts/test262-runner.js#L1159
```
function filterFlags(data: BannerData): boolean {
return !data.flags.inclu…
-
### 🐛 Describe the bug
To reproduce, go to goggle colab and run this simple snipet
```python
from torch import nn
import torch
from torch.utils.mobile_optimizer import optimize_for_mobile
pr…
-
Currently the best practice to model is that,
1. Mark global object as partial so that any unauthorized properties/bindings on global object will fail with meaningful error message
2. Then we model…
-
## Detailed Description
Since code split creates multiple independent chunks, prepack can only apply optimizations to chunk "shells", not modules contained in these chunks (maybe except for entry …
-
For prepack's Test262 filtering:
https://github.com/facebook/prepack/blob/master/scripts/test262-runner.js#L1146
```
let esid_pending = testFileContents.indexOf("esid: pending");
if (esid_pendin…
-
### For?
S&Box
### What can't you do?
In current Shader API, interaction with the S2's material system and common lighting application is done through a series of functions, like `MaterialToCombine…
rzkid updated
1 month ago
-
### Bug description
Given a package.json file with this script:
```json
"prepack": "yarn version --new-version 1.2.3 --no-git-tag-version"
```
Yarn will execute the script and update th…
-
There's prolly something really obvious here that I'm missing. Plugin seems to refuse to work with my stack, which is a fork of http://juhamust.github.io/silverplate
Steps to reproduce
- `git clon…
-
Here's the registration line:
```
.op("prepacked::linear_clamp_prepack(Tensor W, Tensor? B=None, "
"Scalar? output_min=None, Scalar? output_max=None) "
"-> __torc…