jtenner

Results 143 comments of jtenner

This is because the aspect transform should be applied after classes are all generated. I will keep this in mind.

I'm sorry. I don't understand any of this.

Ahh. I see. Well I would imagine that `as-pect` would have to strictly depend on exact package versions for compatibility reasons. The other thought I had is that everyone should...

@willemneal is this still a problem?

@Y-- Actually, I think this would be a great addition to as-pect. I forgot I could check the abort assertion message and compare it to a string... @willemneal What do...

I will need some time to figure out a reasonable way to implement this. Thanks for the feature request.

There is a test regex and file regex flag as @willemneal points out. It would be helpful to keep as-pect as simple as possible, since it's a large codebase if...

Ah. Yeah. I understand. As-pect assumes the shape of the imports object. In fact, as-pect doesn't want to mutate your imports object. It returns a brand new one. ```ts imports(memory,...

as-pect copies each namespaced import into a new object using `Object.assign()`. There is no mutation. The functions that were being modified were not even being imported into web assembly.