You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During emit, if shape signature for the file is same as version, then update it with emitted d.ts file (#48616)
* If we are writing dts file and have used file text as version, we can update the signature when doing actual emit
* Make WriteFileCallback Api ready for future
* Assert that there is only single source file when emitting d.ts file
* This implementation handles file exists to be true if file is source of project reference redirect when program is created using useSourceOfProjectReferenceRedirect
Copy file name to clipboardExpand all lines: src/testRunner/unittests/tsbuild/outputPaths.ts
+1-10
Original file line number
Diff line number
Diff line change
@@ -55,16 +55,7 @@ namespace ts {
55
55
}
56
56
})
57
57
}),
58
-
edits: [
59
-
noChangeRun,
60
-
{
61
-
...noChangeProject,
62
-
cleanBuildDiscrepancies: ()=>newMap([
63
-
["/src/dist/tsconfig.tsbuildinfo",CleanBuildDescrepancy.CleanFileTextDifferent],// tsbuildinfo will have -p setting when built using -p vs no build happens incrementally because of no change.
64
-
["/src/dist/tsconfig.tsbuildinfo.readable.baseline.txt",CleanBuildDescrepancy.CleanFileTextDifferent]// tsbuildinfo will have -p setting when built using -p vs no build happens incrementally because of no change.
0 commit comments