Moshe Atlow

Results 213 comments of Moshe Atlow

@khaosdoctor @privatenumber I'v hade antoher try with the provided example: https://github.com/Formacao-Typescript/projeto-3 it seems that upgrading tsx from 3->4 does emit source maps and it works. I have no idea why...

@khaosdoctor thanks for this reproduction. I'v opened a PR to fix this: https://github.com/nodejs/node/pull/53315

the idea looks good to me. what are some usecases for this?

@mikicho lets add it! can you fix lint errors and add documentation?

> @MoLow how to we want to declare on the plugins? like jest with a config file? maybe we can simplify it to just be a map of `{ [key:...

> I think we might want to add more configurations in the future and it will be a breaking change. My suggestion was that each plugin can define its own...

@mcollina you would have preferred to only see these in the stdout/spec/tap reporter?

@mcollina I have released a new version to npm, can you check if the latest changes make more sense and if you still feel this is needed?

> Maybe when a new file (with the glob match pattern) add or rename, delete event occur, the runner should re-create the list of files. @MoLow maybe can shine some...

> I've thought about this some more and I think we should support patching Console such that we can intercept logs and associate them with the correct test in the...