diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-24 14:02:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-24 14:02:37 +0100 |
commit | 97c4d06258bace7c9caf211d3a307fff05bdb58e (patch) | |
tree | d3f0965bcd14f5c6c79a973a2542eadef88c63df /editors/code/src/status_display.ts | |
parent | 44721dca66ae8c10011b369c4ef5e7f60dab4d5e (diff) | |
parent | 43c6f6c039985923c3039808834892206c81684d (diff) | |
parent | c15c22139faacd41cc7e098a15aa6b820e0a20ab (diff) | |
parent | 3d872b233b0bbf46eb47a1027759c20023ff9704 (diff) |
Merge #5015 #5027 #5028
5015: Account for updated module ids when determining whether a resolution is changed r=matklad a=Nashenas88
Fixes #4943
5027: Make Debug less verbose for VfsPath and use Display in analysis-stats r=matklad a=lnicola
5028: Remove namedExports config r=matklad a=lnicola
Fixes a warning:
```
(!) Plugin commonjs: The namedExports option from "@rollup/plugin-commonjs" is deprecated. Named exports are now handled automatically.
```
Co-authored-by: Paul Daniel Faria <[email protected]>
Co-authored-by: Laurențiu Nicola <[email protected]>