Tyler

Results 5 comments of Tyler

@nickreese Do you have any suggestions or ideas for how a project would opt into using Typescript? I think the first step is to follow @orta's advice for setting up...

> ``` > const jsversion = esbuild.transformSync(fs.readFileSync("routes.js"), { loader: 'ts' }) > ``` @orta should this code say `routes.ts`?

@orta `transformSync` takes a string as the first param, which is named `input`, so I am assuming the line should be more like this: ```ts const jsversion = esbuild.transformSync("routes.ts", {...

Was this fixed with #109? I noticed it was mentioned as getting resolved, but I cannot get the sorting to work with and sort of `classname` function still. Demo of...

I'm hoping this helps :) https://github.com/orta/vscode-twoslash-queries/pull/39