-
## Preconditions & Environment
- `node`: `v20.5.0`
- `tsc`: `5.2.2`
- `ncc`: `0.36`
- `jest`: `29.6.4`
## Steps to reproduce
1. Execute `npm run all`
## Expected result
The source c…
-
If I try and compile a contract with `ExecutionEngine.Assert(false, "message");` statement, C# compilation succeeds but nccs compilation fails
```
error NC1002: Unknown method: Neo.SmartContract.F…
-
Hi, is there any tree-shaking strategy in ncc, like what bundlers do on front-end applications? I wonder how do you deal with the dynamic "require" while compiling. Thank you.
-
I have attached [jsdom-ncc-issue.zip](https://github.com/vercel/ncc/files/5252775/jsdom-ncc-issue.zip) which reduces this issue to the smallest amount of code I could reproduce this in.
If you run:…
-
This issue will be used to document the optimization of the PSO function.
Information was obtained from [Intel VTune Profiler](https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-p…
-
## Problem
self-installer is unreliable in Windows CI environment.
## Proposal
Use [pkg](https://github.com/zeit/pkg) and [@zeit/ncc](https://github.com/zeit/ncc) to bundle `pnpm` and `pnpx` …
-
Hello,
I need to download the example code and run it locally. As of now i am unable to do it due to testobject issue.
**Link to Sample code:** [https://robotframework.org/code/?codeProject=N4Ig…
-
We updated one of our projects from @zeit/ncc to @vercel/ncc and get a runtime error "TypeError: Cannot read property 'split' of undefined" since then. I could nail it down to a function import from @…
-
Dear author,
when i try to train codenn on csn_feng for java, running
```shell script
CUDA_VISIBLE_DEVICES=0 python -m run.summarization.codenn.train -f config/csn_feng/java
```
I am getting t…
-