Andrew Branch

Results 250 comments of Andrew Branch

> I’ll merge once main is open to 5.4-bound code if Ron doesn’t first Wait, this is Ron’s PR. I was thinking this was @Andarist’s PR. I’m not going to...

It would also be good to add a test that uses tsconfig `paths` that includes a key with a `:` to show that those lookups doesn’t get skipped.

It doesn’t feel outlandish for us to say that this pattern is not recommended, but if you rely on it, simply add an entry to `paths`.

Thank for the pointer to #239, I’ll follow that! > However, I believe you're suggesting to run ESM syntax in a module context. Honestly, I don’t have a strong mental...

arethetypeswrong isn't able to find that `default` property assignment, so the docs it links too aren't the most helpful. The actual problem is this one, which explains how to combine...

It’s a little hard to tell in a big diff for a library I’m not familiar with, but it looks like you have something like this: ```ts // namespace is...

It looks like the namespace must still contain a value.

You’ll need to open the directory that actually contains the tsconfig.json file, not the repo root, in order for VS Code to pick it up.

If you decide to take something like this on, you should take a look at #29—if you made some headway on a Waterline adapter, you’d be getting a PG adapter,...