Andrew Bradley

Results 546 comments of Andrew Bradley
trafficstars

As you can probably guess, like so many open-source projects we do not rely on local testing, so that is insufficient. Will need proper automated tests if it is to...

The fix here might be as simple as either: A) naming the repl's "virtual file" to end in the .cts file extension B) using the moduleTypes option internally to override...

> https://github.com/TypeStrong/ts-node/blob/f77e1b14a540ef50970adca16809547a1db3bce7/src/index.ts#L921 > > This comment is confusing me. Does it mean to say that there is a `--build` flag in ts-node? I can't find it in the code or...

The following answers are based on memory. They might be wrong, they're not perfectly written, and they're long, but I tried to provide as much detail as possible. > Isn't...

I realized I should clarify something: > That's a good question. If the user runs a script in projectA which imports a file from projectB, what should we do? Should...

@JasonKleban I've been thinking about a good place for a beginner to start contributing to `ts-node`. I think #1161 is a great starting point. All contributions are appreciated, so of...

Do you want to try your hand at writing a pull request for it? Check out #1514 and see if there's anything you want to help with. Alternatively, if your...

I think we're talking about different things. For FS caching, necessary to take advantage of `--incremental`, we need a way to persist what the compiler attempts to write to the...

Can this be rolled into this page? https://typestrong.org/ts-node/docs/imports Can we improve the way the two pages are linked? It's actually common knowledge in TS that you can use native import/export...

> Interesting assertions, I haven't found anything to support this except some slightly similar language in this one other blog post: The strength of my wording comes from answering beginner...