UNPKG

@sourcefield/lsif-typescript

Version:
8 lines (7 loc) 142 B
export function propertyAssignment() { return { a: 'a' } } export function shorthandPropertyAssignment() { const a = 'a' return { a } }