TypeScript/tests/cases/compiler/declarationEmitInvalidReferenceAllowJs.ts
Josh Goldberg 878f447798
Clarified file-not-found error for reference paths without extensions (#35956)
* Clarified file-not-found error for reference paths without extensions

* Updated error message to include extensions

* update baselines missed in merge

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2020-03-17 14:21:23 -07:00

5 lines
89 B
TypeScript

// @allowJs: true
// @declaration: true
/// <reference path="invalid" />
var x = 0;