Andrew Kuzmo
Andrew Kuzmo
When I use esbuild to create commonjs bundle - screenCapture_1.3.2.bat and app.manifest are not being copied to temp folder, cause it is trying to search in the current directory
when I have config like this: ``` assets: { from: [ 'node_modules/[some-library-1]/filename', 'node_modules/[some-library-2]/filename', ], to: ['dist'] }, ``` I have an error "Cannot read slice of undefined". With this "continue"...
Hi, argument name "down" was quite confusing for me, only from the 3rd attemt I found out that it can be either "up" or "down". Before that I tried "true/false",...
Не разобрался с последним заданием в AboutApplyingWhatWeHaveLearnt.
Here are links to [ECMAScript2020](https://262.ecma-international.org/11.0/#sec-lexical-environments) and [ECMAScript2023](https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records). There is no such term as "Lexical Environment" anymore (only "LexicalEnvironment" component as a state of an [execution context](https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts)). All "Lexical Environment" terms...
### Problem description I had the same error locally before enabling node_modules directory: nodeModulesDir: auto + "--allow-scripts" installation flag fixed the problem locally. error: The deployment failed: UNCAUGHT_EXCEPTION Error: Could...