TypeScript/tests/cases/fourslash/server/getJavaScriptSyntacticDiagnostics02.ts
Daniel Rosenwasser 3da85df511
Clean up error messages for using TypeScript syntax in JavaScr… (#35254)
* Fix up quotation marks in error messages in JavaScript files.

* Accepted baselines.

* Typescript -> TypeScript

* Accepted baselines.

* Migrate syntactic diagnostics tests to baselining tests.

* Accepted baselines.

* Update diagnosticMessages.json

* Removed markers.

* Add ability to baseline both semantic and syntactic diagnostics.

* Fix up broken diagnostics when using a server LS.

* Accepted baselines.

* Lints.

* Fake up sourcefile objects in the tsserver session client instead.

* Fewer allocations.
2019-11-22 14:51:22 -08:00

10 lines
231 B
TypeScript

/// <reference path="../fourslash.ts" />
// @allowJs: true
// @Filename: b.js
////var a = "a";
////var b: boolean = true;
////function foo(): string { }
////var var = "c";
verify.baselineSyntacticAndSemanticDiagnostics()