-
This is an umbrella issue to track and discusses the remaining issues to be resolved to achieve "Library Mode"
The "Library Mode" means that the ReScript compiler can be adopted as a first-class to…
-
### Summary
The Salesforce CLI Plug-In Developer Guide (v48.0) still mentions to run "yarn prepare" instead of "yarn prepack" at https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_plugins.m…
-
### Current Behavior:
[`project.json` vars](https://docs.npmjs.com/cli/v6/using-npm/scripts#packagejson-vars) do not work with hyphens within `package.json` scripts interpolation.
### Expected Beh…
-
Prepacking this...
```js
(function () {
function f(a) {
while (a > 10) {
a--;
}
}
__optimize(f);
global.f = f;
})();
```
produces the following.…
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing))
- [x] This feature is important to have in this repository; a contrib plugin would…
-
This
```js
(function () {
let n = global.__abstract ? __abstract("number", "23") : 23;
if (n === 42) {
let d = Date.now(); // dead pure generator entry
}
})();
```
prepacks to
```j…
-
The `prepack` method does not allow to utilise source maps. Use `prepackFromAst` to sourcemap generation.
gajus updated
7 years ago
-
Sometimes @transformers throws errors like this when quantization isn't natively available.
```
/usr/lib/python3/dist-packages/torch/nn/quantized/modules/linear.py in set_weight_bias(self, weight,…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The [npm CLI documentation](https://docs.npmjs.com/cli/v7/using-npm/scripts#life-cycle-script…
-
```
In input file lang.js(64:1) FatalError PP1004: Syntax error: 'import' and 'export' may appear only with 'sourceType: "module"' (64:0) (https://github.com/facebook/prepack/wiki/PP1004)
Prep…
zaoqi updated
3 years ago