Open
Description
From @vbresults on November 6, 2017 11:22
I ran into this when setting a delegate in my project which is TypeScript compiled down to ES6. The problem would be that application.js expects a native delegate object while it's a JS function in ES6.
Copied from original issue: NativeScript/NativeScript#5038