Uh oh!
There was an error while loading. Please reload this page.
New vfs baselines follow-up - #23878
Conversation
Mohamed Hegazy (mhegazy)
commented
May 3, 2018
this will use |
| @@ -1,3 +1,4 @@ | |||
| // @lib: es5 | |||
There was a problem hiding this comment.
Why do so many tests now have an explicit // @lib: es5?
There was a problem hiding this comment.
They contain declarations that conflict with declarations in dom. For those cases it was easier to just set the file to use lib.es5.d.ts.
Ron Buckton (rbuckton)
commented
May 3, 2018
I ran |
AFAIK we don't actually check the std libs we inject (unless added via the |
Per #20763 (comment), we opted to "patch" some of the paths used in the VFS PR to reduce the size of the PR and accept the baseline changes later. These are the baseline changes resulting from removing these "patches".