Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo in comment
  • Loading branch information
amcasey committed Jul 29, 2021
commit 19d977fc37e74e854c5380a0c892c4d588137f24
2 changes: 1 addition & 1 deletion src/compiler/builderState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ namespace ts {
if (state.previousCache) {
if (state.previousCache.id === cacheId && state.previousCache.version === cacheVersion) {
// If this is the same cache at the same version as last time this BuilderState
// was updated, there's not need to update again
// was updated, there's no need to update again
return;
}
state.previousCache.id = cacheId;
Expand Down