package ls

const (
	moduleSpecifierResolutionLimit             = 100
	moduleSpecifierResolutionCacheAttemptLimit = 1000
)
