Skip to content

Commit

Permalink
Merge branch 'main' into fix54491
Browse files Browse the repository at this point in the history
# Conflicts:
#	tests/baselines/reference/complexRecursiveCollections.errors.txt
  • Loading branch information
ahejlsberg committed Jun 12, 2023
2 parents 9d570a0 + 9d17b34 commit f0b25b3
Show file tree
Hide file tree
Showing 39,777 changed files with 149,859 additions and 79,002 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"reporter": ["lcovonly", "cobertura"],
"src": "src",
"include": ["src/**", "built/local/**"],
"exclude": ["**/node_modules/**"],
"mergeAsync": true
}
344 changes: 0 additions & 344 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,177 +108,6 @@
]
}
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.0",
"config": {
"frequency": [
{
"weekDay": 0,
"hours": [
18
]
},
{
"weekDay": 1,
"hours": [
18
]
},
{
"weekDay": 2,
"hours": [
18
]
},
{
"weekDay": 3,
"hours": [
18
]
},
{
"weekDay": 4,
"hours": [
18
]
},
{
"weekDay": 5,
"hours": [
18
]
},
{
"weekDay": 6,
"hours": [
18
]
}
],
"searchTerms": [
{
"name": "noActivitySince",
"parameters": {
"days": 2
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Duplicate"
}
},
{
"name": "isOpen",
"parameters": {}
}
],
"taskName": "Close Duplicates",
"actions": [
{
"name": "closeIssue",
"parameters": {}
},
{
"name": "addReply",
"parameters": {
"comment": "This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes."
}
}
]
}
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.0",
"config": {
"taskName": "Close Externals",
"frequency": [
{
"weekDay": 0,
"hours": [
10
],
"restrictions": [
{
"name": ""
}
]
},
{
"weekDay": 1,
"hours": [
10
]
},
{
"weekDay": 2,
"hours": [
10
]
},
{
"weekDay": 3,
"hours": [
10
]
},
{
"weekDay": 4,
"hours": [
10
]
},
{
"weekDay": 5,
"hours": [
10
]
},
{
"weekDay": 6,
"hours": [
10
]
}
],
"searchTerms": [
{
"name": "hasLabel",
"parameters": {
"label": "External"
}
},
{
"name": "isOpen",
"parameters": {}
},
{
"name": "noActivitySince",
"parameters": {
"days": 2
}
}
],
"actions": [
{
"name": "closeIssue",
"parameters": {}
},
{
"name": "addReply",
"parameters": {
"comment": "This issue has been marked as 'External' and has seen no recent activity. It has been automatically closed for house-keeping purposes."
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down Expand Up @@ -372,89 +201,6 @@
]
}
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.0",
"config": {
"taskName": "Close Working as Intended",
"frequency": [
{
"weekDay": 0,
"hours": [
20
]
},
{
"weekDay": 1,
"hours": [
20
]
},
{
"weekDay": 2,
"hours": [
20
]
},
{
"weekDay": 3,
"hours": [
20
]
},
{
"weekDay": 4,
"hours": [
20
]
},
{
"weekDay": 5,
"hours": [
20
]
},
{
"weekDay": 6,
"hours": [
20
]
}
],
"searchTerms": [
{
"name": "hasLabel",
"parameters": {
"label": "Working as Intended"
}
},
{
"name": "isOpen",
"parameters": {}
},
{
"name": "noActivitySince",
"parameters": {
"days": 2
}
}
],
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "This issue has been marked 'Working as Intended' and has seen no recent activity. It has been automatically closed for house-keeping purposes."
}
},
{
"name": "closeIssue",
"parameters": {}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down Expand Up @@ -494,96 +240,6 @@
},
"disabled": true
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.1",
"config": {
"taskName": "Close Questions",
"frequency": [
{
"weekDay": 0,
"hours": [
0,
12
]
},
{
"weekDay": 1,
"hours": [
0,
12
]
},
{
"weekDay": 2,
"hours": [
0,
12
]
},
{
"weekDay": 3,
"hours": [
0,
12
]
},
{
"weekDay": 4,
"hours": [
0,
12
]
},
{
"weekDay": 5,
"hours": [
0,
12
]
},
{
"weekDay": 6,
"hours": [
0,
12
]
}
],
"searchTerms": [
{
"name": "hasLabel",
"parameters": {
"label": "Question"
}
},
{
"name": "isOpen",
"parameters": {}
},
{
"name": "noActivitySince",
"parameters": {
"days": 2
}
}
],
"actions": [
{
"name": "closeIssue",
"parameters": {}
},
{
"name": "addReply",
"parameters": {
"comment": "This issue has been marked as 'Question' and has seen no recent activity. It has been automatically closed for house-keeping purposes. If you're still waiting on a response, questions are usually better suited to [stackoverflow](https://stackoverflow.com/questions/tagged/typescript) or the [TypeScript Discord community](https://discord.gg/typescript)."
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:
node-version: "*"
check-latest: true
- run: |
corepack enable npm
npm --version
# corepack enable npm
npm install -g $(jq -r '.packageManager' < package.json)
npm --version
- run: npm ci
Expand Down Expand Up @@ -153,8 +155,13 @@ jobs:
node-version: "*"
check-latest: true
- run: |
corepack enable npm
npm --version
# corepack enable npm
- run: |
npm install -g $(jq -r '.packageManager' < package.json)
npm --version
working-directory: ./pr
- run: npm ci
working-directory: ./pr
Expand Down

0 comments on commit f0b25b3

Please sign in to comment.