TypeScript/tests/cases/compiler/declFileEmitDeclarationOnlyError2.ts
Mohamed Hegazy 8f8fec433e
Rename switch --emitDeclarationsOnly to --emitDeclarationOnly (#21651)
* Rename `--emitDeclarationsOnly` to `--renameDeclarationOnly`

* Rename test files
2018-02-05 14:48:50 -08:00

6 lines
90 B
TypeScript

// @noEmit: true
// @emitDeclarationOnly: true
// @filename: hello.ts
var hello = "yo!";