Jake Bailey

Results 1480 comments of Jake Bailey

This is expected; the version of the compiler supported is not 5.8, it's "some random revision from a bit ago" which you can see in: https://github.com/microsoft/typescript-go/tree/main/_submodules

This was fixed in the above linked PR. What isn't working?

Yes, 5.8 is the first release it was available in. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-8.html#the---erasablesyntaxonly-option

I'm not sure if this is a bug or not, but you probably do not want to be setting module=none (clearly, you're using modules?). Consider trying settings suggested at: https://www.typescriptlang.org/docs/handbook/modules/guides/choosing-compiler-options.html

This issue can also be seen on publint and AreTheTypesWrong: - https://publint.dev/@solid-codemirror/[email protected] - https://arethetypeswrong.github.io/?p=%40solid-codemirror%2Fcodemirror%401.0.4

This has unfortunately gotten out of date as main has changed. Any chance you could update this so we can review it?

Unfortunately this method doesn't really work, the project test system replaces the FS out from under the cache, but the cache FS grabs the FS on creation. I've been able...

Oh oops, sorry, this was supposed to be a draft when I sent it 😄

CI fails because the new ATA code runs before updateGraph and therefore reads from the cached FS before it's cleared.

Another ATA test race 😦