-
I'm trying to transpile a single C file to Rust.
It ends with:
```
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
```
The source file (Github force me to gzip)
[…
-
I have used my project (quickform-core) in another project and used css extraction without problems. But in a new project i am just hitting my head against the wall for hours now not able to figure ou…
-
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[188], line 15
11 for rotation_ci…
-
I had a lambda function that was using this new `using` syntax which needed to be transpiled by esbuild to work properly when deployed. After updating SST from 3.1.78 to the latest version (3.3.41, bu…
-
### Clear and concise description of the problem
NodeJS recently introduced the new `--experimental-strip-types` and `--experimental-transform-types` flags, allowing to `.ts` files without the need t…
-
A lot of work is currently going into the "componentize" logic of jco; however, this means it is taking on a ton of dependencies.
If users, such as [arcjet](https://github.com/arcjet/arcjet-js), on…
-
**Describe the feature**
Transpile regexp unicode property escapes
```js
const IDENTIFIER_RE = /\p{ID_Start}/u;
console.log(IDENTIFIER_RE)
```
Example
**Babel plugin or link to the fea…
-
The Transpiled action that gets packaged with this template is always failing on matching license.txt. When running the diff command locally it seems to be passing fine and running any builds yields t…
-
### Acknowledgement
- [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
### Comment
Apologies if this is the wrong reposito…
-
## Description
`c2rust` transpiler demonstrates an inability to handle struct initializations where the fields are initialized with expressions that involve operations, including arithmetic, increm…