Jake Bailey

Results 1412 comments of Jake Bailey

This package is broken: https://arethetypeswrong.github.io/?p=markdown-to-jsx%407.7.8 I'm not surprised that this fails to work. That being said, is the tsconfig that breaks really one with `moduleResolution=bundler`? @abstractalgo

Reading https://app.unpkg.com/[email protected]/files/dist/index.cjs.d.ts, I do not see `MarkdownToJSX` exported. Also, `index.cjs.d.ts` is not the right extension for that file either, it should be `index.d.cts`, and not contain ESM syntax, so that's...

My understanding is that we aren't going to be doing const enum inlining anymore, as it doesn't mesh well with concurrent checking and emitting.

Er, well that has always been a really terrible idea. You're inlining someone else's enums into your code, and then if they change, your published code will be wrong. But,...

baseUrl isn't supported: #474

It doesn't fail with "nil response" anymore, it should fail with the actual errors. But, they are not tracked separately.

Your CI is passing linting, so I'm not sure what you mean. The section you are looking for to fix tests is https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md#managing-the-baselines For formatting, run `npx dprint fmt` and...

I think this just comes down to `sourceFileMayBeEmitted` having a TODO for adding JSON support.

Yes, the `!!!` comments are "this isn't ported yet" markers.

Can you try again in the next nightly? It's possible this was fixed in #1234.