You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note - this isn't specific to TypeScript. As you mentioned the plugin only grabs the instances own properties. I think what you really want to do is track the private properties, since those should be on the instance.
Hi,
Let's consider following code:
HTML
TypeScript
The problem is that ko-es5 uses only instance members.
I've prepared tweak to ko-es5 code, that handles that.
Consider following tweak to ko-es5
I'll investigate further compatibility with TS. Having core/pure KO that targets at least ES5/modern browsers with stripped legacy code would be nice.
The text was updated successfully, but these errors were encountered: