mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Change watchdog tagged users (#51411)
This commit is contained in:
parent
5e3fa9b87b
commit
f1d62f4dc4
2
.github/workflows/error-deltas-watchdog.yaml
vendored
2
.github/workflows/error-deltas-watchdog.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
issues: write
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAGS: "@RyanCavanaugh @DanielRosenwasser @amcasey"
|
||||
TAGS: "@navya9singh @RyanCavanaugh @DanielRosenwasser"
|
||||
steps:
|
||||
- name: NewErrors
|
||||
run: | # --json and --jq prints exactly one issue number per line of output
|
||||
|
||||
@ -1016,7 +1016,7 @@ namespace ts.refactor.extractSymbol {
|
||||
newNodes.push(factory.createVariableStatement(
|
||||
/*modifiers*/ undefined,
|
||||
factory.createVariableDeclarationList(
|
||||
[factory.createVariableDeclaration(getSynthesizedDeepClone(variableDeclaration.name), /*exclamationToken*/ undefined, /*type*/ getSynthesizedDeepClone(variableDeclaration.type), /*initializer*/ call)], // TODO (acasey): test binding patterns
|
||||
[factory.createVariableDeclaration(getSynthesizedDeepClone(variableDeclaration.name), /*exclamationToken*/ undefined, /*type*/ getSynthesizedDeepClone(variableDeclaration.type), /*initializer*/ call)],
|
||||
variableDeclaration.parent.flags)));
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user