Jason Addleman
Jason Addleman
Hi @chriskrycho, no luck getting it working. I think that ember-cli-typescript is likely running before the babel plugins have had a chance to transform the code. I don't know enough...
I have not found a workaround yet. Perhaps using resolutions can help, but that's a pretty ugly solution
@kyledurand I just tested pulling it into web [here](https://github.com/Shopify/web/pull/110039) and have 1 type error. This seems to have been caused by [this PR](https://github.com/Shopify/polaris/pull/10800) and nothing to do with my change.
> Would `as const` be sufficient? Unfortunately, no. This makes `choices` a `ReadOnly` array, not just an array. Originally, I allowed for choices to be readonly so that `as const`...
> We can either keep it around for the next major or try to working in support for both. @sam-b-rose did you have a way in mind to support both?...
> I can (and will, if we decide to move forward with this) update the ESLint configs so that the rules won't be copied into a template built from the...
I'm hitting this issue as well, and it is blocking our ability to upgrade our node version to fix the [Node CVE](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases#http-request-smuggling-via-content-length-obfuscation---cve-2024-27982---medium) that was reported. It would be great if...
Hey @yamadapc any update on this? Unfortunately this issue makes it so we can't update our node version due to our graphql-codegen (which uses parcel watcher) breaking.
@yamadapc , this should be reproducible on [this codesandbox](https://codesandbox.io/p/devbox/amazing-microservice-xxlcgp?file=%2Findex.js%3A10%2C1). Thanks for the minimal way to reproduce it, @rogerweb.