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
Copy file name to clipboardexpand all lines: tests/baselines/reference/declarationFileOverwriteError.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.d.ts' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
3
4
4
5
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.d.ts' because it would overwrite input file.
6
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/declarationFileOverwriteErrorWithOut.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/out.d.ts' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
3
4
4
5
!!! error TS5055: Cannot write file 'tests/cases/compiler/out.d.ts' because it would overwrite input file.
6
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
error TS5055: Cannot write file 'tests/cases/conformance/salsa/myFile01.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
3
4
4
5
!!! error TS5055: Cannot write file 'tests/cases/conformance/salsa/myFile01.js' because it would overwrite input file.
6
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
error TS5055: Cannot write file 'tests/cases/conformance/salsa/myFile02.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
3
4
4
5
!!! error TS5055: Cannot write file 'tests/cases/conformance/salsa/myFile02.js' because it would overwrite input file.
6
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationAmbientVarDeclarationSyntax.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,1): error TS8009: 'declare' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationEmitBlockedCorrectly.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
error TS5056: Cannot write file 'tests/cases/compiler/a.js' because it would be overwritten by multiple input files.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
6
8
!!! error TS5056: Cannot write file 'tests/cases/compiler/a.js' because it would be overwritten by multiple input files.
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationEnumSyntax.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,6): error TS8015: 'enum declarations' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationErrorOnDeclarationsWithJsFileReferenceWithNoOut.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
error TS5053: Option 'allowJs' cannot be specified with option 'declaration'.
2
2
error TS5055: Cannot write file 'tests/cases/compiler/c.js' because it would overwrite input file.
3
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
3
4
4
5
5
6
!!! error TS5053: Option 'allowJs' cannot be specified with option 'declaration'.
6
7
!!! error TS5055: Cannot write file 'tests/cases/compiler/c.js' because it would overwrite input file.
8
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationExportAssignmentSyntax.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,1): error TS8003: 'export=' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationHeritageClauseSyntaxOfClass.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,9): error TS8005: 'implements clauses' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationImportEqualsSyntax.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,1): error TS8002: 'import ... =' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationInterfaceSyntax.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,11): error TS8006: 'interface declarations' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationModuleSyntax.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,8): error TS8007: 'module declarations' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationNoErrorWithoutDeclarationsWithJsFileReferenceWithNoOut.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/c.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
3
4
4
5
!!! error TS5055: Cannot write file 'tests/cases/compiler/c.js' because it would overwrite input file.
6
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationOptionalParameter.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(1,13): error TS8009: '?' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
Copy file name to clipboardexpand all lines: tests/baselines/reference/jsFileCompilationPublicMethodSyntaxOfClass.errors.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
2
+
Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
2
3
tests/cases/compiler/a.js(2,5): error TS8009: 'public' can only be used in a .ts file.
3
4
4
5
5
6
!!! error TS5055: Cannot write file 'tests/cases/compiler/a.js' because it would overwrite input file.
7
+
!!! error TS5055: Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig
0 commit comments