Rati Dzidziguri
Rati Dzidziguri
In a huge monorepo where project shared TS config changing is not an option, unfortunately, and some core packages force to set it to `Bundler`. As you know, this is...
Unfortunately, it did not help; I still see the same error.
Very strange but even using. InferEntityItem gives the same error. ```json { "resource": "/serverless-dynamodb-client/src/entities/entity.ts", "owner": "typescript", "code": "2742", "severity": 8, "message": "The inferred type of 'Entity' cannot be named without...
@whahoo, we are happy with our fix for now, but the fix you described could also work. @mattes3 While the solution is a workaround, the fact that there is no...
> Very strange but even using. InferEntityItem gives the same error. > > ```json > { > "resource": "/serverless-dynamodb-client/src/entities/entity.ts", > "owner": "typescript", > "code": "2742", > "severity": 8, > "message":...
Would you have any thoughts on how to fix the issue with _dirname? My code is exactly like the one above. However, I am using esbuild, and for some bizarre...
Quick update, the moment I switched it to produce commonjs output, it worked without any issues, so the problem is related to the ESM bundle. And I do not have...
esbuild is AWS recommended one. CDK uses it as well, but the moment I switch the TS config compilerOptions module to CommonJS, it works without any issues, but the moment...
This would simplify the release process so much as, in many cases, many containers only require updating src. For containers using PHP, for example, this could be as easy as...
I assume CRA is dead now, as nobody responded to CVE-related topics for more than a week.