AustinGrey

Results 9 comments of AustinGrey

An alternative API suggestion, to allow children to reference the scope of the slot they are in. I don't know if the internals would allow something like this; the scope...

Please note that as part of this PR, I've changed the server timezone to UTC. This could be a breaking change for your django admin backend work. But converting from...

@dylanleigh good to hear from you. No rush on this. It's a lot of change and I had the gall to scrap the entire front end after you no doubt...

This may close (or at least partially works towards) #286

Hi, I checked again and I'm seeing this in my stackblitz reproduction still ![image](https://github.com/vitest-dev/vitest/assets/20841847/9e6b6855-130e-4231-b07c-4dd6ca5cf1f5) The first two `vi.mock` calls were just me checking all the possible types of dynamic import...

Oh wait, I think I understand your comment now. So in order to mock a variable dynamic import, the file being mocked has to exist on the system. Once I...

I suppose then the title of this issue is misleading. It should read "Non-existent files cannot be mocked using variable dynamic imports, but can with non-variable dynamic imports". Would you...

I can't provide the entire project, but here is the structure for the two relevant files? This is the folder structure on the left, one is in the models folder,...

@richsilv Is there any appetite for addressing the reviewer's comments and resubmitting? This downstream affects ts-query which I need for another project, and I unfortunately do not know pegjs to...