Skip to content

gluxon/ts-module-resolution-cache-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a dummy TypeScript repo with 3 packages.

  • a depends on c.
  • b depends on c.
  • a and b are small.
  • c is huge.

In theory, tsserver should be able to load b quickly after it's spent the time to load a and resolve c. Unfortunately it takes several seconds as of now.

Usage

test.sh loads a and then b. tsserver output is dumped to tsserver-*.log and timings are parsed if ripgrep is installed.

$ ./test.sh /Volumes/git/TypeScript/built/local/tsserver.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published