Conversation
|
It'd be fun to get used to reliable find references again. A bit of extra deno specific lint and a couple of deno.json files looks like a manageable overhead to give that a try... |
|
Sure, I'll it to ignore tsconfig files instead of deleting them. Though, which of our tools still use the tsconfig files?
|
|
Upon some further investigation: It isn't Deno that was being weird with the For example, I can put the following in a let a: typeof process | null = null;and it passes with zero complaints. But mini-parse should be type-checked with |
|
Apparently our base tsconfig should explicitly specify the (Edit: Oh god npm is so unsafe. When a dependency of a dependency happens to depend on |
|
|
Reasonable answer. Then I'll tweak our setup to fix the Typescript thingy, and then Deno should also start doing the right thing. |
|
Next Deno update is about to ship, and it'll have some tsconfig improvements. Their native tsconfig support is apparently very new. |
|
After merging this, I wholeheartedly recommend checking out |

Should be usable now :)
For easier merging, please merge #177 first. Or I could rebase this.