TypeScript/tests/cases/compiler/strictModeWordInExportDeclaration.ts

6 lines
116 B
TypeScript
Raw Normal View History

2015-04-11 21:15:47 +02:00
// @target: ES6
"use strict"
var x = 1;
export { x as foo }
export { x as implements }
export { x as while }