TypeScript/tests/cases/compiler/declFileEmitDeclarationOnlyError1.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

5 lines
73 B
TypeScript

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