Results 631 comments of Blake Embrey

I've looked through the code and found that before, but why wouldn't you consider an empty string to be valid? It's factually correct (`/test` vs `/test/`) and would be matched...

Interesting, thanks. I wasn't sure if this would be treated differently with nested routing.

Can you please share more information about your project? There's not much to go off here. Things like: * What's your `tsconfig.json` file? * Why are you running JavaScript files...

If there is a cache issue, it seems like it'd be coming from TypeScript and not `ts-node`, in this case. However, there's not enough to work off right now. If...

Thanks, that'll be really helpful to me! I don't always have time to replicate the exact same scenarios so something I can quickly clone make my like 100x easier and...

@cspotcode We might be able to specify `emptyCacheBetweenOperations` for now, it appears this would clear out the cache before each stack trace created.

@cspotcode I don't, but I assume yes and it could lead to some extra FS calls for other packages.

> It adds unnecessary overhead without a way to detect ts-node. I'm not sure what this means, why is this necessary? > I think there should be a way to...

What's the use case or issue here? You linked to unrelated things.

@staeke You're always welcome to submit a PR that'll add a flag to disable this behavior. My question is because it sounds like this is a feature request, but there...