//// [decoratorOnArrowFunction.ts] declare function dec(target: T): T; var F = @dec () => { } //// [decoratorOnArrowFunction.js] var F = ; { }