Titus

Results 869 comments of Titus

> in Babel, TypeScript, SWC, and ESBuild. Are you sure? I was under the impression that, if development is turned on in Babel, it takes `jsxDEV`, and thus crashes if...

Hmm, taking TS as an example, instructed to run in the automatic dev runtime: ```ts ``` -> ```js import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime"; const _jsxFileName = "file:///input.tsx";...

But as `/jsx-dev-runtime` is used by bundler/builder/etc, then they all throw for such runtimes in development already? In which case, it’s fine for us to follow that?

Two things. TS still takes /jsx-dev-runtime. That's what I'm talking about. Every tool takes that export specifier. So we can use it too. If it is missing in a runtime,...

Algolia was used in the v1 site: https://github.com/mdx-js/mdx/blob/master/packages/gatsby-theme-mdx/src/components/search.js.

Could you try and reduce the MDX of this error, and see if it still persists? Are all those spaces needed for the problem?

Ahh. This is not technically hard to fix. But it is somewhat intentional. In unist, nodes are in 'children'. These are somewhere else. So they're not really nodes. But maybe...

I don’t believe GH allows moving across organizations unfortunately :'( Feel free to open a small one there that references this. Or we’ll just keep this one. I’ll assign you...

Using comments is a smart idea. Regexing files and injecting JS-like things as strings seems like a fragile way to go about it though IMO. It sounds like you have...

I’ve been holding off because it would mean adding another org. 😅 What plugin are you making?