TypeScript/tests/baselines/reference/jsFileCompilationNonNullAssertion.errors.txt
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

8 lines
222 B
Plaintext

/src/a.js(1,1): error TS8013: Non-null assertions can only be used in TypeScript files.
==== /src/a.js (1 errors) ====
0!
~~
!!! error TS8013: Non-null assertions can only be used in TypeScript files.