Orta Therox

Results 1506 comments of Orta Therox

Why not take the opposite approach, the [playground already supports examples](https://www.typescriptlang.org/v2/en/play#show-examples). Add support for remote examples from other github repos: So, it could be instead of: ``` https://www.typescriptlang.org/v2/en/play/?target=1#example/hello-world ``` it...

@johnnyreilly might know the answer by now, but this came up in the ts discord. tsdoc is a well-specified standardization of JSDoc so that many tools can build on it...

We've been thinking a bit about this on the TS side too: https://github.com/microsoft/TypeScript/pull/39930

Re: `esbuild background process` - you can use esbuild/swc via the JavaScript API, so when you see 'routes.ts' instead of 'routes.js', you can do: ``` const esbuild = require('esbuild') const...

I'd read up on the docs from esbuild, I just took this from their sample code

On reflection, this is going form 3 -> 4, so it's not really much of a bump because that's already happened.

Ah, looks like the underlaying issue I missed is that the version 3 change hasn't been deployed: https://github.com/jonschlinkert/markdown-toc/compare/1.2.0...master

First of all this is super cool, great work. One of the reasons I didn't build it this way on the TypeScript website is because it means each code sample...