Jacob Emil Ulvedal Rosborg

Results 50 comments of Jacob Emil Ulvedal Rosborg

Yes, just forgot it in the automated tests cases. Regardless, should the aim not to have the transformed program be equivalent to the original program; with out side effects?

Yes, but it should generate `__name(this, "MyClass")` correctly, which it currently does not do. I expect that the aliasing is confusing the renamer as `MyClass.name` is never accessed but rather...

I have updated with a very simple test for the case `let Test = _Test = class Test {}` I can remove the other tests as they are related to...

I should mention that this pr. also contains logic similar to vite .only such to easily run a subset of fixtures.

@IWANABETHATGUY I can also try to figure out what is causing the issue, I have noticed that regular rollup flips the renaming. Ie adding `$1` to the vars and keeping...

How can I test the changes in this PR? I was wondering if a preview deployment is available through `https://pkg.pr.new` or if I should pull it down to test locally.

> It's not available yet because there are around 40-50 failing tests. Once those are fixed, this PR will be automatically deployed to a preview `npm` tag that can be...

I never ran pulumi state delete... until much later, even it failed as the resource did not exist and it has nothing to delete. The resource only existed as a...

Yes I do remember the comand line args `pulumi up`, nothing special. Lucky I never closed the terminal, cleared it or ran out of buffer space(printed the entire state to...