michkot

Results 17 comments of michkot

Bug seems to be still present in v `0.11.0` Sample input and output: [repro.zip](https://github.com/sandersn/downlevel-dts/files/10080404/repro.zip) Target used: 4.2

combination of TS 4.9.3 and this 0.11.0 seems to work correctly - I assume one must always pair "correct" TS and downlevel-dts versions (although its not entirely clear to me...

The missing support is specially tricky when Java Sun/JCP XMLSignature implementation is used. Normally you don't have to specify a Provider for Signature.getInstance("algo") to work properly with keys from BouncyCastle,...

Just a note, the temporary workaround for seeing everything as usual except prefetch, assuming "show stashes" and "show git notes" are enabled, is to use following branch filter `--exclude=refs/prefetch/* --all`....

There is a pattern similar to the one in this issue: "as-const" enum-object + type merged to the same name, which seems to be logical replacement pattern for enums (because...

Thanks a lot @andrewiggins, this uses the same approach I attempted for my experimental hack!

At least with version 3.5 (not sure about the newer ones), it seems that when ` node { .... download = false .... }` is used in a project, the...