Andrew Bradley

Results 547 comments of Andrew Bradley
trafficstars

node rolled back the sync resolve change, so I can extract the ESM cleanup stuff from this PR but drop all the sync resolve stuff.

I figure they can be treated the same as if they had been passed in the argv array, so they can get the same level of precedence as when you...

Some relevant info: `ts-node` already supports native ESM. See #1007 for discussion. We default to CommonJS if the user does not specify the module option. https://github.com/TypeStrong/ts-node/blob/master/src/index.ts#L912-L915 But we respect the...

Breaking changes in v5 https://github.com/kpdecker/jsdiff/blob/master/release-notes.md#v500

If you want to do source-mapping, we already install source-map-support, a third-party library which rewrites stack traces based on sourcemaps. I wonder if it exposes an API you can use...

Marking "help wanted" to indicate we'll wait for a pull request for this.

Is there a pull request for this? Are you able to send one to be reviewed? Have you tried the recommended approaches above? Those approaches already work with ts-node in...

@ChristianTucker any update? Would appreciate your assistance to properly prioritize this issue.

Looks like this is only an issue on Windows, so it might have to do with newlines. We only execute things added in the diff; not sure if the diff...

I did some more digging into this. It seems like it might be a bug inside TypeScript itself. After we call `getQuickInfoAtPosition`, the service seems to get stuck for the...