David Sherret

Results 776 comments of David Sherret

It wasn't with `"vendor": true`. With `deno vendor` it was sometimes possible because that updates the import map (which was not as much of a reliable way of vendoring for...

Does it work if you set the locale in the compiler options?

Oh, actually, that wouldn't work because ts-morph doesn't distribute the locale files that are found in the typescript compiler. Probably you can make it work by downloading the json file...

Can you add a test to the `tests/specs/run` folder? To add a new test you just have to copy the same layout as the other folders then do `cargo test...

Failing CI seems unrelated.

I'll open a PR in the CLI before merging this. I made some breaking changes with how the modules are.

Actually, what we could do here instead is just serialize the code cache of the modules during initial loading to a single file and keep dynamic imports dynamic. That would...

I hacked together something for this today and this was 10x faster than the current way on the `002_Removing.ts` performance test. So this is a must do, but will be...

I was talking with Titian at tsconf and it seems I could maybe take advantage of the incremental parser here. The function of interest seems to be `updateLanguageServiceSourceFile`.

What does your dprint.json look like? It works fine for me even not in a git repository.