Luke Deen Taylor
Luke Deen Taylor
I am happy to develop and submit a PR here but I haven’t seen any response to the previous dependency-update PR I opened a few months ago (#331); I don’t...
Some updates/details on how the API for interacting with tsgo will work, in https://github.com/microsoft/typescript-go/pull/711
The tsgo JavaScript API will be synchronous, and will not use WebAssembly: --- There’s a `@typescript/api` package and a `@typescript/ast` package, although these don’t seem to be published on npm...
Unfortunately, I’ve already done all of these things!
sounds good! do more recent lib files *depend* on checker changes? or is it just that the lib files and the strada checker changes both come from the same submodule?
Let me know how this looks to you when you get a chance @chrishoermann !
There’s some discussion on this in https://github.com/microsoft/TypeScript/issues/61648#issuecomment-2849614732: > We want to be more conservative about larger features that are more involved while so much of our attention is currently on...
Running `next build` throws: ``` ReferenceError: exports is not defined ``` whenever I use `import.meta.dirname` in my `next.config.ts` (this worked correctly under `next.config.js`)
> I heard that V8 doesn't want to add this per the latest TC39 meeting @annevk could you point to the spot in the tc39 meeting notes where that’s established?...