Skip to content

Conversation

@jablko
Copy link
Contributor

No description provided.

@jablkojablko mentioned this pull request Nov 26, 2019
@jablkojablkoforce-pushed the patch-30 branch 2 times, most recently from b4e13b6 to f2540d3CompareNovember 29, 2019 22:25
@jablkojablkoforce-pushed the patch-30 branch 3 times, most recently from fd9652c to 34c331eCompareJanuary 25, 2020 20:23
@sandersnsandersn added the Housekeeping Housekeeping PRs label Feb 1, 2020
@jablkojablkoforce-pushed the patch-30 branch 4 times, most recently from 03dbecc to 0959df8CompareFebruary 9, 2020 17:19
@jablkojablkoforce-pushed the patch-30 branch 2 times, most recently from bb96781 to 78ade52CompareFebruary 11, 2020 18:59
const args = [path.join(IO.getWorkspaceRoot(), "built/local/tsc.js")];
if (types){
if (types?.length){
args.push("--types", types.join(","));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not correct; args needs to include --types even if the list is empty. npm install is OK to skip though.

I think this will make the diffs in the baselines go away, unfortunately. The real fix for those projects is to add types entries to their tsconfigs.

@@ -1,4 +1,4 @@
{
"cloneUrl": "https://github.com/Microsoft/TypeScript-React-Starter",
"cloneUrl": "https://github.com/Microsoft/TypeScript-WeChat-Starter.git",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha ha oh no

@sandersnsandersn merged commit bf37065 into microsoft:masterFeb 12, 2020
@microsoftmicrosoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

HousekeepingHousekeeping PRs

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants

@jablko@sandersn