Viktor Leandersson

Results 9 comments of Viktor Leandersson

Upgraded from `1.19.x` to `1.22.0` and ran into this issue. `yarn cache clean` solved the issue for me.

> really Would concatenation in an env var help? We got a similar situation, where we build our db URL in our .env file ``` DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT} ``` And then in...

@ShreyaGangishetty if "SAM currently supports only Ref for AutopublishAlias" is true, do you think we can close this issue?

I got the same issue, setting `emitTranspiledCode = false` does output the generated code correctly but with the transpilation turned on nothing is emitted. Still investigating so will get back...

@ivankhm amazing investigation. If it helps, `ts-morph` (https://ts-morph.com/setup/) is the package used to emit the transpiled code. What's your node version locally? Thinking this might be some Node issue? 🤔...

@MichalLytek without spending too much time on your end - do you happen to have an example repo I can quickly clone and debug this issue in? 🙏

Brilliant, will have a look and get back to you 🙏