c64lives
Possible issue with re-export compatibility with Node
In https://github.com/japa/runner/issues/35, I have described an issue where Deno seems to be incompatible with the Japa test runner (which uses a plugin-style design in which a
TestContext
class is augmented with additional properties via Object.defineProperty
).
It could have something to do with re-exports somehow working differently in Deno, an edge-case? If someone has time to take a quick look it would be amazing.2 replies