TypeScript/tests/cases/compiler/shorthand-property-es5-es6.ts

9 lines
154 B
TypeScript
Raw Normal View History

2016-03-09 18:43:21 +01:00
// @target: ES5
// @module: ES6
// @declaration: true
// @filename: test.ts
import {foo} from './foo';
const baz = 42;
const bar = { foo, baz };