Karl Tiedt

Results 44 comments of Karl Tiedt
trafficstars

What the equivalent example would be: ``` javascript var Employee = Compose(function(name, title, salary) { // not seeing a good example for the super call in this case but this.title...

This is fine for very basic functionality, but I still see Compose.before/after/around being very useful methods for Plugin writing -- which util.inherits can achieve, but not in a convenient way...

Following this as it appears to be a problem we're hitting as well.

Sadly this has caused us to second guess using Nuxt and moved back to just using the Vue cli where TS easily integrates without any fuss.