Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: move shims_for_IE to third_party directory #37624
Conversation
The shims_for_IE.js file contains vendor code that predates the third_party directory. This file is currently used for internal karma testing setup. This change corrects this by moving the shims_for_IE file to //third_part/
6d01551
to
551fe85
|
Hi @josephperrott, I just did a quick search in Google's codebase and found a few references. It looks like this file was excluded from the sync and since the location of the file has changed, it looks like it will be included. Could you please have a quick look at g3 and let me know if there is a patch CL we should land alongside with this change? I'm adding a "cleanup" label for now. Thank you. |
|
@AndrewKushnir confirmed we are good to land as is. The references found in google3 are actually to the The |


josephperrott commentedJun 17, 2020
The shims_for_IE.js file contains vendor code that predates the third_party
directory. This file is currently used for internal karma testing setup. This
change corrects this by moving the shims_for_IE file to //third_part/
Closes #37615