Philip Diffenderfer

Results 60 comments of Philip Diffenderfer
trafficstars

You can `import { mapState } from 'vuex-typescript-interface'` (or other mapping functions) to get the mapping functions you need for store + modules (the default Vuex stuff). The Vuex syntax...

I'm working on it now, hopefully I have an acceptable solution soon. My solution doesn't modify vuex at all, but tricks your TypeScript code into having types associated to namespace...

The only thing I won't be able to provide is support for something like this: ```typescript methods: { ...mapActions([ 'rootAction', 'namedModule/namedAction' ]) } // this.rootAction(payload) // this['namedModule/namedAction'](payload) ``` That's because...

I had to do some magic to get it to sort of work. I stopped working on it because the version of TypeScript I was working on it with just...

With TS 4.1.0 I should be able to get complete support for namespaced modules without using the path functions I created. We should be able to use plain strings -...

@anteprimorac That's true - it's a challenge to do peer dependency because you could pull in a new version of vuex that has features not supported by this library. If...

I'll look into it as I work on the new version for Vuex 4

That's true - thanks for bringing it up

``` m8.save('someAnimation', 'anim1, anim2', 'options') ``` `options` are ignored and shouldn't be.

Current prototype: https://gist.github.com/ClickerMonkey/5b7632a04a5b4ac19c0e4202409e96dc