-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathsubmoduleTriaged.txt
More file actions
87 lines (71 loc) · 4.48 KB
/
Copy pathsubmoduleTriaged.txt
File metadata and controls
87 lines (71 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Diff files to instead write to submoduleTriaged as "triaged" changes.
# These are known diffs that we intend to fix.
# Each group should include a link to the tracking issue.
# https://github.com/microsoft/typescript-go/issues/3410
compiler/anonClassDeclarationEmitIsAnon.types.diff
compiler/baseConstraintOfDecorator.types.diff
compiler/baseExpressionTypeParameters.types.diff
compiler/declarationEmitGenericTypeParamerSerialization3.types.diff
compiler/declarationEmitLocalClassDeclarationMixin.types.diff
# Bug: test harness doesn't report tsconfig errors
## https://github.com/microsoft/typescript-go/issues/3475
compiler/deprecatedCompilerOptions1.errors.txt.diff
compiler/deprecatedCompilerOptions3.errors.txt.diff
compiler/deprecatedCompilerOptions4.errors.txt.diff
compiler/deprecatedCompilerOptions5.errors.txt.diff
# Omnibus: Isolated declarations error changes - needs investigation
## https://github.com/microsoft/typescript-go/issues/3477
compiler/isolatedDeclarationErrorsExpandoFunctions.errors.txt.diff
compiler/isolatedDeclarationErrorsReturnTypes.errors.txt.diff
compiler/isolatedDeclarationErrorsClasses.errors.txt.diff
compiler/isolatedDeclarationErrorsExpressions.errors.txt.diff
compiler/isolatedDeclarationErrorsClassesExpressions.errors.txt.diff
compiler/isolatedDeclarationsAddUndefined.errors.txt.diff
compiler/isolatedDeclarationErrors.errors.txt.diff
compiler/computedPropertiesNarrowed.errors.txt.diff
compiler/declarationEmitTypeofRest.errors.txt.diff
# Corsa changes how module augmentation interacts with export-equals and exported name visibility
## https://github.com/microsoft/typescript-go/issues/3481
compiler/augmentExportEquals2.errors.txt.diff
compiler/exportAssignmentMembersVisibleInAugmentation.errors.txt.diff
# Corsa no longer emits the TS-1 internal diagnostic about pre-emit/post-emit diagnostic count mismatches
## https://github.com/microsoft/typescript-go/issues/3508
compiler/multiLinePropertyAccessAndArrowFunctionIndent1.errors.txt.diff
compiler/parseErrorIncorrectReturnToken.errors.txt.diff
conformance/parserStatementIsNotAMemberVariableDeclaration1(alwaysstrict=true).errors.txt.diff
# JS declaration emit adds `export import` modifier for require-style import assignments
## https://github.com/microsoft/typescript-go/issues/3542
conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff
conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff
conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff
conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff
# CJS class expression exports now emit anonymous constructor types instead of named class declarations
## https://github.com/microsoft/typescript-go/issues/3544
conformance/commonJSImportExportedClassExpression.js.diff
conformance/jsDeclarationsExportAssignedClassExpression(target=es2015).js.diff
conformance/jsDeclarationsExportAssignedClassExpressionAnonymous(target=es2015).js.diff
conformance/jsDeclarationsExportAssignedClassExpressionAnonymousWithSub(target=es2015).js.diff
conformance/jsDeclarationsExportAssignedClassExpressionShadowing(target=es2015).js.diff
conformance/jsDeclarationsExportAssignedVisibility(target=es2015).js.diff
# Namespace-to-const restructuring with DtsFileErrors (redeclaration errors)
## https://github.com/microsoft/typescript-go/issues/3547
conformance/typeFromPropertyAssignment39.js.diff
# Missing generic type arguments no longer auto-filled with any (produces TS2314 errors)
## https://github.com/microsoft/typescript-go/issues/3549
conformance/jsDeclarationsMissingGenerics(target=es2015).js.diff
# Optional property types in JS declarations drop | undefined
## https://github.com/microsoft/typescript-go/issues/3550
conformance/jsDeclarationsOptionalTypeLiteralProps1.js.diff
conformance/jsDeclarationsOptionalTypeLiteralProps2.js.diff
# @satisfies tag handling changes: functions become const declarations
## https://github.com/microsoft/typescript-go/issues/3557
conformance/checkJsdocSatisfiesTag15.js.diff
# noImplicitThis functions returning this now fully expand the object type
## https://github.com/microsoft/typescript-go/issues/3561
compiler/noImplicitThisBigThis.js.diff
# Late-bound computed property [prop] preserved instead of resolved to plain prop
## https://github.com/microsoft/typescript-go/issues/3566
# Symbol getter/setter declaration emit change
## https://github.com/microsoft/typescript-go/issues/3567
# Declaration emit simplification of class extending built-in Array
## https://github.com/microsoft/typescript-go/issues/3569