https://github.com/Microsoft/TypeScript
Revision 0f6e6efde08385916602e254f406f1703907b2a5 authored by Andrew Casey on 30 July 2021, 16:27:32 UTC, committed by GitHub on 30 July 2021, 16:27:32 UTC
* Add id and version to ManyToManyPathMap

...so that unchanged maps can be recognized without having to examine
their contents.

* Track cache version on BuilderState

In practice, `updateExportedFilesMapFromCache` is called repeatedly
without the cache changing in between.  When this occurs, there's no
need to update the `BuilderState` (this was already the net effect, but
it took a long time to determine that no work was required).

* Fix typo in comment
1 parent 9d957c6
History
Tip revision: 0f6e6efde08385916602e254f406f1703907b2a5 authored by Andrew Casey on 30 July 2021, 16:27:32 UTC
Avoid no-op export map updates (#45238)
Tip revision: 0f6e6ef
File Mode Size
.devcontainer
.github
.vscode
bin
doc
lib
loc
scripts
src
tests
.dockerignore -rw-r--r-- 1006 bytes
.editorconfig -rw-r--r-- 188 bytes
.eslintignore -rw-r--r-- 60 bytes
.eslintrc.json -rw-r--r-- 5.7 KB
.gitattributes -rw-r--r-- 42 bytes
.gitignore -rw-r--r-- 2.9 KB
.mailmap -rw-r--r-- 18.7 KB
.npmignore -rw-r--r-- 425 bytes
.yarnrc -rw-r--r-- 27 bytes
AUTHORS.md -rw-r--r-- 8.3 KB
CODE_OF_CONDUCT.md -rw-r--r-- 333 bytes
CONTRIBUTING.md -rw-r--r-- 11.7 KB
CopyrightNotice.txt -rw-r--r-- 812 bytes
Dockerfile -rw-r--r-- 252 bytes
Gulpfile.js -rw-r--r-- 32.1 KB
LICENSE.txt -rw-r--r-- 9.0 KB
README.md -rw-r--r-- 5.2 KB
ThirdPartyNoticeText.txt -rw-r--r-- 36.9 KB
package-lock.json -rw-r--r-- 386.5 KB
package.json -rw-r--r-- 4.2 KB

README.md

back to top